This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document the bytes-to-Unicode upgrading.
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
35         Log: The #11673 necessitated a test tweak.
36      Branch: perl
37            ! t/io/utf8.t
38 ____________________________________________________________________________
39 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
40         Log: Also UNICOS is in the general case unable to silently
41              handle fp overflows.
42      Branch: perl
43            ! numeric.c
44 ____________________________________________________________________________
45 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
46         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
47              NV_EPSILON #defined.
48      Branch: perl
49            ! perl.h
50 ____________________________________________________________________________
51 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
52         Log: Re-establish the fp overflow detection for VAX VMS; there
53              is no easy way to have the IEEE fp silent overflow semantics.
54              (in Alpha VMS we still will use IEEE fp by default-- but it
55              is still possible to configure Perl to use G_FLOAT)
56      Branch: perl
57            ! numeric.c
58 ____________________________________________________________________________
59 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
60         Log: Subject: [PATCH] pp_lock 
61              From: "Arthur Bergman" <arthur@contiller.se>
62              Date: Wed, 15 Aug 2001 11:52:16 +0200
63              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
64      Branch: perl
65            ! pp.c
66 ____________________________________________________________________________
67 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
68         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
69              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
70              Date: Wed, 15 Aug 2001 11:32:11 +0100
71              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
72      Branch: perl
73            ! regcomp.c t/op/re_tests
74 ____________________________________________________________________________
75 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
76         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
77              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
78              Date: Wed, 15 Aug 2001 10:33:49 +0100
79              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
80      Branch: perl
81            ! regexec.c t/op/re_tests
82 ____________________________________________________________________________
83 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
84         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
85              From: Barrie Slaymaker <barries@slaysys.com>
86              Date: Tue, 14 Aug 2001 14:32:25 -0400
87              Message-ID: <20010814143225.A19822@jester.slaysys.com>
88      Branch: perl
89            ! lib/File/Spec.t lib/File/Spec/Unix.pm
90 ____________________________________________________________________________
91 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
92         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
93              From: Peter Prymmer <pvhp@forte.com>
94              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
95              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
96      Branch: perl
97            ! README.vms configure.com
98 ____________________________________________________________________________
99 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
100         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
101              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
102              Date: Tue, 14 Aug 2001 21:23:27 +0200
103              Message-ID: <20010814212327.A1919@rafael>
104      Branch: perl
105            ! doio.c
106 ____________________________________________________________________________
107 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
108         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
109              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
110              Date: Tue, 14 Aug 2001 22:30:11 +0200
111              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
112              
113              Combination of nmake, quoting, and Perl expanded $( in here-doc.
114      Branch: perl
115            ! ext/SDBM_File/Makefile.PL
116 ____________________________________________________________________________
117 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
118         Log: Todo updates.
119      Branch: perl
120            ! pod/perltodo.pod
121 ____________________________________________________________________________
122 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
123         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
124              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
125              Date: Mon, 13 Aug 2001 23:15:01 +0200
126              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
127      Branch: perl
128            ! sv.c
129 ____________________________________________________________________________
130 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
131         Log: Subject: [PATCH] [b-]showlex.t
132              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
133              Date: Sun, 12 Aug 2001 22:24:51 +0200
134              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
135              
136              The 4nt command shell will expand the % in command line
137              no matter what quoting is attempted, changed the % to @.
138      Branch: perl
139            ! ext/B/Showlex.t
140 ____________________________________________________________________________
141 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
142         Log: Subject: [PATCH] magic.t
143              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
144              Date: Sun, 12 Aug 2001 20:49:27 +0200
145              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
146      Branch: perl
147            ! t/op/magic.t
148 ____________________________________________________________________________
149 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
150         Log: Add sharedsv* to the DOSish platforms; plus add
151              some WinCE files to the list of DOSish files.
152      Branch: perl
153            ! NetWare/Makefile Porting/makerel win32/Makefile
154            ! win32/makefile.mk wince/Makefile.ce
155 ____________________________________________________________________________
156 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
157         Log: More DOSish files.
158      Branch: perl
159            ! Porting/makerel
160 ____________________________________________________________________________
161 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
162         Log: Strip CRs from the WinCE files.  Now we need to
163              figure out in which CRs are really needed: probably
164              Makefile.ce and the README files, at least, probably
165              also the registry.bat.
166      Branch: perl
167            ! wince/Makefile.ce wince/README.compile wince/README.perlce
168            ! wince/config.h wince/include/cectype.h wince/include/errno.h
169            ! wince/include/sys/stat.h wince/include/sys/types.h
170            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
171            ! wince/perldll.def wince/registry.bat wince/wince.h
172            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
173 ____________________________________________________________________________
174 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
175         Log: Add some files to DOSish and writables.
176      Branch: perl
177            ! Porting/makerel
178 ____________________________________________________________________________
179 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
180         Log: Compile failure message tidying.
181      Branch: perl
182            ! t/lib/1_compile.t
183 ____________________________________________________________________________
184 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
185         Log: The new sharedsv* should be exported only if usethreads.
186      Branch: perl
187            ! makedef.pl
188 ____________________________________________________________________________
189 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
190         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
191              From: Peter Prymmer <pvhp@forte.com>
192              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
193              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
194      Branch: perl
195            ! README.os390
196 ____________________________________________________________________________
197 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
198         Log: Update Changes.
199      Branch: perl
200            ! Changes patchlevel.h
201 ____________________________________________________________________________
202 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
203         Log: Subject: [PATHC] sharedsv.[c|h]
204              From: "Artur Bergman" <artur@contiller.se>
205              Date: Mon, 13 Aug 2001 14:38:41 +0200
206              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
207              
208              Subject: [PATCH] embed.pl
209              From: Arthur Bergman <arthur@contiller.se>
210              Date: Mon, 13 Aug 2001 14:38:14 +0200
211              Message-ID: <B79D96D6.3088%arthur@contiller.se>
212              
213              Subject: [PATCH] sharedsv cleanups
214              From: "Arthur Bergman" <arthur@contiller.se>
215              Date: Mon, 13 Aug 2001 15:14:25 +0200
216              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
217              
218              Plus few tweaks: _init needs to be Adp, the prototypes
219              should not be revealed unless using ithreads, #endif FOO
220              must be #endif /* FOO */, adding (parentheses) around
221              do { } while doesn't work too well.
222      Branch: perl
223            + sharedsv.c sharedsv.h
224            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
225            ! perl.h perlapi.c pod/perlapi.pod proto.h
226 ____________________________________________________________________________
227 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
228         Log: Subject: Re: END {} blocks run in perl_run
229              From: Arthur Bergman <arthur@contiller.se>
230              Date: Mon, 13 Aug 2001 11:11:30 +0200
231              Message-ID: <B79D6661.3068%arthur@contiller.se>
232      Branch: perl
233            ! perl.c
234 ____________________________________________________________________________
235 [ 11657] By: nick                                  on 2001/08/13  09:03:02
236         Log: Integrate mainline
237      Branch: perlio
238           +> (branch 326 files)
239            - (delete 330 files)
240           !> (integrate 85 files)
241 ____________________________________________________________________________
242 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
243         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
244              and the Perl will be built to do that by default (adding that
245              will break scripts having non-UTF-8 binary data, such as Latin-1.)
246      Branch: perl
247            ! op.c toke.c utf8.h
248 ____________________________________________________________________________
249 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
250         Log: Unnecessary downgrades.
251      Branch: perl
252            ! doop.c
253 ____________________________________________________________________________
254 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
255         Log: Failure not true anymore (probably caused by my broken setup).
256      Branch: perl
257            ! t/op/pat.t
258 ____________________________________________________________________________
259 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
260         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
261              stopped working).
262      Branch: perl
263            ! op.h pp_ctl.c regcomp.c
264 ____________________________________________________________________________
265 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
266         Log: There is no IN_UTF8.
267      Branch: perl
268            ! utf8.h
269 ____________________________________________________________________________
270 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
271         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
272      Branch: perl
273            ! op.c op.h pp_ctl.c regcomp.c
274 ____________________________________________________________________________
275 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
276         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
277              and a test tweak.
278      Branch: perl
279            ! op.c t/pod/find.t
280 ____________________________________________________________________________
281 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
282         Log: Todo updates and fixes.
283      Branch: perl
284            ! pod/perltodo.pod
285 ____________________________________________________________________________
286 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
287         Log: Mark tests (and one module) having explicit Latin-1
288              (and one file having explicit UTF-8) with an explicit
289              'no utf8' (and one explicit 'use utf8').
290              
291              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
292      Branch: perl
293            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
294            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
295            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
296 ____________________________________________________________________________
297 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
298         Log: Subject: SV: END {} blocks run in perl_run
299              From: "Arthur Bergman" <arthur@contiller.se>
300              Date: Sun, 12 Aug 2001 00:34:28 +0200 
301              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
302      Branch: perl
303            ! miniperlmain.c perl.c
304 ____________________________________________________________________________
305 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
306         Log: Typos in #11645.
307      Branch: perl
308            ! perl.h
309 ____________________________________________________________________________
310 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
311         Log: On ithreads default to use_reentrant except on naturally
312              threadsafe platforms.
313      Branch: perl
314            ! perl.h
315 ____________________________________________________________________________
316 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
317         Log: (Hopefully) a fix for 20010723.004: make install needs
318              write permission in build directory.  The problem was
319              probably caused by overeager sprinkling of the lib/re.pm
320              dependencies (which was done to guarantee lib/re.pm being
321              uptodate for parallel makes: now solved by funneling that
322              through an explicit recursive make in the preplibrary target).
323      Branch: perl
324            ! Makefile.SH
325 ____________________________________________________________________________
326 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
327         Log: Dispell the "use utf8" superstition.
328      Branch: perl
329            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
330            ! pod/perlunicode.pod
331 ____________________________________________________________________________
332 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
333         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
334              From: "Abigail" <abigail@foad.org> 
335              Date: Sat, 11 Aug 2001 23:49:49 +0200
336              Message-ID: <20010811214950.23255.qmail@foad.org>
337      Branch: perl
338            ! t/op/taint.t
339 ____________________________________________________________________________
340 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
341         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
342              From: Abhijit Menon-Sen <ams@wiw.org>
343              Date: Sat, 11 Aug 2001 06:18:19 +0530
344              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
345      Branch: perl
346            ! mg.c
347 ____________________________________________________________________________
348 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
349         Log: Test for change #11639.
350      Branch: perl
351            ! t/op/tiehandle.t
352 ____________________________________________________________________________
353 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
354         Log: Subject: Re: Can't localize *FH, then tie it
355              From: Abhijit Menon-Sen <ams@wiw.org>
356              Date: Sun, 12 Aug 2001 16:08:06 +0530
357              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
358      Branch: perl
359            ! pp_hot.c pp_sys.c
360 ____________________________________________________________________________
361 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
362         Log: Drop all the unnecessary "use utf8" clauses and some of
363              the unnecessary "use bytes" ones.
364              
365              TODO: scour the documentation for unnecessary "use utf8"
366              and prominently display it in perldelta when the time comes.
367              ("use utf8" should be necessary ONLY if one wants the script
368              to be in UTF-8.)  Also should be checked in some non-ASCII
369              non-Latin-1 platform, like EBCDIC.
370      Branch: perl
371            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
372            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
373 ____________________________________________________________________________
374 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
375         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
376              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
377              in Unicode handling.
378      Branch: perl
379            + t/op/lc.t
380            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
381 ____________________________________________________________________________
382 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
383         Log: Thinko: we want the flags for native cc, not gcc.
384      Branch: perl
385            ! hints/dec_osf.sh
386 ____________________________________________________________________________
387 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
388         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
389              From: Robin Houston <robin@kitsite.com>
390              Date: Fri, 10 Aug 2001 14:42:02 +0100
391              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
392      Branch: perl
393            ! pp.c
394 ____________________________________________________________________________
395 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
396         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
397              From: Abhijit Menon-Sen <ams@wiw.org>
398              Date: Sat, 11 Aug 2001 16:31:04 +0530
399              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
400      Branch: perl
401            ! op.c
402 ____________________________________________________________________________
403 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
404         Log: Get rid of indread, from Abhijit Menon-Sen.
405      Branch: perl
406            ! pp_sys.c
407 ____________________________________________________________________________
408 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
409         Log: CRLFgngngn.
410      Branch: perl
411            ! win32/Makefile win32/makefile.mk
412 ____________________________________________________________________________
413 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
414         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
415      Branch: perl
416            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
417            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
418            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
419            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
420            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
421            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
422            ! win32/Makefile win32/makefile.mk
423 ____________________________________________________________________________
424 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
425         Log: Avoid #elif (less portable than #else #if).
426      Branch: perl
427            ! handy.h
428 ____________________________________________________________________________
429 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
430         Log: Subject: patch for perlvar.pod
431              From: mah@everybody.org (Mark A. Hershberger)
432              Date: 08 Aug 2001 17:03:16 -0500
433              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
434      Branch: perl
435            ! pod/perlvar.pod
436 ____________________________________________________________________________
437 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
438         Log: cpp commands must start (the # must be) at the column #0.
439      Branch: perl
440            ! op.c
441 ____________________________________________________________________________
442 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
443         Log: If using gcc -B/foo/bar makedepend would give
444              unnecessary warnings about unused -B/foo/bar.
445      Branch: perl
446            ! makedepend.SH
447 ____________________________________________________________________________
448 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
449         Log: Update Changes.
450      Branch: perl
451            ! Changes patchlevel.h
452 ____________________________________________________________________________
453 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
454         Log: s/z/tz/
455      Branch: perl
456            ! pod/perlfaq2.pod
457 ____________________________________________________________________________
458 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
459         Log: Article nit.
460      Branch: perl
461            ! pod/perlfaq2.pod
462 ____________________________________________________________________________
463 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
464         Log: Rename lib/unicode files to lib/unicore to avoid
465              conflicts between core lib/unicode and Unicode::
466              files in case-ignoring filesystems.
467      Branch: perl
468            + (add 325 files)
469            - (delete 324 files)
470            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
471 ____________________________________________________________________________
472 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
473         Log: Upgrade to Math::BigInt 1.41.
474      Branch: perl
475            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
476 ____________________________________________________________________________
477 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
478         Log: Subject: [PATCH] remove PL_na from typemap
479              From: James <james@rf.net>
480              Date: Mon, 06 Aug 2001 20:23:15 -0700
481              Message-ID: <3B6F5F23.A31A81B1@rf.net>
482              
483              (had to be manually applied)
484      Branch: perl
485            ! lib/ExtUtils/typemap
486 ____________________________________________________________________________
487 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
488         Log: The metaconfig unit changes for #11618.
489      Branch: metaconfig/U/perl
490            + d_fpclassl.U i_fp.U
491 ____________________________________________________________________________
492 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
493         Log: Forgot this from #11618.
494              
495              NOTE: wince/config_H.ce needs updating.
496      Branch: perl
497            ! wince/config.ce
498 ____________________________________________________________________________
499 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
500         Log: Introduce more floating point classifying APIs;
501              try to define (most importantly) Perl_is{inf,nan}(x).
502              
503              For this first cut, assume none such APIs exist in non-UNIXoid
504              platforms-- this is of course too unkind: Win32 rumoredly has
505              _fpclass() and _isnan(), and VMS/VOS very probably have some
506              of the APIs available.     The only thing Perl uses at the moment
507              is Perl_isnan() (has been in use for a while now).
508              
509              NOTE: the Win32 and NetWare config_h.?c need regenerating.
510      Branch: perl
511            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
512            ! Porting/config_H config_h.SH configure.com epoc/config.sh
513            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
514            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
515            ! vos/config.ga.h win32/config.bc win32/config.gc
516            ! win32/config.vc win32/config_H.bc win32/config_H.gc
517            ! win32/config_H.vc wince/config.ce wince/config.h
518 ____________________________________________________________________________
519 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
520         Log: Integrate change #11519 from perlio:
521              
522              Avoid testing for (non-)existance of "encoding(xxxx)"
523              layer is called "encoding" the (xxxx) is an argument.
524      Branch: perl
525           !> lib/open.pm
526 ____________________________________________________________________________
527 [ 11616] By: nick                                  on 2001/08/09  07:50:24
528         Log: Integrate mainline
529      Branch: perlio
530           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
531           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
532           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
533           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
534            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
535            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
536           !> (integrate 79 files)
537 ____________________________________________________________________________
538 [ 11615] By: nick                                  on 2001/08/09  06:23:44
539         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
540              layer is called "encoding" the (xxxx) is an argument.
541      Branch: perlio
542            ! lib/open.pm
543 ____________________________________________________________________________
544 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
545         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
546              From: Paul Johnson <paul@pjcj.net>
547              Date: Wed, 8 Aug 2001 23:54:17 +0200
548              Message-ID: <20010808235417.O1006@pjcj.net>
549      Branch: perl
550            ! ext/B/B/Concise.pm
551 ____________________________________________________________________________
552 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
553         Log: Make VMS use IEEE math by default; reorder Tru64 hints
554              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
555              exception semantics) is always set if using (the new) cc.
556      Branch: perl
557            ! configure.com hints/dec_osf.sh
558 ____________________________________________________________________________
559 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
560         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
561              From: Abhijit Menon-Sen <ams@wiw.org>
562              Date: Tue, 7 Aug 2001 17:16:05 +0530
563              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
564      Branch: perl
565            ! pp_sys.c
566 ____________________________________________________________________________
567 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
568         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
569              From: "Craig A. Berry" <craigberry@mac.com>
570              Date: Tue, 07 Aug 2001 22:27:47 -0500
571              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
572      Branch: perl
573            ! t/run/exit.t
574 ____________________________________________________________________________
575 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
576         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
577              From: "Craig A. Berry" <craigberry@mac.com>
578              Date: Tue, 07 Aug 2001 20:01:53 -0500
579              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
580      Branch: perl
581            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
582 ____________________________________________________________________________
583 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
584         Log: Update the magazine information.
585      Branch: perl
586            ! pod/perlfaq2.pod
587 ____________________________________________________________________________
588 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
589         Log: Ignore SIGFPE everywhere.
590      Branch: perl
591            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
592 ____________________________________________________________________________
593 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
594         Log: With permission, change the licensing of the docs by
595              TomC (and Gnat) to comply with the rest of Perl.
596      Branch: perl
597            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
598            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
599            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
600            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
601            ! pod/perltootc.pod
602 ____________________________________________________________________________
603 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
604         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
605              From: Andy Dougherty <doughera@lafayette.edu>
606              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
607              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
608      Branch: perl
609            ! hints/openbsd.sh
610 ____________________________________________________________________________
611 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
612         Log: Subject: [PATCH] Makefile.SH test_prep dependency
613              From: Andy Dougherty <doughera@lafayette.edu>
614              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
615              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
616      Branch: perl
617            ! Makefile.SH
618 ____________________________________________________________________________
619 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
620         Log: Don't autogenerate the headers et alia,
621              make regen_headers explicitly.
622      Branch: perl
623            ! Makefile.SH
624 ____________________________________________________________________________
625 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
626         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
627              From: Gurusamy Sarathy <gsar@ActiveState.com> 
628              Date: Tue, 07 Aug 2001 08:33:26 -0700
629              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
630              
631              Unnecessary dependency.
632      Branch: perl
633            ! embed.pl
634 ____________________________________________________________________________
635 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
636         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
637              From: Abhijit Menon-Sen <ams@wiw.org>
638              Date: Tue, 7 Aug 2001 09:10:54 +0530
639              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
640      Branch: perl
641            ! pp_hot.c
642 ____________________________________________________________________________
643 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
644         Log: Subject: [PATCH perl@11597] B && BEGIN handling
645              From: "James A. Duncan" <jduncan@fotango.com>
646              Date: Mon, 6 Aug 2001 17:29:11 +0100
647              Message-ID: <20010806172911.A2071@fotango.com>
648              
649              (the intrpvar.h addition moved to the end for bincompat)
650      Branch: perl
651            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
652 ____________________________________________________________________________
653 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
654         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
655      Branch: perl
656           !> README.win32
657 ____________________________________________________________________________
658 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
659         Log: fix URLs for fcrypt.c
660      Branch: maint-5.6/perl
661            ! README.win32
662 ____________________________________________________________________________
663 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
664         Log: Yet another way to say Infinity: HP-UX calls its "++".
665      Branch: perl
666            ! lib/Math/BigInt/t/bigintpm.t
667 ____________________________________________________________________________
668 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
669         Log: Update Changes.
670      Branch: perl
671            ! Changes patchlevel.h
672 ____________________________________________________________________________
673 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
674         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
675      Branch: perl
676            ! pod/perlfaq5.pod
677 ____________________________________________________________________________
678 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
679         Log: The #11593 wasn't right.
680      Branch: perl
681            ! lib/Math/BigInt/t/bigintpm.t
682 ____________________________________________________________________________
683 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
684         Log: Subject: [PATCH: perl@11564] introducing perlivp
685              From: Prymmer/Kahn <pvhp@best.com>
686              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
687              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
688              
689              Subject: Re: [PATCH: perl@11564] introducing perlivp
690              From: Prymmer/Kahn <pvhp@best.com>
691              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
692              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
693      Branch: perl
694            + utils/perlivp.PL
695            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
696            ! win32/Makefile win32/makefile.mk
697 ____________________________________________________________________________
698 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
699         Log: libcs are confused what to call Infinity.
700      Branch: perl
701            ! lib/Math/BigInt/t/bigintpm.t
702 ____________________________________________________________________________
703 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
704         Log: Avoid SIGFPE in Tru64.
705      Branch: perl
706            ! numeric.c
707 ____________________________________________________________________________
708 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
709         Log: Upgrade to Math::BigInt 1.40.
710              
711              NOTE: this patch necessitates doing something about
712              infinity handling since the new bigintpm.t tests use
713              infinity, which causes SIGFPEs at least in Tru64.
714      Branch: perl
715            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
716            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
717            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
718            ! lib/Math/BigInt/t/mbimbf.t
719 ____________________________________________________________________________
720 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
721         Log: remove hardcoded cmd shell in testsuite
722      Branch: perl
723            ! t/op/glob.t t/op/magic.t t/op/stat.t
724 ____________________________________________________________________________
725 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
726         Log: 4-arg select() was busted on windows because change#8178 didn't
727              make it into mainline
728      Branch: perl
729            ! perl.h win32/include/sys/socket.h
730 ____________________________________________________________________________
731 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
732         Log: Rename the Getopt::Long tests to be as they are
733              in the Getopt::Long official distribution.
734      Branch: perl
735            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
736            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
737            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
738            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
739            ! MANIFEST
740 ____________________________________________________________________________
741 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
742         Log: Upgrade to Getopt::Long 2.26.
743      Branch: perl
744            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
745            ! MANIFEST lib/Getopt/Long.pm
746 ____________________________________________________________________________
747 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
748         Log: Retract #10874 (the hack should be unnecessary by now)
749      Branch: perl
750            ! lib/Test/Harness.pm
751 ____________________________________________________________________________
752 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
753         Log: avoid temp file littering in tests
754      Branch: perl
755            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
756 ____________________________________________________________________________
757 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
758         Log: Subject: warning in sv.c: double format, NV arg
759              From: "Philip Newton" <Philip.Newton@gmx.net>
760              Date: Sun, 5 Aug 2001 19:41:07 +0200
761              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
762      Branch: perl
763            ! sv.c
764 ____________________________________________________________________________
765 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
766         Log: fix POSIX.t#13 for windos
767      Branch: perl
768            ! ext/POSIX/POSIX.t
769 ____________________________________________________________________________
770 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
771         Log: Add a test for PerlIO::Via.
772      Branch: perl
773            + ext/PerlIO/t/via.t
774            ! MANIFEST ext/PerlIO/Via/Via.pm
775 ____________________________________________________________________________
776 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
777         Log: flock() and link() are not available on Windows 9x
778      Branch: perl
779            ! win32/config_sh.PL
780 ____________________________________________________________________________
781 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
782         Log: Some Tru64 C compilers have C++ components that confuse
783              the ccversion parsing.
784      Branch: perl
785            ! hints/dec_osf.sh
786 ____________________________________________________________________________
787 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
788         Log: (Reintroduce #11125)
789              
790              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
791              From: Alan Burlison <Alan.Burlison@sun.com> 
792              Date: Tue, 03 Jul 2001 15:20:13 +0100   
793              Message-ID: <3B41D49D.A923D4F9@sun.com> 
794      Branch: perl
795            ! lib/ExtUtils/MM_Unix.pm
796 ____________________________________________________________________________
797 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
798         Log: Little pointer juggling for HP-UX cc to avoid
799              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
800              followed by
801              "error 1549: Modifiable lvalue required for assignment operator."
802      Branch: perl
803            ! hv.c
804 ____________________________________________________________________________
805 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
806         Log: Continuation of #11575: SANY_SEEN completely deprecated,
807              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
808              plus a fix for the bug.
809      Branch: perl
810            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
811 ____________________________________________________________________________
812 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
813         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
814              From: Doug MacEachern <dougm@covalent.net>
815              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
816              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
817      Branch: perl
818            ! sv.c
819 ____________________________________________________________________________
820 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
821         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
822              the new CANY is the \C.  The problem reported and the
823              test case supplied in
824              
825              Subject: UTF-8 bugs in string length & single line regex matches
826              From: "Daniel P. Berrange" <dan@berrange.com>
827              Date: Fri, 3 Aug 2001 11:39:33 +0100
828              Message-ID: <20010803113932.A19318@berrange.com>
829      Branch: perl
830            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
831            ! t/op/pat.t
832 ____________________________________________________________________________
833 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
834         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
835              From: Doug MacEachern <dougm@covalent.net>
836              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
837              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
838      Branch: perl
839            ! perl.c regexec.c
840 ____________________________________________________________________________
841 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
842         Log: The #11572 didn't up the test count.
843      Branch: perl
844            ! t/op/length.t
845 ____________________________________________________________________________
846 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
847         Log: Subject: UTF-8 bugs in string length & single line regex matches
848              From: "Daniel P. Berrange" <dan@berrange.com>
849              Date: Fri, 3 Aug 2001 11:39:33 +0100         
850              Message-ID: <20010803113932.A19318@berrange.com>
851              
852              (the mg_length() fix)
853      Branch: perl
854            ! mg.c t/op/length.t
855 ____________________________________________________________________________
856 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
857         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
858              From: Abhijit Menon-Sen <ams@wiw.org>
859              Date: Sat, 4 Aug 2001 16:56:35 +0530
860              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
861      Branch: perl
862            ! hv.c
863 ____________________________________________________________________________
864 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
865         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
866              From: Abhijit Menon-Sen <ams@wiw.org>
867              Date: Sat, 4 Aug 2001 16:16:03 +0530
868              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
869      Branch: perl
870            ! hv.c
871 ____________________________________________________________________________
872 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
873         Log: Subject: Re: [patch] refcount re ops
874              From: Abhijit Menon-Sen <ams@wiw.org>
875              Date: Sat, 4 Aug 2001 08:54:55 +0530
876              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
877      Branch: perl
878            ! sv.c
879 ____________________________________________________________________________
880 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
881         Log: Subject: [patch] refcount re ops
882              From: Doug MacEachern <dougm@covalent.net>
883              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
884              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
885      Branch: perl
886            ! regcomp.c sv.c
887 ____________________________________________________________________________
888 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
889         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
890              From: Doug MacEachern <dougm@covalent.net>
891              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
892              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
893      Branch: perl
894            ! perl.c regexec.c
895 ____________________________________________________________________________
896 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
897         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
898              From: "Craig A. Berry" <craigberry@mac.com> 
899              Date: Fri, 03 Aug 2001 16:16:16 -0500
900              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
901      Branch: perl
902            ! t/op/misc.t
903 ____________________________________________________________________________
904 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
905         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
906              From: John Kristian <jmk2001@engineer.com>
907              Date: Fri, 03 Aug 2001 00:59:08 -0700
908              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
909      Branch: perl
910            ! win32/win32.c
911 ____________________________________________________________________________
912 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
913         Log: Update Changes.
914      Branch: perl
915            ! Changes patchlevel.h
916 ____________________________________________________________________________
917 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
918         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
919              From: "Craig A. Berry" <craigberry@mac.com>
920              Date: Thu, 02 Aug 2001 23:15:24 -0500
921              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
922      Branch: perl
923            ! ext/B/Stash.t
924 ____________________________________________________________________________
925 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
926         Log: Subject: [patch] plug PL_cshname leak
927              From: Doug MacEachern <dougm@covalent.net>
928              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
929              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
930      Branch: perl
931            ! sv.c
932 ____________________________________________________________________________
933 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
934         Log: Subject: [patch] plug PL_sh_path leak
935              From: Doug MacEachern <dougm@covalent.net>
936              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
937              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
938      Branch: perl
939            ! sv.c
940 ____________________________________________________________________________
941 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
942         Log: Subject: [patch] plug PL_regex_padav leaks
943              From: Doug MacEachern <dougm@covalent.net>
944              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
945              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
946      Branch: perl
947            ! op.c op.h perl.c
948 ____________________________________________________________________________
949 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
950         Log: Subject: [patch] plug PL_origargv leak
951              From: Doug MacEachern <dougm@covalent.net>
952              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
953              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
954      Branch: perl
955            ! perl.c
956 ____________________________________________________________________________
957 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
958         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
959              From: Abhijit Menon-Sen <ams@wiw.org>
960              Date: Fri, 3 Aug 2001 06:38:11 +0530
961              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
962      Branch: perl
963            ! hv.c
964 ____________________________________________________________________________
965 [ 11557] By: nick                                  on 2001/08/03  08:17:38
966         Log: Integrate mainline
967      Branch: perlio
968           +> (branch 47 files)
969            - lib/Switch/test.pl
970           !> (integrate 49 files)
971 ____________________________________________________________________________
972 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
973         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
974              From: "Craig A. Berry" <craigberry@mac.com>
975              Date: Thu, 02 Aug 2001 12:56:19 -0500
976              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
977      Branch: perl
978            ! ext/B/Showlex.t
979 ____________________________________________________________________________
980 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
981         Log: Be more careful about non-existent files.
982      Branch: perl
983            ! lib/File/Copy.pm
984 ____________________________________________________________________________
985 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
986         Log: Subject: [PATCH resend] deparse empty formats
987              From: Robin Houston <robin@kitsite.com> 
988              Date: Thu, 2 Aug 2001 14:32:36 +0100
989              Message-ID: <20010802143236.A894@robin.kitsite.com>
990      Branch: perl
991            ! ext/B/B/Deparse.pm
992 ____________________________________________________________________________
993 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
994         Log: Subject: [patch] ithreads + refto fix improvement
995              From: Doug MacEachern <dougm@covalent.net>
996              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
997              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
998      Branch: perl
999            ! pp.c
1000 ____________________________________________________________________________
1001 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
1002         Log: Readability nit from Abhijit.
1003      Branch: perl
1004            ! op.c
1005 ____________________________________________________________________________
1006 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
1007         Log: setproctitle() API version nit from Anton Berezin.
1008      Branch: perl
1009            ! mg.c
1010 ____________________________________________________________________________
1011 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
1012         Log: Add PerlCE to the docs.
1013      Branch: perl
1014            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1015            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1016 ____________________________________________________________________________
1017 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
1018         Log: Integrate the PerlCE (WinCE Perl) port;
1019              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
1020      Branch: perl
1021            + README.ce wince/FindExt.pm wince/Makefile.ce
1022            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
1023            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
1024            + wince/bin/search.pl wince/config.ce wince/config.h
1025            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
1026            + wince/dl_win32.xs wince/include/arpa/inet.h
1027            + wince/include/cectype.h wince/include/errno.h
1028            + wince/include/netdb.h wince/include/sys/socket.h
1029            + wince/include/sys/stat.h wince/include/sys/types.h
1030            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
1031            + wince/perl.rc wince/perldll.def wince/perllib.c
1032            + wince/perlmain.c wince/registry.bat wince/runperl.c
1033            + wince/splittree.pl wince/win32.h wince/win32iop.h
1034            + wince/win32thread.c wince/win32thread.h wince/wince.c
1035            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
1036            + wince/xdistclean.ksh wince/xmakediffs.ksh
1037            ! MANIFEST perl.c perl.h perlio.c
1038 ____________________________________________________________________________
1039 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
1040         Log: setproctitle() made simpler.  (This assumes the string is
1041              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
1042              should be used.  Note len, not len + 1.)  BSD-fu from Anton
1043              Berezin.
1044      Branch: perl
1045            ! mg.c
1046 ____________________________________________________________________________
1047 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
1048         Log: Subject: [PATCH] -Wall cleanup: op.c
1049              From: Richard Soderberg <rs@oregonnet.com>
1050              Date: Thu, 2 Aug 2001 00:17:09 -0700
1051              Message-Id: <200108020717.AAA26895@oregonnet.com>
1052              
1053              Subject: [PATCH] -Wall cleanup: sv.c
1054              From: Richard Soderberg <rs@oregonnet.com>
1055              Date: Thu, 2 Aug 2001 00:49:21 -0700
1056              Message-Id: <200108020749.AAA27492@oregonnet.com>
1057      Branch: perl
1058            ! op.c sv.c
1059 ____________________________________________________________________________
1060 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
1061         Log: Update Changes.
1062      Branch: perl
1063            ! Changes patchlevel.h
1064 ____________________________________________________________________________
1065 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
1066         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
1067              From: Doug MacEachern <dougm@covalent.net>
1068              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
1069              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
1070      Branch: perl
1071            ! op.c
1072 ____________________________________________________________________________
1073 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
1074         Log: The #11541 didn't work under threads.
1075      Branch: perl
1076            ! op.c
1077 ____________________________________________________________________________
1078 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
1079         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
1080              From: Hugo <hv@crypt.compulink.co.uk>
1081              Date: Fri, 22 Jun 2001 01:19:08 +0100 
1082              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
1083              
1084              (Skip tests if accept() failed)
1085      Branch: perl
1086            ! ext/IO/lib/IO/t/io_unix.t
1087 ____________________________________________________________________________
1088 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
1089         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
1090              From: "Stian Seeberg" <sseeberg@nimsoft.no>
1091              Date: Mon, 30 Jul 2001 12:28:07 +0200
1092              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
1093      Branch: perl
1094            ! perl.h
1095 ____________________________________________________________________________
1096 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
1097         Log: Subject: Pluggable optimizer
1098              From: Simon Cozens <simon@netthink.co.uk>
1099              Date: Wed, 1 Aug 2001 13:57:02 -0700
1100              Message-ID: <20010801135702.I10442@netthink.co.uk>
1101      Branch: perl
1102            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
1103 ____________________________________________________________________________
1104 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
1105         Log: Subject: [ID 20010801.039] perlre.pod message typo
1106              From: Autrijus Tang <autrijus@geb.elixus.org>
1107              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
1108              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
1109      Branch: perl
1110            ! pod/perlre.pod
1111 ____________________________________________________________________________
1112 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
1113         Log: Test for change #11536.
1114      Branch: perl
1115            ! t/op/tiehandle.t
1116 ____________________________________________________________________________
1117 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
1118         Log: More test fixups for #11537.
1119      Branch: perl
1120            ! t/lib/warnings/4lint t/lib/warnings/9enabled
1121 ____________________________________________________________________________
1122 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
1123         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
1124              From: Doug MacEachern <dougm@covalent.net>
1125              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
1126              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
1127      Branch: perl
1128            ! op.c t/TestInit.pm
1129 ____________________________________________________________________________
1130 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
1131         Log: Subject: [patch] ithreads + refto bug
1132              From: Doug MacEachern <dougm@covalent.net>
1133              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
1134              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
1135              
1136              (Test in change #11539)
1137      Branch: perl
1138            ! pp.c
1139 ____________________________________________________________________________
1140 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
1141         Log: Subject: [PATCH: perl@11523] fixups for t/harness
1142              From: Prymmer/Kahn <pvhp@best.com>
1143              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
1144              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
1145      Branch: perl
1146            ! t/harness
1147 ____________________________________________________________________________
1148 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
1149         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
1150              From: Prymmer/Kahn <pvhp@best.com>
1151              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
1152              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
1153      Branch: perl
1154            ! win32/Makefile win32/makefile.mk
1155 ____________________________________________________________________________
1156 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
1157         Log: Need to know the number of tests.
1158      Branch: perl
1159            ! t/run/exit.t
1160 ____________________________________________________________________________
1161 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
1162         Log: Subject: Re: new exit tests on VMS
1163              From: "Craig A. Berry" <craigberry@mac.com>
1164              Date: Tue, 31 Jul 2001 12:19:29 -0500
1165              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
1166      Branch: perl
1167            ! t/run/exit.t
1168 ____________________________________________________________________________
1169 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
1170         Log: Retract #11530 (the dTHX is needed under threads)
1171      Branch: perl
1172            ! perlio.c
1173 ____________________________________________________________________________
1174 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
1175         Log: (Retracted by #11531)
1176      Branch: perl
1177            ! perlio.c
1178 ____________________________________________________________________________
1179 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
1180         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
1181              From: Richard Soderberg <rs@crystalflame.net>
1182              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
1183              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
1184      Branch: perl
1185            ! unixish.h
1186 ____________________________________________________________________________
1187 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
1188         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
1189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1190              Date: Tue, 31 Jul 2001 05:39:09 -0400
1191              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
1192              
1193              (with a note about the case of UV being equal to long long)
1194      Branch: perl
1195            ! utils/h2xs.PL
1196 ____________________________________________________________________________
1197 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
1198         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
1199              From: "Craig A. Berry" <craigberry@mac.com>
1200              Date: Tue, 31 Jul 2001 14:57:43 -0500
1201              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
1202      Branch: perl
1203            ! t/io/fs.t
1204 ____________________________________________________________________________
1205 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
1206         Log: Fix for
1207              
1208              Subject: [ID 20010116.001] File::Copy truncates orig file 
1209              From: arbor@al37al08.telecel.pt
1210              Date: Tue, 16 Jan 2001 11:43:02 GMT
1211              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
1212              
1213              (copy($foo, $foo) would truncate $foo)
1214      Branch: perl
1215            ! lib/File/Copy.pm lib/File/Copy.t
1216 ____________________________________________________________________________
1217 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
1218         Log: Metaconfig unit change for #11524.
1219      Branch: metaconfig/U/perl
1220            ! Extras.U
1221 ____________________________________________________________________________
1222 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
1223         Log: Multiple modules didn't work; plus typo fixes.
1224      Branch: perl
1225            ! Configure
1226 ____________________________________________________________________________
1227 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
1228         Log: Update Changes.
1229      Branch: perl
1230            ! Changes patchlevel.h
1231 ____________________________________________________________________________
1232 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
1233         Log: Regen perlapi.
1234      Branch: perl
1235            ! pod/perlapi.pod
1236 ____________________________________________________________________________
1237 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
1238         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
1239              From: Dave Mitchell <davem@fdgroup.co.uk>
1240              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
1241              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
1242      Branch: perl
1243            ! sv.c
1244 ____________________________________________________________________________
1245 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
1246         Log: Regen toc.
1247      Branch: perl
1248            ! pod/perltoc.pod
1249 ____________________________________________________________________________
1250 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
1251         Log: Regen Porting stuff.
1252      Branch: perl
1253            ! Porting/Glossary Porting/config.sh Porting/config_H
1254 ____________________________________________________________________________
1255 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
1256         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
1257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1258              Date: Tue, 31 Jul 2001 05:34:38 -0400
1259              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
1260      Branch: perl
1261            ! utils/h2xs.PL
1262 ____________________________________________________________________________
1263 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
1264         Log: Metaconfig unit change for #11516. 
1265      Branch: metaconfig/U/perl
1266            ! gccvers.U
1267 ____________________________________________________________________________
1268 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
1269         Log: Add -Wall in cflags, not in Configure.
1270              (This way -Wall affects only the core and the core XS,
1271              not user modules' XS.  Concern from Paul Marquess,
1272              implementation idea from Andy Dougherty.)
1273      Branch: perl
1274            ! Configure cflags.SH
1275 ____________________________________________________________________________
1276 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
1277         Log: Metaconfig unit changes for #11514.
1278      Branch: metaconfig
1279            + U/modified/sysman.U
1280            ! U/installdirs/man1dir.U
1281 ____________________________________________________________________________
1282 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
1283         Log: Subject: Configure's detection of system manual
1284              From: Sean Dague <sean@dague.net> 
1285              Date: Sun, 13 May 2001 15:53:15 -0400
1286              Message-ID: <20010513155315.A15833@underhill.dague.net>
1287      Branch: perl
1288            ! Configure
1289 ____________________________________________________________________________
1290 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
1291         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
1292              From: Autrijus Tang <autrijus@autrijus.org> 
1293              Date: Thu, 21 Jun 2001 23:56:48 +0800
1294              Message-Id: <20010621235648.A57340@not.autrijus.org>
1295      Branch: perl
1296            ! pod/perlobj.pod
1297 ____________________________________________________________________________
1298 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
1299         Log: Subject: Typo in DB_File.pm
1300              From: "Philip Newton" <Philip.Newton@gmx.net>
1301              Date: Tue, 31 Jul 2001 06:19:35 +0200
1302              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
1303      Branch: perl
1304            ! ext/DB_File/DB_File.pm
1305 ____________________________________________________________________________
1306 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
1307         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
1308              From: "Stephen P. Potter" <spp@spotter.yi.org>
1309              Date: Wed, 30 May 2001 13:59:34 -0400
1310              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
1311      Branch: perl
1312            ! pod/perlre.pod
1313 ____________________________________________________________________________
1314 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
1315         Log: eval "format foo=" would loop indefinitely; reported in
1316              
1317              Subject: A load of old rubbish
1318              From: Mike Guy <mjtg@cam.ac.uk>
1319              Date: Mon, 14 May 2001 16:12:22 +0100
1320              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
1321              
1322              (The core dumps reported in there already fixed.)
1323      Branch: perl
1324            ! toke.c
1325 ____________________________________________________________________________
1326 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
1327         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
1328      Branch: perl
1329            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
1330            + lib/Switch/t/switch_case.t
1331            - lib/Switch/test.pl
1332            ! MANIFEST lib/Switch.pm
1333 ____________________________________________________________________________
1334 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
1335         Log: Subject: [PATCH @11505] DB_File-1.78
1336              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1337              Date: Mon, 30 Jul 2001 22:54:37 +0100
1338              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
1339      Branch: perl
1340            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1341            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1342 ____________________________________________________________________________
1343 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
1344         Log: Explain in more detail why -pipe and -fno-common are good.
1345      Branch: perl
1346            ! hints/darwin.sh
1347 ____________________________________________________________________________
1348 [ 11506] By: nick                                  on 2001/07/30  14:32:23
1349         Log: Integrate mainline
1350      Branch: perlio
1351           !> INSTALL Makefile.SH doio.c hints/darwin.sh
1352 ____________________________________________________________________________
1353 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
1354         Log: Perl hasn't been putting man pages into $prefix/lib for
1355              a long time now; pointed out by Andy Dougherty. 
1356      Branch: perl
1357            ! hints/darwin.sh
1358 ____________________________________________________________________________
1359 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
1360         Log: Document the extras Configure option.
1361      Branch: perl
1362            ! INSTALL
1363 ____________________________________________________________________________
1364 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
1365         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
1366              everywhere.
1367      Branch: perl
1368           !> doio.c
1369 ____________________________________________________________________________
1370 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
1371         Log: Doubly guard against invoking CPAN if no extras defined,
1372              pointed out by H. Merijn Brand.
1373      Branch: perl
1374            ! Makefile.SH
1375 ____________________________________________________________________________
1376 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
1377         Log: Fix O_RDONLY check to check for O_RDONLY.
1378      Branch: maint-5.6/macperl
1379            ! doio.c
1380 ____________________________________________________________________________
1381 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
1382         Log: Integrate miscellaneous changes from maint-5.6/perl.
1383      Branch: maint-5.6/macperl
1384           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
1385 ____________________________________________________________________________
1386 [ 11499] By: nick                                  on 2001/07/30  06:52:42
1387         Log: Integrate mainline
1388      Branch: perlio
1389           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
1390           +> win32/sync_ext.pl
1391            - win32/sncfnmcs.pl
1392           !> (integrate 71 files)
1393 ____________________________________________________________________________
1394 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
1395         Log: Update Changes.
1396      Branch: perl
1397            ! Changes patchlevel.h
1398 ____________________________________________________________________________
1399 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
1400         Log: Now Configure -Dextras=Foo::Bar and "make install" will
1401              fetch and install Foo::Bar.
1402      Branch: perl
1403            ! Makefile.SH
1404 ____________________________________________________________________________
1405 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
1406         Log: Metaconfig unit change for #11495.
1407      Branch: metaconfig/U/perl
1408            ! Extras.U
1409 ____________________________________________________________________________
1410 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
1411         Log: extras.make, extras.test, and extras.install make targets.
1412      Branch: perl
1413            ! Configure Makefile.SH
1414 ____________________________________________________________________________
1415 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
1416         Log: Metaconfig unit change for #11493.
1417      Branch: metaconfig/U/perl
1418            ! Extras.U
1419 ____________________________________________________________________________
1420 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
1421         Log: Better to have the list of extras in $extras than 'define'.
1422      Branch: perl
1423            ! Configure
1424 ____________________________________________________________________________
1425 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
1426         Log: The metaconfig unit change for #11490.
1427      Branch: metaconfig/U/perl
1428            + Extras.U
1429 ____________________________________________________________________________
1430 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
1431         Log: Missed from #11490 (the required dependency).
1432      Branch: perl
1433            ! Makefile.SH
1434 ____________________________________________________________________________
1435 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
1436         Log: Add the support of asking for extra modules or bundles of modules
1437              to be fetched from the CPAN and installed as a part of the Perl
1438              build process.  None of this installation is yet really done;
1439              only the list is asked, and saved away in extras.lst for
1440              the build and installation process to worry about later.
1441      Branch: perl
1442            ! Configure
1443 ____________________________________________________________________________
1444 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
1445         Log: Beginnings of better Inf and NaN support.
1446              At least toke.c and sv.c still need quite a bit of work.
1447      Branch: perl
1448            ! numeric.c perl.h
1449 ____________________________________________________________________________
1450 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
1451         Log: Top-level Makefile didn't honour OPTIMIZE.
1452      Branch: perl
1453            ! Makefile.SH
1454 ____________________________________________________________________________
1455 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
1456         Log: Update Changes.
1457      Branch: perl
1458            ! Changes patchlevel.h
1459 ____________________________________________________________________________
1460 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
1461         Log: Use Search::Dict 1.02 interface for charinfo().
1462      Branch: perl
1463            ! lib/UnicodeCD.pm
1464 ____________________________________________________________________________
1465 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
1466         Log: Now also allow transforming the read lines before comparing them.
1467              (This will help UnicodeCD.) 
1468      Branch: perl
1469            ! lib/Search/Dict.pm
1470 ____________________________________________________________________________
1471 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
1472         Log: Remove tiehandle code.
1473      Branch: perl
1474            ! lib/UnicodeCD.pm
1475 ____________________________________________________________________________
1476 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
1477         Log: Allow specifying a comparison function for Search::Dict::look().
1478      Branch: perl
1479            ! lib/Search/Dict.pm
1480 ____________________________________________________________________________
1481 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
1482         Log: Small UnicodeCD tweaks.
1483      Branch: perl
1484            ! lib/UnicodeCD.pm lib/UnicodeCD.t
1485 ____________________________________________________________________________
1486 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
1487         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
1488              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1489              Date: Tue, 24 Jul 2001 01:51:32 +0900
1490              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
1491      Branch: perl
1492            ! lib/UnicodeCD.pm lib/UnicodeCD.t
1493 ____________________________________________________________________________
1494 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
1495         Log: Subject: [PATCH] installperl
1496              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
1497              Date: Fri, 27 Jul 2001 19:05:04 -0700
1498              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
1499      Branch: perl
1500            ! installperl
1501 ____________________________________________________________________________
1502 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
1503         Log: Subject: [PATCH] Set proper compatibility versions in core
1504              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
1505              Date: Fri, 27 Jul 2001 20:01:49 -0700
1506              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
1507      Branch: perl
1508            ! Makefile.SH
1509 ____________________________________________________________________________
1510 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
1511         Log: Metaconfig unit change for #11477.
1512      Branch: metaconfig/U/perl
1513            ! dlsrc.U
1514 ____________________________________________________________________________
1515 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
1516         Log: Subject: [PATCH] Darwin: -fpic not so good
1517              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
1518              Date: Fri, 27 Jul 2001 18:57:38 -0700
1519              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
1520      Branch: perl
1521            ! Configure
1522 ____________________________________________________________________________
1523 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
1524         Log: Subject: [PATCH] Clean up Darwin hints
1525              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
1526              Date: Fri, 27 Jul 2001 19:13:15 -0700
1527              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
1528      Branch: perl
1529            ! hints/darwin.sh
1530 ____________________________________________________________________________
1531 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
1532         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
1533              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1534              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
1535              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
1536      Branch: perl
1537            ! pod/perlfunc.pod pp.c t/op/split.t
1538 ____________________________________________________________________________
1539 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
1540         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
1541              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1542              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
1543              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
1544      Branch: perl
1545            ! pod/perlvar.pod
1546 ____________________________________________________________________________
1547 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
1548         Log: Subject: [PATCH] fixes to constant.pm documentation
1549              From: Ilmari Karonen <iltzu@sci.fi>
1550              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
1551              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
1552      Branch: perl
1553            ! lib/constant.pm
1554 ____________________________________________________________________________
1555 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
1556         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
1557              From: "Philip Newton" <Philip.Newton@gmx.net>
1558              Date: Fri, 27 Jul 2001 07:51:10 +0200
1559              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
1560      Branch: perl
1561            ! pod/perlport.pod
1562 ____________________________________________________________________________
1563 [ 11471] By: nick                                  on 2001/07/26  06:23:32
1564         Log: Subject:  [PATCH] Doc fix for perlguts / threading
1565              From:  Arthur Bergman <arthur@contiller.se>
1566              Date:  Wed, 25 Jul 2001 11:28:23 +0200
1567              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
1568      Branch: perl
1569            ! pod/perlguts.pod
1570 ____________________________________________________________________________
1571 [ 11470] By: nick                                  on 2001/07/26  06:21:06
1572         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
1573              From:  Philip Newton <Philip.Newton@gmx.net>
1574              Date:  Wed, 25 Jul 2001 08:19:47 +0200
1575              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
1576      Branch: perl
1577            ! INSTALL
1578 ____________________________________________________________________________
1579 [ 11469] By: nick                                  on 2001/07/26  06:20:25
1580         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
1581              From:  Philip Newton <Philip.Newton@gmx.net>
1582              Date:  Wed, 25 Jul 2001 08:12:48 +0200
1583              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
1584      Branch: perl
1585            ! INSTALL
1586 ____________________________________________________________________________
1587 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
1588         Log: More +x.
1589      Branch: perl
1590            ! Porting/makerel
1591 ____________________________________________________________________________
1592 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
1593         Log: Update Changes.
1594      Branch: perl
1595            ! Changes patchlevel.h
1596 ____________________________________________________________________________
1597 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
1598         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
1599              From: "Philip Newton" <Philip.Newton@gmx.net>
1600              Date: Tue, 24 Jul 2001 06:45:55 +0200
1601              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
1602      Branch: perl
1603            ! os2/perlrexx.c
1604 ____________________________________________________________________________
1605 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
1606         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
1607              From: Peter Prymmer <pvhp@forte.com>
1608              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
1609              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
1610      Branch: perl
1611            ! pod/perlport.pod t/io/fs.t vms/test.com
1612 ____________________________________________________________________________
1613 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
1614         Log: Workaround on Cwd bootstrap problem.
1615      Branch: perl
1616            ! lib/ExtUtils/MakeMaker.pm
1617 ____________________________________________________________________________
1618 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
1619         Log: When in Rome, quote like the Romans do.
1620      Branch: perl
1621            ! cflags.SH
1622 ____________________________________________________________________________
1623 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
1624         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
1625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1626              Date: Mon, 23 Jul 2001 19:29:49 -0400
1627              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
1628      Branch: perl
1629            + os2/perlrexx.c
1630            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
1631            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
1632            ! t/op/write.t
1633 ____________________________________________________________________________
1634 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
1635         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
1636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1637              Date: Mon, 23 Jul 2001 18:43:42 -0400
1638              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
1639      Branch: perl
1640            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1641 ____________________________________________________________________________
1642 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
1643         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
1644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1645              Date: Mon, 23 Jul 2001 18:33:16 -0400
1646              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
1647      Branch: perl
1648            ! lib/ExtUtils/MakeMaker.pm
1649 ____________________________________________________________________________
1650 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
1651         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
1652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1653              Date: Mon, 23 Jul 2001 18:20:35 -0400
1654              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
1655      Branch: perl
1656            ! Makefile.SH cflags.SH
1657 ____________________________________________________________________________
1658 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
1659         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
1660              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
1661              Date: Mon, 23 Jul 2001 11:32:17 -0500
1662              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
1663      Branch: perl
1664            ! lib/ExtUtils/MakeMaker.pm
1665 ____________________________________________________________________________
1666 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
1667         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
1668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1669              Date: Mon, 23 Jul 2001 18:13:20 -0400
1670              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
1671      Branch: perl
1672            ! lib/perl5db.pl
1673 ____________________________________________________________________________
1674 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
1675         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
1676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1677              Date: Mon, 23 Jul 2001 18:07:40 -0400
1678              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
1679      Branch: perl
1680            ! op.c
1681 ____________________________________________________________________________
1682 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
1683         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
1684              From: "Craig A. Berry" <craigberry@mac.com>
1685              Date: Mon, 23 Jul 2001 15:35:06 -0500
1686              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
1687      Branch: perl
1688            ! util.c
1689 ____________________________________________________________________________
1690 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
1691         Log: Subject: [PATCH perlfaq9.pod typo]
1692              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
1693              Date: Mon, 23 Jul 2001 07:49:05 -0700
1694              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
1695      Branch: perl
1696            ! pod/perlfaq9.pod
1697 ____________________________________________________________________________
1698 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
1699         Log: Subject: win32\sncfnmcs.pl corrections
1700              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1701              Date: Mon, 23 Jul 2001 12:56:54 +0200
1702              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
1703              
1704              Rename the script a little bit more sensibly.
1705      Branch: perl
1706            + win32/sync_ext.pl
1707            - win32/sncfnmcs.pl
1708            ! MANIFEST README.win32
1709 ____________________________________________________________________________
1710 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
1711         Log: Test tweak.
1712      Branch: perl
1713            ! ext/B/Deparse.t
1714 ____________________________________________________________________________
1715 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
1716         Log: Metaconfig unit tweak for #11450.
1717      Branch: metaconfig/U/perl
1718            ! Mksymlinks.U
1719 ____________________________________________________________________________
1720 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
1721         Log: Too volatile failsafe check.
1722      Branch: perl
1723            ! Configure
1724 ____________________________________________________________________________
1725 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
1726         Log: Further doc tweaks.
1727      Branch: perl
1728            ! lib/UnicodeCD.pm
1729 ____________________________________________________________________________
1730 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
1731         Log: Doc tweaks.
1732      Branch: perl
1733            ! lib/UnicodeCD.pm
1734 ____________________________________________________________________________
1735 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
1736         Log: Doc tweakery from Abhijit.
1737      Branch: perl
1738            ! Porting/repository.pod
1739 ____________________________________________________________________________
1740 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
1741         Log: An accidental empty line.
1742      Branch: perl
1743            ! MANIFEST
1744 ____________________________________________________________________________
1745 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
1746         Log: Missing MANIFESTations.
1747      Branch: perl
1748            ! MANIFEST
1749 ____________________________________________________________________________
1750 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
1751         Log: Update Changes.
1752      Branch: perl
1753            ! Changes patchlevel.h
1754 ____________________________________________________________________________
1755 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
1756         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
1757              From: Mike Guy <mjtg@cam.ac.uk>
1758              Date: Fri, 20 Jul 2001 16:12:49 +0100
1759              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
1760      Branch: perl
1761            ! Porting/pumpkin.pod
1762 ____________________________________________________________________________
1763 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
1764         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1765              From: Peter Prymmer <pvhp@forte.com>
1766              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
1767              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
1768      Branch: perl
1769            ! pod/perlhack.pod
1770 ____________________________________________________________________________
1771 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
1772         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
1773              From: Michael G Schwern <schwern@pobox.com>
1774              Date: Fri, 20 Jul 2001 20:22:35 -0400
1775              Message-ID: <20010720202235.O4498@blackrider>
1776      Branch: perl
1777            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
1778            ! lib/Test/t/todo.t
1779 ____________________________________________________________________________
1780 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
1781         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
1782              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1783              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
1784              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
1785      Branch: perl
1786            ! ext/POSIX/POSIX.pod
1787 ____________________________________________________________________________
1788 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
1789         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
1790              From: Mark-Jason Dominus <mjd@plover.com>
1791              Date: Fri, 20 Jul 2001 23:16:54 -0400
1792              Message-ID: <20010721031654.21877.qmail@plover.com>
1793      Branch: perl
1794            ! ext/POSIX/POSIX.pod
1795 ____________________________________________________________________________
1796 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
1797         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
1798              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1799              Date: Sun, 22 Jul 2001 14:56:09 +0200
1800              Message-ID: <20010722145609.A766@rafael>
1801      Branch: perl
1802            ! ext/B/O.pm
1803 ____________________________________________________________________________
1804 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
1805         Log: Subject: regexec.c #define cleanup
1806              From: Mark-Jason Dominus <mjd@plover.com>
1807              Date: Sat, 21 Jul 2001 18:33:25 -0400
1808              Message-ID: <20010721223325.3069.qmail@plover.com>
1809      Branch: perl
1810            ! regexec.c
1811 ____________________________________________________________________________
1812 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
1813         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
1814              From: Prymmer/Kahn <pvhp@best.com>
1815              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
1816              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
1817      Branch: perl
1818            ! t/io/fs.t
1819 ____________________________________________________________________________
1820 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
1821         Log: Typo in #11432.
1822      Branch: perl
1823            ! ext/POSIX/POSIX.t
1824 ____________________________________________________________________________
1825 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
1826         Log: Integrate (manually) change #11424 from macperl.
1827      Branch: perl
1828            ! ext/Filter/t/call.t
1829 ____________________________________________________________________________
1830 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
1831         Log: Integrate change #11408 from macperl.
1832      Branch: perl
1833           !> README.macos pod/perlport.pod
1834 ____________________________________________________________________________
1835 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
1836         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
1837      Branch: perl
1838           +> macos/MacPerlTests.cmd macos/xsubpp.patch
1839            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1840            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
1841            ! ext/POSIX/POSIX.t
1842 ____________________________________________________________________________
1843 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
1844         Log: pod/*.t tests not picked up by t/TEST either
1845      Branch: maint-5.6/perl
1846            ! t/TEST
1847 ____________________________________________________________________________
1848 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
1849         Log: better tweak for change#11429 (windows has both / and \ separated
1850              paths in @INC at that point)
1851      Branch: maint-5.6/perl
1852            ! t/pod/testp2pt.pl
1853 ____________________________________________________________________________
1854 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
1855         Log: MacOS pod test tweak needs \Escape
1856      Branch: maint-5.6/perl
1857            ! t/pod/testp2pt.pl
1858 ____________________________________________________________________________
1859 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
1860         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
1861              resulting duplicate output, but t/harness isn't)
1862      Branch: maint-5.6/perl
1863            ! t/run/runenv.t
1864 ____________________________________________________________________________
1865 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
1866         Log: t/harness wasn't picking up all the tests
1867      Branch: maint-5.6/perl
1868            ! t/harness
1869 ____________________________________________________________________________
1870 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
1871         Log: update MANIFEST for new file
1872      Branch: maint-5.6/perl
1873            ! MANIFEST
1874 ____________________________________________________________________________
1875 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
1876         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
1877              the exception of the macperl/macos/... tree
1878      Branch: maint-5.6/perl
1879           +> t/lib/filefind-taint.t
1880           !> (integrate 72 files)
1881 ____________________________________________________________________________
1882 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
1883         Log: Fix test.
1884      Branch: maint-5.6/macperl
1885            ! macos/bundled_ext/Filter/t/call.t
1886 ____________________________________________________________________________
1887 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
1888         Log: Make perl fork()-safe (in a slightly limited way) even on
1889              platforms that don't have pthread_atfork() (extension of
1890              the fix in change#11151).
1891              
1892              Note that this will not help extensions that call fork()
1893              directly in C, or that link to libraries that call fork()
1894              directly.  Such cases must be fixed to either call
1895              PerlProc_fork(), or call atfork_lock() in parent before the
1896              calling the function that forks and call atfork_unlock()
1897              in both parent and child immediately after the fork().
1898              (There are no worries if C code calls exec() in the child
1899              immediately after a fork().  Only cases where the child
1900              calls perl's API functions (including New()) after the
1901              fork() are problematic.)
1902              
1903              This change also eliminates the use of vfork() from perl,
1904              since all such uses were violating the severe restrictions
1905              on modifying the state of the process between the vfork()
1906              and the exec().
1907              
1908              This is a modified version of patches suggested by Abhijit
1909              Menon-Sen and Richard Soderberg.
1910      Branch: perl
1911            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
1912            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
1913 ____________________________________________________________________________
1914 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
1915         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
1916              Switch, and Text::Balanced.
1917      Branch: maint-5.6/macperl
1918            + macos/bundled_ext/Filter/Util/Call/Call.pm
1919            + macos/bundled_ext/Filter/Util/Call/Call.xs
1920            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
1921            + macos/bundled_ext/Filter/t/MyFilter.pm
1922            + macos/bundled_ext/Filter/t/call.t
1923            + macos/bundled_ext/Filter/t/filter-util.pl
1924            + macos/bundled_lib/blib/lib/Class/ISA.pm
1925            + macos/bundled_lib/blib/lib/Digest.pm
1926            + macos/bundled_lib/blib/lib/Filter/Simple.pm
1927            + macos/bundled_lib/blib/lib/Switch.pm
1928            + macos/bundled_lib/blib/lib/Text/Balanced.pm
1929            + macos/bundled_lib/blib/lib/Text/Balanced.pod
1930            + macos/bundled_lib/t/Class/ISA/test.pl
1931            + macos/bundled_lib/t/Digest/Digest.t
1932            + macos/bundled_lib/t/Filter/Simple/test.pl
1933            + macos/bundled_lib/t/Switch/test.pl
1934            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
1935            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1936            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
1937            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1938            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
1939            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
1940            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1941            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
1942 ____________________________________________________________________________
1943 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
1944         Log: Add Filter::Util::Call to config/make files; edit utils
1945              to recognize the module (it was descended too far down).
1946              Bump version to 5.6.1a4.
1947      Branch: maint-5.6/macperl
1948            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
1949            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
1950            ! macos/macperl/Makefile.mk macos/xsubpp.patch
1951 ____________________________________________________________________________
1952 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
1953         Log: Make DB_File the default for MLDBM on MacOS.
1954      Branch: maint-5.6/macperl
1955            ! macos/bundled_lib/blib/lib/MLDBM.pm
1956 ____________________________________________________________________________
1957 [ 11419] By: nick                                  on 2001/07/20  14:51:03
1958         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
1959              From:  Simon Cozens <simon@netthink.co.uk>
1960              Date:  Fri, 20 Jul 2001 11:42:35 -0400
1961              Message-Id:  <20010720114235.A5235@netthink.co.uk>
1962      Branch: perl
1963            ! lib/UnicodeCD.pm
1964 ____________________________________________________________________________
1965 [ 11418] By: nick                                  on 2001/07/20  14:48:12
1966         Log: Subject:  [PATCH regcomp.h] adds a comment
1967              From:  Abhijit Menon-Sen <ams@wiw.org>
1968              Date:  Fri, 20 Jul 2001 21:05:37 +0530
1969              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
1970      Branch: perl
1971            ! regcomp.h
1972 ____________________________________________________________________________
1973 [ 11417] By: nick                                  on 2001/07/20  14:16:38
1974         Log: Subject:  [PATCH 5.7.2] INSTALL updates
1975              From:  Andy Dougherty <doughera@lafayette.edu>
1976              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
1977              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
1978      Branch: perl
1979            ! INSTALL
1980 ____________________________________________________________________________
1981 [ 11416] By: nick                                  on 2001/07/20  06:44:44
1982         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1983              From:  Russ Allbery <rra@stanford.edu>
1984              Date:  19 Jul 2001 15:52:37 -0700
1985              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
1986      Branch: perl
1987            ! lib/Pod/Man.pm
1988 ____________________________________________________________________________
1989 [ 11415] By: nick                                  on 2001/07/20  06:35:11
1990         Log: Subject:  [PATCH] defer op_seq allocation
1991              From:  Abhijit Menon-Sen <ams@wiw.org>
1992              Date:  Thu, 19 Jul 2001 22:12:24 +0530
1993              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
1994      Branch: perl
1995            ! op.c
1996 ____________________________________________________________________________
1997 [ 11414] By: nick                                  on 2001/07/20  06:23:36
1998         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
1999              From:  Abhijit Menon-Sen <ams@wiw.org>
2000              Date:  Fri, 20 Jul 2001 01:18:50 +0530
2001              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
2002              (Private e-mail)
2003      Branch: perl
2004            ! ext/Time/HiRes/HiRes.xs
2005 ____________________________________________________________________________
2006 [ 11413] By: nick                                  on 2001/07/20  06:18:53
2007         Log: Integrate mainline
2008      Branch: perlio
2009           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
2010            - t/base/commonsense.t
2011           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
2012           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
2013           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
2014           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
2015           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
2016           !> win32/win32.c
2017 ____________________________________________________________________________
2018 [ 11412] By: nick                                  on 2001/07/19  06:44:27
2019         Log: Integrate win32/perlhost.h from maintenance branch.
2020              (Rest of $ENV{PATH} / system() fix.)
2021      Branch: perl
2022           !> win32/perlhost.h
2023 ____________________________________________________________________________
2024 [ 11411] By: nick                                  on 2001/07/19  06:41:34
2025         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
2026              From:  Philip Newton <Philip.Newton@gmx.net>
2027              Date:  Wed, 18 Jul 2001 21:43:57 +0200
2028              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
2029      Branch: perl
2030            ! pod/perlhack.pod
2031 ____________________________________________________________________________
2032 [ 11410] By: nick                                  on 2001/07/19  06:39:35
2033         Log: Subject:  Security hole in taint checking in open()
2034              From:  deekoo@tentacle.net
2035              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
2036              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
2037      Branch: perl
2038            ! doio.c
2039 ____________________________________________________________________________
2040 [ 11409] By: nick                                  on 2001/07/19  06:28:08
2041         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
2042              From:  Abhijit Menon-Sen <ams@wiw.org>
2043              Date:  Thu, 19 Jul 2001 04:30:43 +0530
2044              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
2045      Branch: perl
2046            ! ext/Time/HiRes/HiRes.xs
2047 ____________________________________________________________________________
2048 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
2049         Log: Update docs with latest implementation information and new URLs.
2050      Branch: maint-5.6/macperl
2051            ! README.macos pod/perlport.pod
2052 ____________________________________________________________________________
2053 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
2054         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
2055              Fix BuildRules to accept optimization variables.
2056      Branch: maint-5.6/macperl
2057            + macos/bundled_ext/Digest/MD5/Makefile.mk
2058            ! macos/BuildRules.mk macos/Makefile.mk
2059            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
2060            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
2061 ____________________________________________________________________________
2062 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
2063         Log: Integrate changes 11399,11401
2064      Branch: maint-5.6/macperl
2065           !> win32/perlhost.h win32/win32.c
2066 ____________________________________________________________________________
2067 [ 11405] By: nick                                  on 2001/07/18  06:50:33
2068         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
2069              from perl5.6*
2070      Branch: perl
2071           !> win32/perlhost.h win32/win32.c
2072 ____________________________________________________________________________
2073 [ 11404] By: nick                                  on 2001/07/18  06:43:59
2074         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
2075              From:  hv@crypt0.demon.co.uk
2076              Date:  Wed, 18 Jul 2001 05:58:46 +0100
2077              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
2078      Branch: perl
2079            ! ext/POSIX/POSIX.t
2080 ____________________________________________________________________________
2081 [ 11403] By: nick                                  on 2001/07/18  06:38:57
2082         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
2083              From:  hv@crypt0.demon.co.uk
2084              Date:  Wed, 18 Jul 2001 05:21:54 +0100
2085              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
2086      Branch: perl
2087            ! numeric.c t/op/arith.t
2088 ____________________________________________________________________________
2089 [ 11402] By: nick                                  on 2001/07/18  06:19:17
2090         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
2091              From:  mjd@plover.com
2092              Date:  17 Jul 2001 17:59:20 -0000
2093              Message-Id:  <20010717175920.8177.qmail@plover.com>
2094      Branch: perl
2095            ! pod/perlre.pod
2096 ____________________________________________________________________________
2097 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
2098         Log: thinko in change#11400 (duh)
2099      Branch: maint-5.6/perl
2100            ! win32/perlhost.h
2101 ____________________________________________________________________________
2102 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
2103         Log: change#11399 revealed another unrelated bug; this is just a temporary
2104              bandaid
2105      Branch: maint-5.6/perl
2106            ! win32/perlhost.h
2107 ____________________________________________________________________________
2108 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
2109         Log: fix bugs in handling of the virtualized environment under windows;
2110              there were bugs in propagating any changes to %ENV down to the real
2111              environment when such changes happened in the toplevel process
2112              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
2113              problem identification, and for a part of the fix)
2114      Branch: maint-5.6/perl
2115            ! win32/perlhost.h win32/win32.c
2116 ____________________________________________________________________________
2117 [ 11398] By: nick                                  on 2001/07/17  08:26:35
2118         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
2119              From: Peter Prymmer <pvhp@forte.com>
2120              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
2121              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
2122              
2123              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
2124              should not depend on existance of Config.pm
2125      Branch: perl
2126           +> t/lib/commonsense.t
2127            - t/base/commonsense.t
2128            ! MANIFEST t/README
2129 ____________________________________________________________________________
2130 [ 11397] By: nick                                  on 2001/07/17  08:09:58
2131         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
2132              From:  Michael G Schwern <schwern@pobox.com>
2133              Date:  Mon, 16 Jul 2001 18:20:31 -0400
2134              Message-Id:  <20010716182031.A1128@blackrider>
2135      Branch: perl
2136            ! pod/perlhack.pod
2137 ____________________________________________________________________________
2138 [ 11396] By: nick                                  on 2001/07/17  08:04:11
2139         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
2140              From:  Gwyn Judd <b.judd@xtra.co.nz>
2141              Date:  Tue, 17 Jul 2001 20:55:58 +1200
2142              Message-Id:  <20010717205558.A3107@thislove>
2143      Branch: perl
2144            ! pod/perlfunc.pod
2145 ____________________________________________________________________________
2146 [ 11395] By: nick                                  on 2001/07/17  08:02:22
2147         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
2148              From:  Peter Prymmer <pvhp@forte.com>
2149              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
2150              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
2151      Branch: perl
2152            ! t/op/sprintf.t
2153 ____________________________________________________________________________
2154 [ 11394] By: nick                                  on 2001/07/17  07:57:06
2155         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
2156              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
2157              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
2158              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
2159      Branch: perl
2160            ! gv.c
2161 ____________________________________________________________________________
2162 [ 11392] By: nick                                  on 2001/07/17  07:50:12
2163         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
2164              From:  Coral <coral@moonlight.crystalflame.net>
2165              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
2166              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
2167      Branch: perl
2168            ! pp_sys.c thread.h
2169 ____________________________________________________________________________
2170 [ 11391] By: nick                                  on 2001/07/17  07:34:28
2171         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
2172              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2173              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
2174              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
2175      Branch: perl
2176            ! utils/h2xs.PL
2177 ____________________________________________________________________________
2178 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
2179         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
2180              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
2181              and Mac::Apps::Launch, which don't work, and Time::HiRes and
2182              Time::Piece, which don't yet work.
2183      Branch: maint-5.6/macperl
2184            + (add 154 files)
2185 ____________________________________________________________________________
2186 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
2187         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
2188              Also add hack to get around missing setenv for PERL5DB.
2189      Branch: maint-5.6/macperl
2190            ! macos/macish.c macos/macish.h
2191 ____________________________________________________________________________
2192 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
2193         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
2194      Branch: maint-5.6/macperl
2195            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
2196            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
2197 ____________________________________________________________________________
2198 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
2199         Log: Fix up some configuration and make options, add extra
2200              extensions.
2201      Branch: maint-5.6/macperl
2202            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
2203            ! macos/macperl/Makefile.mk
2204 ____________________________________________________________________________
2205 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
2206         Log: From Change 11374 in maintperl.
2207      Branch: maint-5.6/macperl
2208           !> utils/h2ph.PL
2209 ____________________________________________________________________________
2210 [ 11385] By: nick                                  on 2001/07/16  14:12:58
2211         Log: Back out change to h2xs till it passes its test.
2212      Branch: perl
2213            ! utils/h2xs.PL
2214 ____________________________________________________________________________
2215 [ 11384] By: nick                                  on 2001/07/16  14:00:10
2216         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
2217              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2218              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
2219              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
2220      Branch: perl
2221            ! utils/h2xs.PL
2222 ____________________________________________________________________________
2223 [ 11383] By: nick                                  on 2001/07/16  13:53:12
2224         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
2225              From:  Robin Houston <robin@kitsite.com>
2226              Date:  Sun, 15 Jul 2001 18:22:31 +0100
2227              Message-Id:  <20010715182230.A11174@robin>
2228      Branch: perl
2229            ! hints/darwin.sh
2230 ____________________________________________________________________________
2231 [ 11382] By: nick                                  on 2001/07/16  13:52:49
2232         Log: Subject:  [PATCH perl@11372] re_dup
2233              From:  Radu Greab <radu@netsoft.ro>
2234              Date:  Sun, 15 Jul 2001 04:50:06 +0300
2235              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
2236      Branch: perl
2237            ! sv.c
2238 ____________________________________________________________________________
2239 [ 11379] By: nick                                  on 2001/07/16  13:35:39
2240         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
2241              From:  Robin Houston <robin@kitsite.com>
2242              Date:  Sat, 14 Jul 2001 14:28:50 +0100
2243              Message-Id:  <20010714142850.A10205@robin>
2244      Branch: perl
2245            ! ext/B/B/Deparse.pm
2246 ____________________________________________________________________________
2247 [ 11378] By: nick                                  on 2001/07/16  13:30:36
2248         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
2249              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
2250              Date:  Sat, 14 Jul 2001 22:17:42 +0900
2251              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
2252      Branch: perl
2253            + ext/Encode/Encode/euc-jp-0212.enc
2254            ! ext/Encode/Encode/Tcl.pm
2255 ____________________________________________________________________________
2256 [ 11377] By: nick                                  on 2001/07/16  13:17:28
2257         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
2258              From:  Andy Dougherty <doughera@lafayette.edu>
2259              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
2260              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
2261      Branch: perl
2262            ! hints/darwin.sh hints/rhapsody.sh
2263 ____________________________________________________________________________
2264 [ 11376] By: nick                                  on 2001/07/16  09:05:00
2265         Log: Integrate mainline
2266      Branch: perlio
2267           +> ext/Encode/Encode/7bit-greek.enc
2268           +> ext/Encode/Encode/7bit-latin1.enc
2269           +> ext/Encode/Encode/cns11643-1.enc
2270           +> ext/Encode/Encode/cns11643-2.enc
2271           +> ext/Encode/Encode/iso2022-cn.enc
2272           +> ext/Encode/Encode/iso2022-jp1.enc
2273           +> ext/Encode/Encode/iso2022-jp2.enc
2274           !> Changes Configure MANIFEST Makefile.SH
2275           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
2276           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
2277           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
2278           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
2279           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
2280 ____________________________________________________________________________
2281 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
2282         Log: integrate change#11374 from maint-5.6
2283              
2284              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2285      Branch: perl
2286           !> utils/h2ph.PL
2287 ____________________________________________________________________________
2288 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
2289         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2290      Branch: maint-5.6/perl
2291            ! utils/h2ph.PL
2292 ____________________________________________________________________________
2293 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
2294         Log: Update Changes.
2295      Branch: perl
2296            ! Changes patchlevel.h
2297 ____________________________________________________________________________
2298 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
2299         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
2300              From: Jonathan Stowe <gellyfish@gellyfish.com>
2301              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
2302              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
2303      Branch: perl
2304            ! utils/h2xs.PL
2305 ____________________________________________________________________________
2306 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
2307         Log: Subject: patch to add DEL to [:cntrl:]
2308              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2309              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
2310              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
2311      Branch: perl
2312            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
2313 ____________________________________________________________________________
2314 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
2315         Log: Metaconfig unit change for #11369; plus a dependency nit.
2316      Branch: metaconfig
2317            ! U/compline/nblock_io.U
2318      Branch: metaconfig/U/perl
2319            ! Extensions.U
2320 ____________________________________________________________________________
2321 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
2322         Log: #include <stdlib.h> so that exit() is prototyped,
2323              noticed by Hugo.
2324      Branch: perl
2325            ! Configure
2326 ____________________________________________________________________________
2327 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
2328         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
2329              From: Peter Prymmer <pvhp@forte.com>
2330              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
2331              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
2332      Branch: perl
2333            ! t/op/sprintf.t
2334 ____________________________________________________________________________
2335 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
2336         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
2337              From: Peter Prymmer <pvhp@forte.com>
2338              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
2339              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
2340      Branch: perl
2341            ! ext/Encode/Encode/Tcl.t
2342 ____________________________________________________________________________
2343 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
2344         Log: Add information about gcc 3.0 basic block profiling.
2345      Branch: perl
2346            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
2347 ____________________________________________________________________________
2348 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
2349         Log: Subject: Error in lib/PerlIO/Via.pm ?
2350              From: Mark-Jason Dominus <mjd@plover.com>
2351              Date: Fri, 13 Jul 2001 15:55:41 -0400
2352              Message-ID: <20010713195541.26751.qmail@plover.com>
2353      Branch: perl
2354            ! ext/PerlIO/Via/Via.pm
2355 ____________________________________________________________________________
2356 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
2357         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
2358              section from the Compiler section.
2359      Branch: perl
2360            ! myconfig.SH
2361 ____________________________________________________________________________
2362 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
2363         Log: Handle glibc style of constant definitions using enum
2364              with intervening #defines; from Brendan O'Dea.
2365      Branch: perl
2366            ! utils/h2ph.PL
2367 ____________________________________________________________________________
2368 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
2369         Log: Add LC_MESSAGES to the locale_h export tag (it already is
2370              in the Makefile.PL and thusly eligible for an XS constant)
2371              (see also maintperl #10543)
2372      Branch: perl
2373            ! ext/POSIX/POSIX.pm
2374 ____________________________________________________________________________
2375 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
2376         Log: Subject: Re: [patch] re_dup
2377              From: Abhijit Menon-Sen <ams@wiw.org>
2378              Date: Fri, 13 Jul 2001 21:41:09 +0530
2379              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
2380      Branch: perl
2381            ! sv.c
2382 ____________________________________________________________________________
2383 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
2384         Log: Subject: [patch] re_dup
2385              From: Doug MacEachern <dougm@covalent.net>
2386              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
2387              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
2388      Branch: perl
2389            ! sv.c
2390 ____________________________________________________________________________
2391 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
2392         Log: Update Changes.
2393      Branch: perl
2394            ! Changes patchlevel.h
2395 ____________________________________________________________________________
2396 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
2397         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
2398              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
2399              Date: Sat, 14 Jul 2001 00:06:30 +0900
2400              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
2401      Branch: perl
2402            + ext/Encode/Encode/7bit-greek.enc
2403            + ext/Encode/Encode/7bit-latin1.enc
2404            + ext/Encode/Encode/cns11643-1.enc
2405            + ext/Encode/Encode/cns11643-2.enc
2406            + ext/Encode/Encode/iso2022-cn.enc
2407            + ext/Encode/Encode/iso2022-jp1.enc
2408            + ext/Encode/Encode/iso2022-jp2.enc
2409            ! MANIFEST ext/Encode/Encode/Tcl.pm
2410            ! ext/Encode/Encode/iso2022-kr.enc
2411 ____________________________________________________________________________
2412 [ 11357] By: nick                                  on 2001/07/13  14:24:06
2413         Log: Blind integrate mainline (as of 5.7.2?)
2414      Branch: perlio
2415           !> AUTHORS Changes Porting/config.sh Porting/config_H
2416           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
2417           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
2418           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2419           !> win32/makefile.mk
2420 ____________________________________________________________________________
2421 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
2422         Log: Snip away the devel patchlevel.
2423      Branch: perl
2424            ! patchlevel.h
2425 ____________________________________________________________________________
2426 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
2427         Log: Bump the version to 5.7.2.
2428      Branch: perl
2429            ! Porting/config.sh Porting/config_H patchlevel.h
2430            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
2431            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2432            ! win32/makefile.mk
2433 ____________________________________________________________________________
2434 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
2435         Log: Update Changes.
2436      Branch: perl
2437            ! Changes
2438 ____________________________________________________________________________
2439 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
2440         Log: Reword.
2441      Branch: perl
2442            ! AUTHORS
2443 ____________________________________________________________________________
2444 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
2445         Log: AUTHORS update.
2446      Branch: perl
2447            ! AUTHORS
2448 ____________________________________________________________________________
2449 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
2450         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
2451              unless ithreads.
2452      Branch: perl
2453            ! makedef.pl
2454 ____________________________________________________________________________
2455 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
2456         Log: Integrate perlio.
2457      Branch: perl
2458           !> win32/distclean.bat
2459 ____________________________________________________________________________
2460 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
2461         Log: Test the encoding transform only iff we have PerlIO,
2462              noticed by H. Merijn Brand.
2463      Branch: perl
2464            ! ext/PerlIO/t/encoding.t
2465 ____________________________________________________________________________
2466 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
2467         Log: README.netware tweaks from Ananth Kesari.
2468      Branch: perl
2469            ! README.netware
2470 ____________________________________________________________________________
2471 [ 11346] By: nick                                  on 2001/07/13  09:18:51
2472         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
2473              to avoid /unicode vs /Unicode issues.
2474      Branch: perlio
2475            ! win32/distclean.bat
2476 ____________________________________________________________________________
2477 [ 11345] By: nick                                  on 2001/07/13  06:24:18
2478         Log: Integrate mainline
2479      Branch: perlio
2480           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
2481            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
2482           !> (integrate 63 files)
2483 ____________________________________________________________________________
2484 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
2485         Log: Add d_bincompat5005 information to perl -V.
2486      Branch: perl
2487            ! myconfig.SH
2488 ____________________________________________________________________________
2489 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
2490         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
2491              From: Abhijit Menon-Sen <ams@wiw.org>
2492              Date: Fri, 13 Jul 2001 07:12:36 +0530
2493              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
2494      Branch: perl
2495            ! sv.c
2496 ____________________________________________________________________________
2497 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
2498         Log: Remove unicode::distinct, as per Inaba Hiroto.
2499      Branch: perl
2500            - lib/unicode/distinct.pm
2501            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
2502            ! t/lib/1_compile.t
2503 ____________________________________________________________________________
2504 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
2505         Log: Paging for Dr Octothorpe.
2506      Branch: perl
2507            ! pod/perlfaq4.pod
2508 ____________________________________________________________________________
2509 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
2510         Log: cut-n-paste error noticed by mjd.
2511      Branch: perl
2512            ! pod/perlfaq4.pod
2513 ____________________________________________________________________________
2514 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
2515         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
2516              From: Peter Prymmer <pvhp@forte.com>
2517              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
2518              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
2519      Branch: perl
2520            ! pod/perlfaq4.pod
2521 ____________________________________________________________________________
2522 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
2523         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
2524              From: Randall Gellens <randy@qualcomm.com>
2525              Date: Thu, 12 Jul 2001 16:56:23 -0700
2526              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
2527      Branch: perl
2528            ! Porting/repository.pod
2529 ____________________________________________________________________________
2530 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
2531         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
2532      Branch: perl
2533            ! thread.h
2534 ____________________________________________________________________________
2535 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
2536         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
2537              From: coral <coral@moonlight.crystalflame.net>
2538              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
2539              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
2540      Branch: perl
2541            ! thread.h
2542 ____________________________________________________________________________
2543 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
2544         Log: Metaconfig unit change for #11134.
2545      Branch: metaconfig
2546            + U/threads/d_pthread_atfork.U
2547 ____________________________________________________________________________
2548 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
2549         Log: Add HAS_PTHREAD_ATFORK.
2550      Branch: perl
2551            ! Configure NetWare/config.wc NetWare/config_H.wc
2552            ! Porting/Glossary Porting/config.sh Porting/config_H
2553            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
2554            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
2555            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2556            ! win32/config.gc win32/config.vc win32/config_H.bc
2557            ! win32/config_H.gc win32/config_H.vc
2558 ____________________________________________________________________________
2559 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
2560         Log: Subject: [PATCH] File::Copy fails on tied handles
2561              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
2562              Date: Thu, 12 Jul 2001 15:18:51 -0700
2563              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
2564      Branch: perl
2565            ! lib/File/Copy.pm
2566 ____________________________________________________________________________
2567 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
2568         Log: Subject: [PATCH] Langinfo.t
2569              From: Nicholas Clark <nick@ccl4.org>
2570              Date: Thu, 12 Jul 2001 23:55:38 +0100
2571              Message-ID: <20010712235538.M5827@plum.flirble.org>
2572      Branch: perl
2573            ! ext/I18N/Langinfo/Langinfo.t
2574 ____________________________________________________________________________
2575 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
2576         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
2577              From: Peter Prymmer <pvhp@forte.com>
2578              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
2579              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
2580      Branch: perl
2581            ! pod/perl572delta.pod
2582 ____________________________________________________________________________
2583 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
2584         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
2585              From: Abhijit Menon-Sen <ams@wiw.org>
2586              Date: Fri, 13 Jul 2001 05:21:16 +0530
2587              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
2588      Branch: perl
2589            ! sv.c
2590 ____________________________________________________________________________
2591 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
2592         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
2593              From: Abhijit Menon-Sen <ams@wiw.org>
2594              Date: Fri, 13 Jul 2001 03:04:25 +0530
2595              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
2596      Branch: perl
2597            ! av.c
2598 ____________________________________________________________________________
2599 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
2600         Log: s/^M$//g
2601      Branch: perl
2602            ! win32/Makefile win32/makefile.mk
2603 ____________________________________________________________________________
2604 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
2605         Log: Update Changes.
2606      Branch: perl
2607            ! Changes patchlevel.h
2608 ____________________________________________________________________________
2609 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
2610         Log: Typo spotted by Philip Newton.
2611      Branch: perl
2612            ! pod/perl572delta.pod
2613 ____________________________________________________________________________
2614 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
2615         Log: Subject: [PATCH] fixes perl_clone of perl_clone
2616              From: Artur Bergman <artur@contiller.se>
2617              Date: Thu, 12 Jul 2001 20:57:09 +0200
2618              Message-ID: <B773BFA4.236B%artur@contiller.se>
2619      Branch: perl
2620            ! sv.c
2621 ____________________________________________________________________________
2622 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
2623         Log: Add README.uts from Hal Morris.
2624      Branch: perl
2625            + README.uts
2626            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
2627            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2628 ____________________________________________________________________________
2629 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
2630         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
2631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2632              Date: Thu, 12 Jul 2001 20:32:37 +0200
2633              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
2634      Branch: perl
2635            ! hints/aix.sh
2636 ____________________________________________________________________________
2637 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
2638         Log: Subject: Patch: document reg_data.what member
2639              From: Mark-Jason Dominus <mjd@plover.com>
2640              Message-ID: <20010712182532.14821.qmail@plover.com>
2641              Date: Thu, 12 Jul 2001 14:25:32 -0400
2642      Branch: perl
2643            ! regcomp.c regcomp.h
2644 ____________________________________________________________________________
2645 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
2646         Log: Subject: [PATCH] Perl_re_dup()
2647              From: Abhijit Menon-Sen <ams@wiw.org>
2648              Date: Thu, 12 Jul 2001 23:54:32 +0530
2649              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
2650      Branch: perl
2651            ! embed.h embed.pl perlapi.c proto.h sv.c
2652 ____________________________________________________________________________
2653 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
2654         Log: Regen Configure, modlib, toc.
2655      Branch: perl
2656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2657            ! pod/perlmodlib.pod pod/perltoc.pod
2658 ____________________________________________________________________________
2659 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
2660         Log: The problem seems to be in PerlIO::Layer::->find() not
2661              accepting the ":encoding(blurflur)" arguments.
2662      Branch: perl
2663            ! lib/PerlIO.pm lib/open.pm
2664 ____________________________________________________________________________
2665 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
2666         Log: AIX doc update.
2667      Branch: perl
2668            ! README.aix pod/perl572delta.pod
2669 ____________________________________________________________________________
2670 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
2671         Log: Subject: AIX README update
2672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2673              Date: Thu, 12 Jul 2001 19:28:30 +0200
2674              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
2675      Branch: perl
2676            ! README.aix
2677 ____________________________________________________________________________
2678 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
2679         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
2680              From: Norton Allen <allen@huarp.harvard.edu>
2681              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
2682              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
2683      Branch: perl
2684            ! ext/IO/lib/IO/t/io_unix.t
2685 ____________________________________________________________________________
2686 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
2687         Log: Subject: [PATCH README.qnx hints/qnx.sh]
2688              From: Norton Allen <allen@huarp.harvard.edu>
2689              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
2690              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
2691      Branch: perl
2692            ! README.qnx hints/qnx.sh
2693 ____________________________________________________________________________
2694 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
2695         Log: Subject: [patch] faster PM_GETRE
2696              From: Doug MacEachern <dougm@covalent.net>
2697              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
2698              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
2699      Branch: perl
2700            ! op.h
2701 ____________________________________________________________________________
2702 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
2703         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
2704              From: Doug MacEachern <dougm@covalent.net>
2705              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
2706              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
2707      Branch: perl
2708            ! op.c
2709 ____________________________________________________________________________
2710 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
2711         Log: Tell where the nice Estonian database is.
2712      Branch: perl
2713            ! lib/open.pm
2714 ____________________________________________________________________________
2715 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
2716         Log: Retract #11309 since #11310 is a better fix.
2717      Branch: perl
2718            ! t/lib/1_compile.t
2719 ____________________________________________________________________________
2720 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
2721         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
2722              change#11300 needs to return the status of failed win32_spawnvp())
2723              
2724              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
2725              splitting correctly; remove unused variables; 'require' at run time
2726              rather than 'use' at compile time for I18N::Langinfo, since it
2727              isn't everyware
2728      Branch: perl
2729            ! lib/open.pm win32/win32.c
2730 ____________________________________________________________________________
2731 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
2732         Log: Temporary workaround.
2733      Branch: perl
2734            ! t/lib/1_compile.t
2735 ____________________________________________________________________________
2736 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
2737         Log: UCD typo in #11306 and add also more known-to-be-tested
2738              modules to the skip list.
2739      Branch: perl
2740            ! t/lib/1_compile.t
2741 ____________________________________________________________________________
2742 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
2743         Log: Rename Unicode::UCD to UnicodeCD to avoid
2744              messups with case-insensitive filesystems.
2745      Branch: perl
2746            + lib/UnicodeCD.pm lib/UnicodeCD.t
2747            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
2748            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
2749 ____________________________________________________________________________
2750 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
2751         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
2752              From: daniel@biz.bitpusher.com
2753              Date: Wed, 11 Jul 2001 23:25:47 -0700
2754              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
2755      Branch: perl
2756            ! lib/Tie/Array.pm t/op/splice.t
2757 ____________________________________________________________________________
2758 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
2759         Log: Subject: [PATCH] More accurate line numbers in messages
2760              From: Paul Johnson <paul@pjcj.net>
2761              Date: Thu, 12 Jul 2001 04:14:11 +0200
2762              Message-ID: <20010712041411.A3467@pjcj.net>
2763              
2764              (With prototyping and multiplicity tweaks.)
2765      Branch: perl
2766            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
2767 ____________________________________________________________________________
2768 [ 11304] By: nick                                  on 2001/07/12  12:53:40
2769         Log: Integrate mainline
2770      Branch: perlio
2771           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
2772           !> regexec.c thread.h
2773 ____________________________________________________________________________
2774 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
2775         Log: Cut-and-pasto in #11298.
2776      Branch: perl
2777            ! ext/ByteLoader/bytecode.h
2778 ____________________________________________________________________________
2779 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
2780         Log: Update the AIX known problems section.
2781      Branch: perl
2782            ! pod/perl572delta.pod
2783 ____________________________________________________________________________
2784 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
2785         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
2786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2787              Date: Thu, 12 Jul 2001 12:16:16 +0200
2788              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
2789      Branch: perl
2790            ! hints/aix.sh
2791 ____________________________________________________________________________
2792 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
2793         Log: Integrate perlio.
2794      Branch: perl
2795           !> makedef.pl win32/win32.c
2796 ____________________________________________________________________________
2797 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
2798         Log: Subject: [PATCH] fix for PMOP threadness failures
2799              From: Artur Bergman <artur@contiller.se>
2800              Date: Thu, 12 Jul 2001 09:48:06 +0200
2801              Message-ID: <B77322D6.22DD%artur@contiller.se>
2802      Branch: perl
2803            ! regexec.c
2804 ____________________________________________________________________________
2805 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
2806         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
2807              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2808              Date: Thu, 12 Jul 2001 09:09:48 +0200
2809              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
2810              
2811              More parentheses to keep bcc happy.
2812      Branch: perl
2813            ! ext/ByteLoader/bytecode.h
2814 ____________________________________________________________________________
2815 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
2816         Log: Subject: Re: [patch] pthread_atfork bandaid
2817              From: Doug MacEachern <dougm@covalent.net>
2818              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
2819              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
2820      Branch: perl
2821            ! thread.h
2822 ____________________________________________________________________________
2823 [ 11296] By: nick                                  on 2001/07/12  11:55:48
2824         Log: Exclude reentrant_buffer from .def file
2825      Branch: perlio
2826            ! makedef.pl
2827 ____________________________________________________________________________
2828 [ 11295] By: nick                                  on 2001/07/12  11:11:44
2829         Log: Honour void-ness of my_exit()
2830      Branch: perlio
2831            ! win32/win32.c
2832 ____________________________________________________________________________
2833 [ 11294] By: nick                                  on 2001/07/12  07:51:04
2834         Log: Integrate mainline
2835      Branch: perlio
2836           +> uts/sprintf_wrap.c
2837           !> (integrate 35 files)
2838 ____________________________________________________________________________
2839 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
2840         Log: Retract #11289.
2841      Branch: perl
2842            ! embed.h embed.pl perl.c proto.h thread.h
2843 ____________________________________________________________________________
2844 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
2845         Log: Now the :locale pseudolayer *almost* works...
2846      Branch: perl
2847            ! lib/open.pm
2848 ____________________________________________________________________________
2849 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
2850         Log: Locale encoding tweaks.
2851      Branch: perl
2852            ! lib/open.pm
2853 ____________________________________________________________________________
2854 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
2855         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2856              From: Mark-Jason Dominus <mjd@plover.com>
2857              Date: Thu, 12 Jul 2001 00:59:31 -0400
2858              Message-ID: <20010712045931.8543.qmail@plover.com>
2859              
2860              Remove the chmod/umask leading zero warning.
2861      Branch: perl
2862            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
2863            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2864 ____________________________________________________________________________
2865 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
2866         Log: (Retracted by #11289.)
2867      Branch: perl
2868            ! embed.h embed.pl perl.c proto.h thread.h
2869 ____________________________________________________________________________
2870 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
2871         Log: Needed by #11283.
2872      Branch: perl
2873            ! intrpvar.h
2874 ____________________________________________________________________________
2875 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
2876         Log: Metaconfig unit change for #11286.
2877      Branch: metaconfig/U/perl
2878            ! patchlevel.U
2879 ____________________________________________________________________________
2880 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
2881         Log: Subject: Re: [PATCH Configure] perl -V broken
2882              From: Andy Dougherty <doughera@lafayette.edu>
2883              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
2884              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
2885      Branch: perl
2886            ! Configure myconfig.SH
2887 ____________________________________________________________________________
2888 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
2889         Log: Retract #11166 (and #11237).
2890      Branch: perl
2891            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
2892            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
2893            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2894 ____________________________________________________________________________
2895 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
2896         Log: UTS tweaks for Hal Morris.
2897      Branch: perl
2898            + uts/sprintf_wrap.c
2899            ! MANIFEST hints/uts.sh perl.h
2900 ____________________________________________________________________________
2901 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
2902         Log: Subject: [PATCH] Use reentrant API glibc
2903              From: Artur Bergman <artur@contiller.se>
2904              Date: Thu, 12 Jul 2001 00:58:21 +0200
2905              Message-ID: <B772A6AD.2288%artur@contiller.se>
2906      Branch: perl
2907            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
2908            ! sv.c
2909 ____________________________________________________________________________
2910 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
2911         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
2912              From: barries <barries@slaysys.com>
2913              Date: Wed, 11 Jul 2001 15:11:46 -0400
2914              Message-ID: <20010711151146.G24560@jester.slaysys.com>
2915      Branch: perl
2916            ! pp_sys.c t/lib/warnings/doio win32/win32.c
2917 ____________________________________________________________________________
2918 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
2919         Log: Subject: [patch] pthread_atfork bandaid
2920              From: Doug MacEachern <dougm@covalent.net>
2921              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
2922              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
2923      Branch: perl
2924            ! miniperlmain.c perl.c
2925 ____________________________________________________________________________
2926 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
2927         Log: Subject: [patch] perl_clone leaks
2928              From: Doug MacEachern <dougm@covalent.net>
2929              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
2930              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
2931      Branch: perl
2932            ! sv.c
2933 ____________________________________________________________________________
2934 [ 11279] By: nick                                  on 2001/07/11  15:49:38
2935         Log: Integrate mainline
2936      Branch: perlio
2937           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
2938           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
2939           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
2940           +> lib/Term/ANSIColor/README
2941           !> (integrate 54 files)
2942 ____________________________________________________________________________
2943 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
2944         Log: Update Changes.
2945      Branch: perl
2946            ! Changes patchlevel.h
2947 ____________________________________________________________________________
2948 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
2949         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
2950              From: Peter Prymmer <pvhp@forte.com>
2951              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
2952              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
2953              
2954              Backport of embed.pl to 5.003.
2955      Branch: perl
2956            ! embed.pl
2957 ____________________________________________________________________________
2958 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
2959         Log: Subject: Re: POSIX test #14 on UTS 
2960              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2961              Date: Wed, 11 Jul 2001 03:02:14 +0100
2962              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
2963      Branch: perl
2964            ! ext/POSIX/POSIX.t
2965 ____________________________________________________________________________
2966 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
2967         Log: Make the I32 an IV to preserve structure alignment and size.
2968      Branch: perl
2969            ! op.h
2970 ____________________________________________________________________________
2971 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
2972         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
2973              From: "Artur Bergman" <artur@contiller.se>
2974              Date: Wed, 11 Jul 2001 14:23:37 +0200
2975              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
2976              
2977              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
2978      Branch: perl
2979            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
2980            ! pod/perlapi.pod sv.c
2981 ____________________________________________________________________________
2982 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
2983         Log: Tweak until Pod::Parser gets updated.
2984      Branch: perl
2985            ! t/pod/special_seqs.xr
2986 ____________________________________________________________________________
2987 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
2988         Log: File::Spec usage tweak.
2989      Branch: perl
2990            ! lib/ExtUtils.t
2991 ____________________________________________________________________________
2992 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
2993         Log: Integrate #11263 from macperl; macos and macosx updates.
2994      Branch: perl
2995           !> pod/perlport.pod
2996 ____________________________________________________________________________
2997 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
2998         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
2999              From: Peter Prymmer <pvhp@forte.com>
3000              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
3001              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
3002      Branch: perl
3003            + ext/Time/HiRes/hints/dynixptx.pl
3004            ! MANIFEST hints/dynixptx.sh
3005 ____________________________________________________________________________
3006 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
3007         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
3008              From: Nicholas Clark <nick@ccl4.org>
3009              Date: Tue, 10 Jul 2001 23:17:43 +0100
3010              Message-ID: <20010710231742.B59620@plum.flirble.org>
3011      Branch: perl
3012            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
3013 ____________________________________________________________________________
3014 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
3015         Log: Subject: [DOC PATCH] Pluggable runops
3016              From: Paul Johnson <paul@pjcj.net>
3017              Date: Tue, 10 Jul 2001 21:53:28 +0200
3018              Message-ID: <20010710215328.B26577@pjcj.net>
3019      Branch: perl
3020            ! pod/perlguts.pod
3021 ____________________________________________________________________________
3022 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
3023         Log: Subject: [PATCH] Authors
3024              From: Artur Bergman <artur@contiller.se>
3025              Date: Tue, 10 Jul 2001 20:39:12 +0200
3026              Message-ID: <B771186F.21CD%artur@contiller.se>
3027      Branch: perl
3028            ! AUTHORS
3029 ____________________________________________________________________________
3030 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
3031         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
3032              From: Doug MacEachern <dougm@covalent.net>
3033              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
3034              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
3035      Branch: perl
3036            ! pp_ctl.c
3037 ____________________________________________________________________________
3038 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
3039         Log: Subject: doc patch; times() in scalar context
3040              From: mjd@plover.com
3041              Date: 10 Jul 2001 18:01:17 -0000
3042              Message-ID: <20010710180117.12477.qmail@plover.com>
3043      Branch: perl
3044            ! pod/perlfunc.pod
3045 ____________________________________________________________________________
3046 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
3047         Log: Subject: [PATCH] Small fix to pp_gmtime
3048              From: Artur Bergman <artur@contiller.se>
3049              Date: Tue, 10 Jul 2001 19:54:52 +0200
3050              Message-ID: <B7710E0B.21C5%artur@contiller.se>
3051      Branch: perl
3052            ! pp_sys.c
3053 ____________________________________________________________________________
3054 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
3055         Log: Integrate changes from mainline perl, add notes about
3056              Mac OS X and Mac OS.
3057      Branch: maint-5.6/macperl
3058            ! pod/perlport.pod
3059 ____________________________________________________________________________
3060 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
3061         Log: A proof of the dangers of package; ?
3062      Branch: perl
3063            ! t/lib/warnings/op
3064 ____________________________________________________________________________
3065 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
3066         Log: Regen toc and modlib.
3067      Branch: perl
3068            ! pod/perlmodlib.pod pod/perltoc.pod
3069 ____________________________________________________________________________
3070 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
3071         Log: Add compexcl(), casefold(), and casespec() interfaces;
3072              and make all interfaces to return hash references instead
3073              of hashes. 
3074      Branch: perl
3075            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3076 ____________________________________________________________________________
3077 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
3078         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
3079              From: "Philip Newton" <Philip.Newton@gmx.net>
3080              Date: Tue, 10 Jul 2001 09:55:59 +0200
3081              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
3082              
3083              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
3084              From: "Philip Newton" <Philip.Newton@gmx.net>
3085              Date: Tue, 10 Jul 2001 09:56:37 +0200
3086              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
3087      Branch: perl
3088            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3089            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
3090 ____________________________________________________________________________
3091 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
3092         Log: Subject: [patch] undef &xsub for 1,2
3093              From: Doug MacEachern <dougm@covalent.net>
3094              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
3095              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
3096              
3097              (This version of the patch with a comment from Gisle.)
3098      Branch: perl
3099            ! op.c
3100 ____________________________________________________________________________
3101 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
3102         Log: Mention package; deprecation and the Win32 problems.
3103      Branch: perl
3104            ! pod/perl572delta.pod
3105 ____________________________________________________________________________
3106 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
3107         Log: Subject: [PATCH] deprecate package with no arguments
3108              From: Robin Houston <robin@kitsite.com>
3109              Date: Tue, 10 Jul 2001 13:33:40 +0100
3110              Message-ID: <20010710133340.A13452@robin.kitsite.com>
3111      Branch: perl
3112            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
3113 ____________________________________________________________________________
3114 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
3115         Log: Upgrade to podlators 1.10.
3116      Branch: perl
3117            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3118            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3119            ! pod/pod2man.PL pod/pod2text.PL
3120 ____________________________________________________________________________
3121 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
3122         Log: Upgrade to Term::ANSIColor 1.04.
3123      Branch: perl
3124            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
3125            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
3126 ____________________________________________________________________________
3127 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
3128         Log: Integrate perlio (the right fix for the ":layer(args)")
3129      Branch: perl
3130           !> perlio.c
3131 ____________________________________________________________________________
3132 [ 11252] By: nick                                  on 2001/07/10  06:58:14
3133         Log: Fix open(...,"...:layer(xxx)",...)
3134              - use memEQ not strEQ as there is '(' not '\0'
3135      Branch: perlio
3136            ! perlio.c
3137 ____________________________________________________________________________
3138 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
3139         Log: Telling the number of tests helps.
3140      Branch: perl
3141            ! ext/PerlIO/t/encoding.t
3142 ____________________________________________________________________________
3143 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
3144         Log: Require I18N::Langinfo, not use.
3145      Branch: perl
3146            ! lib/open.pm
3147 ____________________________________________________________________________
3148 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
3149         Log: Add a test for for PerlIO ":encoding(...)" layer.
3150      Branch: perl
3151            + ext/PerlIO/t/encoding.t
3152            ! MANIFEST ext/Encode/Encode.pm
3153 ____________________________________________________________________________
3154 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
3155         Log: PerlIO ":encoding(foobar)" temporary fix.
3156              Not really correct, I think, since the change means
3157              that prefixes match.
3158      Branch: perl
3159            ! perlio.c
3160 ____________________________________________________________________________
3161 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
3162         Log: Update to Math::BigInt 1.36.  The biggest news is
3163              the separation of the backend; now the pure Perl
3164              implementation is in Math::BigInt::Calc, but one
3165              can plugin, say, Math::BigInt::BitVect, and get
3166              considerable speedup.
3167      Branch: perl
3168            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
3169            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3170            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3171            ! lib/Math/BigInt/t/mbimbf.t
3172 ____________________________________________________________________________
3173 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
3174         Log: Subject: Re: compatibility question
3175              From: Peter Prymmer <pvhp@forte.com>
3176              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
3177              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
3178      Branch: perl
3179            ! lib/ExtUtils/MM_VMS.pm
3180 ____________________________________________________________________________
3181 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
3182         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
3183              From: Norton Allen <allen@huarp.harvard.edu>
3184              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
3185              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
3186      Branch: perl
3187            ! ext/File/Glob/t/basic.t
3188 ____________________________________________________________________________
3189 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
3190         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
3191              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3192              Date: Tue, 10 Jul 2001 00:29:55 +0900
3193              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
3194      Branch: perl
3195            + ext/Encode/Encode/HZ.enc
3196            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
3197            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3198            ! ext/Encode/Encode/iso2022-jp.enc
3199            ! ext/Encode/Encode/iso2022-kr.enc
3200 ____________________________________________________________________________
3201 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
3202         Log: Add in all them there macos/ files.
3203      Branch: maint-5.6/macperl
3204            + (add 577 files)
3205 ____________________________________________________________________________
3206 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
3207         Log: Add the new modules to the list of having those own tests.
3208      Branch: perl
3209            ! t/lib/1_compile.t
3210 ____________________________________________________________________________
3211 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
3212         Log: Add INOUT to control both ways at the same time.
3213      Branch: perl
3214            ! lib/open.pm
3215 ____________________________________________________________________________
3216 [ 11240] By: nick                                  on 2001/07/09  16:33:50
3217         Log: Integrate mainline
3218      Branch: perlio
3219           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3220           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
3221           !> (integrate 41 files)
3222 ____________________________________________________________________________
3223 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
3224         Log: More encoding mapping magic.
3225      Branch: perl
3226            ! lib/open.pm
3227 ____________________________________________________________________________
3228 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
3229         Log: Update Changes.
3230      Branch: perl
3231            ! Changes patchlevel.h
3232 ____________________________________________________________________________
3233 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
3234         Log: (Retracted by #11285).
3235              
3236              Subject: [PATCH] OPpCONST_OCTAL fixes
3237              From: Abhijit Menon-Sen <ams@wiw.org>
3238              Date: Mon, 9 Jul 2001 07:38:45 +0530
3239              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
3240      Branch: perl
3241            ! op.c
3242 ____________________________________________________________________________
3243 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
3244         Log: Add a pseudolayer ":locale" to the open pragma which
3245              will get the encoding from the locale.  Yet undocumented
3246              because I can't get the PerlIO :encoding(foobar) to work.
3247      Branch: perl
3248            ! ext/Encode/Encode.pm lib/open.pm
3249 ____________________________________________________________________________
3250 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
3251         Log: Add more encoding mappings.
3252      Branch: perl
3253            ! ext/Encode/Encode.pm
3254 ____________________________________________________________________________
3255 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
3256         Log: Document that using :encoding layer requires using Encode.
3257      Branch: perl
3258            ! ext/Encode/Encode.pm lib/PerlIO.pm
3259 ____________________________________________________________________________
3260 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
3261         Log: Netware tweak from Ananth Kesari.
3262      Branch: perl
3263            ! NetWare/netware.h
3264 ____________________________________________________________________________
3265 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
3266         Log: t/harness doesn't know about run/*.t
3267      Branch: perl
3268            ! t/harness
3269 ____________________________________________________________________________
3270 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
3271         Log: run/exit.t busted on windows
3272      Branch: perl
3273            ! t/run/exit.t
3274 ____________________________________________________________________________
3275 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
3276         Log: fix a couple of UCD.t tests that fail due to bad case
3277      Branch: perl
3278            ! lib/Unicode/UCD.t
3279 ____________________________________________________________________________
3280 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
3281         Log: test skip logic was broken
3282      Branch: perl
3283            ! ext/I18N/Langinfo/Langinfo.t
3284 ____________________________________________________________________________
3285 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
3286         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
3287              failure of ExtUtils.t#27 when built in debug mode)
3288      Branch: perl
3289            ! lib/ExtUtils/MM_Win32.pm
3290 ____________________________________________________________________________
3291 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
3292         Log: I18N::Langinfo is not available on windows
3293      Branch: perl
3294            ! win32/FindExt.pm
3295 ____________________________________________________________________________
3296 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
3297         Log: save a dTHX
3298      Branch: perl
3299            ! ext/POSIX/POSIX.xs
3300 ____________________________________________________________________________
3301 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
3302         Log: Update Changes.
3303      Branch: perl
3304            ! Changes patchlevel.h
3305 ____________________________________________________________________________
3306 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
3307         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
3308              as pointed out by Sarathy.
3309      Branch: perl
3310            ! ext/I18N/Langinfo/Langinfo.xs
3311 ____________________________________________________________________________
3312 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
3313         Log: Retract #11212.
3314      Branch: perl
3315            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
3316 ____________________________________________________________________________
3317 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
3318         Log: Bump up the VERSION of Cwd.xs.
3319      Branch: perl
3320            ! ext/Cwd/Makefile.PL
3321 ____________________________________________________________________________
3322 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
3323         Log: Retract #11220, the problem wasn't the missing leading zero.
3324              Here's the problem:
3325              $ ./perl -we 'chmod(oct("755"), ".")'
3326              Non-octal literal mode (493) specified at -e line 1.
3327              (Did you mean 0493 instead?)
3328      Branch: perl
3329            ! lib/ExtUtils/MM_Unix.pm
3330 ____________________________________________________________________________
3331 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
3332         Log: (Retracted by #11221)
3333              Change the PERM_RW and PERM_RWX to 0644 and 0755
3334              (add the leading zero).
3335      Branch: perl
3336            ! lib/ExtUtils/MM_Unix.pm
3337 ____________________________________________________________________________
3338 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
3339         Log: Integrate changes #11193, 11205, 11209 from macperl.
3340              
3341              Fix up AutoLoader to fudge for Mac paths in import().
3342              
3343              Allow symbols in try_symbol() to begin with "_".
3344              
3345              Small portability fix for Mac OS.
3346      Branch: perl
3347           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
3348 ____________________________________________________________________________
3349 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
3350         Log: Metaconfig unit change for #11217.
3351      Branch: metaconfig/U/perl
3352            ! Extensions.U
3353 ____________________________________________________________________________
3354 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
3355         Log: Detypo, problem noticed by Gerrit P. Haase.
3356      Branch: perl
3357            ! Configure config_h.SH
3358 ____________________________________________________________________________
3359 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
3360         Log: Cwd cleanups.
3361      Branch: perl
3362            ! ext/Cwd/Cwd.xs
3363 ____________________________________________________________________________
3364 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
3365         Log: Slight tweaks on #11213.
3366      Branch: perl
3367            ! toke.c
3368 ____________________________________________________________________________
3369 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
3370         Log: A missing dTHX noticed by Gerrit P. Haase.
3371      Branch: perl
3372            ! ext/POSIX/POSIX.xs
3373 ____________________________________________________________________________
3374 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
3375         Log: Subject: [PATCH toke.c] Simplify yytoke()
3376              From: Simon Cozens <simon@netthink.co.uk>
3377              Date: Sun, 8 Jul 2001 13:24:34 +0100
3378              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
3379              
3380              Split out pending_ident().
3381      Branch: perl
3382            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
3383 ____________________________________________________________________________
3384 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
3385         Log: (Retracted by #11223.)
3386              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
3387              Date: Wed, 05 Nov 1997 17:22:34 -0600
3388              From: Graham Barr <gbarr@ti.com>
3389              Message-Id: <3460FFBA.6DA51F46@ti.com>
3390      Branch: perl
3391            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
3392 ____________________________________________________________________________
3393 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
3394         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
3395      Branch: perl
3396            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3397            ! pod/perllocale.pod
3398 ____________________________________________________________________________
3399 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
3400         Log: Really do the test under the C locale.
3401      Branch: perl
3402            ! ext/I18N/Langinfo/Langinfo.t
3403 ____________________________________________________________________________
3404 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
3405         Log: Small portability fix for Mac OS.
3406      Branch: maint-5.6/macperl
3407            ! lib/Cwd.pm
3408 ____________________________________________________________________________
3409 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
3410         Log: Metaconfig unit change for #11207.
3411      Branch: metaconfig/U/perl
3412            ! Extensions.U
3413 ____________________________________________________________________________
3414 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
3415         Log: Add I18N::Langinfo, which is basically a wrapper around
3416              nl_langinfo(), which is an additional way to query locale
3417              specific information.
3418      Branch: perl
3419            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3420            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
3421            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
3422 ____________________________________________________________________________
3423 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
3424         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
3425              used in File::Find tests; replace with if.t.
3426      Branch: maint-5.6/macperl
3427            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
3428            ! t/pragma/warn/op
3429 ____________________________________________________________________________
3430 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
3431         Log: Allow symbols in try_symbol() to begin with "_".
3432      Branch: maint-5.6/macperl
3433            ! makedef.pl
3434 ____________________________________________________________________________
3435 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
3436         Log: Sync up the File::Find changes from the rewrite by
3437              Thomas Wegner, et al.
3438      Branch: maint-5.6/macperl
3439            + t/lib/filefind-taint.t
3440            ! lib/File/Find.pm t/lib/filefind.t
3441 ____________________________________________________________________________
3442 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
3443         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
3444              From: Thomas Wegner <wegner_thomas@yahoo.com>
3445              Date: Thu, 5 Jul 2001 20:31:25 +0200
3446              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
3447      Branch: maint-5.6/macperl
3448            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
3449 ____________________________________________________________________________
3450 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
3451         Log: Some more test portability fixes.
3452      Branch: maint-5.6/macperl
3453            ! t/lib/filecopy.t t/pragma/warn/pp_sys
3454 ____________________________________________________________________________
3455 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
3456         Log: The #11200 removed wrong (non-existent) target.  Duh.
3457      Branch: perl
3458            ! Makefile.SH
3459 ____________________________________________________________________________
3460 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
3461         Log: Zap the lib/re.pm before creating it.
3462      Branch: perl
3463            ! Makefile.SH
3464 ____________________________________________________________________________
3465 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
3466         Log: Another test.  Please ignore.
3467      Branch: maint-5.6/macperl
3468            ! README.macos
3469 ____________________________________________________________________________
3470 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
3471         Log: Portability fixes for a lot of tests, especially IO-related
3472              tests, and warnings, and the harness script.
3473      Branch: maint-5.6/macperl
3474            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
3475            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
3476            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
3477            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
3478            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
3479            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
3480            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
3481            ! t/pragma/warnings.t
3482 ____________________________________________________________________________
3483 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
3484         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
3485              From: Nicholas Clark <nick@ccl4.org>
3486              Date: Sat, 7 Jul 2001 21:00:17 +0100
3487              Message-ID: <20010707210017.H59620@plum.flirble.org>
3488      Branch: perl
3489            ! lib/h2xs.t
3490 ____________________________________________________________________________
3491 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
3492         Log: The UNICOS/mk SysV IPC problem has been fixed.
3493      Branch: perl
3494            ! pod/perl572delta.pod
3495 ____________________________________________________________________________
3496 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
3497         Log: Slight update tweaks on perlunicode.pod.
3498      Branch: perl
3499            ! pod/perlunicode.pod
3500 ____________________________________________________________________________
3501 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
3502         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
3503              From: Mark-Jason Dominus <mjd@plover.com>
3504              Date: Sat, 07 Jul 2001 13:04:04 -0400
3505              Message-ID: <20010707170404.32694.qmail@plover.com>
3506      Branch: perl
3507            ! ext/DB_File/DB_File.pm
3508 ____________________________________________________________________________
3509 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
3510         Log: Fix up AutoLoader to fudge for Mac paths in import().
3511      Branch: maint-5.6/macperl
3512            ! lib/AutoLoader.pm
3513 ____________________________________________________________________________
3514 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
3515         Log: Try to force the lib/re.pm to be there before entering
3516              the extensions builds, should help for parallel makes.
3517      Branch: perl
3518            ! Makefile.SH
3519 ____________________________________________________________________________
3520 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
3521         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
3522              From: Norton Allen <allen@huarp.harvard.edu>
3523              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
3524              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
3525      Branch: perl
3526            ! ext/POSIX/POSIX.xs
3527 ____________________________________________________________________________
3528 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
3529         Log: Subject: [PATCH] Re: op/arith.t
3530              From: Nicholas Clark <nick@ccl4.org>
3531              Date: Sat, 7 Jul 2001 13:04:54 +0100
3532              Message-ID: <20010707130454.D59620@plum.flirble.org>
3533      Branch: perl
3534            ! numeric.c toke.c
3535 ____________________________________________________________________________
3536 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
3537         Log: Subject: [PATCH] h2xs
3538              From: Nicholas Clark <nick@ccl4.org>
3539              Date: Fri, 6 Jul 2001 23:25:14 +0100
3540              Message-ID: <20010706232514.X59620@plum.flirble.org>
3541      Branch: perl
3542            ! utils/h2xs.PL
3543 ____________________________________________________________________________
3544 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
3545         Log: Subject: Re: bleedperl perl_alloc..free leakage
3546              From: Radu Greab <radu@netsoft.ro>
3547              Date: Fri, 6 Jul 2001 19:48:54 +0300
3548              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
3549              
3550              Leak-be-gone.
3551      Branch: perl
3552            ! op.c
3553 ____________________________________________________________________________
3554 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
3555         Log: Test again.  Please ignore.
3556      Branch: maint-5.6/macperl
3557            ! README.macos
3558 ____________________________________________________________________________
3559 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
3560         Log: Test.  Please ignore.
3561      Branch: maint-5.6/macperl
3562            ! README.macos
3563 ____________________________________________________________________________
3564 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
3565         Log: Include changes already sent in separately as patches,
3566              before branch was created.
3567      Branch: maint-5.6/macperl
3568            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
3569            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
3570            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
3571            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
3572            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
3573            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
3574            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
3575            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
3576            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
3577            ! t/pragma/strict.t
3578 ____________________________________________________________________________
3579 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
3580         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
3581              From: Norton Allen <allen@huarp.harvard.edu>
3582              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
3583              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
3584      Branch: perl
3585            ! utf8.h
3586 ____________________________________________________________________________
3587 [ 11183] By: nick                                  on 2001/07/06  16:27:40
3588         Log: Integrate mainline
3589      Branch: perlio
3590           +> (branch 42 files)
3591            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
3592            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
3593            - win32/bin/mdelete.bat
3594           !> (integrate 215 files)
3595 ____________________________________________________________________________
3596 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
3597         Log: The #11166 needed also these updated.
3598      Branch: perl
3599            ! lib/warnings.pm warnings.h
3600 ____________________________________________________________________________
3601 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
3602         Log: Update Changes.
3603      Branch: perl
3604            ! Changes patchlevel.h
3605 ____________________________________________________________________________
3606 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
3607         Log: Regen toc.
3608      Branch: perl
3609            ! pod/perltoc.pod
3610 ____________________________________________________________________________
3611 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
3612         Log: Nit from Abhijit.
3613      Branch: perl
3614            ! lib/CPAN.pm
3615 ____________________________________________________________________________
3616 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
3617         Log: Retract #11172.
3618      Branch: perl
3619            ! t/op/method.t
3620 ____________________________________________________________________________
3621 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
3622         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
3623              From: Norton Allen <allen@huarp.harvard.edu>
3624              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
3625              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
3626      Branch: perl
3627            ! lib/Cwd.pm
3628 ____________________________________________________________________________
3629 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
3630         Log: (Accidentally empty check-in.)
3631      Branch: perl
3632            ! utf8.h
3633 ____________________________________________________________________________
3634 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
3635         Log: Retract #11165 since Sarathy pointed out it'll not
3636              work properly under threads, the problem should be
3637              solved using "the savestack, either via SSNEW() or
3638              using a newSVpv()+SAVEFREESV() combo."
3639      Branch: perl
3640            ! ext/POSIX/POSIX.xs
3641 ____________________________________________________________________________
3642 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
3643         Log: Retract #11125 since NI-S pointed out it'll not work in
3644              cases where the extension has their own handcrafted INC
3645              et alia.
3646      Branch: perl
3647            ! lib/ExtUtils/MM_Unix.pm
3648 ____________________________________________________________________________
3649 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
3650         Log: Subject: RE: [PATCH] -I and MakeMaker again
3651              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3652              Date: Fri, 6 Jul 2001 09:18:29 +0200
3653              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
3654      Branch: perl
3655            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
3656            ! lib/ExtUtils/MM_Win32.pm
3657 ____________________________________________________________________________
3658 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
3659         Log: (Retracted by #11178)
3660              Subject: [PATCH t/op/method.t] SUPER:: strangeness
3661              From: Piers Cawley <pdcawley@iterative-software.com>
3662              Date: 06 Jul 2001 10:49:01 +0100
3663              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
3664      Branch: perl
3665            ! t/op/method.t
3666 ____________________________________________________________________________
3667 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
3668         Log: VOS README update from Paul Green.
3669      Branch: perl
3670            ! README.vos
3671 ____________________________________________________________________________
3672 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
3673         Log: Subject: [PATCH README.qnx hints/qnx.sh]
3674              From: Norton Allen <allen@huarp.harvard.edu>
3675              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
3676              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
3677      Branch: perl
3678            ! README.qnx hints/qnx.sh
3679 ____________________________________________________________________________
3680 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
3681         Log: Subject: [PATCH] Doc patch for Tie::Hash
3682              From: Artur Bergman <artur@contiller.se>
3683              Date: Thu, 05 Jul 2001 22:51:18 +0200
3684              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
3685      Branch: perl
3686            ! lib/Tie/Hash.pm
3687 ____________________________________________________________________________
3688 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
3689         Log: Subject: [PATCH] perlfaq4.pod
3690              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
3691              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
3692              Date: Thu, 5 Jul 2001 18:44:10 +0100 
3693      Branch: perl
3694            ! pod/perlfaq4.pod
3695 ____________________________________________________________________________
3696 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
3697         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
3698              From: Robin Houston <robin@kitsite.com>
3699              Date: Thu, 5 Jul 2001 18:33:21 +0100
3700              Message-ID: <20010705183321.A27345@robin.kitsite.com>
3701      Branch: perl
3702            ! ext/B/B/Deparse.pm
3703 ____________________________________________________________________________
3704 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
3705         Log: (Retracted by #11285.)
3706              
3707              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
3708              From: Abhijit Menon-Sen <ams@wiw.org>
3709              Date: Fri, 6 Jul 2001 01:26:32 +0530
3710              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
3711      Branch: perl
3712            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
3713            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
3714            ! warnings.pl
3715 ____________________________________________________________________________
3716 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
3717         Log: (Retracted by #11175)
3718              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
3719              From: Norton Allen <allen@huarp.harvard.edu>
3720              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
3721              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
3722      Branch: perl
3723            ! ext/POSIX/POSIX.xs
3724 ____________________________________________________________________________
3725 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
3726         Log: Unterminated C< (noticed by Richard Hatch), and few other
3727              small Unicode doc tweaks.
3728      Branch: perl
3729            ! pod/perlretut.pod
3730 ____________________________________________________________________________
3731 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
3732         Log: More flexible argument understanding; add charblocks() and
3733              charscripts(); make charblock() and charscript() two-way;
3734              add charinrange(); separate the $Unicode::UCD::VERSION and
3735              the version of the Unicode by adding UnicodeVersion().
3736      Branch: perl
3737            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3738 ____________________________________________________________________________
3739 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
3740         Log: Update Unicode::UCD on \p{In...}.
3741      Branch: perl
3742            ! lib/Unicode/UCD.pm
3743 ____________________________________________________________________________
3744 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
3745         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
3746              From: Norton Allen <allen@huarp.harvard.edu>
3747              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
3748              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
3749      Branch: perl
3750            ! lib/ExtUtils/MM_Unix.pm
3751 ____________________________________________________________________________
3752 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
3753         Log: POSIX-BC tweaks from Thomas Dorner.
3754      Branch: perl
3755            ! hints/posix-bc.sh perlio.h
3756 ____________________________________________________________________________
3757 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
3758         Log: Module updates for the delta.
3759      Branch: perl
3760            ! pod/perl572delta.pod
3761 ____________________________________________________________________________
3762 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
3763         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
3764              From: Norton Allen <allen@huarp.harvard.edu>
3765              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
3766              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
3767      Branch: perl
3768            ! ext/IO/lib/IO/t/io_sock.t
3769 ____________________________________________________________________________
3770 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
3771         Log: Subject: [PATCH perldiag.pod] Quick fixes
3772              From: Simon Cozens <simon@netthink.co.uk>
3773              Date: Wed, 4 Jul 2001 20:22:12 +0100
3774              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
3775      Branch: perl
3776            ! pod/perldiag.pod
3777 ____________________________________________________________________________
3778 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
3779         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
3780              From: Radu Greab <radu@netsoft.ro>
3781              Date: Wed, 4 Jul 2001 22:13:31 +0300
3782              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
3783      Branch: perl
3784            ! op.c sv.c t/op/pos.t
3785 ____________________________________________________________________________
3786 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
3787         Log: Subject: [PATCH] -I and MakeMaker again
3788              From: Michael G Schwern <schwern@pobox.com>
3789              Date: Wed, 4 Jul 2001 15:03:07 -0400
3790              Message-ID: <20010704150307.I20340@blackrider>
3791              
3792              (and retract #11145)
3793      Branch: perl
3794            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
3795            ! lib/ExtUtils/MakeMaker.pm
3796 ____________________________________________________________________________
3797 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
3798         Log: Subject: Re: PERFORCE change 11142 for review
3799              From: "Philip Newton" <Philip.Newton@gmx.net>
3800              Date: Wed, 4 Jul 2001 20:46:26 +0200
3801              Message-Id: <200107041841.VAA25380@taas.iki.fi>
3802      Branch: perl
3803            ! lib/ExtUtils/MakeMaker.pm
3804 ____________________________________________________________________________
3805 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
3806         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
3807              From: Jonathan Stowe <gellyfish@gellyfish.com>
3808              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
3809              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
3810      Branch: perl
3811            ! utils/pl2pm.PL
3812 ____________________________________________________________________________
3813 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
3814         Log: fix the binary compatibility issue when building with/without
3815              usemymalloc by exporting Perl_malloc() et al as simple wrappers
3816              around the system functions (this allows most extensions built
3817              using one mode to coexist with perls built in the other mode)
3818              
3819              XXX the Perl_mfree() wrapper might need to do return(free()) on
3820              platforms where Free_t isn't "void"
3821      Branch: perl
3822            ! embed.h embed.pl makedef.pl proto.h util.c
3823 ____________________________________________________________________________
3824 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
3825         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
3826              since it doesn't ensure threads other than the one calling fork()
3827              aren't holding any locks; the fix is to use pthread_atfork() to
3828              hold global locks
3829              
3830              building perl with -Dusemymalloc exacerbates the problem since
3831              Perl_malloc() holds a mutex, and perl's exec() calls New()
3832              
3833              XXX the code in win32thread.h may be needed on platforms that have
3834              no pthread_atfork()
3835      Branch: perl
3836            ! perl.c thread.h win32/win32thread.h
3837 ____________________________________________________________________________
3838 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
3839         Log: Integrate #11009 from maintperl.
3840      Branch: maint-5.6/macperl
3841           !> lib/ExtUtils/Manifest.pm
3842 ____________________________________________________________________________
3843 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
3844         Log: Flexing my Perforce muscles.
3845      Branch: maint-5.6/macperl
3846            ! README.macos
3847 ____________________________________________________________________________
3848 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
3849         Log: Update Changes.
3850      Branch: perl
3851            ! Changes patchlevel.h
3852 ____________________________________________________________________________
3853 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
3854         Log: Metaconfig unit change for #11146.
3855      Branch: metaconfig/U/perl
3856            ! d_fcntl_can_lock.U
3857 ____________________________________________________________________________
3858 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
3859         Log: Somehow the #ifdefs of the added code (in #11093) made
3860              HP-UX to fail the fcntl locking test, without the ifdefs
3861              the test seems to be working again.  Reason unknown:
3862              HP-UX cc doesn't complain either way.
3863      Branch: perl
3864            ! Configure
3865 ____________________________________________________________________________
3866 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
3867         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
3868      Branch: perl
3869            ! lib/ExtUtils/MM_Unix.pm
3870 ____________________________________________________________________________
3871 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
3872         Log: gcc -Wall nit.
3873      Branch: perl
3874            ! pp_hot.c
3875 ____________________________________________________________________________
3876 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
3877         Log: When removing tests updating the test count is a good idea, too.
3878      Branch: perl
3879            ! lib/Net/t/require.t
3880 ____________________________________________________________________________
3881 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
3882         Log: Document #11134 and add the new symbols to the list of
3883              of MakeMaker known ones.
3884      Branch: perl
3885            ! lib/ExtUtils/MakeMaker.pm
3886 ____________________________________________________________________________
3887 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
3888         Log: Microperl update.
3889      Branch: perl
3890            ! uconfig.h
3891 ____________________________________________________________________________
3892 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
3893         Log: Update the libnet tests as per #11138.
3894      Branch: perl
3895            - lib/Net/t/ph.t
3896            ! MANIFEST lib/Net/t/require.t
3897 ____________________________________________________________________________
3898 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
3899         Log: Regen toc and modlib.
3900      Branch: perl
3901            ! pod/perlmodlib.pod pod/perltoc.pod
3902 ____________________________________________________________________________
3903 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
3904         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
3905              Graham's request.
3906      Branch: perl
3907            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
3908            ! MANIFEST
3909 ____________________________________________________________________________
3910 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
3911         Log: Add the OS/390 harness results to the delta.
3912      Branch: perl
3913            ! pod/perl572delta.pod
3914 ____________________________________________________________________________
3915 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
3916         Log: Avoid the two study tests in OS/390 until the bug has been solved.
3917      Branch: perl
3918            ! t/op/study.t
3919 ____________________________________________________________________________
3920 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
3921         Log: DOS/DJGPP tweaks from Laszlo Molnar.
3922      Branch: perl
3923            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
3924 ____________________________________________________________________________
3925 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
3926         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
3927              From: Michael G Schwern <schwern@pobox.com>
3928              Date: Wed, 4 Jul 2001 00:01:16 -0400
3929              Message-ID: <20010704000116.C591@blackrider>
3930      Branch: perl
3931            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
3932 ____________________________________________________________________________
3933 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
3934         Log: The #11132 missed singleton characters (not part
3935              of a unilo..unihi range) in Unicode scripts.
3936      Branch: perl
3937            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
3938            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
3939            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3940            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
3941            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
3942            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
3943            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
3944            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
3945            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
3946            ! lib/unicode/mktables.PL t/op/pat.t
3947 ____________________________________________________________________________
3948 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
3949         Log: Support preferentially the Unicode 'scripts' definition
3950              in the \p{In...} notation since according to Unicode the
3951              scripts concept is more natural for matching than using
3952              the somewhat artificial block names.  The block names are
3953              still available, though, and if there's a name conflict,
3954              the scripts one wins and the blocks one has to do with
3955              'Block' appended to its name.  For more information see
3956              
3957              http://www.unicode.org/unicode/reports/tr24/
3958      Branch: perl
3959            + lib/unicode/In/100.pl lib/unicode/In/101.pl
3960            + lib/unicode/In/102.pl lib/unicode/In/103.pl
3961            + lib/unicode/In/104.pl lib/unicode/In/105.pl
3962            + lib/unicode/In/106.pl lib/unicode/In/107.pl
3963            + lib/unicode/In/108.pl lib/unicode/In/109.pl
3964            + lib/unicode/In/110.pl lib/unicode/In/111.pl
3965            + lib/unicode/In/112.pl lib/unicode/In/113.pl
3966            + lib/unicode/In/114.pl lib/unicode/In/115.pl
3967            + lib/unicode/In/116.pl lib/unicode/In/117.pl
3968            + lib/unicode/In/118.pl lib/unicode/In/119.pl
3969            + lib/unicode/In/120.pl lib/unicode/In/121.pl
3970            + lib/unicode/In/122.pl lib/unicode/In/123.pl
3971            + lib/unicode/In/124.pl lib/unicode/In/125.pl
3972            + lib/unicode/In/126.pl lib/unicode/In/127.pl
3973            + lib/unicode/In/128.pl lib/unicode/In/129.pl
3974            + lib/unicode/In/130.pl lib/unicode/In/131.pl
3975            + lib/unicode/In/132.pl lib/unicode/In/133.pl
3976            + lib/unicode/In/134.pl lib/unicode/In/135.pl
3977            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
3978            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
3979            ! (edit 106 files)
3980 ____________________________________________________________________________
3981 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
3982         Log: Better document the difference between a block and a script.
3983      Branch: perl
3984            ! lib/Unicode/UCD.pm
3985 ____________________________________________________________________________
3986 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
3987         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
3988              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3989              Date: Tue, 3 Jul 2001 15:04:23 -0500
3990              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
3991      Branch: perl
3992            ! lib/CPAN.pm
3993 ____________________________________________________________________________
3994 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
3995         Log: Add tests for charscript().
3996      Branch: perl
3997            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3998 ____________________________________________________________________________
3999 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
4000         Log: Add charscript() to get the UTR#24 script names of characters.
4001      Branch: perl
4002            ! lib/Unicode/UCD.pm
4003 ____________________________________________________________________________
4004 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
4005         Log: Todo updates.
4006      Branch: perl
4007            ! pod/perltodo.pod
4008 ____________________________________________________________________________
4009 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
4010         Log: Unicode::UCD updates.
4011      Branch: perl
4012            ! lib/Unicode/UCD.pm
4013 ____________________________________________________________________________
4014 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
4015         Log: (Retracted by #11174)
4016              Subject: MakeMaker should pass through DEFINE and INC to subdirs
4017              From: Alan Burlison <Alan.Burlison@sun.com>
4018              Date: Tue, 03 Jul 2001 15:20:13 +0100
4019              Message-ID: <3B41D49D.A923D4F9@sun.com>
4020      Branch: perl
4021            ! lib/ExtUtils/MM_Unix.pm
4022 ____________________________________________________________________________
4023 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
4024         Log: Subject: Patch needed for UTS
4025              From: hom00@utsglobal.com (Hal Morris)
4026              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
4027              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
4028              
4029              Replace #11113 with a better version.
4030      Branch: perl
4031            ! perl.h
4032 ____________________________________________________________________________
4033 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
4034         Log: Subject: Re: POINTERRIGOR
4035              From: Andy Dougherty <doughera@lafayette.edu>
4036              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
4037              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
4038      Branch: perl
4039            ! util.c
4040 ____________________________________________________________________________
4041 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
4042         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
4043              From: "Philip Newton" <pnewton@gmx.de>
4044              Date: Tue, 3 Jul 2001 17:03:34 +0200
4045              Message-ID: <3B41FAE6.29564.660E117@localhost>
4046      Branch: perl
4047            ! pp_hot.c
4048 ____________________________________________________________________________
4049 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
4050         Log: Typos.
4051      Branch: perl
4052            ! INSTALL
4053 ____________________________________________________________________________
4054 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
4055         Log: Subject: [PATCH 5.6.1] debugger fixes
4056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4057              Date: Tue, 3 Jul 2001 03:38:18 -0400
4058              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
4059              
4060              The $^S is working again.
4061      Branch: perl
4062            ! lib/perl5db.pl
4063 ____________________________________________________________________________
4064 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
4065         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
4066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4067              Date: Tue, 3 Jul 2001 03:34:06 -0400
4068              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
4069      Branch: perl
4070            ! os2/OS2/Process/Process.pm
4071 ____________________________________________________________________________
4072 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
4073         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
4074              From: "Philip Newton" <Philip.Newton@gmx.net>
4075              Date: Tue, 3 Jul 2001 09:11:27 +0200
4076              Message-Id: <200107030706.KAA04596@taas.iki.fi>
4077      Branch: perl
4078            ! lib/FindBin.pm
4079 ____________________________________________________________________________
4080 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
4081         Log: Delta delta.
4082      Branch: perl
4083            ! pod/perl572delta.pod
4084 ____________________________________________________________________________
4085 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
4086         Log: Metaconfig unit change for 11115.
4087      Branch: metaconfig
4088            ! U/modified/libc.U
4089 ____________________________________________________________________________
4090 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
4091         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
4092              (from Richard Hatch) (this was the cause of pipes() and
4093              times() myeteriously not being found)
4094      Branch: perl
4095            ! Configure
4096 ____________________________________________________________________________
4097 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
4098         Log: Retract #10142, the real culprit found by Richard Hatch,
4099              coming soon to Configure near you.
4100      Branch: perl
4101            ! hints/aix.sh
4102 ____________________________________________________________________________
4103 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
4104         Log: (Replaced by #11124) UTS workaround from Hal Morris.
4105      Branch: perl
4106            ! perl.h
4107 ____________________________________________________________________________
4108 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
4109         Log: Subject: [PATCH] grok not grocking correctly
4110              From: Nicholas Clark <nick@ccl4.org>
4111              Date: Tue, 3 Jul 2001 00:19:08 +0100
4112              Message-ID: <20010703001908.H59620@plum.flirble.org>
4113      Branch: perl
4114            ! numeric.c
4115 ____________________________________________________________________________
4116 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
4117         Log: Subject: [PATCH Deparse.t] test just-posted patches
4118              From: Robin Houston <robin@kitsite.com>
4119              Date: Mon, 2 Jul 2001 23:46:15 +0100
4120              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
4121      Branch: perl
4122            ! ext/B/Deparse.t
4123 ____________________________________________________________________________
4124 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
4125         Log: Subject: [PATCH toke.c] autosplit into @F
4126              From: Robin Houston <robin@kitsite.com>
4127              Date: Mon, 2 Jul 2001 23:18:20 +0100
4128              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
4129      Branch: perl
4130            ! perl.c toke.c
4131 ____________________________________________________________________________
4132 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
4133         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
4134              From: Robin Houston <robin@kitsite.com>
4135              Date: Mon, 2 Jul 2001 23:00:48 +0100
4136              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
4137      Branch: perl
4138            ! ext/B/B/Deparse.pm
4139 ____________________________________________________________________________
4140 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
4141         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
4142              From: "Philip Newton" <Philip.Newton@gmx.net>
4143              Date: Mon, 2 Jul 2001 22:06:22 +0200
4144              (no Message-Id)
4145      Branch: perl
4146            ! ext/NDBM_File/hints/linux.pl
4147 ____________________________________________________________________________
4148 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
4149         Log: Subject: Re: Fixed pack problem - sort of
4150              From: Nicholas Clark <nick@ccl4.org>
4151              Date: Mon, 2 Jul 2001 20:59:20 +0100
4152              Message-ID: <20010702205919.F59620@plum.flirble.org>
4153      Branch: perl
4154            ! pp_pack.c t/op/pack.t
4155 ____________________________________________________________________________
4156 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
4157         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
4158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4159              Date: Mon, 2 Jul 2001 15:45:41 -0400
4160              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
4161      Branch: perl
4162            ! os2/os2.c
4163 ____________________________________________________________________________
4164 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
4165         Log: (Mistaken retraction)
4166      Branch: perl
4167            ! utils/pl2pm.PL
4168 ____________________________________________________________________________
4169 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
4170         Log: Detypo in #11103.
4171      Branch: perl
4172            ! utils/pl2pm.PL
4173 ____________________________________________________________________________
4174 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
4175         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
4176              From: Jonathan Stowe <gellyfish@gellyfish.com>
4177              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
4178              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
4179      Branch: perl
4180            ! utils/pl2pm.PL
4181 ____________________________________________________________________________
4182 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
4183         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
4184              From: "Craig A. Berry" <craigberry@mac.com>
4185              Date: Mon, 02 Jul 2001 14:11:23 -0500
4186              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
4187      Branch: perl
4188            ! lib/Unicode/UCD.pm
4189 ____________________________________________________________________________
4190 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
4191         Log: Subject: [PATCH] Re: op/numconvert.t failures
4192              From: Nicholas Clark <nick@ccl4.org>
4193              Date: Mon, 2 Jul 2001 20:10:48 +0100
4194              Message-ID: <20010702201048.E59620@plum.flirble.org>
4195      Branch: perl
4196            ! t/op/numconvert.t
4197 ____________________________________________________________________________
4198 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
4199         Log: Update Changes.
4200      Branch: perl
4201            ! Changes patchlevel.h
4202 ____________________________________________________________________________
4203 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
4204         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
4205              The real fix must be more involved.  The line of code all the leaky
4206              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
4207              line of Perl_newPMOP().
4208      Branch: perl
4209            ! op.h
4210 ____________________________________________________________________________
4211 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
4212         Log: Based on
4213              
4214              Subject: Re: sizeof(struct sembuf)
4215              From: Nicholas Clark <nick@ccl4.org>
4216              Date: Sun, 1 Jul 2001 22:26:48 +0100
4217              Message-ID: <20010701222648.W59620@plum.flirble.org>
4218              
4219              but do semop() always the slow way.
4220      Branch: perl
4221            ! doio.c
4222 ____________________________________________________________________________
4223 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
4224         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
4225              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4226              Date: Tue, 03 Jul 2001 00:56:30 +0900
4227              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
4228      Branch: perl
4229            ! ext/Encode/Encode/Tcl.t
4230 ____________________________________________________________________________
4231 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
4232         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
4233              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4234              Date: Tue, 03 Jul 2001 00:55:46 +0900
4235              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
4236      Branch: perl
4237            ! ext/Encode/Encode/Tcl.pm
4238 ____________________________________________________________________________
4239 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
4240         Log: Regen api and toc.
4241      Branch: perl
4242            ! pod/perlapi.pod pod/perltoc.pod
4243 ____________________________________________________________________________
4244 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
4245         Log: Metaconfig unit change for #11093.
4246      Branch: metaconfig/U/perl
4247            ! d_fcntl_can_lock.U
4248 ____________________________________________________________________________
4249 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
4250         Log: The fcntl locking test may hang if NFS locking messed up;
4251              break out with alarm(10).
4252      Branch: perl
4253            ! Configure
4254 ____________________________________________________________________________
4255 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
4256         Log: Move the mdelete.bat from win32/bin to win32.
4257      Branch: perl
4258            ! MANIFEST
4259 ____________________________________________________________________________
4260 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
4261         Log: Typo in #11083.
4262      Branch: perl
4263            ! ext/Time/Piece/Piece.t
4264 ____________________________________________________________________________
4265 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
4266         Log: Netware tweaks from Guruprasad.
4267      Branch: perl
4268            - NetWare/perlsdio.h
4269            ! MANIFEST NetWare/Makefile NetWare/interface.c
4270            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
4271            ! perlsdio.h
4272 ____________________________________________________________________________
4273 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
4274         Log: Subject: Re: [PATH] shared -> unique;
4275              From: Abhijit Menon-Sen <ams@wiw.org>
4276              Date: Wed, 27 Jun 2001 03:51:27 +0530
4277              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
4278      Branch: perl
4279            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
4280 ____________________________________________________________________________
4281 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
4282         Log: Subject: Re: AIX / gcc-3.0
4283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4284              Date: Mon, 02 Jul 2001 15:20:21 +0200
4285              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
4286      Branch: perl
4287            ! hints/aix.sh
4288 ____________________________________________________________________________
4289 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
4290         Log: Subject: Re: Bug report: split splits on wrong pattern
4291              From: Abhijit Menon-Sen <ams@wiw.org>
4292              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
4293              Date: Mon, 2 Jul 2001 16:31:33 +0530
4294      Branch: perl
4295            ! pp_ctl.c
4296 ____________________________________________________________________________
4297 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
4298         Log: Subject: [PATCH 5.6.1] test harness
4299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4300              Date: Mon, 2 Jul 2001 06:29:21 -0400
4301              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
4302      Branch: perl
4303            ! lib/Test/Harness.pm
4304 ____________________________________________________________________________
4305 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
4306         Log: Subject: [PATCH 5.6.1] debugger goof
4307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4308              Date: Mon, 2 Jul 2001 06:27:22 -0400
4309              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
4310      Branch: perl
4311            ! lib/perl5db.pl
4312 ____________________________________________________________________________
4313 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
4314         Log: Subject: [PATCH 5.6.1] OS/2 cwd
4315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4316              Date: Mon, 2 Jul 2001 06:21:17 -0400
4317              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
4318      Branch: perl
4319            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
4320 ____________________________________________________________________________
4321 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
4322         Log: Make #11082 more OS/2-specific.
4323      Branch: perl
4324            ! ext/Time/Piece/Piece.t
4325 ____________________________________________________________________________
4326 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
4327         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
4328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4329              Date: Mon, 2 Jul 2001 06:06:34 -0400
4330              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
4331      Branch: perl
4332            ! ext/Time/Piece/Piece.t
4333 ____________________________________________________________________________
4334 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
4335         Log: Subject: [PATCH B::Deparse] version number & changes
4336              From: Robin Houston <robin@kitsite.com>  
4337              Date: Sun, 1 Jul 2001 17:17:29 +0100
4338              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
4339      Branch: perl
4340            ! ext/B/B/Deparse.pm
4341 ____________________________________________________________________________
4342 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
4343         Log: Subject: a small fix.
4344              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4345              Date: Mon, 2 Jul 2001 12:17:53 +0200
4346              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
4347      Branch: perl
4348            ! ext/Thread/Thread.xs
4349 ____________________________________________________________________________
4350 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
4351         Log: Subject: RE: perl@10907
4352              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4353              Date: Mon, 2 Jul 2001 12:06:16 +0200
4354              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
4355              
4356              Borland C vs PerlIO.
4357      Branch: perl
4358            ! win32/config.bc win32/config_H.bc
4359 ____________________________________________________________________________
4360 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
4361         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
4362              From: "H.M. Brand" <merijn@l1.procura.nl>
4363              Date: Mon, 02 Jul 2001 11:18:57 +0200
4364              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
4365      Branch: perl
4366            ! t/op/write.t
4367 ____________________________________________________________________________
4368 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
4369         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
4370              From: Michael G Schwern <schwern@pobox.com>
4371              Date: Mon, 2 Jul 2001 00:26:24 -0400
4372              Message-ID: <20010702002624.A18302@blackrider>
4373      Branch: perl
4374            - ext/util/mkbootstrap
4375 ____________________________________________________________________________
4376 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
4377         Log: Subject: [PATCH op.h] v minor comment tweak
4378              From: Robin Houston <robin@puffinry.freeserve.co.uk>
4379              Date: Mon, 2 Jul 2001 00:42:01 +0100
4380              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
4381      Branch: perl
4382            ! op.h
4383 ____________________________________________________________________________
4384 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
4385         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
4386      Branch: perl
4387            ! pod/perlfunc.pod
4388 ____________________________________________________________________________
4389 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
4390         Log: Subject: Re: sizeof(struct sembuf)
4391              From: Nicholas Clark <nick@ccl4.org>
4392              Date: Sun, 1 Jul 2001 19:23:16 +0100
4393              Message-ID: <20010701192316.V59620@plum.flirble.org>
4394              
4395              s/signaling/signalling/
4396      Branch: perl
4397            ! pod/perlfunc.pod
4398 ____________________________________________________________________________
4399 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
4400         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
4401              From: "Philip Newton" <Philip.Newton@gmx.net>
4402              Date: Sun, 1 Jul 2001 09:37:56 +0200
4403              Message-Id: <200107010733.KAA03920@taas.iki.fi>
4404      Branch: perl
4405            ! pod/perlvar.pod
4406 ____________________________________________________________________________
4407 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
4408         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
4409              From: "Philip Newton" <Philip.Newton@gmx.net>
4410              Date: Sun, 1 Jul 2001 09:37:56 +0200
4411              Message-Id: <200107010733.KAA03925@taas.iki.fi>
4412      Branch: perl
4413            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4414 ____________________________________________________________________________
4415 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
4416         Log: Metaconfig unit change for #11070.
4417      Branch: metaconfig
4418            ! U/compline/randfunc.U
4419 ____________________________________________________________________________
4420 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
4421         Log: Subject: [PATCH perlsnap] its --> it's --> its
4422              From: "Philip Newton" <Philip.Newton@gmx.net>
4423              Date: Sun, 1 Jul 2001 09:37:56 +0200
4424              Message-Id: <200107010733.KAA03914@taas.iki.fi>
4425      Branch: perl
4426            ! Porting/config_H
4427 ____________________________________________________________________________
4428 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
4429         Log: Sync with Sarathy; integrate with perlio.
4430      Branch: perl
4431           !> gv.c
4432 ____________________________________________________________________________
4433 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
4434         Log: regenerate win32/config_H.?c files
4435      Branch: perl
4436            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4437 ____________________________________________________________________________
4438 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
4439         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
4440              naming discipline
4441              
4442              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
4443              because of this)
4444              
4445              fix a warning about "fd" being used without being set in Cwd.xs
4446      Branch: perl
4447            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
4448            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
4449            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
4450            ! win32/config.vc
4451 ____________________________________________________________________________
4452 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
4453         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
4454              within macro arguments") and warnings ("unary minus applied to
4455              unsigned type", among others)
4456      Branch: perl
4457            ! gv.c hv.c op.c pp.c sv.c toke.c
4458 ____________________________________________________________________________
4459 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
4460         Log: win32 fixes: more spurious CRs
4461      Branch: perl
4462            ! win32/mdelete.bat
4463 ____________________________________________________________________________
4464 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
4465         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
4466              from win32/bin (or it gets deleted by distclean); don't delete
4467              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
4468              NT (should be made Win9x specific, and added to makefile.mk)
4469      Branch: perl
4470           +> win32/mdelete.bat
4471            - win32/bin/mdelete.bat
4472            ! win32/Makefile win32/makefile.mk
4473 ____________________________________________________________________________
4474 [ 11063] By: nick                                  on 2001/07/01  18:54:09
4475         Log: Quick for for #ifdef mess
4476      Branch: perlio
4477            ! gv.c
4478 ____________________________________________________________________________
4479 [ 11062] By: nick                                  on 2001/07/01  18:47:42
4480         Log: Raw integrate - does not build #if mess in gv.c
4481      Branch: perlio
4482           !> (integrate 29 files)
4483 ____________________________________________________________________________
4484 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
4485         Log: Make 'compile' target a little less broken.
4486              Still very broken, though: -Wall warnings from
4487              the generated code, boot_Foo prototypes missing,
4488              can't autoload Fcntl::SEEK_CUR et alia, ...
4489      Branch: perl
4490            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
4491            ! utils/perlcc.PL x2p/Makefile.SH
4492 ____________________________________________________________________________
4493 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
4494         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
4495      Branch: perl
4496            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4497            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
4498 ____________________________________________________________________________
4499 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
4500         Log: Update Changes.
4501      Branch: perl
4502            ! Changes patchlevel.h
4503 ____________________________________________________________________________
4504 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
4505         Log: Still one typo, regen toc.
4506      Branch: perl
4507            ! lib/Unicode/UCD.pm pod/perltoc.pod
4508 ____________________________________________________________________________
4509 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
4510         Log: Detypos and regen toc.
4511      Branch: perl
4512            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
4513 ____________________________________________________________________________
4514 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
4515         Log: VERSION tweak.
4516      Branch: perl
4517            ! ext/List/Util/lib/List/Util.pm
4518 ____________________________________________________________________________
4519 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
4520         Log: Attempt at plugging the leak under ithreads detected by Doug.
4521      Branch: perl
4522            ! op.h
4523 ____________________________________________________________________________
4524 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
4525         Log: gcc -Wall lint after #11051.
4526      Branch: perl
4527            ! pp_sys.c
4528 ____________________________________________________________________________
4529 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
4530         Log: Integrate perlio.
4531      Branch: perl
4532           !> lib/File/Find/taint.t
4533 ____________________________________________________________________________
4534 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
4535         Log: Don't use the v-strings for module VERSIONs.
4536      Branch: perl
4537            ! lib/Unicode/UCD.pm
4538 ____________________________________________________________________________
4539 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
4540         Log: Code cleanup based on turning off the -woffs in IRIX.
4541              Not all of the gripes cleaned up (hairy code in hv.c and
4542              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
4543              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
4544              to the IRIX hints)
4545      Branch: perl
4546            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
4547            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
4548            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
4549            ! regcomp.c sv.c
4550 ____________________________________________________________________________
4551 [ 11050] By: nick                                  on 2001/06/30  20:46:46
4552         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
4553      Branch: perlio
4554            ! lib/File/Find/taint.t
4555 ____________________________________________________________________________
4556 [ 11049] By: nick                                  on 2001/06/30  18:13:33
4557         Log: Integrate mainline
4558      Branch: perlio
4559           +> NetWare/nwstdio.h NetWare/perlsdio.h
4560           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4561           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
4562           +> lib/Unicode/UCD.t t/run/exit.t
4563           !> (integrate 60 files)
4564 ____________________________________________________________________________
4565 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
4566         Log: Delta delta.
4567      Branch: perl
4568            ! pod/perl572delta.pod
4569 ____________________________________________________________________________
4570 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
4571         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
4572              by CPAN.pm, use rather _00.
4573      Branch: perl
4574            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
4575            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4576            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
4577            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
4578            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
4579            ! lib/ExtUtils/Embed.pm lib/Test.pm
4580 ____________________________________________________________________________
4581 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
4582         Log: Add a simple Unicode character database interface, Unicode::UCD.
4583      Branch: perl
4584            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
4585            ! MANIFEST
4586 ____________________________________________________________________________
4587 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
4588         Log: Subject: [PATCH] op/numconver.t
4589              From: Nicholas Clark <nick@ccl4.org>
4590              Date: Sat, 30 Jun 2001 15:40:10 +0100
4591              Message-ID: <20010630154010.I59620@plum.flirble.org>
4592      Branch: perl
4593            ! t/op/numconvert.t
4594 ____________________________________________________________________________
4595 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
4596         Log: The $^N is now taken (by #11038).
4597      Branch: perl
4598            ! t/base/lex.t
4599 ____________________________________________________________________________
4600 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
4601         Log: The #11040 had slipped to a wrong function...
4602      Branch: perl
4603            ! sv.c
4604 ____________________________________________________________________________
4605 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
4606         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
4607              the Configure library symbol probe mysteriously finds all
4608              symbols but those of pipe() and times().
4609      Branch: perl
4610            ! hints/aix.sh
4611 ____________________________________________________________________________
4612 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
4613         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
4614              From: Nicholas Clark <nick@ccl4.org>
4615              Date: Fri, 29 Jun 2001 23:49:07 +0100
4616              Message-ID: <20010629234907.D59620@plum.flirble.org>
4617      Branch: perl
4618            ! lib/ExtUtils.t
4619 ____________________________________________________________________________
4620 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
4621         Log: Subject: [PATCH] weakref fix 2, not yet there
4622              From: Artur Bergman <artur@contiller.se>
4623              Date: Sat, 30 Jun 2001 01:18:16 +0200
4624              Message-ID: <B762D957.1CC9%artur@contiller.se>
4625      Branch: perl
4626            ! sv.c
4627 ____________________________________________________________________________
4628 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
4629         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
4630              From: Michael G Schwern <schwern@pobox.com>
4631              Date: Fri, 29 Jun 2001 19:39:11 -0400
4632              Message-ID: <20010629193910.D25304@blackrider>
4633      Branch: perl
4634            + t/run/exit.t
4635            ! MANIFEST
4636 ____________________________________________________________________________
4637 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
4638         Log: Add support for $^N, the most-recently closed group.
4639      Branch: perl
4640            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
4641            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
4642            ! thrdvar.h
4643 ____________________________________________________________________________
4644 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
4645         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
4646              From: lvirden@cas.org
4647              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
4648              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
4649              
4650              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
4651              From: lvirden@cas.org
4652              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
4653              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
4654      Branch: perl
4655            ! README.solaris
4656 ____________________________________________________________________________
4657 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
4658         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
4659              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4660              Date: Sat, 30 Jun 2001 07:33:37 +0900
4661              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
4662              
4663              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
4664              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4665              Date: Sat, 30 Jun 2001 21:38:14 +0900
4666              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
4667      Branch: perl
4668            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4669            + ext/Encode/Encode/7bit-kr.enc
4670            ! MANIFEST ext/Encode/Encode/Tcl.pm
4671 ____________________________________________________________________________
4672 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
4673         Log: NetWare tweaks from Guruprasad.
4674      Branch: perl
4675            + NetWare/nwstdio.h NetWare/perlsdio.h
4676            ! MANIFEST NetWare/Makefile NetWare/config.wc
4677            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
4678            ! NetWare/t/Readme.txt
4679 ____________________________________________________________________________
4680 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
4681         Log: More module $VERSION bump-ups.
4682      Branch: perl
4683            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
4684            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
4685            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
4686 ____________________________________________________________________________
4687 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
4688         Log: Doc update due to #11032.
4689      Branch: perl
4690            ! pod/perl572delta.pod
4691 ____________________________________________________________________________
4692 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
4693         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
4694              From: Peter Prymmer <pvhp@forte.com>
4695              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
4696              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
4697      Branch: perl
4698            ! ext/Time/HiRes/HiRes.xs
4699 ____________________________________________________________________________
4700 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
4701         Log: -lpthreads missing in AIX.
4702      Branch: perl
4703            ! hints/aix.sh
4704 ____________________________________________________________________________
4705 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
4706         Log: Subject: [PATCH] CLONE && weakrefs
4707              From: Artur Bergman <artur@contiller.se>
4708              Date: Fri, 29 Jun 2001 17:02:00 +0200
4709              Message-ID: <B7626508.1CA0%artur@contiller.se>
4710      Branch: perl
4711            ! sv.c
4712 ____________________________________________________________________________
4713 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
4714         Log: Subject: Re: Bug report: split splits on wrong pattern
4715              From: Radu Greab <radu@netsoft.ro>
4716              Date: Wed, 27 Jun 2001 21:50:52 +0300
4717              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
4718      Branch: perl
4719            ! pp_ctl.c t/op/split.t
4720 ____________________________________________________________________________
4721 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
4722         Log: Metaconfig unit change for #11027.
4723      Branch: metaconfig/U/perl
4724            ! d_modfl.U
4725 ____________________________________________________________________________
4726 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
4727         Log: I thought this Configure glitch for AIX was just recently fixed?
4728      Branch: perl
4729            ! Configure
4730 ____________________________________________________________________________
4731 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
4732         Log: Update Changes.
4733      Branch: perl
4734            ! Changes patchlevel.h
4735 ____________________________________________________________________________
4736 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
4737         Log: Subject: Re: perl@10967, File::Find, and Cwd
4738              From: Mike Guy <mjtg@cam.ac.uk>
4739              Date: Fri, 29 Jun 2001 14:56:49 +0100
4740              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
4741      Branch: perl
4742            ! lib/File/Find/taint.t
4743 ____________________________________________________________________________
4744 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
4745         Log: Update the sv_pvprintify() spec.
4746      Branch: perl
4747            ! pod/perltodo.pod
4748 ____________________________________________________________________________
4749 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
4750         Log: Known test failures update.
4751      Branch: perl
4752            ! pod/perl572delta.pod
4753 ____________________________________________________________________________
4754 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
4755         Log: Based on
4756              
4757              Subject: [PATCH @11016] More );) fixes
4758              From: Richard Soderberg <rs@crystalflame.net>
4759              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
4760              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
4761      Branch: perl
4762            ! ext/Thread/Thread.xs ext/Thread/typemap
4763 ____________________________________________________________________________
4764 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
4765         Log: Subject: [PATCH @11016] Fixes compile errors in four files
4766              From: Richard Soderberg <rs@crystalflame.net>
4767              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
4768              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
4769      Branch: perl
4770            ! mg.c pp.c pp_hot.c util.c
4771 ____________________________________________________________________________
4772 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
4773         Log: AIX hints tweaking continues, from Merijn Brand.
4774      Branch: perl
4775            ! hints/aix.sh
4776 ____________________________________________________________________________
4777 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
4778         Log: HP-UX needs gccversion sooner, from Merijn Brand.
4779      Branch: perl
4780            ! hints/hpux.sh
4781 ____________________________________________________________________________
4782 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
4783         Log: Subject: [PATCH 5.6.1] OS/2 docs
4784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4785              Date: Fri, 29 Jun 2001 02:34:12 -0400
4786              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
4787      Branch: perl
4788            ! README.os2 os2/Changes
4789 ____________________________________________________________________________
4790 [ 11017] By: nick                                  on 2001/06/29  10:20:30
4791         Log: Integrate mainline
4792      Branch: perlio
4793           +> (branch 37 files)
4794            - ext/ODBM_File/sdbm.t
4795           !> (integrate 211 files)
4796 ____________________________________________________________________________
4797 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
4798         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
4799              the modules found using a script written by Larry Schatzer Jr.
4800      Branch: perl
4801            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4802            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
4803            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4804            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4805            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
4806            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
4807            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
4808            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
4809            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
4810            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
4811            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
4812            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
4813            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
4814            ! lib/constant.pm lib/fields.pm lib/strict.pm
4815 ____________________________________________________________________________
4816 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
4817         Log: The latest JPL from the anoncvs.
4818      Branch: perl
4819            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4820 ____________________________________________________________________________
4821 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
4822         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
4823      Branch: perl
4824            ! t/op/pat.t
4825 ____________________________________________________________________________
4826 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
4827         Log: Worrying about insecure directories now is a bit too late.
4828      Branch: perl
4829            ! lib/File/Find/taint.t
4830 ____________________________________________________________________________
4831 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
4832         Log: Cannot DIE() in a void function,
4833              from Richard Hatch <rhatch@austin.ibm.com>.
4834      Branch: perl
4835            ! ext/IPC/SysV/SysV.xs
4836 ____________________________________________________________________________
4837 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
4838         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
4839              From: Peter Prymmer <pvhp@forte.com>
4840              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
4841              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
4842              
4843              (unfinished: time/hires tests 3, 5, 14 failing, but better
4844              than wholesale failure)
4845      Branch: perl
4846            ! ext/Time/HiRes/HiRes.xs
4847 ____________________________________________________________________________
4848 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
4849         Log: Subject: [PATCH 5.6.1] OS/2 improvements
4850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4851              Date: Thu, 28 Jun 2001 16:03:14 -0400
4852              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
4853      Branch: perl
4854            + os2/os2_base.t
4855            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
4856            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
4857            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
4858            ! os2/os2ish.h
4859 ____________________________________________________________________________
4860 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
4861         Log: Subject: Incrementing Extutils::Manifest's $VERSION
4862              From: Michael G Schwern <schwern@pobox.com>
4863              Date: Thu, 28 Jun 2001 13:13:49 -0400
4864              Message-ID: <20010628131349.A14738@blackrider>
4865      Branch: maint-5.6/perl
4866            ! lib/ExtUtils/Manifest.pm
4867 ____________________________________________________________________________
4868 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
4869         Log: AIX tweak from Merijn Brand.
4870      Branch: perl
4871            ! hints/aix.sh
4872 ____________________________________________________________________________
4873 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
4874         Log: Create the macperl branch.
4875      Branch: maint-5.6/macperl
4876           +> (branch 1728 files)
4877 ____________________________________________________________________________
4878 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
4879         Log: Update Changes.
4880      Branch: perl
4881            ! Changes patchlevel.h
4882 ____________________________________________________________________________
4883 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
4884         Log: More Perforce lore.
4885      Branch: perl
4886            ! Porting/repository.pod
4887 ____________________________________________________________________________
4888 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
4889         Log: Metaconfig unit changes for #11003.
4890      Branch: metaconfig/U/perl
4891            + d_nl_langinfo.U i_langinfo.U
4892 ____________________________________________________________________________
4893 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
4894         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
4895              Expected not to exist in non-UNIX excepting in VMS, where
4896              according to a quick web survey they just might.
4897      Branch: perl
4898            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4899            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4900            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
4901            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4902            ! win32/config.bc win32/config.gc win32/config.vc
4903 ____________________________________________________________________________
4904 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
4905         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
4906              in AIX is one is doing a 64-bit build.
4907      Branch: perl
4908            ! hints/aix.sh
4909 ____________________________________________________________________________
4910 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
4911         Log: Metaconfig unit changes for #11000.
4912      Branch: metaconfig/U/perl
4913            ! use64bits.U uselfs.U
4914 ____________________________________________________________________________
4915 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
4916         Log: Move use64bitint and use64bitall before uselargefiles.
4917      Branch: perl
4918            ! Configure
4919 ____________________________________________________________________________
4920 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
4921         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
4922              From: Robert Spier <rspier@pobox.com>
4923              Message-ID: <15162.41164.618712.841415@rls.cx>
4924              Date: Wed, 27 Jun 2001 23:13:16 -0400
4925      Branch: perl
4926            ! doio.c
4927 ____________________________________________________________________________
4928 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
4929         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
4930              From: Peter Prymmer <pvhp@forte.com>
4931              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
4932              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
4933      Branch: perl
4934            ! numeric.c
4935 ____________________________________________________________________________
4936 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
4937         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
4938              From: Peter Prymmer <pvhp@forte.com>
4939              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
4940              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
4941      Branch: perl
4942            ! configure.com ext/Digest/MD5/Makefile.PL
4943 ____________________________________________________________________________
4944 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
4945         Log: Update Changes.
4946      Branch: perl
4947            ! Changes patchlevel.h
4948 ____________________________________________________________________________
4949 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
4950         Log: Tiny EPOC updates.
4951      Branch: perl
4952            ! epoc/config.sh
4953 ____________________________________________________________________________
4954 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
4955         Log: The Test::More and Test::Simple tests required help
4956              thanks to our schizophrenic test scheme.
4957      Branch: perl
4958            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4959            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4960            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4961            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4962            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4963 ____________________________________________________________________________
4964 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
4965         Log: Upgrade to Test::Simple 0.09.
4966      Branch: perl
4967            + lib/Test/Simple/Changes
4968            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
4969            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4970            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4971            ! lib/Test/Simple/t/plan_is_noplan.t
4972 ____________________________________________________________________________
4973 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
4974         Log: Upgrade to Test::More 0.07.
4975      Branch: perl
4976            + lib/Test/More/Changes
4977            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
4978            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
4979            ! lib/Test/More/t/skipall.t
4980 ____________________________________________________________________________
4981 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
4982         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
4983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4984              Date: Wed, 27 Jun 2001 18:40:04 +0200
4985              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
4986      Branch: perl
4987            ! hints/hpux.sh
4988 ____________________________________________________________________________
4989 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
4990         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4991              From: Norton Allen <allen@huarp.harvard.edu>
4992              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
4993              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
4994      Branch: perl
4995            ! README.qnx hints/qnx.sh
4996 ____________________________________________________________________________
4997 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
4998         Log: Subject: [PATCH] two little documentation nits
4999              From: Abhijit Menon-Sen <ams@wiw.org>
5000              Date: Wed, 27 Jun 2001 20:07:50 +0530
5001              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
5002      Branch: perl
5003            ! sv.c sv.h
5004 ____________________________________________________________________________
5005 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
5006         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
5007              From: Norton Allen <allen@huarp.harvard.edu>
5008              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
5009              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
5010      Branch: perl
5011            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5012 ____________________________________________________________________________
5013 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
5014         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
5015              From: Michael G Schwern <schwern@pobox.com>
5016              Date: Wed, 27 Jun 2001 02:34:58 -0400
5017              Message-ID: <20010627023458.K23874@blackrider>
5018      Branch: perl
5019            ! vms/test.com
5020 ____________________________________________________________________________
5021 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
5022         Log: Add perl_clone_host() for Netware.
5023      Branch: perl
5024            ! NetWare/nw5.c
5025 ____________________________________________________________________________
5026 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
5027         Log: GCC 3.0 hints for HP-UX.
5028      Branch: perl
5029            ! hints/hpux.sh
5030 ____________________________________________________________________________
5031 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
5032         Log: In some Linux distributions the libndbm is broken
5033              (no null key support), therefore link with libgdbm
5034              (if available), since it has a working ndbm emulation,
5035              from Jonathan Stowe.
5036      Branch: perl
5037            + ext/NDBM_File/hints/linux.pl
5038            ! MANIFEST
5039 ____________________________________________________________________________
5040 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
5041         Log: Subject: [PATCH perl@10930] find.t hack for VMS
5042              From: "Craig A. Berry" <craigberry@mac.com>
5043              Date: Tue, 26 Jun 2001 23:40:25 -0500
5044              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
5045      Branch: perl
5046            ! lib/File/Find/find.t
5047 ____________________________________________________________________________
5048 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
5049         Log: AUTHORS updates.
5050      Branch: perl
5051            ! AUTHORS
5052 ____________________________________________________________________________
5053 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
5054         Log: Metaconfig unit change like #10980.
5055      Branch: metaconfig
5056            ! U/compline/d_stdstdio.U
5057 ____________________________________________________________________________
5058 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
5059         Log: "lose the it's", from Abhijit Menon-Sen.
5060              ("It's" not searched, pods not searched.)
5061      Branch: perl
5062            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
5063            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
5064            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
5065            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
5066            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5067            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
5068 ____________________________________________________________________________
5069 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
5070         Log: "lose the looses", from Abhijit Menon-Sen.
5071      Branch: perl
5072            ! ext/B/B/Assembler.pm gv.c
5073 ____________________________________________________________________________
5074 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
5075         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
5076      Branch: perl
5077            ! hints/os390.sh
5078 ____________________________________________________________________________
5079 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
5080         Log: DEC C 5.3 on the VAX simply doesn't seem to like
5081              compiling the MD5 extension, disable it there for now,
5082              from Peter Prymmer.
5083      Branch: perl
5084            ! configure.com
5085 ____________________________________________________________________________
5086 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
5087         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
5088              From: Jonathan Stowe <gellyfish@gellyfish.com>
5089              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
5090              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
5091      Branch: perl
5092            ! pod/perlfaq3.pod
5093 ____________________________________________________________________________
5094 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
5095         Log: Subject: [PATCH 5.6.1] perlxs misprints
5096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5097              Date: Tue, 26 Jun 2001 17:20:00 -0400
5098              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
5099      Branch: perl
5100            ! pod/perlxs.pod
5101 ____________________________________________________________________________
5102 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
5103         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
5104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5105              Date: Tue, 26 Jun 2001 17:27:07 -0400
5106              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
5107      Branch: perl
5108            ! lib/ExtUtils/MM_Unix.pm
5109 ____________________________________________________________________________
5110 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
5111         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
5112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5113              Date: Tue, 26 Jun 2001 17:23:24 -0400
5114              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
5115      Branch: perl
5116            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5117 ____________________________________________________________________________
5118 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
5119         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
5120              by Olaf Flebbe.
5121      Branch: perl
5122            ! perl.h
5123 ____________________________________________________________________________
5124 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
5125         Log: Detypo.
5126      Branch: perl
5127            ! lib/Memoize/t/tie_sdbm.t
5128 ____________________________________________________________________________
5129 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
5130         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
5131      Branch: perl
5132            ! win32/perllib.c
5133 ____________________________________________________________________________
5134 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
5135         Log: Subject: [patch] perl_clone+CvFILE
5136              From: Doug MacEachern <dougm@covalent.net>
5137              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
5138              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
5139      Branch: perl
5140            ! sv.c
5141 ____________________________________________________________________________
5142 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
5143         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
5144              From: Mark-Jason Dominus <mjd@plover.com>
5145              Date: Tue, 26 Jun 2001 12:33:01 -0400
5146              Message-ID: <20010626163301.31298.qmail@plover.com>
5147      Branch: perl
5148            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5149 ____________________________________________________________________________
5150 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
5151         Log: Update Changes.
5152      Branch: perl
5153            ! Changes patchlevel.h
5154 ____________________________________________________________________________
5155 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
5156         Log: Also catfile() needs now to explicitly exported.
5157      Branch: perl
5158            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5159 ____________________________________________________________________________
5160 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
5161         Log: Regen toc.
5162      Branch: perl
5163            ! pod/perltoc.pod
5164 ____________________________________________________________________________
5165 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
5166         Log: Nonexistent pod command.
5167      Branch: perl
5168            ! pod/perl572delta.pod
5169 ____________________________________________________________________________
5170 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
5171         Log: Be more portable in the quest for tmpdir.
5172      Branch: perl
5173            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5174 ____________________________________________________________________________
5175 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
5176         Log: Be more portable in finding out the home directory,
5177              and use File::Spec to do the concat.
5178              (Come to think of it, couldn't File::Spec provide
5179              for a ->homedir method?)
5180      Branch: perl
5181            ! lib/Net/Config.pm
5182 ____________________________________________________________________________
5183 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
5184         Log: Doc patch for #10959.
5185      Branch: perl
5186            ! pod/perlfunc.pod
5187 ____________________________________________________________________________
5188 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
5189         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
5190              From: "Philip Newton" <pnewton@gmx.de>
5191              Date: Tue, 26 Jun 2001 16:26:47 +0200
5192              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
5193      Branch: perl
5194            ! pod/perldata.pod
5195 ____________________________________________________________________________
5196 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
5197         Log: Subject: [PATH] shared -> unique;
5198              From: "Artur Bergman" <artur@contiller.se>
5199              Date: Tue, 26 Jun 2001 16:18:40 +0200
5200              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
5201              
5202              Because "shared" isn't: it's read-only.
5203      Branch: perl
5204            ! toke.c xsutils.c
5205 ____________________________________________________________________________
5206 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
5207         Log: Escape multiline croak messages.
5208      Branch: perl
5209            ! t/op/ver.t
5210 ____________________________________________________________________________
5211 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
5212         Log: No more pragma/*.t for minitest.
5213      Branch: perl
5214            ! Makefile.SH
5215 ____________________________________________________________________________
5216 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
5217         Log: AUTHORS updates.
5218      Branch: perl
5219            ! AUTHORS
5220 ____________________________________________________________________________
5221 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
5222         Log: delta updates.
5223      Branch: perl
5224            ! pod/perl572delta.pod
5225 ____________________________________________________________________________
5226 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
5227         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
5228              From: Artur Bergman <artur@contiller.se> 
5229              Date: Tue, 26 Jun 2001 15:32:53 +0200
5230              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
5231      Branch: perl
5232            ! makedef.pl sv.c sv.h win32/perllib.c
5233 ____________________________________________________________________________
5234 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
5235         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
5236              From: Jonathan Stowe <gellyfish@gellyfish.com>
5237              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
5238              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
5239              
5240              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
5241      Branch: perl
5242            + ext/Time/HiRes/hints/sco.pl
5243            ! MANIFEST
5244 ____________________________________________________________________________
5245 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
5246         Log: Subject: [PATCH 5.6.1] static build
5247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5248              Date: Tue, 26 Jun 2001 04:22:25 -0400
5249              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
5250      Branch: perl
5251            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
5252            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5253 ____________________________________________________________________________
5254 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
5255         Log: DJGPP patches from Laszlo Molnar.
5256      Branch: perl
5257            ! djgpp/djgpp.c perl.c util.c
5258 ____________________________________________________________________________
5259 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
5260         Log: Netware patches from Ananth Kesari.
5261      Branch: perl
5262            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
5263            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
5264            ! NetWare/nwtinfo.h
5265 ____________________________________________________________________________
5266 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
5267         Log: Detypo.
5268      Branch: perl
5269            ! ext/Errno/Errno_pm.PL
5270 ____________________________________________________________________________
5271 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
5272         Log: There seems to be two ways of spelling the $^O in *STEP.
5273      Branch: perl
5274            ! ext/Errno/Errno_pm.PL
5275 ____________________________________________________________________________
5276 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
5277         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
5278              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
5279      Branch: perl
5280            ! ext/Errno/Errno_pm.PL
5281 ____________________________________________________________________________
5282 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
5283         Log: Known bugs update.
5284      Branch: perl
5285            ! pod/perl572delta.pod
5286 ____________________________________________________________________________
5287 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
5288         Log: The default installation of Cygwin has 500 as root's uid.
5289      Branch: perl
5290            ! lib/User/pwent.t
5291 ____________________________________________________________________________
5292 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
5293         Log: Be even more relaxed (re-allow having only one entry).
5294      Branch: perl
5295            ! t/op/grent.t t/op/pwent.t
5296 ____________________________________________________________________________
5297 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
5298         Log: Test failure updates.
5299      Branch: perl
5300            ! pod/perl572delta.pod
5301 ____________________________________________________________________________
5302 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
5303         Log: MPE/iX test tweaks from Mark Bixby.
5304      Branch: perl
5305            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
5306            ! t/io/fs.t t/op/stat.t
5307 ____________________________________________________________________________
5308 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
5309         Log: Microperl findings.
5310      Branch: perl
5311            ! perl.h pp_sys.c
5312 ____________________________________________________________________________
5313 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
5314         Log: Touch uconfig.h.
5315      Branch: perl
5316            ! uconfig.h
5317 ____________________________________________________________________________
5318 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
5319         Log: Subject: [PATCH] Proposed fix for Pod::Man
5320              From: Rob Napier <rnapier@employees.org>
5321              Date: Mon, 25 Jun 2001 15:49:24 -0400
5322              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
5323              
5324              Cater for Solaris nroff brokenness (shortchanges daisywheel
5325              printers, but hey, we also no more support PDPs.)
5326      Branch: perl
5327            ! lib/Pod/Man.pm
5328 ____________________________________________________________________________
5329 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
5330         Log: Typo in #10937.
5331      Branch: perl
5332            ! ext/POSIX/sigaction.t
5333 ____________________________________________________________________________
5334 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
5335         Log: SIGCONT not trappable in VMS.
5336      Branch: perl
5337            ! ext/POSIX/sigaction.t
5338 ____________________________________________________________________________
5339 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
5340         Log: Subject: [DRAFT] Encode-Tcl.t
5341              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5342              Date: Tue, 26 Jun 2001 03:38:08 +0900
5343              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
5344      Branch: perl
5345            + ext/Encode/Encode/Tcl.t
5346            ! MANIFEST ext/Encode/Encode/Tcl.pm
5347 ____________________________________________________________________________
5348 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
5349         Log: Because of #10932 retract also the perlfunc hunk of #10910.
5350      Branch: perl
5351            ! pod/perlfunc.pod
5352 ____________________________________________________________________________
5353 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
5354         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
5355              by Ilya Zakharevich in
5356              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
5357      Branch: perl
5358            ! XSUB.h
5359 ____________________________________________________________________________
5360 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
5361         Log: Typo in #10889.
5362      Branch: perl
5363            ! hints/uts.sh
5364 ____________________________________________________________________________
5365 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
5366         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5367              From: Abhijit Menon-Sen <ams@wiw.org>
5368              Date: Mon, 25 Jun 2001 23:45:45 +0530
5369              Message-ID: <20010625234545.A5022@lustre.linux.in>
5370      Branch: perl
5371            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
5372 ____________________________________________________________________________
5373 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
5374         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
5375              From: Michael G Schwern <schwern@pobox.com>
5376              Date: Mon, 25 Jun 2001 14:35:51 -0400
5377              Message-ID: <20010625143551.H13819@blackrider>
5378      Branch: perl
5379            ! lib/Test.pm
5380 ____________________________________________________________________________
5381 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
5382         Log: Update Changes.
5383      Branch: perl
5384            ! Changes patchlevel.h
5385 ____________________________________________________________________________
5386 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
5387         Log: Regen toc and modlib.
5388      Branch: perl
5389            ! pod/perlmodlib.pod pod/perltoc.pod
5390 ____________________________________________________________________________
5391 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
5392         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
5393              for the benefit of C++ compilers, as suggested by Guruprasad.
5394      Branch: perl
5395            ! embed.pl proto.h
5396 ____________________________________________________________________________
5397 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
5398         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
5399              From: Jonathan Stowe <gellyfish@gellyfish.com>
5400              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
5401              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
5402      Branch: perl
5403            ! pod/perlfaq5.pod
5404 ____________________________________________________________________________
5405 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
5406         Log: Missed from #10925.
5407      Branch: perl
5408            ! gv.c
5409 ____________________________________________________________________________
5410 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
5411         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
5412              From: Robin Houston <robin@kitsite.com>
5413              Date: Sat, 19 May 2001 16:19:34 +0100
5414              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
5415      Branch: perl
5416            ! cv.h gv.h op.c
5417 ____________________________________________________________________________
5418 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
5419         Log: Netware README tweak.
5420      Branch: perl
5421            ! README.netware
5422 ____________________________________________________________________________
5423 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
5424         Log: Subject: [PATCH] Re: overload.t fails
5425              From: Abhijit Menon-Sen <ams@wiw.org>
5426              Date: Mon, 25 Jun 2001 14:52:20 +0530
5427              Message-ID: <20010625145220.A24114@lustre.linux.in>
5428      Branch: perl
5429            ! lib/overload.t
5430 ____________________________________________________________________________
5431 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
5432         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5433              From: Mike Guy <mjtg@cam.ac.uk>
5434              Date: Mon, 25 Jun 2001 11:43:23 +0100
5435              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
5436      Branch: perl
5437            ! lib/Carp.pm
5438 ____________________________________________________________________________
5439 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
5440         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
5441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5442              Date: Sun, 24 Jun 2001 05:17:05 -0400
5443              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
5444      Branch: perl
5445            ! os2/os2ish.h
5446 ____________________________________________________________________________
5447 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
5448         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
5449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5450              Date: Mon, 25 Jun 2001 05:52:27 -0400
5451              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
5452      Branch: perl
5453            ! hints/os2.sh
5454 ____________________________________________________________________________
5455 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
5456         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
5457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5458              Date: Mon, 25 Jun 2001 05:23:35 -0400
5459              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
5460      Branch: perl
5461            ! os2/os2.c
5462 ____________________________________________________________________________
5463 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
5464         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
5465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5466              Date: Mon, 25 Jun 2001 05:04:32 -0400
5467              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
5468      Branch: perl
5469            ! os2/OS2/REXX/DLL/DLL.pm
5470 ____________________________________________________________________________
5471 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
5472         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
5473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5474              Date: Mon, 25 Jun 2001 05:02:36 -0400
5475              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
5476      Branch: perl
5477            ! mg.c os2/dl_os2.c os2/os2.c
5478 ____________________________________________________________________________
5479 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
5480         Log: Subject: Re: [PATCH 5.6.1] misprints
5481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5482              Date: Mon, 25 Jun 2001 04:50:50 -0400
5483              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
5484      Branch: perl
5485            ! os2/os2.c pp_sys.c
5486 ____________________________________________________________________________
5487 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
5488         Log: Add Test::More and Test::Simple to the delta.
5489      Branch: perl
5490            ! pod/perl572delta.pod
5491 ____________________________________________________________________________
5492 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
5493         Log: Add Test::More, from Michael G Schwern.
5494      Branch: perl
5495            + lib/Test/More.pm lib/Test/More/t/More.t
5496            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5497            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5498            + t/lib/Test/More/Catch.pm
5499            ! MANIFEST
5500 ____________________________________________________________________________
5501 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
5502         Log: Add Test::Simple from Michael G Schwern.
5503      Branch: perl
5504            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
5505            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5506            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5507            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
5508            + t/lib/Test/Simple/Catch.pm
5509            + t/lib/Test/Simple/sample_tests/death.plx
5510            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
5511            + t/lib/Test/Simple/sample_tests/extras.plx
5512            + t/lib/Test/Simple/sample_tests/five_fail.plx
5513            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
5514            + t/lib/Test/Simple/sample_tests/one_fail.plx
5515            + t/lib/Test/Simple/sample_tests/require.plx
5516            + t/lib/Test/Simple/sample_tests/success.plx
5517            + t/lib/Test/Simple/sample_tests/too_few.plx
5518            + t/lib/Test/Simple/sample_tests/two_fail.plx
5519            ! MANIFEST
5520 ____________________________________________________________________________
5521 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
5522         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
5523              From: "Craig A. Berry" <craigberry@mac.com>
5524              Date: Sun, 24 Jun 2001 23:41:36 -0500
5525              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
5526      Branch: perl
5527            ! pp_sys.c
5528 ____________________________________________________________________________
5529 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
5530         Log: Upgrade to Attribute::Handlers 0.70.
5531      Branch: perl
5532            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5533            ! MANIFEST lib/Attribute/Handlers.pm
5534 ____________________________________________________________________________
5535 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
5536         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5537              From: Abhijit Menon-Sen <ams@wiw.org>
5538              Date: Sat, 23 Jun 2001 05:17:44 +0530
5539              Message-ID: <20010623051744.A18583@lustre.linux.in>
5540              
5541              (Can't think of a good place to put tests.)
5542      Branch: perl
5543            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
5544 ____________________________________________________________________________
5545 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
5546         Log: Subject: [PATCH] t/op/pat.t typo fix
5547              From: Richard Soderberg <rs@crystalflame.net>
5548              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
5549              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
5550      Branch: perl
5551            ! t/op/pat.t
5552 ____________________________________________________________________________
5553 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
5554         Log: Move the pack warnings to their own file, as pointed
5555              out by Spider.
5556      Branch: perl
5557            + t/lib/warnings/pp_pack
5558            ! MANIFEST t/lib/warnings/pp
5559 ____________________________________________________________________________
5560 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
5561         Log: Update Changes.
5562      Branch: perl
5563            ! Changes patchlevel.h
5564 ____________________________________________________________________________
5565 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
5566         Log: Partially fix a problem noticed by IRIX compiler:
5567              the initialization of parse_start was bypassed by
5568              several gotos.  Now initialized to zero, which may
5569              not be the best choice.
5570      Branch: perl
5571            ! regcomp.c
5572 ____________________________________________________________________________
5573 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
5574         Log: Relax the group and password tests back to moaning only
5575              if no matches at all are found.  (Even with a small sample
5576              I could find many sites where there are, umm, anomalies in
5577              the said databases.)       
5578      Branch: perl
5579            ! t/op/grent.t t/op/pwent.t
5580 ____________________________________________________________________________
5581 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
5582         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
5583      Branch: perl
5584            ! pp_ctl.c
5585 ____________________________________________________________________________
5586 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
5587         Log: De-cut-and-pasto in #10902.
5588      Branch: perl
5589            ! pp_ctl.c
5590 ____________________________________________________________________________
5591 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
5592         Log: The #10771 didn't take?
5593      Branch: perl
5594            ! pp_ctl.c
5595 ____________________________________________________________________________
5596 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
5597         Log: Undo the filetests part of #10900, under multiplicity
5598              weird errors take place.
5599      Branch: perl
5600            ! pp_sys.c
5601 ____________________________________________________________________________
5602 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
5603         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
5604      Branch: perl
5605            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
5606 ____________________________________________________________________________
5607 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
5608         Log: (Replaced by #10922)
5609              
5610              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5611              From: Tony Bowden <tony@kasei.com>
5612              Date: Sun, 24 Jun 2001 17:32:40 +0100
5613              Message-ID: <20010624173240.A16293@blackstar.co.uk>
5614              
5615              Document (well, mention) shortmess() and longmess()
5616              to rob people of their fun of reinventing the weel.
5617      Branch: perl
5618            ! lib/Carp.pm
5619 ____________________________________________________________________________
5620 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
5621         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
5622              From: Brian Jepson <bjepson@oreilly.com>
5623              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
5624              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
5625      Branch: perl
5626            ! pp_sys.c
5627 ____________________________________________________________________________
5628 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
5629         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
5630              From: Robin Barker <rmb1@cise.npl.co.uk> 
5631              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
5632              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
5633      Branch: perl
5634            ! lib/CPAN.pm
5635 ____________________________________________________________________________
5636 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
5637         Log: Memoize patch from mjd.
5638      Branch: perl
5639            ! lib/Memoize/t/tie_storable.t
5640 ____________________________________________________________________________
5641 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
5642         Log: Spec the sv_pvprintify() a bit more.
5643      Branch: perl
5644            ! pod/perltodo.pod
5645 ____________________________________________________________________________
5646 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
5647         Log: Upgrade to Memoize 0.65.
5648      Branch: perl
5649            + lib/Memoize/t/array_confusion.t
5650            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5651            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
5652            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5653            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
5654            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
5655            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
5656            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5657            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5658            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
5659            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
5660            ! lib/Memoize/t/tie_storable.t
5661 ____________________________________________________________________________
5662 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
5663         Log: Metaconfig unit change for #10892.
5664      Branch: metaconfig
5665            ! U/modified/Options.U
5666 ____________________________________________________________________________
5667 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
5668         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
5669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5670              Date: Sun, 24 Jun 2001 05:24:40 -0400
5671              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
5672      Branch: perl
5673            ! Configure hints/os2.sh
5674 ____________________________________________________________________________
5675 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
5676         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
5677              From: Mike Guy <mjtg@cam.ac.uk>
5678              Date: Sun, 24 Jun 2001 15:28:39 +0100
5679              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
5680              
5681              Fix an ancient (5.002) bug.
5682      Branch: perl
5683            ! lib/Carp/Heavy.pm
5684 ____________________________________________________________________________
5685 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
5686         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
5687              variables.
5688      Branch: perl
5689            ! pp_sys.c
5690 ____________________________________________________________________________
5691 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
5692         Log: Make UTS as per #10888.
5693      Branch: perl
5694            ! hints/uts.sh
5695 ____________________________________________________________________________
5696 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
5697         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
5698      Branch: perl
5699            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
5700            ! mpeix/mpeixish.h perl.h unixish.h
5701 ____________________________________________________________________________
5702 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
5703         Log: AUTHORS update.
5704      Branch: perl
5705            ! AUTHORS
5706 ____________________________________________________________________________
5707 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
5708         Log: Subject: Encode::Tcl for multibyte doesnot work
5709              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5710              Date: Sun, 24 Jun 2001 22:48:21 +0900
5711              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
5712      Branch: perl
5713            ! ext/Encode/Encode/Tcl.pm
5714 ____________________________________________________________________________
5715 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
5716         Log: Subject: [PATCH] Remove tautology in error messages
5717              From: Mike Guy <mjtg@cam.ac.uk>
5718              Date: Sun, 24 Jun 2001 13:31:00 +0100
5719              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
5720      Branch: perl
5721            ! pp_sys.c
5722 ____________________________________________________________________________
5723 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
5724         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
5725      Branch: perl
5726            ! hints/darwin.sh
5727 ____________________________________________________________________________
5728 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
5729         Log: Subject: Re: [PATCH 5.6.1] test suite
5730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5731              Date: Sun, 24 Jun 2001 05:47:05 -0400
5732              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
5733              
5734              Test suite fixes.
5735      Branch: perl
5736            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
5737 ____________________________________________________________________________
5738 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
5739         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
5740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5741              Date: Sun, 24 Jun 2001 05:37:19 -0400
5742              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
5743      Branch: perl
5744            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
5745 ____________________________________________________________________________
5746 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
5747         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
5748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5749              Date: Sun, 24 Jun 2001 05:34:50 -0400
5750              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
5751              
5752              Pacify compiler warnings.
5753      Branch: perl
5754            ! pp_sys.c
5755 ____________________________________________________________________________
5756 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
5757         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5759              Date: Sun, 24 Jun 2001 05:21:18 -0400
5760              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
5761              
5762              Enable compression of executables during link time.
5763      Branch: perl
5764            ! hints/os2.sh
5765 ____________________________________________________________________________
5766 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
5767         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5769              Date: Sun, 24 Jun 2001 05:15:11 -0400
5770              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
5771              
5772              Add ordinals to the export list for Perl DLL.
5773              (Breaks intra-version DLL compatibility.)
5774      Branch: perl
5775            ! makedef.pl
5776 ____________________________________________________________________________
5777 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
5778         Log: Allow (displaying and) re-editing the Subject in perlbug.
5779              Also abstract the Subject quality control into a function.
5780      Branch: perl
5781            ! utils/perlbug.PL
5782 ____________________________________________________________________________
5783 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
5784         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
5785      Branch: perl
5786            ! utils/perlbug.PL
5787 ____________________________________________________________________________
5788 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
5789         Log: Regen toc and modlib.
5790      Branch: perl
5791            ! pod/perlmodlib.pod pod/perltoc.pod
5792 ____________________________________________________________________________
5793 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
5794         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
5795              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
5796              attribute semantics as much as possible, or 'ntsec' which uses
5797              native NTFS semantics.)  (See also #10877.)
5798      Branch: perl
5799            ! perl.c
5800 ____________________________________________________________________________
5801 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
5802         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
5803      Branch: perl
5804            ! lib/Test/Harness.pm
5805 ____________________________________________________________________________
5806 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
5807         Log: Just zap the -uPerlio.
5808      Branch: perl
5809            ! ext/B/Stash.t
5810 ____________________________________________________________________________
5811 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
5812         Log: Do not test PerlIO if PerlIO not used.
5813      Branch: perl
5814            ! ext/PerlIO/PerlIO.t
5815 ____________________________________________________________________________
5816 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
5817         Log: Regen perlapi.
5818      Branch: perl
5819            ! pod/perlapi.pod
5820 ____________________________________________________________________________
5821 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
5822         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5823              From: Nicholas Clark <nick@ccl4.org>
5824              Date: Sat, 23 Jun 2001 22:55:47 +0100
5825              Message-ID: <20010623225547.Z98663@plum.flirble.org>
5826      Branch: perl
5827            ! numeric.c
5828 ____________________________________________________________________________
5829 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
5830         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
5831              From: Prymmer/Kahn <pvhp@best.com>
5832              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
5833              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
5834      Branch: perl
5835            ! lib/h2xs.t
5836 ____________________________________________________________________________
5837 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
5838         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
5839              cygwin does not taint cwd, just like win32.
5840      Branch: perl
5841            ! lib/File/Find/taint.t t/op/taint.t
5842 ____________________________________________________________________________
5843 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
5844         Log: Retract #10865, the patch should be unnecessary.
5845              (But seemingly helpful in Cygwin?  Strange.)
5846      Branch: perl
5847            ! lib/Memoize/t/tie_ndbm.t
5848 ____________________________________________________________________________
5849 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
5850         Log: Misplaced test file; plus Cygwin filesystem semantics.
5851      Branch: perl
5852            + ext/SDBM_File/sdbm.t
5853            - ext/ODBM_File/sdbm.t
5854            ! MANIFEST
5855 ____________________________________________________________________________
5856 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
5857         Log: (Retracted by #10867.)
5858      Branch: perl
5859            ! lib/Memoize/t/tie_ndbm.t
5860 ____________________________________________________________________________
5861 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
5862         Log: Metaconfig unit change for #10863.
5863      Branch: metaconfig/U/perl
5864            ! Extensions.U
5865 ____________________________________________________________________________
5866 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
5867         Log: In Cygwin do not build NDBM_File and ODBM_File unless
5868              -lndbm and -ldbm are available.
5869      Branch: perl
5870            ! Configure config_h.SH
5871 ____________________________________________________________________________
5872 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
5873         Log: More Cygwin filesystem semantics.
5874      Branch: perl
5875            ! t/io/fs.t t/op/stat.t
5876 ____________________________________________________________________________
5877 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
5878         Log: More DOSish permission semantics for Cygwin.
5879      Branch: perl
5880            ! lib/AnyDBM_File.t
5881 ____________________________________________________________________________
5882 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
5883         Log: Cygwin too has different permission semantics.
5884      Branch: perl
5885            ! ext/GDBM_File/gdbm.t
5886 ____________________________________________________________________________
5887 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
5888         Log: The group (and assumedly passwd) databases can have
5889              only one entry (this is the case in cygwin).
5890      Branch: perl
5891            ! t/op/grent.t t/op/pwent.t
5892 ____________________________________________________________________________
5893 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
5894         Log: Also in Cygwin use Socket to figure out domainname
5895              (if any) (avoids trying to call external 'domainname',
5896              which doesn't at the moment exist in Cygwin)
5897      Branch: perl
5898            ! lib/Net/Domain.pm
5899 ____________________________________________________________________________
5900 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
5901         Log: Remove also the lib$Foo.def, not just $Foo.def.
5902      Branch: perl
5903            ! lib/ExtUtils/MM_Unix.pm
5904 ____________________________________________________________________________
5905 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
5906         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
5907      Branch: perl
5908            ! unixish.h
5909 ____________________________________________________________________________
5910 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
5911         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
5912              to match the whole isprint(), only the space character.
5913      Branch: perl
5914            ! handy.h pod/perlre.pod t/op/pat.t
5915 ____________________________________________________________________________
5916 [ 10854] By: nick                                  on 2001/06/23  08:09:33
5917         Log: Integrate mainline
5918      Branch: perlio
5919           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
5920           !> lib/ExtUtils.t lib/File/Find/taint.t
5921           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
5922           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
5923           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5924 ____________________________________________________________________________
5925 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
5926         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
5927              with its floats    in os390 and s390 (UTS).
5928      Branch: perl
5929            ! lib/Math/BigInt/t/bigintpm.t
5930 ____________________________________________________________________________
5931 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
5932         Log: Add also UTS (s390) to the non-IEEE float platforms.
5933      Branch: perl
5934            ! t/op/sprintf.t
5935 ____________________________________________________________________________
5936 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
5937         Log: Subject: RFC: what are applicable standards for exponent sizes?
5938              From: Peter Prymmer <pvhp@forte.com>
5939              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
5940              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
5941      Branch: perl
5942            ! t/op/sprintf.t
5943 ____________________________________________________________________________
5944 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
5945         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
5946              From: Peter Prymmer <pvhp@forte.com>
5947              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
5948              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
5949      Branch: perl
5950            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5951 ____________________________________________________________________________
5952 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
5953         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
5954              From: Peter Prymmer <pvhp@forte.com>
5955              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
5956              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
5957      Branch: perl
5958            ! lib/ExtUtils.t
5959 ____________________________________________________________________________
5960 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
5961         Log: Retract #10845.
5962      Branch: perl
5963            ! lib/File/Find/taint.t
5964 ____________________________________________________________________________
5965 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
5966         Log: Yet another error message.
5967      Branch: perl
5968            ! t/op/mkdir.t
5969 ____________________________________________________________________________
5970 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
5971         Log: The croak message for nonexistent socket functions may vary.
5972      Branch: perl
5973            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
5974 ____________________________________________________________________________
5975 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
5976         Log: (Retracted by #10848.)
5977      Branch: perl
5978            ! lib/File/Find/taint.t
5979 ____________________________________________________________________________
5980 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
5981         Log: Integrate perlio.
5982      Branch: perl
5983           !> lib/File/Find/taint.t t/op/write.t
5984 ____________________________________________________________________________
5985 [ 10843] By: nick                                  on 2001/06/22  21:24:51
5986         Log: Back out debug in taint.t
5987      Branch: perlio
5988            ! lib/File/Find/taint.t
5989 ____________________________________________________________________________
5990 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
5991         Log: setitimer() does not exist in Unicos, despite of what
5992              Configure thinks, from Mark P. Lutz.
5993      Branch: perl
5994            ! hints/unicos.sh
5995 ____________________________________________________________________________
5996 [ 10841] By: nick                                  on 2001/06/22  21:19:36
5997         Log: Skip cwd test on Win32 ???
5998      Branch: perlio
5999            ! lib/File/Find/taint.t
6000 ____________________________________________________________________________
6001 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
6002         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
6003              and Tru64 gcc -Wall happy.
6004      Branch: perl
6005            ! mg.c
6006 ____________________________________________________________________________
6007 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
6008         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
6009      Branch: perl
6010            ! ext/IPC/SysV/Semaphore.pm
6011 ____________________________________________________________________________
6012 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
6013         Log: Metaconfig unit change for #10837.
6014      Branch: metaconfig/U/perl
6015            ! Cross.U
6016 ____________________________________________________________________________
6017 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
6018         Log: Cleanup of the cross-compilation unit.
6019      Branch: perl
6020            ! Configure
6021 ____________________________________________________________________________
6022 [ 10836] By: nick                                  on 2001/06/22  20:45:12
6023         Log: Skip |- based op/write.t on Win32 as well as VMS
6024      Branch: perlio
6025            ! t/op/write.t
6026 ____________________________________________________________________________
6027 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
6028         Log: Integrate perlio.
6029      Branch: perl
6030           !> util.c
6031 ____________________________________________________________________________
6032 [ 10834] By: nick                                  on 2001/06/22  20:41:54
6033         Log: Integrate mainline
6034      Branch: perlio
6035           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6036           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
6037           !> vos/config.ga.h
6038 ____________________________________________________________________________
6039 [ 10833] By: nick                                  on 2001/06/22  20:22:58
6040         Log: Patcho fix.
6041      Branch: perlio
6042            ! util.c
6043 ____________________________________________________________________________
6044 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
6045         Log: Metaconfig unit changes for #10831.
6046      Branch: metaconfig
6047            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
6048 ____________________________________________________________________________
6049 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
6050         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
6051              From: Andy Dougherty <doughera@lafayette.edu>
6052              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
6053              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
6054      Branch: perl
6055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6056            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
6057 ____________________________________________________________________________
6058 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
6059         Log: MPE/iX prototype nits from Mark Bixby.
6060      Branch: perl
6061            ! pp_sys.c
6062 ____________________________________________________________________________
6063 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
6064         Log: Detypo.
6065      Branch: perl
6066            ! util.c
6067 ____________________________________________________________________________
6068 [ 10828] By: nick                                  on 2001/06/22  15:33:37
6069         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
6070      Branch: perlio
6071           +> lib/h2xs.t
6072           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
6073           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
6074           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
6075           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
6076           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6077           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6078           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
6079           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
6080           !> vms/vmsish.h
6081 ____________________________________________________________________________
6082 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
6083         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
6084              Date: Fri, 22 Jun 2001 10:08:35 -0500
6085              From: "Craig A. Berry" <craigberry@mac.com>
6086              Message-Id: <a05101001b75908704194@[192.168.56.145]>
6087      Branch: perl
6088            ! vms/vms.c vms/vmsish.h
6089 ____________________________________________________________________________
6090 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
6091         Log: NetWare scripts tweak from Ananth Kesari.
6092      Branch: perl
6093            ! NetWare/t/NWScripts.pl
6094 ____________________________________________________________________________
6095 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
6096         Log: Update Changes.
6097      Branch: perl
6098            ! Changes patchlevel.h
6099 ____________________________________________________________________________
6100 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
6101         Log: Add .i and .s targets.
6102      Branch: perl
6103            ! Makefile.SH
6104 ____________________________________________________________________________
6105 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
6106         Log: Upgrade to Locale::Maketext 1.03.
6107      Branch: perl
6108            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6109            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6110 ____________________________________________________________________________
6111 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
6112         Log: Upgrade to I18N::LangTags 0.26.
6113      Branch: perl
6114            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6115            ! lib/I18N/LangTags/test.pl
6116 ____________________________________________________________________________
6117 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
6118         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
6119              Philip Newton.
6120      Branch: perl
6121            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6122            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6123 ____________________________________________________________________________
6124 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
6125         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
6126              From: Prymmer/Kahn <pvhp@best.com>
6127              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
6128              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
6129      Branch: perl
6130            + lib/h2xs.t
6131            ! MANIFEST utils/h2xs.PL
6132 ____________________________________________________________________________
6133 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
6134         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
6135              From: Prymmer/Kahn <pvhp@best.com>
6136              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
6137              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
6138      Branch: perl
6139            ! lib/ExtUtils.t
6140 ____________________________________________________________________________
6141 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
6142         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
6143              From: Prymmer/Kahn <pvhp@best.com>
6144              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
6145              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
6146      Branch: perl
6147            ! t/pod/plainer.t
6148 ____________________________________________________________________________
6149 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
6150         Log: AUTHORS update.
6151      Branch: perl
6152            ! AUTHORS
6153 ____________________________________________________________________________
6154 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
6155         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
6156              From: "Craig A. Berry" <craigberry@mac.com>
6157              Date: Thu, 21 Jun 2001 18:20:38 -0500
6158              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
6159      Branch: perl
6160            ! ext/POSIX/POSIX.xs
6161 ____________________________________________________________________________
6162 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
6163         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
6164              From: "Craig A. Berry" <craigberry@mac.com>
6165              Date: Thu, 21 Jun 2001 09:58:52 -0500
6166              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
6167      Branch: perl
6168            ! ext/B/Deparse.t t/op/write.t
6169 ____________________________________________________________________________
6170 [ 10814] By: nick                                  on 2001/06/22  08:13:09
6171         Log: Integrate mainline.
6172      Branch: perlio
6173           !> (integrate 46 files)
6174 ____________________________________________________________________________
6175 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
6176         Log: Change the prefixes only if $prefix is unset,
6177              as originally patched by Marcel Grunauer.
6178      Branch: perl
6179            ! hints/darwin.sh hints/rhapsody.sh
6180 ____________________________________________________________________________
6181 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
6182         Log: Subject: Re: Patch for hints/darwin.sh
6183              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
6184              Date: Thu, 21 Jun 2001 11:23:46 -0700
6185              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
6186      Branch: perl
6187            ! hints/darwin.sh hints/rhapsody.sh
6188 ____________________________________________________________________________
6189 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
6190         Log: Add .PHONY targets for non-file targets,
6191              from Wilfredo Sánchez.  Should help saying
6192              "make install" on case-insensitive filesystems.
6193      Branch: perl
6194            ! Makefile.SH
6195 ____________________________________________________________________________
6196 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
6197         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
6198              From: Doug MacEachern <dougm@covalent.net>
6199              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
6200              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
6201              
6202              plus reword the getcwd() comment, plus use getcwd() buffer
6203              size minus one.
6204      Branch: perl
6205            ! util.c
6206 ____________________________________________________________________________
6207 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
6208         Log: More gprofing from Doug MacEachern.
6209      Branch: perl
6210            ! Makefile.SH
6211 ____________________________________________________________________________
6212 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
6213         Log: Metaconfig unit change for #10807.
6214      Branch: metaconfig/U/perl
6215            ! d_sfio.U
6216 ____________________________________________________________________________
6217 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
6218         Log: Tell that you are removing the unneeded -lsfio.
6219      Branch: perl
6220            ! Configure
6221 ____________________________________________________________________________
6222 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
6223         Log: More MPE/iX tweaks from Mark Bixby.
6224      Branch: perl
6225            ! perl.c t/op/magic.t
6226 ____________________________________________________________________________
6227 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
6228         Log: The fchdir() proto is supposed to live in <unistd.h>.
6229      Branch: perl
6230            ! ext/Cwd/Cwd.xs
6231 ____________________________________________________________________________
6232 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
6233         Log: This town is too small for the Cwd extension and me,
6234              it would seem...
6235      Branch: perl
6236            ! ext/Cwd/Cwd.xs
6237 ____________________________________________________________________________
6238 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
6239         Log: Metaconfig unit change for #10802.
6240      Branch: metaconfig/U/perl
6241            ! d_modfl.U
6242 ____________________________________________________________________________
6243 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
6244         Log: More d'ohs.
6245      Branch: perl
6246            ! Configure
6247 ____________________________________________________________________________
6248 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
6249         Log: Off-by-one.  I'm so classic.
6250      Branch: perl
6251            ! util.c
6252 ____________________________________________________________________________
6253 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
6254         Log: Update Changes.
6255      Branch: perl
6256            ! Changes patchlevel.h
6257 ____________________________________________________________________________
6258 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
6259         Log: Subject: Documentation patch for Net::FTP
6260              From: Marcel Grunauer <marcel@codewerk.com>
6261              Date: Wed, 20 Jun 2001 23:03:26 +0200
6262              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
6263      Branch: perl
6264            ! lib/Net/FTP.pm
6265 ____________________________________________________________________________
6266 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
6267         Log: Retract the #10417 mg.c and embed.pl parts because of
6268              strange SEGVs in 64bit x86 FreeBSD observed by
6269              Nicholas Clark.
6270      Branch: perl
6271            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
6272 ____________________________________________________________________________
6273 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
6274         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
6275      Branch: perl
6276            ! Configure NetWare/config.wc NetWare/config_H.wc
6277            ! Porting/Glossary Porting/config.sh Porting/config_H
6278            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6279            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6280            ! vos/config.ga.h win32/config.bc win32/config.gc
6281            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6282            ! win32/config_H.vc
6283 ____________________________________________________________________________
6284 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
6285         Log: Cwd tweak from Doug MacEachern.
6286      Branch: perl
6287            ! ext/Cwd/Cwd.xs
6288 ____________________________________________________________________________
6289 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
6290         Log: Protect the fchdir() and lstat() with ifdefs.
6291              fchdir() needs a Configure probe.
6292      Branch: perl
6293            ! ext/Cwd/Cwd.xs
6294 ____________________________________________________________________________
6295 [ 10794] By: nick                                  on 2001/06/21  17:11:35
6296         Log: Integrate mainline
6297      Branch: perlio
6298           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6299           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6300           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6301           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6302           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6303           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6304           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6305           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6306            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6307            - lib/File/Glob/case.t lib/File/Glob/global.t
6308            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6309            - lib/File/Temp/posix.t lib/File/Temp/security.t
6310            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6311            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6312            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6313            - lib/Text/Wrap/wrap.t
6314           !> (integrate 41 files)
6315 ____________________________________________________________________________
6316 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
6317         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
6318              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6319              Date: Thu, 21 Jun 2001 13:04:54 -0500
6320              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
6321      Branch: perl
6322            ! ext/Cwd/Cwd.xs
6323 ____________________________________________________________________________
6324 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
6325         Log: Subject: [PATCH pod] overlong =item
6326              From: Robin Barker <rmb1@cise.npl.co.uk>
6327              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
6328              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
6329      Branch: perl
6330            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6331            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6332 ____________________________________________________________________________
6333 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
6334         Log: Subject: [PATCH perlio.c] format 
6335              From: Robin Barker <rmb1@cise.npl.co.uk>
6336              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
6337              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
6338      Branch: perl
6339            ! perlio.c
6340 ____________________________________________________________________________
6341 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
6342         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6343              From: Radu Greab <radu@netsoft.ro>
6344              Date: Thu, 21 Jun 2001 19:06:02 +0300
6345              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
6346      Branch: perl
6347            ! pod/perlapi.pod sv.c
6348 ____________________________________________________________________________
6349 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
6350         Log: The metaconfig unit changes for #10788.
6351      Branch: metaconfig/U/perl
6352            ! Cross.U fflushall.U
6353 ____________________________________________________________________________
6354 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
6355         Log: Cross-configuration changes: make $from to rm the files
6356              before copying them over (this means that he rm can be
6357              removed from the fflushall test), create $targetmkdir      
6358              (not documented in install since it is supposed to internal
6359              use only), make $run to copy over the executable only if
6360              a stamp file .xok doesn't already exist (to avoid unnecessary
6361              copying of the executable)
6362      Branch: perl
6363            ! Configure Makefile.SH
6364 ____________________________________________________________________________
6365 [ 10787] By: nick                                  on 2001/06/21  14:16:18
6366         Log: Integrate mainline
6367      Branch: perlio
6368           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6369           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
6370           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
6371            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
6372           !> (integrate 34 files)
6373 ____________________________________________________________________________
6374 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
6375         Log: Re-add the files as text.
6376      Branch: perl
6377            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6378 ____________________________________________________________________________
6379 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
6380         Log: Delete the binary files.
6381      Branch: perl
6382            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6383 ____________________________________________________________________________
6384 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
6385         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
6386              From: Andy Dougherty <doughera@lafayette.edu>
6387              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
6388              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
6389      Branch: perl
6390            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
6391            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
6392            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
6393            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
6394 ____________________________________________________________________________
6395 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
6396         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6397              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
6398              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
6399              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
6400              
6401              Setting umask to something friendlier.
6402      Branch: perl
6403            ! installman installperl
6404 ____________________________________________________________________________
6405 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
6406         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
6407              Resort MANIFEST with sort -f, looks much better.
6408      Branch: perl
6409            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6410            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6411            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6412            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6413            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6414            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6415            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6416            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6417            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6418            - lib/File/Glob/case.t lib/File/Glob/global.t
6419            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6420            - lib/File/Temp/posix.t lib/File/Temp/security.t
6421            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6422            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6423            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6424            - lib/Text/Wrap/wrap.t
6425            ! MANIFEST
6426 ____________________________________________________________________________
6427 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
6428         Log: Upgrade to I18N::LangTags 0.25.
6429      Branch: perl
6430            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6431            ! lib/I18N/LangTags/List.pm
6432 ____________________________________________________________________________
6433 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
6434         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
6435              From: Richard Soderberg <rs@crystalflame.net>
6436              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
6437              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
6438      Branch: perl
6439            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
6440            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
6441 ____________________________________________________________________________
6442 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
6443         Log: Test obsoleted by change #10777.
6444      Branch: perl
6445            ! t/op/sub_lval.t
6446 ____________________________________________________________________________
6447 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
6448         Log: Case of confused test numbering.
6449      Branch: perl
6450            ! t/op/pat.t
6451 ____________________________________________________________________________
6452 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
6453         Log: Subject: Re: Opinion on undef lvalue
6454              From: Abhijit Menon-Sen <ams@wiw.org>
6455              Date: Sun, 17 Jun 2001 13:04:46 +0530
6456              Message-ID: <20010617130446.B27925@lustre.linux.in>
6457              
6458              Allow lvalue subs to return undef in array context.
6459      Branch: perl
6460            ! pp_hot.c
6461 ____________________________________________________________________________
6462 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
6463         Log: Just a guess that using the same hack for cygwin as
6464              for win32 might help.
6465      Branch: perl
6466            ! lib/File/Find/find.t
6467 ____________________________________________________________________________
6468 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
6469         Log: NetWare tweaks from Guruprasad.
6470      Branch: perl
6471            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
6472            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
6473            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
6474            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
6475 ____________________________________________________________________________
6476 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
6477         Log: Subject: Re: perl@10722: Bogus warnings on REs 
6478              From: Hugo <hv@crypt.compulink.co.uk>
6479              Date: Thu, 21 Jun 2001 09:51:17 +0100
6480              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
6481              
6482              Unroll to avoid a UTS compiler bug.
6483      Branch: perl
6484            ! regcomp.c
6485 ____________________________________________________________________________
6486 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
6487         Log: Subject: Re: [PATCH] Make /o work under i?threads
6488              From: Artur Bergman <artur@contiller.se>
6489              Date: Thu, 21 Jun 2001 14:38:03 +0200
6490              Message-ID: <B757B74A.184D%artur@contiller.se>
6491      Branch: perl
6492            ! t/op/pat.t
6493 ____________________________________________________________________________
6494 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
6495         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6496              From: Artur Bergman <artur@contiller.se> 
6497              Date: Thu, 21 Jun 2001 14:27:33 +0200
6498              Message-ID: <B757B4D4.1849%artur@contiller.se>
6499              
6500              Plus extra parentheses.
6501      Branch: perl
6502            ! op.h
6503 ____________________________________________________________________________
6504 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
6505         Log: Subject: [PATCH] Make /o work under i?threads
6506              From: Richard Soderberg <rs@crystalflame.net>
6507              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
6508              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
6509      Branch: perl
6510            ! pp_ctl.c
6511 ____________________________________________________________________________
6512 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
6513         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6514              From: Artur Bergman <artur@contiller.se>
6515              Date: Thu, 21 Jun 2001 14:04:54 +0200
6516              Message-ID: <B757AF86.1842%artur@contiller.se>
6517      Branch: perl
6518            ! op.h
6519 ____________________________________________________________________________
6520 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
6521         Log: Subject: Re: perl@10765: sv.c not OK on win32
6522              From: Artur Bergman <artur@contiller.se>
6523              Date: Thu, 21 Jun 2001 10:31:06 +0200
6524              Message-ID: <B7577D69.182C%artur@contiller.se>
6525      Branch: perl
6526            ! sv.c
6527 ____________________________________________________________________________
6528 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
6529         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
6530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6531              Date: Thu, 21 Jun 2001 06:23:56 -0400
6532              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
6533              
6534              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
6535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6536              Date: Thu, 21 Jun 2001 06:32:21 -0400
6537              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
6538      Branch: perl
6539            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
6540 ____________________________________________________________________________
6541 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
6542         Log: Subject: [PATCH] make syslog test more verbose
6543              From: Robert Spier <rspier@pobox.com>
6544              Date: Thu, 21 Jun 2001 00:54:32 -0400
6545              Message-ID: <15153.32264.295807.333073@rls.cx>
6546      Branch: perl
6547            ! ext/Sys/Syslog/syslog.t
6548 ____________________________________________________________________________
6549 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
6550         Log: Subject: op/study.t refinements
6551              From: Hugo <hv@crypt.compulink.co.uk>
6552              Date: Thu, 21 Jun 2001 00:29:07 +0100
6553              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
6554      Branch: perl
6555            ! t/op/study.t
6556 ____________________________________________________________________________
6557 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
6558         Log: Update Changes.
6559      Branch: perl
6560            ! Changes patchlevel.h
6561 ____________________________________________________________________________
6562 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
6563         Log: Subject: Re: [PATCH] djgpp updates
6564              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6565              Date: Wed, 20 Jun 2001 10:05:15 +0200
6566              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
6567      Branch: perl
6568            ! djgpp/config.over
6569 ____________________________________________________________________________
6570 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
6571         Log: Fix for ID 20010619.002 "When building hash, hash keys that
6572              are function calls are not being called", from Abhijit.
6573      Branch: perl
6574            ! t/base/lex.t toke.c
6575 ____________________________________________________________________________
6576 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
6577         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
6578      Branch: perl
6579            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
6580            + lib/Locale/Maketext/test.pl
6581            - lib/Locale/Maketext.t
6582            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6583            ! lib/Locale/Maketext/TPJ13.pod
6584 ____________________________________________________________________________
6585 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
6586         Log: Metaconfig unit change for #10760.
6587      Branch: metaconfig
6588            ! U/modified/Cppsym.U
6589 ____________________________________________________________________________
6590 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
6591         Log: Do not remove the ccsym* Cppsym* files since
6592              they are useful for metaconfig units coming after us.
6593              (This is the Configure nit mentioned in #10752.)
6594      Branch: perl
6595            ! Configure
6596 ____________________________________________________________________________
6597 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
6598         Log: Update to I18N::LangTags 0.24, from Sean Burke.
6599      Branch: perl
6600            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6601            + lib/I18N/LangTags/README
6602            - lib/I18N/LangTags/List.pod
6603            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
6604 ____________________________________________________________________________
6605 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
6606         Log: Regen headers.
6607      Branch: perl
6608            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
6609            ! pod/perlapi.pod proto.h
6610 ____________________________________________________________________________
6611 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
6612         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
6613              From: Artur Bergman <artur@contiller.se>
6614              Date: Wed, 20 Jun 2001 11:31:32 +0200
6615              Message-ID: <B7563A14.17D8%artur@contiller.se>
6616      Branch: perl
6617            ! embed.pl hv.c intrpvar.h sv.c sv.h
6618 ____________________________________________________________________________
6619 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
6620         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
6621              From: Tim Sweetman <tim@aldigital.co.uk> 
6622              Date: Wed, 13 Jun 2001 14:25:17 +0100 
6623              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
6624      Branch: perl
6625            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
6626 ____________________________________________________________________________
6627 [ 10755] By: nick                                  on 2001/06/20  16:12:37
6628         Log: Integrate mainline
6629      Branch: perlio
6630           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
6631           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
6632           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
6633           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
6634           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
6635           !> t/op/study.t util.c
6636 ____________________________________________________________________________
6637 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
6638         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
6639              but not Makefile)
6640      Branch: maint-5.6/perl
6641            ! win32/Makefile
6642 ____________________________________________________________________________
6643 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
6644         Log: Security tweak on readlink().
6645      Branch: perl
6646            ! pp_sys.c
6647 ____________________________________________________________________________
6648 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
6649         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
6650      Branch: perl
6651            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
6652            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
6653            ! mpeix/relink t/op/pwent.t
6654 ____________________________________________________________________________
6655 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
6656         Log: Reinstate #10725 (with probe for alarm()).
6657      Branch: perl
6658            ! t/op/study.t
6659 ____________________________________________________________________________
6660 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
6661         Log: Replace our implementation of realpath() with OpenBSD's
6662              (src/lib/libc/stdlib/realpath.c 1.4).
6663      Branch: perl
6664            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
6665            ! pod/perldiag.pod proto.h util.c
6666 ____________________________________________________________________________
6667 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
6668         Log: Integrate perlio.
6669      Branch: perl
6670           !> perlio.c
6671 ____________________________________________________________________________
6672 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
6673         Log: No point in going into memory-saving contortions
6674              with getcwd() since there's a danger of buffer overflow.
6675              Also make the POSIX extension to use sv_getcwd().
6676              Finally, a missed proto.h fragment.
6677      Branch: perl
6678            ! ext/POSIX/POSIX.xs proto.h util.c
6679 ____________________________________________________________________________
6680 [ 10747] By: nick                                  on 2001/06/20  12:38:26
6681         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
6682      Branch: perlio
6683            ! perlio.c
6684 ____________________________________________________________________________
6685 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
6686         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
6687              From: Graham Barr <gbarr@pobox.com>
6688              Date: Wed, 20 Jun 2001 11:05:49 +0100
6689              Message-ID: <20010620110549.I19188@pobox.com>
6690              
6691              reported in        
6692              
6693              Subject: Bug in IO::Socket::INET module (repeat)
6694              From: "Harmon S. Nine" <hnine@netarx.com>
6695              Date: Tue, 19 Jun 2001 09:41:35 -0400
6696              Message-ID: <3B2F568F.8080605@netarx.com>
6697              
6698              The bug was that the IO::Socket::INET constructor
6699              did not allow a 'LocalPort' of 0.
6700      Branch: perl
6701            ! ext/IO/lib/IO/Socket/INET.pm
6702 ____________________________________________________________________________
6703 [ 10745] By: nick                                  on 2001/06/20  08:56:39
6704         Log: Integrate mainline.
6705      Branch: perlio
6706           !> (integrate 37 files)
6707 ____________________________________________________________________________
6708 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
6709         Log: After some reading I don't think we can blindly
6710              use systems' realpath().  Too many security problems,
6711              too many buggy implementations.
6712              
6713              TODO: the realpath() emulation code in util.c doesn't
6714              seem fully operational?  (readlink(), for example?)
6715      Branch: perl
6716            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
6717            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
6718            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
6719            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
6720            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
6721            ! win32/config_H.gc win32/config_H.vc
6722 ____________________________________________________________________________
6723 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
6724         Log: Metaconfig unit change for #10738.
6725      Branch: metaconfig
6726            ! U/compline/d_gconvert.U
6727 ____________________________________________________________________________
6728 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
6729         Log: Integrate change #10739 from maintperl:
6730              
6731              C<eval "/x$\r\n/x"> fails to compile correctly 
6732      Branch: perl
6733           !> t/op/pat.t toke.c
6734 ____________________________________________________________________________
6735 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
6736         Log: Retract #10725 (Hugo asked NOT to apply the patch)
6737      Branch: perl
6738            ! t/op/study.t
6739 ____________________________________________________________________________
6740 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
6741         Log: The test.third results were funnily named because of the
6742              new test scheme.
6743      Branch: perl
6744            ! t/TEST
6745 ____________________________________________________________________________
6746 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
6747         Log: C<eval "/x$\r\n/x"> fails to compile correctly
6748      Branch: maint-5.6/perl
6749            ! t/op/pat.t toke.c
6750 ____________________________________________________________________________
6751 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
6752         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
6753              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6754              Date: Tue, 19 Jun 2001 19:15:40 -0400
6755              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
6756              
6757              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
6758              because "1e+129" being expected but "1.e+129" being returned.
6759              The culprit (at least in Tru64) is the use of gcvt().
6760      Branch: perl
6761            ! Configure
6762 ____________________________________________________________________________
6763 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
6764         Log: Subject: [PATCH perl@10722] test hunting on VMS
6765              From: "Craig A. Berry" <craigberry@mac.com>
6766              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
6767              Date: Tue, 19 Jun 2001 18:59:01 -0500
6768      Branch: perl
6769            ! vms/test.com
6770 ____________________________________________________________________________
6771 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
6772         Log: Subject: [PATCH] s/typos//
6773              From: Abhijit Menon-Sen <ams@wiw.org>
6774              Date: Wed, 20 Jun 2001 02:15:02 +0530
6775              Message-ID: <20010620021502.A14541@lustre.linux.in>
6776              
6777              Without the op.h s/bearword/bareword/ hunk, see
6778              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
6779      Branch: perl
6780            ! util.c
6781 ____________________________________________________________________________
6782 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
6783         Log: Metaconfig unit change for #10732 and #10733.
6784      Branch: metaconfig/U/perl
6785            ! fflushall.U
6786 ____________________________________________________________________________
6787 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
6788         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
6789              From: "Craig A. Berry" <craigberry@mac.com>
6790              Date: Tue, 19 Jun 2001 17:19:48 -0500
6791              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
6792      Branch: perl
6793            ! configure.com vms/descrip_mms.template
6794 ____________________________________________________________________________
6795 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
6796         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
6797              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6798              Date: Tue, 19 Jun 2001 16:48:07 -0400
6799              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
6800              
6801              Further fixes to fflush(NULL) detection.
6802      Branch: perl
6803            ! Configure
6804 ____________________________________________________________________________
6805 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
6806         Log: AIX test -s hangs with non-existent files?
6807              (A genuine logic bug in Configure, but AIX also broken?)
6808      Branch: perl
6809            ! Configure
6810 ____________________________________________________________________________
6811 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
6812         Log: AUTHORS updates.
6813      Branch: perl
6814            ! AUTHORS
6815 ____________________________________________________________________________
6816 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
6817         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
6818              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6819              Date: Tue, 19 Jun 2001 15:33:25 -0400
6820              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
6821      Branch: perl
6822            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
6823            ! t/lib/warnings/pp
6824 ____________________________________________________________________________
6825 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
6826         Log: Integrate perlio.
6827      Branch: perl
6828           !> lib/File/Find/find.t win32/distclean.bat
6829 ____________________________________________________________________________
6830 [ 10728] By: nick                                  on 2001/06/19  18:24:53
6831         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
6832      Branch: perlio
6833            ! lib/File/Find/find.t win32/distclean.bat
6834 ____________________________________________________________________________
6835 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
6836         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
6837              also add information how to find out whether one has PerlIO.
6838      Branch: perl
6839            ! pod/perlfunc.pod
6840 ____________________________________________________________________________
6841 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
6842         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
6843              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6844              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
6845              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
6846      Branch: perl
6847            ! pod/perlfunc.pod
6848 ____________________________________________________________________________
6849 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
6850         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6851              From: Hugo <hv@crypt.compulink.co.uk>
6852              Date: Tue, 19 Jun 2001 12:37:30 +0100
6853              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
6854      Branch: perl
6855            ! t/op/study.t
6856 ____________________________________________________________________________
6857 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
6858         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6859              From: Hugo <hv@crypt.compulink.co.uk>
6860              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
6861              Date: Tue, 19 Jun 2001 13:15:17 +0100
6862      Branch: perl
6863            ! util.c
6864 ____________________________________________________________________________
6865 [ 10723] By: nick                                  on 2001/06/19  14:46:15
6866         Log: Integrate mainline
6867      Branch: perlio
6868           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
6869           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
6870           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
6871           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
6872           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
6873           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6874            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6875            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6876            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6877            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6878            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6879            - ext/Thread/unsync4.t
6880           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
6881           !> djgpp/config.over djgpp/fixpmain
6882           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
6883           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
6884           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
6885 ____________________________________________________________________________
6886 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
6887         Log: Update Changes.
6888      Branch: perl
6889            ! Changes patchlevel.h
6890 ____________________________________________________________________________
6891 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
6892         Log: The existence shall be MANIFESted.
6893      Branch: perl
6894            ! MANIFEST
6895 ____________________________________________________________________________
6896 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
6897         Log: The old libnet.cfg is first searched from the current directory,
6898              only then from the module path.
6899      Branch: perl
6900            ! utils/libnetcfg.PL
6901 ____________________________________________________________________________
6902 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
6903         Log: NetWare tweaks from Guruprasad.
6904      Branch: perl
6905            ! NetWare/Makefile NetWare/config.wc
6906 ____________________________________________________________________________
6907 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
6908         Log: Subject: [PATCH] djgpp updates
6909              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6910              Date: Tue, 19 Jun 2001 10:59:06 +0200
6911              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
6912      Branch: perl
6913            ! djgpp/config.over djgpp/fixpmain
6914 ____________________________________________________________________________
6915 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
6916         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
6917              From: Prymmer/Kahn <pvhp@best.com>
6918              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
6919              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
6920      Branch: perl
6921            ! win32/Makefile
6922 ____________________________________________________________________________
6923 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
6924         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
6925              to happen right after the inclusion of <inttypes.h>,
6926              from Edward Moy.
6927      Branch: perl
6928            ! handy.h perl.h
6929 ____________________________________________________________________________
6930 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
6931         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
6932              From: Doug MacEachern <dougm@covalent.net>
6933              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
6934              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
6935      Branch: perl
6936            ! ext/DynaLoader/DynaLoader_pm.PL
6937 ____________________________________________________________________________
6938 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
6939         Log: Revert #10656 for perfomance reasons but leave in the
6940              use of Hv*() macros -- in comments, so that grepping the
6941              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
6942              suggested by Sarathy, also by Abhijit.)
6943      Branch: perl
6944            ! hv.c
6945 ____________________________________________________________________________
6946 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
6947         Log: Subject: [patch] .s MakeMaker suffix
6948              From: Doug MacEachern <dougm@covalent.net>
6949              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
6950              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
6951      Branch: perl
6952            ! lib/ExtUtils/MM_Unix.pm
6953 ____________________________________________________________________________
6954 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
6955         Log: One test lost in the big shuffle restored.
6956      Branch: perl
6957            + ext/IPC/SysV/ipcsysv.t
6958            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6959 ____________________________________________________________________________
6960 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
6961         Log: Rename the old non-standard threads tests so that
6962              they won't be invoked.
6963      Branch: perl
6964            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
6965            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
6966            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
6967            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
6968            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
6969            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6970            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6971            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6972            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6973            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6974            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6975            - ext/Thread/unsync4.t
6976            ! MANIFEST
6977 ____________________________________________________________________________
6978 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
6979         Log: Integrate perlio.
6980      Branch: perl
6981           !> win32/config_sh.PL
6982 ____________________________________________________________________________
6983 [ 10709] By: nick                                  on 2001/06/19  08:18:18
6984         Log: Integrate mainline
6985      Branch: perlio
6986           +> (branch 40 files)
6987            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
6988            - lib/strict/subs lib/strict/vars lib/warnings/1global
6989            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
6990            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
6991            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
6992            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
6993            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
6994            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
6995            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
6996            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
6997            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
6998            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
6999            - lib/warnings/utf8 lib/warnings/util
7000           !> (integrate 57 files)
7001 ____________________________________________________________________________
7002 [ 10708] By: nick                                  on 2001/06/19  07:57:10
7003         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
7004      Branch: perlio
7005            ! win32/config_sh.PL
7006 ____________________________________________________________________________
7007 [ 10707] By: nick                                  on 2001/06/19  07:05:07
7008         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
7009      Branch: perl
7010            ! perly.c perly.y perly_c.diff vms/perly_c.vms
7011 ____________________________________________________________________________
7012 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
7013         Log: More perl572delta tweaks.
7014      Branch: perl
7015            ! pod/perl572delta.pod
7016 ____________________________________________________________________________
7017 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
7018         Log: Update perl572delta.
7019      Branch: perl
7020            ! pod/perl572delta.pod
7021 ____________________________________________________________________________
7022 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
7023         Log: VOS updates from Paul Green.
7024      Branch: perl
7025            ! vos/Changes vos/build.cm vos/perl.bind
7026 ____________________________________________________________________________
7027 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
7028         Log: Update the vos/config.*.* files.
7029      Branch: perl
7030            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7031            ! vos/config.ga.h
7032 ____________________________________________________________________________
7033 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
7034         Log: Add a makefile for more painless adding of symbols to the
7035              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
7036              takes care of the adding)
7037      Branch: perl
7038            + vos/Makefile
7039 ____________________________________________________________________________
7040 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
7041         Log: Make libnetcfg by default display the libnet configuration,
7042              -c to change, add -i for old config, document all options,
7043              regen toc.
7044      Branch: perl
7045            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
7046 ____________________________________________________________________________
7047 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
7048         Log: gcc -Wall sweep.
7049      Branch: perl
7050            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
7051 ____________________________________________________________________________
7052 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
7053         Log: So there.
7054      Branch: perl
7055            ! universal.c
7056 ____________________________________________________________________________
7057 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
7058         Log: Document the need for sv_printify().
7059              
7060              Document that 'use utf8' has been considered.
7061              
7062              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
7063      Branch: perl
7064            ! pod/perltodo.pod universal.c
7065 ____________________________________________________________________________
7066 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
7067         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
7068              From: Nicholas Clark <nick@ccl4.org>
7069              Date: Mon, 18 Jun 2001 23:29:23 +0100
7070              Message-ID: <20010618232923.I98663@plum.flirble.org>
7071      Branch: perl
7072            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
7073            ! ext/Sys/Syslog/Makefile.PL
7074 ____________________________________________________________________________
7075 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
7076         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
7077              From: Scott.L.Miller@Compaq.com
7078              Date: Mon, 18 Jun 2001 10:12:27 -0500
7079              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
7080      Branch: perl
7081            ! lib/perl5db.pl pod/perldebug.pod
7082 ____________________________________________________________________________
7083 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
7084         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
7085              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7086              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
7087              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
7088      Branch: perl
7089            ! lib/Carp/Heavy.pm
7090 ____________________________________________________________________________
7091 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
7092         Log: Subject: [PATCH] Documentation changes for CLONE
7093              From: Artur Bergman <artur@contiller.se>
7094              Date: Mon, 18 Jun 2001 22:06:37 +0200
7095              Message-ID: <B7542BEC.1719%artur@contiller.se>
7096      Branch: perl
7097            ! pod/perlmod.pod pod/perlsub.pod
7098 ____________________________________________________________________________
7099 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
7100         Log: Subject: Re: configure.com
7101              From: "Craig A. Berry" <craigberry@mac.com>
7102              Date: Mon, 18 Jun 2001 16:04:38 -0500
7103              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
7104      Branch: perl
7105            ! configure.com
7106 ____________________________________________________________________________
7107 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
7108         Log: Subject: PL_nullstash + perl_clone()
7109              From: Doug MacEachern <dougm@covalent.net>
7110              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
7111              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
7112      Branch: perl
7113            ! sv.c
7114 ____________________________________________________________________________
7115 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
7116         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7117              From: davem@fdgroup.co.uk
7118              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
7119              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
7120      Branch: perl
7121            ! embed.pl pod/perlapi.pod
7122 ____________________________________________________________________________
7123 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
7124         Log: More cross-compilation defaults gleaned from -Dcc
7125              if it is CPU-OS-gcc.
7126      Branch: metaconfig
7127            ! U/modified/libc.U
7128      Branch: metaconfig/U/perl
7129            ! Cross.U
7130      Branch: perl
7131            ! Configure INSTALL
7132 ____________________________________________________________________________
7133 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
7134         Log: Update Changes.
7135      Branch: perl
7136            ! Changes patchlevel.h
7137 ____________________________________________________________________________
7138 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
7139         Log: Subject: [PATCH 5.7.1] sv.c documentation
7140              From: davem@fdgroup.co.uk
7141              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
7142              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
7143      Branch: perl
7144            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
7145            ! sv.c sv.h
7146 ____________________________________________________________________________
7147 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
7148         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
7149              From: "Jon Gunnip" <jongunnip@hotmail.com>
7150              Date: Sun, 17 Jun 2001 18:24:29 -0400
7151              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
7152      Branch: perl
7153            ! pod/perlvar.pod
7154 ____________________________________________________________________________
7155 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
7156         Log: Move the locale/strict/warnings helper files back
7157              under the t/lib; this way the amount of non-installabled
7158              stuff under lib/ stays smaller.
7159      Branch: perl
7160            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
7161            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
7162            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
7163            + t/lib/warnings/5nolint t/lib/warnings/6default
7164            + t/lib/warnings/7fatal t/lib/warnings/8signal
7165            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
7166            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
7167            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
7168            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
7169            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7170            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
7171            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
7172            + t/lib/warnings/taint t/lib/warnings/toke
7173            + t/lib/warnings/universal t/lib/warnings/utf8
7174            + t/lib/warnings/util
7175            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7176            - lib/strict/subs lib/strict/vars lib/warnings/1global
7177            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7178            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7179            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7180            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7181            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7182            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7183            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7184            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7185            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7186            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7187            - lib/warnings/utf8 lib/warnings/util
7188            ! MANIFEST installperl lib/locale.t lib/strict.t
7189 ____________________________________________________________________________
7190 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
7191         Log: Split off the pack/unpack code, from Nicholas Clark.
7192      Branch: perl
7193            + pp_pack.c
7194            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
7195            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
7196            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7197 ____________________________________________________________________________
7198 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
7199         Log: Guard the SysV IPC tests against being invoked in
7200              SysV-IPC-less places.
7201      Branch: perl
7202            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7203 ____________________________________________________________________________
7204 [ 10683] By: nick                                  on 2001/06/18  12:24:42
7205         Log: Integrate mainline (new test scheme now ok on Linux).
7206      Branch: perlio
7207           +> lib/warnings.t
7208           !> dump.c sv.c
7209 ____________________________________________________________________________
7210 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
7211         Log: Add the locale.c and numeric.c to the microperl sources.
7212      Branch: perl
7213            ! Makefile.micro win32/Makefile
7214 ____________________________________________________________________________
7215 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
7216         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
7217              From: Abhijit Menon-Sen <ams@wiw.org>
7218              Date: Mon, 18 Jun 2001 14:23:44 +0530
7219              Message-ID: <20010618142344.A13136@lustre.linux.in>
7220      Branch: perl
7221            ! dump.c
7222 ____________________________________________________________________________
7223 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
7224         Log: Subject: Re: [PATCH] more anonymous stash cleanups
7225              From: Abhijit Menon-Sen <ams@wiw.org>
7226              Date: Mon, 18 Jun 2001 15:50:32 +0530
7227              Message-ID: <20010618155032.A13223@lustre.linux.in>
7228              
7229              Plus the comment left in as suggested by NI-S.
7230      Branch: perl
7231            ! sv.c
7232 ____________________________________________________________________________
7233 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
7234         Log: One missed file.
7235      Branch: perl
7236            + lib/warnings.t
7237 ____________________________________________________________________________
7238 [ 10678] By: nick                                  on 2001/06/18  08:05:29
7239         Log: Integrate mainline (part2 - the deletes)
7240      Branch: perlio
7241            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
7242            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
7243            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
7244            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
7245            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
7246            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
7247            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
7248            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
7249            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
7250            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
7251            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
7252 ____________________________________________________________________________
7253 [ 10677] By: nick                                  on 2001/06/18  08:04:44
7254         Log: Integrate mainline (part1)
7255      Branch: perlio
7256           +> (branch 376 files)
7257            - (delete 219 files)
7258           !> (integrate 151 files)
7259 ____________________________________________________________________________
7260 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
7261         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
7262              No doubt I made some mistakes like missed some files or
7263              misnamed some files.  The naming rules were more or less:
7264              (1) if the module is from CPAN, follows its ways, be it
7265              t/*.t or test.pl.
7266              (2) otherwise if there are multiple tests for a module
7267              put them in a t/
7268              (3) otherwise if there's only one test put it in Module.t
7269              (4) helper files go to module/ (locale, strict, warnings)
7270              (5) use longer filenames now that we can (but e.g. the
7271              compat-0.6.t and the Text::Balanced test files still
7272              were renamed to be more civil against the 8.3 people)
7273              installperl was updated appropriately not to install the
7274              *.t files or the help files from under lib.
7275              
7276              TODO: some helper files still remain under t/ that could
7277              follow their 'masters'.  UPDATE: On second thoughts, why
7278              should they.  They can continue to live under t/lib, and
7279              in fact the locale/strict/warnings helpers that were moved
7280              could be moved back.  This way the amount of non-installable
7281              stuff under lib/ stays smaller.
7282      Branch: perl
7283            + (add 253 files)
7284            - (delete 254 files)
7285            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
7286 ____________________________________________________________________________
7287 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
7288         Log: The warning no more comes from util.c, it comes from numeric.c.
7289      Branch: perl
7290            ! README.tru64
7291 ____________________________________________________________________________
7292 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
7293         Log: Subject: Re: anyone good at casting spells?
7294              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7295              Date: Sun, 17 Jun 2001 21:21:04 -0400
7296              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
7297      Branch: perl
7298            ! ext/POSIX/POSIX.xs hv.h
7299 ____________________________________________________________________________
7300 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
7301         Log: Protect the (original) thread tests against testing if no 5.005
7302              threads have been configured.
7303      Branch: perl
7304            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7305            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7306            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7307            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7308            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7309            ! ext/Thread/unsync4.t
7310 ____________________________________________________________________________
7311 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
7312         Log: Try the new test scanning scheme on Text::Abbrev.
7313      Branch: perl
7314            + lib/Text/Abbrev.t
7315            - lib/Text/Abbrev/t/abbrev.t
7316            ! MANIFEST
7317 ____________________________________________________________________________
7318 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
7319         Log: Change the scan policy of the *.t and test.pl files,
7320              now the *.t do not need to live in a t/ directory.
7321      Branch: perl
7322            ! t/TEST t/harness
7323 ____________________________________________________________________________
7324 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
7325         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
7326              From: Ilmari Karonen <iltzu@sci.fi>
7327              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
7328              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
7329      Branch: perl
7330            ! pod/perlfaq7.pod
7331 ____________________________________________________________________________
7332 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
7333         Log: Quench the warnings from Tru64; the HP-UX is still
7334              broken because it really, REALLY, doesn't like the
7335              HvARRAY() being lvalue:
7336              
7337              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
7338              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
7339      Branch: perl
7340            ! hv.c
7341 ____________________________________________________________________________
7342 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
7343         Log: Integrate change #10667 from maintperl:
7344              
7345              change#10449 broke the special-case that makes lexicals inside the
7346              eval"" within DB::DB() visible
7347      Branch: perl
7348           !> op.c
7349 ____________________________________________________________________________
7350 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
7351         Log: change#10449 broke the special-case that makes lexicals inside the
7352              eval"" within DB::DB() visible
7353      Branch: maint-5.6/perl
7354            ! op.c
7355 ____________________________________________________________________________
7356 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
7357         Log: Still spurious output; indent the code a bit.
7358              
7359              TODO1: separate the utility functions like MkDir
7360              into a helper script?
7361              
7362              TODO2: I see a lot of repetition in the filepath()
7363              and dirpath() calls.
7364      Branch: perl
7365            ! t/lib/filefind.t t/lib/findtaint.t
7366 ____________________________________________________________________________
7367 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
7368         Log: Regen modlib, toc.
7369      Branch: perl
7370            ! pod/perlmodlib.pod pod/perltoc.pod
7371 ____________________________________________________________________________
7372 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
7373         Log: Add libnetcfg to perlutil.
7374      Branch: perl
7375            ! pod/perlutil.pod
7376 ____________________________________________________________________________
7377 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
7378         Log: Initial integration of libnet-1.0703.
7379              The Configure script renamed as libnetcfg, will be
7380              installed along other utilities.
7381      Branch: perl
7382            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
7383            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
7384            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
7385            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
7386            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
7387            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
7388            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
7389            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
7390            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
7391            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
7392            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
7393            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7394            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
7395            + utils/libnetcfg.PL
7396            ! MANIFEST utils.lst utils/Makefile
7397 ____________________________________________________________________________
7398 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
7399         Log: Less potentially test-harness-confusing output.
7400      Branch: perl
7401            ! lib/Memoize/t/expire_module_t.t
7402 ____________________________________________________________________________
7403 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
7404         Log: The final print annoys make test.
7405      Branch: perl
7406            ! t/lib/filefind.t t/lib/findtaint.t
7407 ____________________________________________________________________________
7408 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
7409         Log: Add an option for handling dangling symbolic links.
7410      Branch: perl
7411            ! lib/File/Find.pm t/lib/filefind.t
7412 ____________________________________________________________________________
7413 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
7414         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
7415              From: Thomas Wegner <wegner_thomas@yahoo.com>
7416              Date: Sun, 17 Jun 2001 14:43:11 +0200
7417              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
7418      Branch: perl
7419            + t/lib/findtaint.t
7420            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
7421 ____________________________________________________________________________
7422 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
7423         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
7424              From: Jonathan Stowe <gellyfish@gellyfish.com>
7425              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
7426              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
7427      Branch: perl
7428            ! lib/ExtUtils/MM_Unix.pm
7429 ____________________________________________________________________________
7430 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
7431         Log: Subject: [PATCH] more anonymous stash cleanups
7432              From: Abhijit Menon-Sen <ams@wiw.org>
7433              Date: Sun, 17 Jun 2001 11:44:06 +0530
7434              Message-ID: <20010617114406.A25203@lustre.linux.in>
7435      Branch: perl
7436            ! op.c
7437 ____________________________________________________________________________
7438 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
7439         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
7440              From: Abhijit Menon-Sen <ams@wiw.org>
7441              Date: Sun, 17 Jun 2001 08:02:59 +0530
7442              Message-ID: <20010617080259.A28776@lustre.linux.in>
7443              
7444              Subject: [PATCH #2/7] xhv_eiter
7445              From: Abhijit Menon-Sen <ams@wiw.org>
7446              Date: Sun, 17 Jun 2001 08:13:18 +0530
7447              Message-ID: <20010617081318.B28776@lustre.linux.in>
7448              
7449              Subject: [PATCH #3/7] xhv_fill
7450              From: Abhijit Menon-Sen <ams@wiw.org>
7451              Date: Sun, 17 Jun 2001 08:25:16 +0530
7452              Message-ID: <20010617082516.C28776@lustre.linux.in>
7453              
7454              Subject: [PATCH #4/7] xhv_keys
7455              From: Abhijit Menon-Sen <ams@wiw.org>
7456              Date: Sun, 17 Jun 2001 08:36:17 +0530
7457              Message-ID: <20010617083617.D28776@lustre.linux.in>
7458              
7459              Subject: [PATCH #5/7] xhv_max
7460              From: Abhijit Menon-Sen <ams@wiw.org>
7461              Date: Sun, 17 Jun 2001 08:39:48 +0530
7462              Message-ID: <20010617083948.E28776@lustre.linux.in>
7463              
7464              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
7465              From: Abhijit Menon-Sen <ams@wiw.org>
7466              Date: Sun, 17 Jun 2001 08:51:11 +0530
7467              Message-ID: <20010617085111.F28776@lustre.linux.in>
7468      Branch: perl
7469            ! hv.c
7470 ____________________________________________________________________________
7471 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
7472         Log: Update Changes.
7473      Branch: perl
7474            ! Changes patchlevel.h
7475 ____________________________________________________________________________
7476 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
7477         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
7478              From: Abhijit Menon-Sen <ams@wiw.org>
7479              Date: Sat, 16 Jun 2001 07:41:19 +0530
7480              Message-ID: <20010616074119.A24720@lustre.linux.in>
7481      Branch: perl
7482            ! hv.c perl.c vms/vmsish.h win32/win32.h
7483 ____________________________________________________________________________
7484 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
7485         Log: Document tests failing when threaded, since we now have more.
7486      Branch: perl
7487            ! pod/perl572delta.pod
7488 ____________________________________________________________________________
7489 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
7490         Log: -Wall cleanup.
7491      Branch: perl
7492            ! ext/Thread/Thread.xs
7493 ____________________________________________________________________________
7494 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
7495         Log: pthread_attr_setstacksize() isn't absolutely necessary
7496              to call, only iff THREAD_CREATE_NEEDS_STACK.
7497      Branch: perl
7498            ! ext/Thread/Thread.xs
7499 ____________________________________________________________________________
7500 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
7501         Log: -Wall strays.
7502      Branch: perl
7503            ! perl.c util.c
7504 ____________________________________________________________________________
7505 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
7506         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
7507              (and INT64_MIN) brokenness.
7508      Branch: perl
7509            ! hints/darwin.sh perl.h
7510 ____________________________________________________________________________
7511 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
7512         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
7513              From: Nicholas Clark <nick@ccl4.org>
7514              Date: Sun, 17 Jun 2001 00:16:05 +0100
7515              Message-ID: <20010617001605.V98663@plum.flirble.org>
7516      Branch: perl
7517            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
7518            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7519            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7520 ____________________________________________________________________________
7521 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
7522         Log: Add perlnetware to docs; regen toc; supply skeleton
7523              docs for some Memoize submodules.
7524      Branch: perl
7525            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
7526            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7527            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
7528            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
7529            ! win32/Makefile win32/makefile.mk
7530 ____________________________________________________________________________
7531 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
7532         Log: pod cleanup.
7533      Branch: perl
7534            ! README.netware
7535 ____________________________________________________________________________
7536 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
7537         Log: Integrate Memoize 0.64.  Few tweaks were required in
7538              the test scripts.  Note that the speed and expire*
7539              tests take several dozen seconds to run.
7540      Branch: perl
7541            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7542            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7543            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7544            + lib/Memoize/README lib/Memoize/SDBM_File.pm
7545            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7546            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
7547            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7548            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7549            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7550            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7551            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7552            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7553            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7554            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7555            ! MANIFEST t/lib/1_compile.t
7556 ____________________________________________________________________________
7557 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
7558         Log: Document the cross-compilation options.
7559      Branch: perl
7560            ! Cross/README INSTALL
7561 ____________________________________________________________________________
7562 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
7563         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
7564      Branch: perl
7565            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
7566            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
7567            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
7568            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
7569            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
7570            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
7571            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
7572            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
7573            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
7574            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
7575            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
7576            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
7577            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
7578            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
7579            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
7580            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
7581            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
7582            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
7583            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
7584            + lib/ExtUtils/MM_NW5.pm
7585            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
7586            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
7587            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7588            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
7589            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
7590            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
7591            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
7592            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
7593            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
7594            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
7595            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
7596            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
7597            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
7598            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
7599            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
7600            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
7601            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
7602            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
7603            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
7604            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
7605            ! util.h x2p/a2py.c
7606 ____________________________________________________________________________
7607 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
7608         Log: Resort MANIFEST.
7609      Branch: perl
7610            ! MANIFEST
7611 ____________________________________________________________________________
7612 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
7613         Log: Integrate perlio.
7614      Branch: perl
7615           +> win32/win32io.c
7616           !> MANIFEST perlio.c perliol.h win32/makefile.mk
7617 ____________________________________________________________________________
7618 [ 10640] By: nick                                  on 2001/06/16  18:38:31
7619         Log: Disable :win32 layer as default till I get it working
7620      Branch: perlio
7621            ! MANIFEST perlio.c
7622 ____________________________________________________________________________
7623 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
7624         Log: Try the new scheme by moving the Text::Abbrev test
7625              to a new place under lib.
7626      Branch: perl
7627            + lib/Text/Abbrev/t/abbrev.t
7628            - t/lib/abbrev.t
7629            ! MANIFEST
7630 ____________________________________________________________________________
7631 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
7632         Log: Make the code even more dynamical so that testname
7633              suffix length can change.
7634      Branch: perl
7635            ! lib/Test/Harness.pm t/TEST
7636 ____________________________________________________________________________
7637 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
7638         Log: Allow for deeper t/ and also a single test.pl.
7639      Branch: perl
7640            ! t/TEST t/harness
7641 ____________________________________________________________________________
7642 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
7643         Log: #define fix from Nicholas Clark.
7644      Branch: perl
7645            ! ext/POSIX/POSIX.xs
7646 ____________________________________________________________________________
7647 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
7648         Log: Initialization is nice.
7649      Branch: perl
7650            ! lib/Test/Harness.pm
7651 ____________________________________________________________________________
7652 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
7653         Log: Make t/TEST and t/harness to test also the t/ tests
7654              under the main lib/ and ext/ directories.  Fix Test::Harness
7655              to dynamically change the width of its "foo/bar....ok" output.
7656      Branch: perl
7657            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
7658 ____________________________________________________________________________
7659 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
7660         Log: Subject: [PATCH] Re: perl@10611 
7661              From: Nicholas Clark <nick@ccl4.org>
7662              Date: Sat, 16 Jun 2001 16:52:47 +0100
7663              Message-ID: <20010616165247.O98663@plum.flirble.org>
7664              
7665              The .xs parts, too.
7666      Branch: perl
7667            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
7668            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
7669 ____________________________________________________________________________
7670 [ 10632] By: nick                                  on 2001/06/16  16:44:35
7671         Log: Work-in-progress win32 layer semi-functional, checking 
7672              for UNIX breakage.
7673      Branch: perlio
7674            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
7675 ____________________________________________________________________________
7676 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
7677         Log: Subject: [PATCH] Re: perl@10611 
7678              From: Nicholas Clark <nick@ccl4.org>
7679              Date: Sat, 16 Jun 2001 16:52:47 +0100
7680              Message-ID: <20010616165247.O98663@plum.flirble.org>
7681      Branch: perl
7682            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
7683            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
7684            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
7685            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
7686            ! lib/ExtUtils/Constant.pm
7687 ____________________________________________________________________________
7688 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
7689         Log: Metaconfig unit change for #10629.
7690      Branch: metaconfig
7691            ! U/modified/Finish.U
7692 ____________________________________________________________________________
7693 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
7694         Log: The extraction changed directories.
7695      Branch: perl
7696            ! Configure
7697 ____________________________________________________________________________
7698 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
7699         Log: Math::BigInt 1.35 from Tels.
7700      Branch: perl
7701            + t/lib/mbimbf.t
7702            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7703            ! t/lib/bigfltpm.t t/lib/bigintpm.t
7704 ____________________________________________________________________________
7705 [ 10627] By: nick                                  on 2001/06/16  14:54:52
7706         Log: Work in progress UNIX-side edit of win32 PerLIO layer
7707      Branch: perlio
7708            + win32/win32io.c
7709            ! perlio.c win32/makefile.mk
7710 ____________________________________________________________________________
7711 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
7712         Log: Subject: [PATCH 5.6.1] os2/diff-configure
7713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7714              Date: Fri, 15 Jun 2001 01:19:36 -0400
7715              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
7716              
7717              Empty all of it because I think #10624 made even the
7718              last patch hunk unnecessary.
7719      Branch: perl
7720            ! os2/diff.configure
7721 ____________________________________________________________________________
7722 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
7723         Log: Metaconfig unit change for 10624.
7724      Branch: metaconfig
7725            ! U/modified/libc.U
7726      Branch: perl
7727            ! config_h.SH
7728 ____________________________________________________________________________
7729 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
7730         Log: Move the initialization of libnames to the beginning so
7731              that can one 'seed' it (as OS/2 does.)
7732      Branch: perl
7733            ! Configure
7734 ____________________________________________________________________________
7735 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
7736         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
7737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7738              Date: Fri, 15 Jun 2001 19:10:57 -0400
7739              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
7740      Branch: perl
7741            ! os2/OS2/REXX/DLL/DLL.pm
7742 ____________________________________________________________________________
7743 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
7744         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
7745              From: "Craig A. Berry" <craigberry@mac.com>
7746              Date: Fri, 15 Jun 2001 17:00:03 -0500
7747              Message-Id: <a05101007b750342599be@[172.16.52.1]>
7748      Branch: perl
7749            ! vms/descrip_mms.template
7750 ____________________________________________________________________________
7751 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
7752         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
7753              From: "Craig A. Berry" <craigberry@mac.com>
7754              Date: Fri, 15 Jun 2001 18:39:42 -0500
7755              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
7756      Branch: perl
7757            ! lib/File/Spec/VMS.pm t/lib/extutils.t
7758 ____________________________________________________________________________
7759 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
7760         Log: Integrate perlio.
7761      Branch: perl
7762           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
7763           !> t/io/utf8.t t/lib/io_scalar.t
7764 ____________________________________________________________________________
7765 [ 10619] By: nick                                  on 2001/06/15  21:05:19
7766         Log: Generated files
7767      Branch: perlio
7768            ! embed.h proto.h
7769 ____________________________________________________________________________
7770 [ 10618] By: nick                                  on 2001/06/15  20:27:42
7771         Log: Fix open.pm to work via XS-implemented method calls rather
7772              than *open::layers variables which caused all the HV/AV hassle.
7773      Branch: perlio
7774            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
7775            ! t/lib/io_scalar.t
7776 ____________________________________________________________________________
7777 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
7778         Log: Integrate perlio.
7779      Branch: perl
7780           !> lib/ExtUtils/Constant.pm
7781 ____________________________________________________________________________
7782 [ 10616] By: nick                                  on 2001/06/15  18:46:47
7783         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
7784      Branch: perlio
7785            ! lib/ExtUtils/Constant.pm
7786 ____________________________________________________________________________
7787 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
7788         Log: Integrate perlio.
7789      Branch: perl
7790           !> ext/Socket/Socket.xs
7791 ____________________________________________________________________________
7792 [ 10614] By: nick                                  on 2001/06/15  18:33:37
7793         Log: MULTIPLICITY fix for Socket.xs
7794      Branch: perlio
7795            ! ext/Socket/Socket.xs
7796 ____________________________________________________________________________
7797 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
7798         Log: Subject: Re: perl@10611
7799              From: Doug MacEachern <dougm@covalent.net>
7800              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
7801              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
7802      Branch: perl
7803            ! ext/Socket/Socket.xs
7804 ____________________________________________________________________________
7805 [ 10612] By: nick                                  on 2001/06/15  16:14:38
7806         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
7807      Branch: perlio
7808           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7809           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
7810           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
7811           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
7812           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
7813           !> utils/h2ph.PL
7814 ____________________________________________________________________________
7815 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
7816         Log: Update Changes.
7817      Branch: perl
7818            ! Changes patchlevel.h
7819 ____________________________________________________________________________
7820 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
7821         Log: Upping the test count.
7822      Branch: perl
7823            ! t/lib/filefind.t
7824 ____________________________________________________________________________
7825 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
7826         Log: Integrate perlio.
7827      Branch: perl
7828           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7829 ____________________________________________________________________________
7830 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
7831         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7832              From: andreas.koenig@anima.de (Andreas J. Koenig)
7833              Date: 15 Jun 2001 13:30:39 +0200
7834              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
7835              
7836              Record the grim history.
7837      Branch: perl
7838            ! lib/File/Find.pm
7839 ____________________________________________________________________________
7840 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
7841         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7842              From: Brian McCauley <nobull@mail.com>
7843              Date: 15 Jun 2001 07:51:26 +0100
7844              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
7845      Branch: perl
7846            ! lib/File/Find.pm t/lib/filefind.t
7847 ____________________________________________________________________________
7848 [ 10606] By: nick                                  on 2001/06/15  14:00:08
7849         Log: regen_config_h for Win32.
7850      Branch: perlio
7851            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7852 ____________________________________________________________________________
7853 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
7854         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
7855              From: Peter Prymmer <pvhp@forte.com>
7856              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
7857              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
7858      Branch: perl
7859            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
7860 ____________________________________________________________________________
7861 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
7862         Log: Some filesystems require writability for rename/unlink.
7863      Branch: perl
7864            ! opcode.pl
7865 ____________________________________________________________________________
7866 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
7867         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
7868              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7869              Date: Fri, 15 Jun 2001 12:08:53 +0200
7870              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
7871      Branch: perl
7872            ! perlio.c
7873 ____________________________________________________________________________
7874 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
7875         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
7876              From: Mike Guy <mjtg@cam.ac.uk>
7877              Date: Fri, 15 Jun 2001 14:11:49 +0100
7878              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
7879      Branch: perl
7880            ! opcode.pl
7881 ____________________________________________________________________________
7882 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
7883         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
7884              From: Nicholas Clark <nick@ccl4.org>
7885              Date: Thu, 14 Jun 2001 23:52:56 +0100
7886              Message-ID: <20010614235256.G98663@plum.flirble.org>
7887      Branch: perl
7888            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7889            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7890 ____________________________________________________________________________
7891 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
7892         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7893              From: Russ Allbery <rra@stanford.edu>
7894              Date: 14 Jun 2001 13:24:43 -0700
7895              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
7896      Branch: perl
7897            ! ext/GDBM_File/GDBM_File.pm
7898 ____________________________________________________________________________
7899 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
7900         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7901              From: Nicholas Clark <nick@ccl4.org>
7902              Date: Thu, 14 Jun 2001 20:37:47 +0100
7903              Message-ID: <20010614203747.F98663@plum.flirble.org>
7904      Branch: perl
7905            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7906            ! t/lib/gdbm.t
7907 ____________________________________________________________________________
7908 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
7909         Log: Integrate perlio.
7910      Branch: perl
7911           !> makedef.pl sv.c
7912 ____________________________________________________________________________
7913 [ 10597] By: nick                                  on 2001/06/15  11:08:13
7914         Log: Check that HVs with HvNAME() != NULL are really stashes before
7915              treating them as such. Also be more defensive on the GvCV.
7916              Win32 fork and dprof now working again. 
7917      Branch: perlio
7918            ! sv.c
7919 ____________________________________________________________________________
7920 [ 10596] By: nick                                  on 2001/06/15  10:11:20
7921         Log: Integrate mainline.
7922      Branch: perlio
7923           +> Cross/README
7924           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7925           !> Porting/config_H config_h.SH configure.com epoc/config.sh
7926           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
7927           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7928           !> vos/config.ga.h win32/config.bc win32/config.gc
7929           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7930           !> win32/config_H.vc
7931 ____________________________________________________________________________
7932 [ 10595] By: nick                                  on 2001/06/15  09:37:17
7933         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
7934              - Win32 (VC++) now builds but fails:
7935              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
7936              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
7937              write.t    - open(...,"|-") not implemented on Win32 
7938      Branch: perlio
7939            ! makedef.pl
7940 ____________________________________________________________________________
7941 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
7942         Log: Integrate perlio.
7943      Branch: perl
7944           !> perlio.c win32/makefile.mk
7945 ____________________________________________________________________________
7946 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
7947         Log: Metaconfig unit changes for #10592.
7948      Branch: metaconfig
7949            + U/modified/i_varhdr.U U/modified/startsh.U
7950            - U/a_dvisory/crosscompile.U U/target/Target.U
7951            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7952            ! U/compline/bitpbyte.U U/compline/byteorder.U
7953            ! U/compline/ccflags.U U/compline/charsize.U
7954            ! U/compline/d_casti32.U U/compline/d_castneg.U
7955            ! U/compline/d_closedir.U U/compline/d_fd_set.U
7956            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
7957            ! U/compline/d_keepsig.U U/compline/d_open3.U
7958            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7959            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
7960            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
7961            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
7962            ! U/compline/doublesize.U U/compline/floatsize.U
7963            ! U/compline/nblock_io.U U/compline/orderlib.U
7964            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
7965            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
7966            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
7967            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
7968            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
7969            ! U/modified/spitshell.U U/threads/archname.U
7970            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7971            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
7972            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
7973            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
7974            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7975      Branch: metaconfig/U/perl
7976            + Cross.U
7977            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
7978            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
7979            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
7980            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
7981            ! stdio_streams.U uselfs.U
7982 ____________________________________________________________________________
7983 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
7984         Log: The first steps towards cross-compilation.
7985              
7986              Abstract execution of compiled test executables with $run,
7987              and abstract transfer of files with $to and $from.
7988              
7989              Under cross-compilation the $run, $to, and $from will point
7990              to appropriate wrapper scripts, by default ssh and scp,
7991              but also rsh, rcp, and cp are supported.  If not
7992              cross-compiling, they will be set to '', ':', and ':',
7993              respectively.
7994              
7995              With these patches I was able to get Configure for
7996              iPAQ ARM Linux on an Intel Linux about 95% right
7997              (only a few tests failed to execute or they produced
7998              incorrect results), and I was able to compile
7999              a functional miniperl.
8000              
8001              The symbol crosscompile renamed to be usecrosscompile,
8002              the corresponding C symbol from CROSSCOMPILE to
8003              USE_CROSS_COMPILE.
8004      Branch: perl
8005            ! Configure Cross/README Makefile.SH Porting/Glossary
8006            ! Porting/config.sh Porting/config_H config_h.SH configure.com
8007            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
8008            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8009            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8010            ! win32/config.gc win32/config.vc win32/config_H.bc
8011            ! win32/config_H.gc win32/config_H.vc
8012 ____________________________________________________________________________
8013 [ 10591] By: nick                                  on 2001/06/14  20:00:12
8014         Log: Steps along the road toward Win32 building again.
8015      Branch: perlio
8016            ! perlio.c win32/makefile.mk
8017 ____________________________________________________________________________
8018 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
8019         Log: Integrate perlio.
8020      Branch: perl
8021           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8022 ____________________________________________________________________________
8023 [ 10589] By: nick                                  on 2001/06/14  13:54:07
8024         Log: Routine regen_config_h for Win32
8025      Branch: perlio
8026            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8027 ____________________________________________________________________________
8028 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
8029         Log: Integrate perlio.
8030      Branch: perl
8031           +> perlyline.pl
8032           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
8033 ____________________________________________________________________________
8034 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
8035         Log: A placeholder.
8036      Branch: perl
8037            + Cross/README
8038 ____________________________________________________________________________
8039 [ 10586] By: nick                                  on 2001/06/14  08:25:07
8040         Log: Add new step to run_byacc which:
8041              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
8042              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
8043      Branch: perlio
8044            + perlyline.pl
8045            ! MANIFEST Makefile.SH perly.c
8046 ____________________________________________________________________________
8047 [ 10585] By: nick                                  on 2001/06/14  08:22:29
8048         Log: Integrate mainline
8049      Branch: perlio
8050           +> locale.c numeric.c
8051           !> Changes cygwin/Makefile.SHs embed.h embed.pl
8052           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
8053           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
8054           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
8055           !> x2p/Makefile.SH
8056 ____________________________________________________________________________
8057 [ 10584] By: nick                                  on 2001/06/14  08:05:53
8058         Log: Hack to remove insecure directories from PATH so test will run.
8059      Branch: perlio
8060            ! t/lib/filefind.t
8061 ____________________________________________________________________________
8062 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
8063         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
8064      Branch: perl
8065            - t/lib/mbimbf.t
8066            ! MANIFEST
8067 ____________________________________________________________________________
8068 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
8069         Log: Detypo.
8070      Branch: perl
8071            ! x2p/Makefile.SH
8072 ____________________________________________________________________________
8073 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
8074         Log: de-$CONFIG continues.
8075      Branch: perl
8076            ! cygwin/Makefile.SHs x2p/Makefile.SH
8077 ____________________________________________________________________________
8078 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
8079         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
8080              From: Nicholas Clark <nick@ccl4.org>
8081              Date: Wed, 13 Jun 2001 21:20:13 +0100
8082              Message-ID: <20010613212013.D98663@plum.flirble.org>
8083      Branch: perl
8084            ! opcode.pl
8085 ____________________________________________________________________________
8086 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
8087         Log: Subject: splitting util.c
8088              From: Hugo <hv@crypt.compulink.co.uk>
8089              Date: Thu, 14 Jun 2001 00:41:08 +0100
8090              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
8091      Branch: perl
8092            + locale.c numeric.c
8093            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
8094            ! pod/perlapi.pod proto.h util.c
8095 ____________________________________________________________________________
8096 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
8097         Log: Upgrade to Math::BigInt 1.34 from Tels.
8098      Branch: perl
8099            + t/lib/mbimbf.t
8100            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8101            ! t/lib/bigfltpm.t t/lib/bigintpm.t
8102 ____________________________________________________________________________
8103 [ 10577] By: nick                                  on 2001/06/13  19:02:48
8104         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
8105      Branch: perlio
8106           !> (integrate 125 files)
8107 ____________________________________________________________________________
8108 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
8109         Log: Update Changes.
8110      Branch: perl
8111            ! Changes patchlevel.h
8112 ____________________________________________________________________________
8113 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
8114         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8115              From: "Craig A. Berry" <craigberry@mac.com>
8116              Date: Wed, 13 Jun 2001 13:24:28 -0500
8117              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
8118      Branch: perl
8119            ! ext/re/Makefile.PL
8120 ____________________________________________________________________________
8121 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
8122         Log: Mc.u.c. for #10573.
8123      Branch: metaconfig
8124            ! U/threads/usethreads.U
8125 ____________________________________________________________________________
8126 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
8127         Log: It would be also be good if I could type.
8128      Branch: perl
8129            ! Configure
8130 ____________________________________________________________________________
8131 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
8132         Log: Metaconfig unit change for #10571.
8133      Branch: metaconfig
8134            ! U/threads/usethreads.U
8135 ____________________________________________________________________________
8136 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
8137         Log: A non-empty default is a good thing.
8138      Branch: perl
8139            ! Configure
8140 ____________________________________________________________________________
8141 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
8142         Log: Metaconfig unit change for #10569.
8143      Branch: metaconfig
8144            ! U/threads/usethreads.U
8145 ____________________________________________________________________________
8146 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
8147         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
8148              extremely experimental, not even prompted for.
8149      Branch: perl
8150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8151            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
8152            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8153            ! win32/config.bc win32/config.gc win32/config.vc
8154 ____________________________________________________________________________
8155 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
8156         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
8157      Branch: perl
8158            ! pod/perlfaq6.pod
8159 ____________________________________________________________________________
8160 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
8161         Log: Integrate perlio; conflicts, accept Nick's versions.
8162      Branch: perl
8163           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8164           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8165 ____________________________________________________________________________
8166 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
8167         Log: Subject: Re: ext/ + -Wall
8168              From: Doug MacEachern <dougm@covalent.net>
8169              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
8170              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
8171      Branch: perl
8172            ! XSUB.h lib/ExtUtils/xsubpp perl.h
8173 ____________________________________________________________________________
8174 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
8175         Log: Similar logic as DB_File.xs, using the modern macros and
8176              defines them to older ones for older Perls where PERL_VERSION
8177              is not defined, from Doug MacEachern.
8178      Branch: perl
8179            ! ext/Storable/Storable.xs
8180 ____________________________________________________________________________
8181 [ 10564] By: nick                                  on 2001/06/13  15:22:01
8182         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
8183              and using that instead (name lookups are sequential search for now).
8184      Branch: perlio
8185            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8186            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8187 ____________________________________________________________________________
8188 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
8189         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
8190              From: "Richard Soderberg" <rs@crystalflame.net>
8191              Date: Sat, 26 May 2001 06:44:20 -0700
8192              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
8193      Branch: perl
8194            ! sv.c t/op/glob.t
8195 ____________________________________________________________________________
8196 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
8197         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8198              From: "Craig A. Berry" <craigberry@mac.com>
8199              Date: Tue, 12 Jun 2001 23:55:26 -0500
8200              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
8201      Branch: perl
8202            ! ext/re/Makefile.PL ext/re/re.xs
8203 ____________________________________________________________________________
8204 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
8205         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
8206              suggested by NI-S.
8207      Branch: perl
8208            ! XSUB.h malloc.c perl.h
8209 ____________________________________________________________________________
8210 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
8211         Log: Regen toc.
8212      Branch: perl
8213            ! pod/perltoc.pod
8214 ____________________________________________________________________________
8215 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
8216         Log: Subject: [patch] perl.gprof control
8217              From: Doug MacEachern <dougm@covalent.net>
8218              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
8219              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
8220      Branch: perl
8221            ! miniperlmain.c perl.h
8222 ____________________________________________________________________________
8223 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
8224         Log: Subject: Re: ext/ + -Wall
8225              From: Doug MacEachern <dougm@covalent.net>
8226              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
8227              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
8228              
8229              Document ax and break up dXSARGS.
8230      Branch: perl
8231            ! XSUB.h pod/perlapi.pod
8232 ____________________________________________________________________________
8233 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
8234         Log: More AIX tweakage from Merijn.
8235      Branch: perl
8236            ! hints/aix.sh
8237 ____________________________________________________________________________
8238 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
8239         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
8240              From: "Craig A. Berry" <craigberry@mac.com>
8241              Date: Tue, 12 Jun 2001 22:57:45 -0500
8242              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
8243      Branch: perl
8244            ! vms/descrip_mms.template
8245 ____________________________________________________________________________
8246 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
8247         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
8248              From: "Craig A. Berry" <craigberry@mac.com>
8249              Date: Tue, 12 Jun 2001 22:21:39 -0500
8250              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
8251      Branch: perl
8252            ! configure.com util.c
8253 ____________________________________________________________________________
8254 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
8255         Log: New AIX dynaloading code from Jens-Uwe Mager.
8256              Does break binary compatibility.
8257      Branch: perl
8258            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8259 ____________________________________________________________________________
8260 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
8261         Log: VMS DEC C compiler found nits by Peter Prymmer.
8262      Branch: perl
8263            ! util.c
8264 ____________________________________________________________________________
8265 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
8266         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
8267              From: Peter Prymmer <pvhp@forte.com>
8268              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
8269              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
8270      Branch: perl
8271            ! t/lib/filecomp.t
8272 ____________________________________________________________________________
8273 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
8274         Log: I wonder how many $CONFIGs still lurk in the shadows.
8275      Branch: perl
8276            ! pod/Makefile.SH x2p/cflags.SH
8277 ____________________________________________________________________________
8278 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
8279         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
8280      Branch: perl
8281            ! pod/checkpods.PL
8282 ____________________________________________________________________________
8283 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
8284         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
8285      Branch: perl
8286            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
8287 ____________________________________________________________________________
8288 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
8289         Log: Subject: [patch] rid local_patches warnings
8290              From: Doug MacEachern <dougm@covalent.net>
8291              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
8292              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
8293      Branch: perl
8294            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
8295 ____________________________________________________________________________
8296 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
8297         Log: Subject: Re: ext/ + -Wall
8298              From: Doug MacEachern <dougm@covalent.net>
8299              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
8300              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
8301      Branch: perl
8302            ! ext/attrs/attrs.xs
8303 ____________________________________________________________________________
8304 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
8305         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
8306              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8307              Date: Tue, 12 Jun 2001 14:36:20 -0400
8308              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
8309      Branch: perl
8310            ! pod/perlretut.pod
8311 ____________________________________________________________________________
8312 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
8313         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8314              From: Mike Guy <mjtg@cam.ac.uk>
8315              Date: Tue, 12 Jun 2001 19:10:31 +0100
8316              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
8317              
8318              Subject: Re: [ID 20010612.001] out of memory during regex compilation
8319              From: Mike Guy <mjtg@cam.ac.uk>
8320              Date: Tue, 12 Jun 2001 19:21:01 +0100
8321              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
8322      Branch: perl
8323            ! pod/perlop.pod
8324 ____________________________________________________________________________
8325 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
8326         Log: AIX tweaks from Merijn H. Brand.
8327      Branch: perl
8328            ! hints/aix.sh
8329 ____________________________________________________________________________
8330 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
8331         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
8332              From: "Brendan O'Dea" <bod@compusol.com.au>
8333              Date: Wed, 13 Jun 2001 05:16:47 +1000
8334              Message-ID: <20010613051647.A8945@compusol.com.au>
8335      Branch: maint-5.6/perl
8336            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8337 ____________________________________________________________________________
8338 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
8339         Log: Subject: Small bcopy cleanup
8340              From: Andy Dougherty <doughera@lafayette.edu>
8341              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
8342              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
8343      Branch: perl
8344            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
8345 ____________________________________________________________________________
8346 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
8347         Log: Subject: [PATCH] Re: ext/ + -Wall
8348              From: Nicholas Clark <nick@ccl4.org>
8349              Date: Wed, 13 Jun 2001 00:04:30 +0100
8350              Message-ID: <20010613000430.M5901@plum.flirble.org>
8351      Branch: perl
8352            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8353 ____________________________________________________________________________
8354 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
8355         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
8356              From: Nicholas Clark <nick@ccl4.org>
8357              Date: Tue, 12 Jun 2001 23:53:07 +0100
8358              Message-ID: <20010612235307.L5901@plum.flirble.org>
8359      Branch: perl
8360            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8361 ____________________________________________________________________________
8362 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
8363         Log: MPE/iX tweaks from Mark Bixby.
8364      Branch: perl
8365            ! hints/mpeix.sh mpeix/mpeixish.h util.c
8366 ____________________________________________________________________________
8367 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
8368         Log: Update Changes.
8369      Branch: perl
8370            ! Changes patchlevel.h
8371 ____________________________________________________________________________
8372 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
8373         Log: One less -Wall whine (found under DEBUGGING).
8374      Branch: perl
8375            ! x2p/Makefile.SH x2p/a2p.c
8376 ____________________________________________________________________________
8377 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
8378         Log: s/case-independent/case-insensitive/g
8379      Branch: perl
8380            ! pod/perldebug.pod
8381 ____________________________________________________________________________
8382 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
8383         Log: As suggested in    
8384              
8385              Subject: Re: ext/ + -Wall
8386              From: Gurusamy Sarathy <gsar@ActiveState.com>
8387              Date: Mon, 11 Jun 2001 23:34:31 -0700
8388              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
8389      Branch: perl
8390            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
8391            ! perl.h
8392 ____________________________________________________________________________
8393 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
8394         Log: Subject: ext/ + -Wall
8395              From: Doug MacEachern <dougm@covalent.net>
8396              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
8397              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
8398      Branch: perl
8399            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
8400            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
8401            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
8402            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
8403            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
8404            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
8405            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
8406            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
8407            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
8408            ! lib/ExtUtils/xsubpp
8409 ____________________________________________________________________________
8410 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
8411         Log: Subject: [PATCH] anonymous stashes
8412              From: Abhijit Menon-Sen <ams@wiw.org>
8413              Date: Tue, 12 Jun 2001 12:47:04 +0530
8414              Message-ID: <20010612124704.A29029@lustre.linux.in>
8415      Branch: perl
8416            ! dump.c gv.c sv.c xsutils.c
8417 ____________________________________________________________________________
8418 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
8419         Log: One more test for $^S.
8420      Branch: perl
8421            ! t/op/magic.t
8422 ____________________________________________________________________________
8423 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
8424         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
8425              From: Abhijit Menon-Sen <ams@wiw.org>
8426              Date: Tue, 12 Jun 2001 17:35:55 +0530
8427              Message-ID: <20010612173555.A32426@lustre.linux.in>
8428      Branch: perl
8429            ! mg.c t/op/magic.t
8430 ____________________________________________________________________________
8431 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
8432         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8433              From: Mike Guy <mjtg@cam.ac.uk>
8434              Date: Tue, 12 Jun 2001 13:14:15 +0100
8435              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
8436      Branch: perl
8437            ! pod/perlop.pod
8438 ____________________________________________________________________________
8439 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
8440         Log: AUTHORS updates.
8441      Branch: perl
8442            ! AUTHORS
8443 ____________________________________________________________________________
8444 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
8445         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
8446              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8447              Content-Transfer-Encoding: 7bit
8448              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
8449      Branch: perl
8450            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
8451 ____________________________________________________________________________
8452 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
8453         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
8454              From: "Philip Newton" <Philip.Newton@gmx.net>
8455              Date: Mon, 11 Jun 2001 07:08:03 +0200
8456              Message-Id: <200106120802.LAA08992@taas.iki.fi>
8457      Branch: perl
8458            ! t/base/term.t
8459 ____________________________________________________________________________
8460 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
8461         Log: Cleanup the a2p.c for -Wall.
8462      Branch: perl
8463            ! x2p/Makefile.SH x2p/a2p.c
8464 ____________________________________________________________________________
8465 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
8466         Log: File::Find update for MacOS from Chris Nandor.
8467      Branch: perl
8468            ! lib/File/Find.pm t/lib/filefind.t
8469 ____________________________________________________________________________
8470 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
8471         Log: gcc -Wall nits picked out by a non-UNIX system
8472              (courtesy of Mark Bixby)
8473      Branch: perl
8474            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
8475            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
8476            ! pp_sys.c util.c
8477 ____________________________________________________________________________
8478 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
8479         Log: Metaconfig unit change for #10522.  (The d_modfl changes
8480              placate metalint.)
8481      Branch: metaconfig/U/perl
8482            ! d_modfl.U d_u32align.U
8483 ____________________________________________________________________________
8484 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
8485         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
8486              be "./try 2>&1 >/dev/null".
8487      Branch: perl
8488            ! Configure
8489 ____________________________________________________________________________
8490 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
8491         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
8492              From: "Craig A. Berry" <craigberry@mac.com>
8493              Date: Mon, 11 Jun 2001 14:00:32 -0500
8494              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
8495      Branch: perl
8496            ! configure.com
8497 ____________________________________________________________________________
8498 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
8499         Log: Move the full \p\P lists to perlunicode.
8500      Branch: perl
8501            ! pod/perlretut.pod pod/perlunicode.pod
8502 ____________________________________________________________________________
8503 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
8504         Log: VOS build tweak for 5.6.1 from Paul Green.
8505      Branch: maint-5.6/perl
8506            ! vos/build.cm
8507 ____________________________________________________________________________
8508 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
8509         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
8510              From: "Craig A. Berry" <craigberry@mac.com>
8511              Date: Fri, 8 Jun 2001 18:08:18 -0500
8512              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
8513      Branch: perl
8514            ! vms/vms.c
8515 ____________________________________________________________________________
8516 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
8517         Log: Update Changes.
8518      Branch: perl
8519            ! Changes patchlevel.h
8520 ____________________________________________________________________________
8521 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
8522         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
8523      Branch: perl
8524            ! vos/config.alpha.h vos/config.ga.h
8525 ____________________________________________________________________________
8526 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
8527         Log: VOS updates from Paul Green for @10476.
8528      Branch: perl
8529            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8530            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8531            ! vos/config.ga.h vos/configure_perl.cm
8532 ____________________________________________________________________________
8533 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
8534         Log: Subject: [PATCH] Not many people know this ...
8535              From: Mike Guy <mjtg@cam.ac.uk>
8536              Date: Mon, 11 Jun 2001 14:55:15 +0100
8537              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
8538      Branch: perl
8539            ! pod/perldebug.pod
8540 ____________________________________________________________________________
8541 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
8542         Log: Add final commas to lists as suggested by Philip Newton.
8543      Branch: perl
8544            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8545 ____________________________________________________________________________
8546 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
8547         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
8548              Date: Sun, 10 Jun 2001 23:35:38 -0400
8549              From: Chris Nandor <pudge@pobox.com>
8550              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
8551      Branch: perl
8552            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
8553            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
8554            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
8555            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
8556            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
8557            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
8558            ! t/op/write.t t/pragma/strict.t
8559 ____________________________________________________________________________
8560 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
8561         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
8562              From: Chris Nandor <pudge@pobox.com>
8563              Date: Mon, 11 Jun 2001 08:24:28 -0400
8564              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
8565      Branch: perl
8566            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
8567            ! t/lib/io_dir.t
8568 ____________________________________________________________________________
8569 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
8570         Log: One more run_byacc (a hand-tweaked version had slipped in).
8571      Branch: perl
8572            ! perly.c vms/perly_c.vms
8573 ____________________________________________________________________________
8574 [ 10509] By: nick                                  on 2001/06/11  07:49:15
8575         Log: Integrate mainline
8576      Branch: perlio
8577           !> Makefile.SH embed.h embed.pl global.sym
8578           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
8579           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
8580           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
8581           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
8582 ____________________________________________________________________________
8583 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
8584         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
8585              From: Mike Guy <mjtg@cam.ac.uk>
8586              Reply-To: mjtg@cam.ac.uk
8587              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
8588      Branch: perl
8589            ! lib/ExtUtils/Manifest.pm
8590 ____________________________________________________________________________
8591 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
8592         Log: Subject: [PATCH] ExtUtils::Constant
8593              From: Nicholas Clark <nick@ccl4.org>
8594              Date: Sun, 10 Jun 2001 23:25:41 +0100
8595              Message-ID: <20010610232540.C76396@plum.flirble.org>
8596      Branch: perl
8597            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8598 ____________________________________________________________________________
8599 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
8600         Log: Integrate perlio.
8601      Branch: perl
8602           !> iperlsys.h
8603 ____________________________________________________________________________
8604 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
8605         Log: Move the grok_number and its lieutenant grok_numeric_radix
8606              from sv.c statics to util.c and public.
8607      Branch: perl
8608            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
8609            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
8610 ____________________________________________________________________________
8611 [ 10504] By: nick                                  on 2001/06/10  17:47:06
8612         Log: Fix (valid) -Wall warnings in perlio.c
8613      Branch: perlio
8614            ! iperlsys.h
8615 ____________________________________________________________________________
8616 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
8617         Log: Update perly_c.diff, update perly.fixer to edit away
8618              some of the -Wall noise.
8619      Branch: perl
8620            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
8621 ____________________________________________________________________________
8622 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
8623         Log: Check the version of byacc.
8624      Branch: perl
8625            ! Makefile.SH
8626 ____________________________________________________________________________
8627 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
8628         Log: Subject: [PATCH] perly.y overhaul
8629              From: Simon Cozens <simon@netthink.co.uk>
8630              Date: Sun, 10 Jun 2001 16:56:54 +0100
8631              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
8632              
8633              Plus make run_byacc.
8634      Branch: perl
8635            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
8636 ____________________________________________________________________________
8637 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
8638         Log: Integrate perlio.
8639      Branch: perl
8640           !> perlio.c perlsfio.h
8641 ____________________________________________________________________________
8642 [ 10499] By: nick                                  on 2001/06/10  15:01:08
8643         Log: Integrate mainline
8644      Branch: perlio
8645           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
8646           !> t/pragma/locale.t util.c
8647 ____________________________________________________________________________
8648 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
8649         Log: Put some meat on the perl572delta bones.  The list of
8650              selected bug fixes needs more work, as does still the
8651              whole document.
8652      Branch: perl
8653            ! pod/perl572delta.pod
8654 ____________________________________________________________________________
8655 [ 10497] By: nick                                  on 2001/06/10  12:27:51
8656         Log: Paper over a crack or two with USE_SFIO
8657      Branch: perlio
8658            ! perlio.c perlsfio.h
8659 ____________________________________________________________________________
8660 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
8661         Log: Update Changes.
8662      Branch: perl
8663            ! Changes patchlevel.h
8664 ____________________________________________________________________________
8665 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
8666         Log: Subject: Re: pragma/locale.t #107
8667              From: Hugo <hv@crypt.compulink.co.uk>
8668              Date: Sun, 10 Jun 2001 11:23:30 +0100
8669              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
8670              
8671              Encapsulate the scan of the decimal radix separator.
8672      Branch: perl
8673            ! embed.h embed.pl proto.h sv.c
8674 ____________________________________________________________________________
8675 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
8676         Log: Try to grok numbers both with the locale specific separator
8677              and with the usual "." (if different from the lss); add a test
8678              to locale.t to do also a little bit of math in addition to just
8679              equalness testing; remove extraneous logic as suggested in
8680              
8681              Subject: Re: pragma/locale.t #107
8682              From: Nicholas Clark <nick@ccl4.org>
8683              Date: Sat, 9 Jun 2001 22:37:36 +0100
8684              Message-ID: <20010609223735.Y76396@plum.flirble.org>
8685      Branch: perl
8686            ! sv.c t/pragma/locale.t
8687 ____________________________________________________________________________
8688 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
8689         Log: Metaconfig unit change for #10492.
8690      Branch: metaconfig/U/perl
8691            ! Extensions.U
8692 ____________________________________________________________________________
8693 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
8694         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
8695              From: Artur Bergman <artur@contiller.se> 
8696              Date: Sat, 09 Jun 2001 21:03:51 +0200
8697              Message-ID: <B7483FB6.1398%artur@contiller.se>
8698      Branch: perl
8699            ! Configure
8700 ____________________________________________________________________________
8701 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
8702         Log: Integrate perlio.
8703      Branch: perl
8704           !> perlsfio.h
8705 ____________________________________________________________________________
8706 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
8707         Log: Do locale specific separator if only in locale.
8708      Branch: perl
8709            ! util.c
8710 ____________________________________________________________________________
8711 [ 10489] By: nick                                  on 2001/06/09  19:13:25
8712         Log: Make XS/Typemap compile (but fail) with sfio
8713      Branch: perlio
8714            ! perlsfio.h
8715 ____________________________________________________________________________
8716 [ 10488] By: nick                                  on 2001/06/09  19:12:51
8717         Log: Re-integrate mainline
8718      Branch: perlio
8719           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
8720           !> proto.h sv.c util.c
8721 ____________________________________________________________________________
8722 [ 10487] By: nick                                  on 2001/06/09  16:26:29
8723         Log: Integrate mainline
8724      Branch: perlio
8725           !> (integrate 31 files)
8726 ____________________________________________________________________________
8727 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
8728         Log: Subject: [PATCH] New attempt to clone callack
8729              From: Artur Bergman <artur@contiller.se> 
8730              Date: Thu, 07 Jun 2001 11:52:16 +0200
8731              Message-ID: <B7451B6F.12B7%artur@contiller.se>
8732      Branch: perl
8733            ! embedvar.h intrpvar.h perlapi.h sv.c
8734 ____________________________________________________________________________
8735 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
8736         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
8737      Branch: perl
8738            ! embed.h embed.pl perl.h proto.h sv.c util.c
8739 ____________________________________________________________________________
8740 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
8741         Log: Subject: Re: pragma/locale.t #107
8742              From: Nicholas Clark <nick@ccl4.org>
8743              Date: Sat, 9 Jun 2001 16:26:10 +0100
8744              Message-ID: <20010609162609.V76396@plum.flirble.org>
8745              
8746              A missing NVification.
8747      Branch: perl
8748            ! sv.c
8749 ____________________________________________________________________________
8750 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
8751         Log: Redo the #10482, there already was a test script for formats.
8752      Branch: perl
8753            - t/io/format.t
8754            ! MANIFEST t/op/write.t
8755 ____________________________________________________________________________
8756 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
8757         Log: Twisted format testing, from Merijn.
8758      Branch: perl
8759            + t/io/format.t
8760            ! MANIFEST
8761 ____________________________________________________________________________
8762 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
8763         Log: More \p{In...} testing, combined with \N{...}.
8764      Branch: perl
8765            ! lib/utf8_heavy.pl t/op/pat.t
8766 ____________________________________________________________________________
8767 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
8768         Log: Metaconfig changes for #10479.
8769      Branch: metaconfig
8770            ! U/Glossary.patch
8771      Branch: metaconfig/U/perl
8772            ! d_modfl.U
8773 ____________________________________________________________________________
8774 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
8775         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
8776      Branch: perl
8777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8778            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
8779            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8780            ! win32/config.bc win32/config.gc win32/config.vc
8781 ____________________________________________________________________________
8782 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
8783         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
8784              From: "Craig A. Berry" <craigberry@mac.com>
8785              Date: Thu, 7 Jun 2001 14:27:20 -0500
8786              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
8787      Branch: perl
8788            ! vms/perlvms.pod
8789 ____________________________________________________________________________
8790 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
8791         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
8792              From: Gisle Aas <gisle@ActiveState.com>
8793              Date: 07 Jun 2001 17:04:29 -0700
8794              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
8795      Branch: perl
8796            ! ext/re/re.xs
8797 ____________________________________________________________________________
8798 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
8799         Log: Update Changes.
8800      Branch: perl
8801            ! Changes patchlevel.h
8802 ____________________________________________________________________________
8803 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
8804         Log: Regen Glossary et alia.
8805      Branch: perl
8806            ! Porting/Glossary Porting/config.sh Porting/config_H
8807 ____________________________________________________________________________
8808 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
8809         Log: Metaconfig unit changes for #10473.
8810      Branch: metaconfig/U/perl
8811            ! d_modfl.U
8812 ____________________________________________________________________________
8813 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
8814         Log: Harumph, also AIX will spill its guts (i.e. dump core)
8815              if an executable contains modfl() but it hasn't been
8816              compiled right (in the case of AIX, with cc -qlongdouble).
8817      Branch: perl
8818            ! Configure
8819 ____________________________________________________________________________
8820 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
8821         Log: integrate change#10471 from mainline
8822              
8823              in change#10451, check that CvOUTSIDE is a CV before looking in
8824              (it can apparently be SVt_NULL during global destruction)
8825      Branch: maint-5.6/perl
8826           !> op.c
8827 ____________________________________________________________________________
8828 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
8829         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
8830              (it can apparently be SVt_NULL during global destruction)
8831      Branch: perl
8832            ! op.c
8833 ____________________________________________________________________________
8834 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
8835         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
8836              From: Robin Barker <rmb1@cise.npl.co.uk>
8837              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
8838              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
8839      Branch: perl
8840            ! lib/diagnostics.pm pod/perldiag.pod
8841 ____________________________________________________________________________
8842 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
8843         Log: Subject: [PATCH perl@10439] long =item
8844              From: Robin Barker <rmb1@cise.npl.co.uk>
8845              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
8846              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
8847      Branch: perl
8848            ! README.amiga lib/Attribute/Handlers.pm
8849            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8850 ____________________________________________________________________________
8851 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
8852         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
8853              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
8854              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
8855              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
8856      Branch: perl
8857            ! pod/perlguts.pod
8858 ____________________________________________________________________________
8859 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
8860         Log: Integrate perlio.
8861      Branch: perl
8862           !> sv.c
8863 ____________________________________________________________________________
8864 [ 10466] By: nick                                  on 2001/06/07  10:25:40
8865         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
8866              whitespace tweaks.
8867              Still coredumps in pragma/overload.t - what a nice hard fail that is...
8868      Branch: perlio
8869            ! sv.c
8870 ____________________________________________________________________________
8871 [ 10465] By: nick                                  on 2001/06/07  08:41:58
8872         Log: Raw integrate of mainline for S_grok_number debug
8873              (sv.c has MULTIPLICITY issues as well as whatever else ...)
8874      Branch: perlio
8875            - plan9/perlplan9.doc plan9/perlplan9.pod
8876           !> (integrate 46 files)
8877 ____________________________________________________________________________
8878 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
8879         Log: The proper prototyping for #10463.
8880      Branch: perl
8881            ! embed.h embed.pl proto.h sv.c
8882 ____________________________________________________________________________
8883 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
8884         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8885              From: Nicholas Clark <nick@ccl4.org>
8886              Date: Thu, 7 Jun 2001 00:29:59 +0100
8887              Message-ID: <20010607002959.Z76396@plum.flirble.org>
8888      Branch: perl
8889            ! sv.c
8890 ____________________________________________________________________________
8891 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
8892         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
8893              From: "Craig A. Berry" <craigberry@mac.com>
8894              Date: Wed, 06 Jun 2001 17:54:30 -0500
8895              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
8896      Branch: perl
8897            ! vms/perlvms.pod
8898 ____________________________________________________________________________
8899 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
8900         Log: Podify the remaining README.platform files;
8901              merge README.plan9 and plan9/perlplan9.pod;
8902              delete plan9/perlplan9.* (the perlplan.doc needs to
8903              be regenerated in Plan 9); make the =head1 and =head2
8904              in the README.platform to be a little more verbose
8905              (skipped README.os2 not to anger Ilya) so that they
8906              look better in the toc; regen toc.
8907      Branch: perl
8908            - plan9/perlplan9.doc plan9/perlplan9.pod
8909            ! MANIFEST README.aix README.amiga README.apollo README.beos
8910            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
8911            ! README.hpux README.hurd README.machten README.macos
8912            ! README.micro README.mint README.mpeix README.os390
8913            ! README.plan9 README.qnx README.solaris README.threads
8914            ! README.tru64 README.vmesa README.vms README.vos README.win32
8915            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8916            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8917 ____________________________________________________________________________
8918 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
8919         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
8920              From: Mike Guy <mjtg@cam.ac.uk>
8921              Reply-To: mjtg@cam.ac.uk
8922              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
8923      Branch: perl
8924            ! pod/perlguts.pod
8925 ____________________________________________________________________________
8926 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
8927         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
8928              From: Mike Guy <mjtg@cam.ac.uk>
8929              Reply-To: mjtg@cam.ac.uk
8930              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
8931      Branch: perl
8932            ! pod/perlsec.pod
8933 ____________________________________________________________________________
8934 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
8935         Log: Disable long doubles from pre-5.0 Tru64s.
8936      Branch: perl
8937            ! README.tru64 hints/dec_osf.sh
8938 ____________________________________________________________________________
8939 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
8940         Log: The #10455 exposed that modfl() is fundamentally busted
8941              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
8942              testing it.
8943      Branch: perl
8944            ! hints/dec_osf.sh
8945 ____________________________________________________________________________
8946 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
8947         Log: Metaconfig unit change for #10455.
8948      Branch: metaconfig/U/perl
8949            ! d_modfl.U
8950 ____________________________________________________________________________
8951 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
8952         Log: Configure check for geborken modfl(), inspired by
8953              
8954              Subject: Re: [20010118.017] op/int.t failure 
8955              From: Hugo <hv@crypt.compulink.co.uk>
8956              Date: Tue, 05 Jun 2001 13:43:27 +0100
8957              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
8958      Branch: perl
8959            ! Configure
8960 ____________________________________________________________________________
8961 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
8962         Log: Integrate changes #10450 and #10451 from maintperl:
8963              
8964              optimize change#10448 slightly (don't repeat search in eval""s lexical
8965              scope, since that has already been searched)
8966              
8967              change#9108 needs subtler treatment for case of closures created
8968              within eval""
8969      Branch: perl
8970           !> op.c t/op/misc.t
8971 ____________________________________________________________________________
8972 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
8973         Log: MakeMaker magic to compile (when no dynamic loading)
8974              List/Util.xsc as (ListUtil.c and) ListUtil.o since
8975              POSIX-BC (BS2000) linker has an evil limitation of
8976              being unable to include in the same executable several
8977              object files with the same name - case-insensitively -
8978              because otherwise we conflict with util.c.
8979              Strictly speaking currently required only in POSIX-BC
8980              but probably will do no harm elsewhere where static
8981              linking is required.
8982      Branch: perl
8983            ! ext/List/Util/Makefile.PL
8984 ____________________________________________________________________________
8985 [ 10452] By: nick                                  on 2001/06/06  08:59:51
8986         Log: Integrate mainline.
8987      Branch: perlio
8988           +> lib/Attribute/Handlers/demo/Demo.pm
8989           +> lib/Attribute/Handlers/demo/Descriptions.pm
8990           +> lib/Attribute/Handlers/demo/MyClass.pm
8991           +> lib/Attribute/Handlers/demo/demo.pl
8992           +> lib/Attribute/Handlers/demo/demo2.pl
8993           +> lib/Attribute/Handlers/demo/demo3.pl
8994           +> lib/Attribute/Handlers/demo/demo4.pl
8995           +> lib/Attribute/Handlers/demo/demo_call.pl
8996           +> lib/Attribute/Handlers/demo/demo_chain.pl
8997           +> lib/Attribute/Handlers/demo/demo_cycle.pl
8998           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
8999           +> lib/Attribute/Handlers/demo/demo_phases.pl
9000           +> lib/Attribute/Handlers/demo/demo_range.pl
9001           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
9002           +> uts/strtol_wrap.c
9003           !> (integrate 91 files)
9004 ____________________________________________________________________________
9005 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
9006         Log: change#9108 needs subtler treatment for case of closures created
9007              within eval""
9008      Branch: maint-5.6/perl
9009            ! op.c t/op/misc.t
9010 ____________________________________________________________________________
9011 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
9012         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
9013              scope, since that has already been searched)
9014      Branch: maint-5.6/perl
9015            ! op.c
9016 ____________________________________________________________________________
9017 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
9018         Log: Integrate change #10448 from maintperl; lexicals
9019              outside an eval"" weren't resolved correctly inside a subroutine
9020              definition inside the eval"" if they were not already referenced
9021              in the toplevel of the eval""-ed code
9022      Branch: perl
9023           !> cop.h op.c pp_ctl.c t/op/misc.t
9024 ____________________________________________________________________________
9025 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
9026         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
9027              outside an eval"" weren't resolved correctly inside a subroutine
9028              definition inside the eval"" if they were not already referenced
9029              in the toplevel of the eval""-ed code
9030      Branch: maint-5.6/perl
9031            ! cop.h op.c pp_ctl.c t/op/misc.t
9032 ____________________________________________________________________________
9033 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
9034         Log: Subject: [PATCH] perl570delta.pod
9035              From: Peter Scott <Peter@PSDT.com> 
9036              Date: Tue, 05 Jun 2001 18:51:02 -0700
9037              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
9038      Branch: perl
9039            ! pod/perl570delta.pod
9040 ____________________________________________________________________________
9041 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
9042         Log: The fudge factor is no more needed.  I hope.
9043      Branch: perl
9044            ! t/lib/posix.t
9045 ____________________________________________________________________________
9046 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
9047         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
9048              From: Hugo <hv@crypt.compulink.co.uk>
9049              Date: Tue, 05 Jun 2001 12:58:19 +0100
9050              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
9051      Branch: perl
9052            ! util.c
9053 ____________________________________________________________________________
9054 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
9055         Log: Make up prototypes only for those who have the functions
9056              but not the prototypes.
9057      Branch: perl
9058            ! perl.h
9059 ____________________________________________________________________________
9060 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
9061         Log: Subject: Re: Not OK: perl@10439 on win32 
9062              From: Prymmer/Kahn <pvhp@best.com> 
9063              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
9064              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
9065      Branch: perl
9066            ! perl.h util.c
9067 ____________________________________________________________________________
9068 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
9069         Log: The metaconfig units changes for #10441.
9070      Branch: metaconfig
9071            ! U/modified/Extract.U U/modified/Extractall.U
9072            ! U/modified/Finish.U
9073 ____________________________________________________________________________
9074 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
9075         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
9076      Branch: perl
9077            ! Configure
9078 ____________________________________________________________________________
9079 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
9080         Log: Unnecessary fuzziness undone, noted by Mike Guy.
9081      Branch: perl
9082            ! t/op/tr.t
9083 ____________________________________________________________________________
9084 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
9085         Log: Update Changes.
9086      Branch: perl
9087            ! Changes patchlevel.h
9088 ____________________________________________________________________________
9089 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
9090         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
9091              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
9092              leakage patch.
9093      Branch: perl
9094            ! t/op/misc.t
9095 ____________________________________________________________________________
9096 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
9097         Log: Test case for #10433/#10424.
9098      Branch: perl
9099            ! t/op/misc.t
9100 ____________________________________________________________________________
9101 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
9102         Log: Subject: One fix for strtoul not setting errno
9103              From: hom00@utsglobal.com (Hal Morris)
9104              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
9105              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
9106      Branch: perl
9107            + uts/strtol_wrap.c
9108            ! MANIFEST hints/uts.sh
9109 ____________________________________________________________________________
9110 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
9111         Log: Metaconfig units changes for #10434.
9112      Branch: metaconfig
9113            ! U/modified/Cppsym.U
9114      Branch: metaconfig/U/perl
9115            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
9116            + d_syscallproto.U d_usleepproto.U
9117            ! longdblfio.U quadfio.U
9118 ____________________________________________________________________________
9119 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
9120         Log: Configure tweaks; add prototype probes, make the cpp symbols
9121              probe to cast, not whine; test for %Ld and %Lf before %lld and
9122              %llf because the L is the ANSI way.
9123      Branch: perl
9124            ! Configure config_h.SH configure.com epoc/config.sh
9125            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
9126            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9127            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
9128 ____________________________________________________________________________
9129 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
9130         Log: Sigh.  This is what #10424 was supposed to check in.
9131      Branch: perl
9132            ! op.c sv.c sv.h
9133 ____________________________________________________________________________
9134 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
9135         Log: More verbose failure.
9136      Branch: perl
9137            ! t/op/ver.t
9138 ____________________________________________________________________________
9139 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
9140         Log: The .pm changes to go with #10428.
9141      Branch: perl
9142            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
9143            ! ext/Sys/Syslog/Syslog.pm
9144 ____________________________________________________________________________
9145 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
9146         Log: On second thoughts show to utf8 skippage message only
9147              on failures, it's too confusing otherwise,
9148      Branch: perl
9149            ! t/pragma/locale.t
9150 ____________________________________________________________________________
9151 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
9152         Log: Do not import anything from Encode.
9153      Branch: perl
9154            ! ext/MIME/Base64/QuotedPrint.pm
9155 ____________________________________________________________________________
9156 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
9157         Log: The #10402 didn't take.  Weird.
9158      Branch: perl
9159            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9160            ! ext/Sys/Syslog/Syslog.xs
9161 ____________________________________________________________________________
9162 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
9163         Log: Eradicate traces of 'asciirange' re subpragma.
9164      Branch: perl
9165            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
9166            ! pod/perldiag.pod
9167 ____________________________________________________________________________
9168 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
9169         Log: use is a compile-time thing.
9170      Branch: perl
9171            ! ext/MIME/Base64/QuotedPrint.pm
9172 ____________________________________________________________________________
9173 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
9174         Log: Subject: [PATCH perl@10419] -Wall casting patch
9175              From: Robin Barker <rmb1@cise.npl.co.uk>
9176              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
9177              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
9178      Branch: perl
9179            ! ext/Devel/DProf/DProf.xs mg.c
9180 ____________________________________________________________________________
9181 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
9182         Log: Subject: [PATCH #2] introducing SVpad_TYPED
9183              From: Abhijit Menon-Sen <ams@wiw.org>
9184              Date: Mon, 4 Jun 2001 12:26:02 +0530
9185              Message-ID: <20010604122602.A5775@lustre.linux.in>
9186      Branch: perl
9187            ! op.c sv.c sv.h
9188 ____________________________________________________________________________
9189 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
9190         Log: testsuite for change#10192 (from Gisle Aas)
9191      Branch: perl
9192            + t/op/override.t
9193            ! MANIFEST
9194 ____________________________________________________________________________
9195 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
9196         Log: integrate changes#10414-10416 from mainline
9197              
9198              Potential buffer overrun if the radix separator is more than
9199              one byte.  Also, under locales, prefer the locale-specific
9200              separator over the old boring ".".
9201              
9202              "10.", that is, decimal numbers can have no decimal part at all.
9203              
9204              The non-locale places need love, too.
9205      Branch: maint-5.6/perl
9206           !> perl.h sv.c
9207 ____________________________________________________________________________
9208 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
9209         Log: Missed from #10420.
9210      Branch: perl
9211            ! epoc/config.sh
9212 ____________________________________________________________________________
9213 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
9214         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
9215              often this prototype goes with HAS_SETRESUID_PROTO.
9216      Branch: perl
9217            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9218            ! config_h.SH configure.com perl.h uconfig.h
9219 ____________________________________________________________________________
9220 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
9221         Log: Update Changes.
9222      Branch: perl
9223            ! Changes patchlevel.h
9224 ____________________________________________________________________________
9225 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
9226         Log: -Wall "subscript has type `char'" cleanup.
9227      Branch: perl
9228            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
9229 ____________________________________________________________________________
9230 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
9231         Log: Various "cast to pointer from integer of different size"
9232              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
9233              wide but I32 (int) only 32 bits wide).
9234              
9235              WARNING: the classnum and tagnum changes in Storable.xs
9236              may not be wise, they may be breaking binary compatibility
9237              (in 64-bit platforms), asked Raphael Manfredi about the changes.
9238      Branch: perl
9239            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
9240            ! mg.c proto.h
9241 ____________________________________________________________________________
9242 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
9243         Log: The non-locale places need love, too.
9244      Branch: perl
9245            ! perl.h
9246 ____________________________________________________________________________
9247 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
9248         Log: "10.", that is, decimal numbers can have no decimal part at all.
9249      Branch: perl
9250            ! perl.h
9251 ____________________________________________________________________________
9252 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
9253         Log: Potential buffer overrun if the radix separator is more than
9254              one byte.  Also, under locales, prefer the locale-specific
9255              separator over the old boring ".".
9256      Branch: perl
9257            ! perl.h sv.c
9258 ____________________________________________________________________________
9259 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
9260         Log: Integrate change #10412 from maintperl; locale is now
9261              per-cop, not per-op; plus retweak the locale.t to always
9262              list the skipped utf8 locales.
9263      Branch: perl
9264            ! t/pragma/locale.t
9265           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9266           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
9267 ____________________________________________________________________________
9268 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
9269         Log: rationalize locale handling to fix the bugs uncovered by change#10394
9270              
9271              the major issue was that the runtime was looking at PL_hints rather
9272              than op_private to notice whether locale was enabled
9273              
9274              the secondary issue was that many locale-sensitive numeric ops didn't
9275              have HINT_LOCALE propagated into their op_private
9276              
9277              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
9278              instead of per-op, just like HINT_BYTE and the hints for lexical
9279              warnings (this makes the hint available to every op via PL_curcop)
9280              
9281              pragma/locale.t may need to be reworked with these fixes in mind
9282              (it currently passes its tests)
9283      Branch: maint-5.6/perl
9284            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9285            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
9286 ____________________________________________________________________________
9287 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
9288         Log: More verbose debugging.
9289      Branch: perl
9290            ! t/pragma/locale.t
9291 ____________________________________________________________________________
9292 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
9293         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9294              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9295              Date: Sat, 2 Jun 2001 22:53:33 +0100
9296              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
9297      Branch: perl
9298            ! regcomp.c t/pragma/warn/regcomp
9299 ____________________________________________________________________________
9300 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
9301         Log: Mention that lexicalizing $a or $b is a bad idea if one
9302              wants to use sort().
9303      Branch: perl
9304            ! pod/perlvar.pod
9305 ____________________________________________________________________________
9306 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
9307         Log: Tweak the test to be happy if the accuracy is 'good enough'.
9308      Branch: perl
9309            ! t/lib/posix.t
9310 ____________________________________________________________________________
9311 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
9312         Log: Upgrade to Attribute::Handlers 0.70.
9313              
9314              NOTE: this unearthed the "too late for CHECK block" bug,
9315              that's why the 1_compile.t change.
9316      Branch: perl
9317            + lib/Attribute/Handlers/demo/Demo.pm
9318            + lib/Attribute/Handlers/demo/Descriptions.pm
9319            + lib/Attribute/Handlers/demo/MyClass.pm
9320            + lib/Attribute/Handlers/demo/demo.pl
9321            + lib/Attribute/Handlers/demo/demo2.pl
9322            + lib/Attribute/Handlers/demo/demo3.pl
9323            + lib/Attribute/Handlers/demo/demo4.pl
9324            + lib/Attribute/Handlers/demo/demo_call.pl
9325            + lib/Attribute/Handlers/demo/demo_chain.pl
9326            + lib/Attribute/Handlers/demo/demo_cycle.pl
9327            + lib/Attribute/Handlers/demo/demo_hashdir.pl
9328            + lib/Attribute/Handlers/demo/demo_phases.pl
9329            + lib/Attribute/Handlers/demo/demo_range.pl
9330            + lib/Attribute/Handlers/demo/demo_rawdata.pl
9331            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
9332            ! t/lib/attrhand.t
9333 ____________________________________________________________________________
9334 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
9335         Log: One less -Wall whine.
9336      Branch: perl
9337            ! regcomp.c
9338 ____________________________________________________________________________
9339 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
9340         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
9341      Branch: perl
9342           !> t/op/eval.t
9343 ____________________________________________________________________________
9344 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
9345         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
9346              aren't "normally" visible inside eval""s contained in subs unless
9347              a cloned reference to them already exists)
9348              
9349              strangely enough, t/harness didn't show this up as a failure
9350              (harness needs fixing?)
9351      Branch: maint-5.6/perl
9352            ! t/op/eval.t
9353 ____________________________________________________________________________
9354 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
9355         Log: Update to Text::Balanced 1.85.
9356      Branch: perl
9357            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
9358 ____________________________________________________________________________
9359 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
9360         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
9361              From: Nicholas Clark <nick@ccl4.org>
9362              Date: Sun, 3 Jun 2001 17:54:36 +0100
9363              Message-ID: <20010603175436.E76396@plum.flirble.org> 
9364      Branch: perl
9365            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9366            ! ext/Sys/Syslog/Syslog.xs
9367 ____________________________________________________________________________
9368 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
9369         Log: Unused variables.
9370      Branch: perl
9371            ! util.c
9372 ____________________________________________________________________________
9373 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
9374         Log: Subject: [PATCH] APIfy op_clear 
9375              From: Simon Cozens <simon@netthink.co.uk>
9376              Date: Sun, 3 Jun 2001 13:51:46 +0100
9377              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9378              
9379              (despite the subject line, op_null is APIfied by the patch)
9380      Branch: perl
9381            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9382 ____________________________________________________________________________
9383 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
9384         Log: Subject: [PATCH] t/lib/extutils.t
9385              From: Nicholas Clark <nick@ccl4.org>
9386              Date: Sat, 2 Jun 2001 23:57:05 +0100
9387              Message-ID: <20010602235705.Q12698@plum.flirble.org>
9388      Branch: perl
9389            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9390 ____________________________________________________________________________
9391 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
9392         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
9393              From: Prymmer/Kahn <pvhp@best.com>
9394              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
9395              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
9396      Branch: perl
9397            ! win32/Makefile win32/makefile.mk
9398 ____________________________________________________________________________
9399 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
9400         Log: Subject: Re: 'decimal digits' macro? 
9401              From: Hugo <hv@crypt.compulink.co.uk>
9402              Date: Sun, 03 Jun 2001 04:26:36 +0100
9403              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
9404      Branch: perl
9405            ! handy.h t/lib/posix.t t/op/tr.t
9406 ____________________________________________________________________________
9407 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
9408         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9409              From: Hugo <hv@crypt.compulink.co.uk>
9410              Date: Sun, 03 Jun 2001 14:56:30 +0100
9411              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
9412      Branch: perl
9413            ! util.c
9414 ____________________________________________________________________________
9415 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
9416         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
9417      Branch: perl
9418           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
9419           !> vms/perly_c.vms
9420 ____________________________________________________________________________
9421 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
9422         Log: fix leakage of lexicals at file scope into subroutines that were
9423              declared before them; this appears to be a longstanding bug that
9424              meant that lexicals at file scope were never "deintroduced", meaning
9425              their scope range was never properly closed, and their visibility
9426              extended to all subsequent eval""s or requires
9427              
9428              added a test case
9429              
9430              seems to also fix a case of bogus duplicate warnings
9431      Branch: maint-5.6/perl
9432            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
9433            ! vms/perly_c.vms
9434 ____________________________________________________________________________
9435 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
9436         Log: More VMS tweaks from Craig A. Berry.
9437      Branch: perl
9438            ! configure.com t/lib/extutils.t
9439 ____________________________________________________________________________
9440 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
9441         Log: -Wall cleanup continues.
9442      Branch: perl
9443            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
9444            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9445            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
9446            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
9447            ! run.c toke.c util.c
9448 ____________________________________________________________________________
9449 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
9450         Log: The metaconfig unit change for #10390.
9451      Branch: metaconfig/U/perl
9452            ! gccvers.U
9453 ____________________________________________________________________________
9454 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
9455         Log: Drop the -ansi from the default gcc flags.
9456              
9457              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
9458              that struct cannot be compared with a flat integer, such as STRLEN.
9459              The -ansi will also cause a lot of noise in Solaris because of:
9460              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
9461      Branch: perl
9462            ! Configure
9463 ____________________________________________________________________________
9464 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
9465         Log: Integrate perlio.
9466      Branch: perl
9467           !> pod/perlapi.pod util.c
9468 ____________________________________________________________________________
9469 [ 10388] By: nick                                  on 2001/06/02  08:01:12
9470         Log: Integrate mainline
9471      Branch: perlio
9472           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
9473           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
9474           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
9475           !> t/lib/1_compile.t t/lib/mimeqp.t
9476 ____________________________________________________________________________
9477 [ 10387] By: nick                                  on 2001/06/02  07:39:17
9478         Log: Tweak util.c's atof2 for MULTIPLICITY
9479      Branch: perlio
9480            ! util.c
9481 ____________________________________________________________________________
9482 [ 10386] By: nick                                  on 2001/06/02  07:38:33
9483         Log: Integrate mainline
9484      Branch: perlio
9485           !> (integrate 41 files)
9486 ____________________________________________________________________________
9487 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
9488         Log: Add Attribute::Handlers 0.61 from Damian Conway.
9489      Branch: perl
9490            + lib/Attribute/Handlers.pm t/lib/attrhand.t
9491            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
9492 ____________________________________________________________________________
9493 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
9494         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
9495              From: Peter Prymmer <pvhp@forte.com>
9496              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
9497              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
9498      Branch: perl
9499            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
9500 ____________________________________________________________________________
9501 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
9502         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
9503              From: Jeff Pinyan <jeffp@crusoe.net>
9504              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
9505              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
9506      Branch: perl
9507            ! lib/File/Find.pm
9508 ____________________________________________________________________________
9509 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
9510         Log: Subject: [PATCH perl@10381] configure.com tweaks
9511              From: "Craig A. Berry" <craigberry@mac.com>
9512              Date: Fri, 1 Jun 2001 13:55:43 -0500
9513              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
9514      Branch: perl
9515            ! configure.com
9516 ____________________________________________________________________________
9517 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
9518         Log: Update Changes.
9519      Branch: perl
9520            ! Changes patchlevel.h
9521 ____________________________________________________________________________
9522 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
9523         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
9524              From: Mike Guy <mjtg@cam.ac.uk>
9525              Date: Fri, 01 Jun 2001 18:17:02 +0100
9526              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
9527      Branch: perl
9528            ! lib/perl5db.pl
9529 ____________________________________________________________________________
9530 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
9531         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9532              From: Hugo <hv@crypt.compulink.co.uk>
9533              Date: Thu, 31 May 2001 20:49:48 +0100
9534              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
9535      Branch: perl
9536            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
9537            ! util.c
9538 ____________________________________________________________________________
9539 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
9540         Log: Zero() is not available in x2p (or, rather, some of its
9541              implementations like memzero() might not be available.)
9542      Branch: perl
9543            ! x2p/hash.c
9544 ____________________________________________________________________________
9545 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
9546         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
9547              From: Michael G Schwern <schwern@pobox.com>
9548              Date: Fri, 1 Jun 2001 12:00:29 +0100
9549              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
9550              
9551              (But use Zero() instead of memset.)
9552      Branch: perl
9553            ! x2p/hash.c
9554 ____________________________________________________________________________
9555 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
9556         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9557              From: Jeff Pinyan <jeffp@crusoe.net>
9558              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
9559              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
9560      Branch: perl
9561            ! pod/perldiag.pod regcomp.c t/op/pat.t
9562 ____________________________________________________________________________
9563 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
9564         Log: Retract #10324 and #10333; not needed.
9565      Branch: perl
9566            ! hints/irix_6.sh hints/linux.sh
9567 ____________________________________________________________________________
9568 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
9569         Log: The #10370 wasn't quite right.
9570      Branch: perl
9571            ! ext/XS/Typemap/Typemap.xs
9572 ____________________________________________________________________________
9573 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
9574         Log: The metaconfig units changes for #10372.
9575      Branch: metaconfig/U/perl
9576            + d_realpath.U d_sresgproto.U d_sresuproto.U
9577            ! gccvers.U i_db.U
9578 ____________________________________________________________________________
9579 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
9580         Log: Configure tweaks; record the Berkeley DB version,
9581              probe for realpath(), for setresuid() and setresgid()
9582              prototypes; use realpath() (try to be paranoid enough),
9583              use the setres[ug]id prototypes because glibc has the functions
9584              but not their prototypes; add -Wall -ansi to gcc ccflags;
9585              regen toc.
9586      Branch: perl
9587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9588            ! config_h.SH configure.com epoc/config.sh
9589            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
9590            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
9591            ! vos/config.ga.def win32/config.bc win32/config.gc
9592            ! win32/config.vc
9593 ____________________________________________________________________________
9594 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
9595         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
9596              From: Michael G Schwern <schwern@pobox.com>
9597              Date: Fri, 1 Jun 2001 11:28:14 +0100
9598              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
9599      Branch: perl
9600            ! lib/attributes.pm xsutils.c
9601 ____________________________________________________________________________
9602 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
9603         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
9604              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9605              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
9606              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
9607      Branch: perl
9608            ! ext/XS/Typemap/Typemap.xs
9609 ____________________________________________________________________________
9610 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
9611         Log: Subject: [patch] Cwd.xs optimizations/abstraction
9612              From: Doug MacEachern <dougm@covalent.net>
9613              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
9614              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
9615      Branch: perl
9616            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
9617            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
9618 ____________________________________________________________________________
9619 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
9620         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!])
9621              From: Nicholas Clark <nick@ccl4.org>
9622              Date: Thu, 31 May 2001 23:56:40 +0100
9623              Message-ID: <20010531235640.F12698@plum.flirble.org>
9624              
9625              Make the test work also under only static extensions
9626              (sh Configure -Uusedl fakes this nicely)
9627      Branch: perl
9628            ! t/lib/extutils.t
9629 ____________________________________________________________________________
9630 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
9631         Log: Subject: [PATCH hv.c] Eliminating trigraph
9632              From: Michael G Schwern <schwern@pobox.com>
9633              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
9634              Date: Fri, 1 Jun 2001 11:49:56 +0100
9635      Branch: perl
9636            ! hv.c
9637 ____________________________________________________________________________
9638 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
9639         Log: Subject: Re: [PATCH] Tests for File::Compare 
9640              From: "Philip Newton" <Philip.Newton@gmx.net>
9641              Date: Thu, 31 May 2001 19:44:05 +0200
9642              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
9643              
9644              Unnecessary "quotation marks".
9645      Branch: perl
9646            ! t/lib/filecomp.t
9647 ____________________________________________________________________________
9648 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
9649         Log: Integrate perlio.
9650      Branch: perl
9651           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
9652 ____________________________________________________________________________
9653 [ 10364] By: nick                                  on 2001/06/01  10:13:31
9654         Log: Cleanup dll.base and dll.exp created by GCC builds.
9655      Branch: perlio
9656            ! lib/ExtUtils/MM_Win32.pm
9657 ____________________________________________________________________________
9658 [ 10363] By: nick                                  on 2001/06/01  10:02:17
9659         Log: Make filecomp test work on CRLF platforms by adding binmode.
9660      Branch: perlio
9661            ! t/lib/filecomp.t
9662 ____________________________________________________________________________
9663 [ 10362] By: nick                                  on 2001/06/01  08:37:17
9664         Log: Integrate mainline
9665      Branch: perlio
9666           !> Changes Configure patchlevel.h perlio.c
9667 ____________________________________________________________________________
9668 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
9669         Log: panic:claustrophobia.
9670      Branch: perl
9671            ! perlio.c
9672 ____________________________________________________________________________
9673 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
9674         Log: Update Changes.
9675      Branch: perl
9676            ! Changes patchlevel.h
9677 ____________________________________________________________________________
9678 [ 10359] By: nick                                  on 2001/05/31  12:35:50
9679         Log: Integrate mainline.
9680      Branch: perlio
9681           +> t/lib/filecomp.t
9682           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
9683           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
9684 ____________________________________________________________________________
9685 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
9686         Log: Integrate perlio.
9687      Branch: perl
9688           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
9689           !> win32/config_H.vc
9690 ____________________________________________________________________________
9691 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
9692         Log: Metaconfig unit change for #10356.
9693      Branch: metaconfig
9694            ! U/installdirs/inc_version_list.U
9695 ____________________________________________________________________________
9696 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
9697         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
9698              (idea from Sarathy; implementation from Andy)
9699      Branch: perl
9700            ! Configure
9701 ____________________________________________________________________________
9702 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
9703         Log: More AUTHORS.
9704      Branch: perl
9705            ! AUTHORS
9706 ____________________________________________________________________________
9707 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
9708         Log: Subject: Re: [PATCH] Tests for File::Compare
9709              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
9710              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
9711              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
9712      Branch: perl
9713            + t/lib/filecomp.t
9714            ! MANIFEST t/lib/1_compile.t
9715 ____________________________________________________________________________
9716 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
9717         Log: Subject: [PATCH] DEBUG_* macro cleanups
9718              From: Abhijit Menon-Sen <ams@wiw.org>
9719              Date: Thu, 31 May 2001 12:16:22 +0530
9720              Message-ID: <20010531121622.B4829@lustre.linux.in>
9721              
9722              Subject: Re: [PATCH] DEBUG_* macro cleanups
9723              From: Abhijit Menon-Sen <ams@wiw.org>
9724              Date: Thu, 31 May 2001 13:57:01 +0530
9725              Message-ID: <20010531135701.A21775@lustre.linux.in>
9726              
9727              (The DEBUG_ definitions in perl.h changed to use the
9728              STMT_START and STMT_END.)
9729      Branch: perl
9730            ! perl.h pp_ctl.c sv.c toke.c
9731 ____________________________________________________________________________
9732 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
9733         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
9734              From: Abhijit Menon-Sen <ams@wiw.org>
9735              Date: Thu, 31 May 2001 08:27:55 +0530
9736              Message-ID: <20010531082755.A10018@lustre.linux.in>
9737      Branch: perl
9738            ! ext/Storable/Storable.xs gv.c perl.c
9739 ____________________________________________________________________________
9740 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
9741         Log: Subject: [PATCH] AUTHORS
9742              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9743              Date: Thu, 31 May 2001 01:27:59 -0500
9744              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
9745              
9746              Subject: Re: [PATCH] AUTHORS
9747              From: "Philip Newton" <Philip.Newton@gmx.net>
9748              Date: Thu, 31 May 2001 10:08:06 +0200
9749              (Message-Id missing?)
9750      Branch: perl
9751            ! AUTHORS
9752 ____________________________________________________________________________
9753 [ 10350] By: nick                                  on 2001/05/31  11:40:43
9754         Log: win32 - dmake regen_config_h
9755      Branch: perlio
9756            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9757 ____________________________________________________________________________
9758 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
9759         Log: Subject: Re: [PATCH util.c] More warning cleanups.
9760              From: "Philip Newton" <Philip.Newton@gmx.net>
9761              Date: Thu, 31 May 2001 07:41:36 +0200
9762              Message-Id: <200105310538.IAA25458@taku.hut.fi>
9763              
9764              Undo C++-ism that snekt in.
9765      Branch: perl
9766            ! util.c
9767 ____________________________________________________________________________
9768 [ 10348] By: nick                                  on 2001/05/31  11:36:46
9769         Log: Tolerate Win32 numerics
9770      Branch: perlio
9771            ! t/pragma/warn/toke
9772 ____________________________________________________________________________
9773 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
9774         Log: Integrate perlio.
9775      Branch: perl
9776           !> perlio.c win32/win32.h
9777 ____________________________________________________________________________
9778 [ 10346] By: nick                                  on 2001/05/31  10:54:55
9779         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
9780              perlio.c change 10255.
9781      Branch: perlio
9782            ! perlio.c
9783 ____________________________________________________________________________
9784 [ 10345] By: nick                                  on 2001/05/31  10:01:57
9785         Log: Conditionaly put back some "unused" dTHX which are used
9786              with PERL_IMPLICIT_SYS
9787      Branch: perlio
9788            ! perlio.c
9789 ____________________________________________________________________________
9790 [ 10344] By: nick                                  on 2001/05/31  10:00:59
9791         Log: Fix Win32 for new spelling IN_BYTES 
9792      Branch: perlio
9793            ! win32/win32.h
9794 ____________________________________________________________________________
9795 [ 10343] By: nick                                  on 2001/05/31  08:01:32
9796         Log: perlio.c -Wall cleaner under MULTIPLICITY
9797              - still minor noise with linux stdio
9798      Branch: perlio
9799            ! perlio.c
9800 ____________________________________________________________________________
9801 [ 10342] By: nick                                  on 2001/05/31  07:52:23
9802         Log: Integrate mainline.
9803      Branch: perlio
9804           !> (integrate 42 files)
9805 ____________________________________________________________________________
9806 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
9807         Log: AUTHORS updates.
9808      Branch: perl
9809            ! AUTHORS
9810 ____________________________________________________________________________
9811 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
9812         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
9813              From: Peter Prymmer <pvhp@forte.com>
9814              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
9815              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
9816      Branch: perl
9817            ! t/lib/md5-file.t
9818 ____________________________________________________________________________
9819 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
9820         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
9821              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
9822              to match the pragma name; various robustness cleanups.
9823      Branch: perl
9824            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
9825            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
9826 ____________________________________________________________________________
9827 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
9828         Log: More -Wall sweeping.
9829      Branch: perl
9830            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
9831            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
9832            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
9833            ! regcomp.c sv.c toke.c utf8.c
9834 ____________________________________________________________________________
9835 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
9836         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
9837              From: Nicholas Clark <nick@ccl4.org>
9838              Date: Wed, 30 May 2001 22:34:41 +0100
9839              Message-ID: <20010530223441.Y86445@plum.flirble.org>
9840      Branch: perl
9841            ! t/op/cmp.t
9842 ____________________________________________________________________________
9843 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
9844         Log: It's is not, it isn't ain't, and it's it's, not its,
9845              if you mean it is. If you don't, it's its. Then too,
9846              it's hers. It isn't her's. It isn't our's either.
9847              It's ours, and likewise yours and theirs.
9848              -- Oxford University Press, Edpress News
9849      Branch: perl
9850            ! lib/autouse.pm
9851 ____________________________________________________________________________
9852 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
9853         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
9854      Branch: perl
9855            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
9856            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
9857            ! x2p/str.c x2p/walk.c xsutils.c
9858 ____________________________________________________________________________
9859 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
9860         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9861              From: Michael G Schwern <schwern@pobox.com>
9862              Date: Wed, 30 May 2001 17:10:38 +0100
9863              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
9864              
9865              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9866              From: Abhijit Menon-Sen <ams@wiw.org>
9867              Date: Wed, 30 May 2001 23:16:13 +0530
9868              Message-ID: <20010530231613.A31933@lustre.linux.in>
9869      Branch: perl
9870            ! perl.c t/run/runenv.t
9871 ____________________________________________________________________________
9872 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
9873         Log: (Retracted by #10375.)
9874              
9875              IRIX hints patch from Merijn Broeren.
9876              
9877              TODO: (this and the earlier Linux hints patch) should be solved
9878              at Configure level.  Merijn: -ldb should not be used on any platform
9879              for perl, just when linking DBFile itself. Trying to be helpful here
9880              is counterproductive.
9881      Branch: perl
9882            ! hints/irix_6.sh
9883 ____________________________________________________________________________
9884 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
9885         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
9886              From: Nicholas Clark <nick@ccl4.org>
9887              Date: Wed, 30 May 2001 23:20:58 +0100
9888              Message-ID: <20010530232058.B86445@plum.flirble.org>
9889      Branch: perl
9890            ! doop.c
9891 ____________________________________________________________________________
9892 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
9893         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
9894              From: Michael G Schwern <schwern@pobox.com> 
9895              Date: Wed, 30 May 2001 15:24:20 +0100
9896              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
9897      Branch: perl
9898            ! t/pragma/autouse.t
9899 ____________________________________________________________________________
9900 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
9901         Log: The regex trick wasn't a good idea.
9902      Branch: perl
9903            ! pod/perlfaq4.pod
9904 ____________________________________________________________________________
9905 [ 10329] By: nick                                  on 2001/05/30  18:34:35
9906         Log: Integrate mainline
9907      Branch: perlio
9908           !> (integrate 40 files)
9909 ____________________________________________________________________________
9910 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
9911         Log: Update Changes.
9912      Branch: perl
9913            ! Changes patchlevel.h
9914 ____________________________________________________________________________
9915 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
9916         Log: The metaconfig unit change for #10325.
9917      Branch: metaconfig
9918            + U/modified/afs.U
9919 ____________________________________________________________________________
9920 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
9921         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
9922              is now wrong.
9923      Branch: perl
9924            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
9925 ____________________________________________________________________________
9926 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
9927         Log: Introduce $Config{afsroot}.
9928      Branch: perl
9929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9930            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
9931            ! win32/config.gc win32/config.vc
9932 ____________________________________________________________________________
9933 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
9934         Log: (Retracted by #10375.)
9935              
9936              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
9937      Branch: perl
9938            ! hints/linux.sh
9939 ____________________________________________________________________________
9940 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
9941         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
9942              (Also Configure tweaks needed; coming up soon.)
9943      Branch: perl
9944            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
9945 ____________________________________________________________________________
9946 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
9947         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
9948              From: Michael G Schwern <schwern@pobox.com>
9949              Date: Sun, 27 May 2001 10:29:43 +0100
9950              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
9951      Branch: perl
9952            ! lib/perl5db.pl
9953 ____________________________________________________________________________
9954 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
9955         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
9956              and Abhijit Menon-Sen.
9957      Branch: perl
9958            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
9959            ! perl.c pp_sys.c regcomp.c
9960 ____________________________________________________________________________
9961 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
9962         Log: Fix the BOOT section to call myU2time properly.
9963      Branch: perl
9964            ! ext/Time/HiRes/HiRes.xs
9965 ____________________________________________________________________________
9966 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
9967         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
9968              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
9969              Date: Wed, 30 May 2001 09:44:29 -0400
9970              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
9971              
9972              Detypo; plus add one more trick.
9973      Branch: perl
9974            ! pod/perlfaq4.pod
9975 ____________________________________________________________________________
9976 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
9977         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)
9978              From: Michael G Schwern <schwern@pobox.com>
9979              Date: Wed, 30 May 2001 14:39:06 +0100
9980              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
9981      Branch: perl
9982            ! lib/autouse.pm t/pragma/autouse.t
9983 ____________________________________________________________________________
9984 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
9985         Log: Subject: Re: AIX and gcc (moving targets)
9986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9987              Date: Wed, 30 May 2001 15:25:08 +0200
9988              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
9989      Branch: perl
9990            ! ext/Time/HiRes/HiRes.xs
9991 ____________________________________________________________________________
9992 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
9993         Log: Subject: [PATCH t/TEST] sorting tests
9994              From: Michael G Schwern <schwern@pobox.com>
9995              Date: Wed, 30 May 2001 10:24:02 +0100
9996              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
9997      Branch: perl
9998            ! t/TEST
9999 ____________________________________________________________________________
10000 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
10001         Log: Subject: [ID 20010529.002] typos in man page perlre
10002              From: bart@cg681574-a.adubn1.nj.home.com 
10003              Date: Tue, 29 May 2001 13:58:59 -0500
10004              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
10005      Branch: perl
10006            ! pod/perlre.pod
10007 ____________________________________________________________________________
10008 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
10009         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
10010              From: "Craig A. Berry" <craigberry@mac.com>
10011              Date: Tue, 29 May 2001 23:23:45 -0500
10012              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
10013      Branch: perl
10014            ! t/lib/extutils.t t/pragma/autouse.t
10015 ____________________________________________________________________________
10016 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
10017         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)
10018              From: David Dyck <dcd@tc.fluke.com>
10019              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
10020              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
10021      Branch: perl
10022            ! t/lib/filefind.t
10023 ____________________________________________________________________________
10024 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
10025         Log: AIX hints update for gcc from Merijn H. Brand.
10026      Branch: perl
10027            ! hints/aix.sh
10028 ____________________________________________________________________________
10029 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
10030         Log: Retract #10295 and #10296: a more generic solution
10031              is needed (there's something funny with gcc on AIX).
10032      Branch: perl
10033            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
10034 ____________________________________________________________________________
10035 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
10036         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10037              From: Hugo <hv@crypt.compulink.co.uk>
10038              Date: Wed, 30 May 2001 11:59:19 +0100
10039              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
10040              
10041              localizing $@ has unfortunate semantics - if you die past
10042              a local $@, the die message is lost.
10043      Branch: perl
10044            ! lib/utf8_heavy.pl
10045 ____________________________________________________________________________
10046 [ 10309] By: nick                                  on 2001/05/30  08:23:02
10047         Log: Integrate mainline (autouse works again.)
10048      Branch: perlio
10049           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
10050           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
10051           !> pod/perlvar.pod t/op/cmp.t
10052 ____________________________________________________________________________
10053 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
10054         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
10055              From: David Dyck <dcd@tc.fluke.com>
10056              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
10057              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
10058      Branch: perl
10059            ! lib/File/Find.pm
10060 ____________________________________________________________________________
10061 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
10062         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
10063              From: Nicholas Clark <nick@ccl4.org>
10064              Date: Tue, 29 May 2001 23:16:09 +0100
10065              Message-ID: <20010529231609.U86445@plum.flirble.org>
10066              
10067              Make the test output slightly clearer by distinguishing
10068              between '' and undef.
10069      Branch: perl
10070            ! t/op/cmp.t
10071 ____________________________________________________________________________
10072 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
10073         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
10074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10075              Date: Tue, 29 May 2001 19:15:19 -0400
10076              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
10077      Branch: perl
10078            ! hints/os2.sh
10079 ____________________________________________________________________________
10080 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
10081         Log: Subject: perlvar.pod addition
10082              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
10083              Date: Fri, 25 May 2001 20:23:12 +0200
10084              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
10085              
10086              Subject: Re: perlvar.pod addition
10087              From: "Abigail" <abigail@foad.org> 
10088              Date: Fri, 25 May 2001 22:00:39 +0200
10089              Message-ID: <20010525200039.28029.qmail@foad.org>
10090              
10091              Mention $a and $b in perlvar.
10092      Branch: perl
10093            ! pod/perlvar.pod
10094 ____________________________________________________________________________
10095 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
10096         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
10097              From: Jeff Pinyan <jeffp@crusoe.net>
10098              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
10099              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
10100      Branch: perl
10101            ! pod/perlvar.pod
10102 ____________________________________________________________________________
10103 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
10104         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
10105              From: Jeff Pinyan <jeffp@crusoe.net>
10106              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
10107              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
10108      Branch: perl
10109            ! pod/perlfaq6.pod
10110 ____________________________________________________________________________
10111 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
10112         Log: Mention Time::localtime and Time::gmtime.
10113      Branch: perl
10114            ! ext/Time/Piece/Piece.pm
10115 ____________________________________________________________________________
10116 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
10117         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
10118              From: Michael G Schwern <schwern@pobox.com>
10119              Date: Tue, 29 May 2001 18:51:32 +0100
10120              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
10121      Branch: perl
10122            ! pod/perlfaq4.pod
10123 ____________________________________________________________________________
10124 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
10125         Log: Retract #10243.
10126      Branch: perl
10127            ! lib/autouse.pm
10128 ____________________________________________________________________________
10129 [ 10299] By: nick                                  on 2001/05/29  18:41:19
10130         Log: Post weekend integrate mainline (fails one test pragma/autouse).
10131      Branch: perlio
10132           +> (branch 29 files)
10133           !> (integrate 91 files)
10134 ____________________________________________________________________________
10135 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
10136         Log: Update Changes.
10137      Branch: perl
10138            ! Changes patchlevel.h
10139 ____________________________________________________________________________
10140 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
10141         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
10142              before Perl_load_module/Perl_call_method and restore the value
10143              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
10144      Branch: perl
10145            ! utf8.c
10146 ____________________________________________________________________________
10147 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
10148         Log: Subject: Re: AIX and gcc (moving targets)
10149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10150              Date: Tue, 29 May 2001 17:59:40 +0200
10151              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
10152      Branch: perl
10153            ! ext/Storable/Makefile.PL
10154 ____________________________________________________________________________
10155 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
10156         Log: Subject: Re: AIX and gcc (moving targets)
10157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10158              Date: Tue, 29 May 2001 12:32:57 +0200
10159              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
10160      Branch: perl
10161            ! ext/POSIX/Makefile.PL
10162 ____________________________________________________________________________
10163 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
10164         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
10165              From: Michael G Schwern <schwern@pobox.com>
10166              Date: Tue, 29 May 2001 09:53:29 +0100
10167              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
10168              
10169              (#10280 retracted)
10170      Branch: perl
10171            ! lib/Test/Harness.pm t/lib/test-harness.t
10172 ____________________________________________________________________________
10173 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
10174         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
10175              From: Michael G Schwern <schwern@pobox.com>
10176              Date: Tue, 29 May 2001 09:19:52 +0100
10177              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
10178      Branch: perl
10179            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
10180            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
10181            + t/lib/Test/todo.t
10182            ! MANIFEST lib/Test.pm t/TEST
10183 ____________________________________________________________________________
10184 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
10185         Log: From: Michael G Schwern <schwern@pobox.com>
10186              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
10187              Date: Tue, 29 May 2001 08:26:09 +0100
10188              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
10189      Branch: perl
10190            ! t/TEST
10191 ____________________________________________________________________________
10192 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
10193         Log: Add tests for Time::gmtime and Time::localtime.
10194      Branch: perl
10195            + t/lib/time-gmtime.t t/lib/time-localtime.t
10196            ! MANIFEST t/lib/1_compile.t
10197 ____________________________________________________________________________
10198 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
10199         Log: Add test for File::stat.
10200      Branch: perl
10201            + t/lib/filestat.t
10202            ! MANIFEST t/lib/1_compile.t
10203 ____________________________________________________________________________
10204 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
10205         Log: Add test for Net::servent.
10206      Branch: perl
10207            + t/lib/net-sent.t
10208            ! MANIFEST t/lib/1_compile.t
10209 ____________________________________________________________________________
10210 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
10211         Log: Add test for Net::protoent.
10212      Branch: perl
10213            + t/lib/net-pent.t
10214            ! MANIFEST t/lib/1_compile.t
10215 ____________________________________________________________________________
10216 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
10217         Log: Add test for Net::netent.
10218      Branch: perl
10219            + t/lib/net-nent.t
10220            ! MANIFEST t/lib/1_compile.t
10221 ____________________________________________________________________________
10222 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
10223         Log: Add test for User::grent.  Portability doubtful.
10224      Branch: perl
10225            + t/lib/user-grent.t
10226            ! MANIFEST t/lib/1_compile.t
10227 ____________________________________________________________________________
10228 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
10229         Log: Add test for User::pwent.
10230              Probably will fall down somewhere for portability reasons.
10231      Branch: perl
10232            + t/lib/user-pwent.t
10233            ! MANIFEST t/lib/1_compile.t
10234 ____________________________________________________________________________
10235 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
10236         Log: Metaconfig units changes for #10283.
10237      Branch: metaconfig
10238            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
10239            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
10240            ! U/installdirs/sitescript.U U/modified/Signal.U
10241 ____________________________________________________________________________
10242 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
10243         Log: Subject: [PATCH 5.6.1] signal names in Configure
10244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10245              Date: Tue, 29 May 2001 03:52:25 -0400
10246              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
10247              
10248              Subject: [PATCH 5.6.1] older perl in Configure
10249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10250              Date: Tue, 29 May 2001 03:55:40 -0400
10251              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
10252              
10253              Subject: [PATCH 5.6.1] goofs in Configure
10254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10255              Date: Tue, 29 May 2001 04:13:07 -0400
10256              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
10257              
10258              Configure portability tweaks.
10259      Branch: perl
10260            ! Configure
10261 ____________________________________________________________________________
10262 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
10263         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
10264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10265              Date: Tue, 29 May 2001 04:07:06 -0400
10266              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
10267      Branch: perl
10268            ! os2/os2.c
10269 ____________________________________________________________________________
10270 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
10271         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
10272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10273              Date: Tue, 29 May 2001 04:01:38 -0400
10274              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
10275      Branch: perl
10276            ! hints/os2.sh os2/Makefile.SHs
10277 ____________________________________________________________________________
10278 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
10279         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
10280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10281              Date: Tue, 29 May 2001 03:50:18 -0400
10282              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
10283      Branch: perl
10284            ! lib/Test/Harness.pm
10285 ____________________________________________________________________________
10286 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
10287         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
10288      Branch: perl
10289            ! lib/utf8_heavy.pl
10290 ____________________________________________________________________________
10291 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
10292         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10293              From: Hugo <hv@crypt.compulink.co.uk>
10294              Date: Tue, 29 May 2001 03:03:45 +0100
10295              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
10296              
10297              Explanation why the $@ always gets the UTF8 flag when under use utf8--
10298              because we told it to have the flag when under use utf8.
10299      Branch: perl
10300            ! pp_ctl.c
10301 ____________________________________________________________________________
10302 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
10303         Log: At least a partial fix for 20010528.004.
10304      Branch: perl
10305            ! lib/utf8_heavy.pl
10306 ____________________________________________________________________________
10307 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
10308         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
10309              From: Nicholas Clark <nick@ccl4.org> 
10310              Date: Mon, 28 May 2001 23:39:38 +0100
10311              Message-ID: <20010528233938.M86445@plum.flirble.org>
10312              
10313              More portable non-zero UV.
10314      Branch: perl
10315            ! t/lib/extutils.t
10316 ____________________________________________________________________________
10317 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
10318         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
10319              From: Nicholas Clark <nick@ccl4.org>
10320              Date: Mon, 28 May 2001 22:46:09 +0100
10321              Message-ID: <20010528224608.L86445@plum.flirble.org>
10322              
10323              Test also "make clean".
10324      Branch: perl
10325            ! t/lib/extutils.t
10326 ____________________________________________________________________________
10327 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
10328         Log: Subject: Re: Would -Wno-unused -Wall be better?
10329              From: Michael G Schwern <schwern@pobox.com>
10330              Date: Tue, 29 May 2001 00:55:54 +0100
10331              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
10332      Branch: perl
10333            ! pp.h
10334 ____________________________________________________________________________
10335 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
10336         Log: Add a test for 20010528.007, fixed in #10272.
10337      Branch: perl
10338            ! t/op/misc.t toke.c
10339 ____________________________________________________________________________
10340 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
10341         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
10342              From: Hugo <hv@crypt.compulink.co.uk>
10343              Date: Tue, 29 May 2001 00:23:23 +0100
10344              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
10345      Branch: perl
10346            ! toke.c
10347 ____________________________________________________________________________
10348 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
10349         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10350              From: Michael G Schwern <schwern@pobox.com>
10351              Date: Tue, 29 May 2001 00:42:59 +0100
10352              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
10353      Branch: perl
10354            ! t/pragma/autouse.t
10355 ____________________________________________________________________________
10356 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
10357         Log: Some shells seemingly arrange the signal handlers differently
10358              (bug id 20010521.004).
10359      Branch: perl
10360            ! t/lib/sigaction.t
10361 ____________________________________________________________________________
10362 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
10363         Log: Regen perlmodlib.
10364      Branch: perl
10365            ! pod/perlmodlib.pod
10366 ____________________________________________________________________________
10367 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
10368         Log: Update Changes.
10369      Branch: perl
10370            ! Changes patchlevel.h
10371 ____________________________________________________________________________
10372 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
10373         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
10374              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10375              Date: Mon, 28 May 2001 14:56:35 -0500
10376              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
10377      Branch: perl
10378            ! pod/perlnewmod.pod
10379 ____________________________________________________________________________
10380 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
10381         Log: Regen toc.
10382      Branch: perl
10383            ! pod/perltoc.pod
10384 ____________________________________________________________________________
10385 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
10386         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
10387              From: "Richard Soderberg" <rs@crystalflame.net>
10388              Date: Mon, 28 May 2001 12:31:23 -0700
10389              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
10390      Branch: perl
10391            ! t/op/splice.t
10392 ____________________________________________________________________________
10393 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
10394         Log: The #10260 was too bold: locales and utf8 still do not mix.
10395      Branch: perl
10396            ! t/pragma/locale.t
10397 ____________________________________________________________________________
10398 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
10399         Log: Subject: [PATCH] Pod nitpicks
10400              From: "Richard Soderberg" <rs@crystalflame.net>
10401              Date: Mon, 28 May 2001 10:08:58 -0700
10402              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
10403      Branch: perl
10404            ! pod/perl571delta.pod pod/perlapi.pod sv.h
10405 ____________________________________________________________________________
10406 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
10407         Log: Upgrade to I18N::LangTags 0.22.
10408      Branch: perl
10409            + lib/I18N/LangTags/List.pod
10410            ! MANIFEST lib/I18N/LangTags.pm
10411 ____________________________________________________________________________
10412 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
10413         Log: A slightly more serious bug found by -Mutf8; op/misc and
10414              lib/complex dumped core.
10415      Branch: perl
10416            ! regexec.c
10417 ____________________________________________________________________________
10418 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
10419         Log: Various buglets shaken out by -Mutf8.
10420      Branch: perl
10421            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
10422            ! t/pragma/locale.t
10423 ____________________________________________________________________________
10424 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
10425         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
10426      Branch: perl
10427            ! t/lib/carp.t
10428 ____________________________________________________________________________
10429 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
10430         Log: Subject: [PATCH] todo patch
10431              From: Artur Bergman <artur@contiller.se> 
10432              Date: Mon, 28 May 2001 17:03:51 +0200
10433              Message-ID: <B7383577.F34%artur@contiller.se>
10434      Branch: perl
10435            ! pod/perltodo.pod
10436 ____________________________________________________________________________
10437 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
10438         Log: Subject: typo in perlguts.pod
10439              From: "John P. Linderman" <jpl@research.att.com>
10440              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
10441              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
10442      Branch: perl
10443            ! pod/perlguts.pod
10444 ____________________________________________________________________________
10445 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
10446         Log: Subject: AIX and gcc (moving targets)
10447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10448              Date: Mon, 28 May 2001 12:54:04 +0200
10449              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
10450      Branch: perl
10451            ! hints/aix.sh
10452 ____________________________________________________________________________
10453 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
10454         Log: Subject: Re: perlio + multiple perl_alloc..destruct
10455              From: Doug MacEachern <dougm@covalent.net>
10456              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
10457              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
10458      Branch: perl
10459            ! perlio.c
10460 ____________________________________________________________________________
10461 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
10462         Log: The #10251 wasn't quite up-to-the-code.
10463      Branch: perl
10464            ! t/op/misc.t
10465 ____________________________________________________________________________
10466 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
10467         Log: Test case for bug 20010526.004, fixed in #10252.
10468      Branch: perl
10469            ! t/op/taint.t
10470 ____________________________________________________________________________
10471 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
10472         Log: Subject: Re: [ID 20010526.004] Taint looses value
10473              From: Hugo <hv@crypt.compulink.co.uk>
10474              Date: Sun, 27 May 2001 20:39:32 +0100
10475              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
10476      Branch: perl
10477            ! sv.c
10478 ____________________________________________________________________________
10479 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
10480         Log: Test case for 20010422.005, fixed by #10250.
10481      Branch: perl
10482            ! t/op/misc.t
10483 ____________________________________________________________________________
10484 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
10485         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
10486              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10487              Date: Mon, 28 May 2001 06:39:12 -0400
10488              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
10489      Branch: perl
10490            ! toke.c
10491 ____________________________________________________________________________
10492 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
10493         Log: Linerewrapping.
10494      Branch: perl
10495            ! lib/open.pm
10496 ____________________________________________________________________________
10497 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
10498         Log: Updates on the modules list.
10499      Branch: perl
10500            ! t/lib/1_compile.t
10501 ____________________________________________________________________________
10502 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
10503         Log: Add a test for PerlIO.
10504              
10505              (I probably got the crlf/raw thing wrong for clrfy platforms...)
10506      Branch: perl
10507            + t/lib/perlio.t
10508            ! MANIFEST lib/PerlIO.pm
10509 ____________________________________________________________________________
10510 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
10511         Log: Add a test for carp et alia.
10512      Branch: perl
10513            + t/lib/carp.t
10514            ! MANIFEST
10515 ____________________________________________________________________________
10516 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
10517         Log: Adding the new test would be swell.
10518      Branch: perl
10519            + t/pragma/autouse.t
10520 ____________________________________________________________________________
10521 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
10522         Log: Add a test for the autouse pragma.
10523      Branch: perl
10524            ! MANIFEST
10525 ____________________________________________________________________________
10526 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
10527         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10528              From: dLux <dlux@spam.sch.bme.hu>
10529              Date: Sun, 27 May 2001 16:14:26 +0200
10530              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
10531      Branch: perl
10532            ! lib/autouse.pm
10533 ____________________________________________________________________________
10534 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
10535         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
10536              From: "Richard Soderberg" <rs@crystalflame.net>
10537              Date: Mon, 28 May 2001 03:56:36 -0700
10538              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
10539      Branch: perl
10540            ! utils/dprofpp.PL
10541 ____________________________________________________________________________
10542 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
10543         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
10544              From: "Stephen P. Potter" <spp@spotter.yi.org>
10545              Date: Tue, 22 May 2001 11:40:25 -0400
10546              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
10547              
10548              Subject: Re: [ID 20010522.003] Time::Local module bug
10549              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
10550              Date: Tue, 22 May 2001 11:50:19 -0400
10551              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
10552      Branch: perl
10553            ! lib/Time/Local.pm
10554 ____________________________________________________________________________
10555 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
10556         Log: The PERL_DL_NONLAZY can have whitespace in front.
10557      Branch: perl
10558            ! t/lib/extutils.t
10559 ____________________________________________________________________________
10560 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
10561         Log: Document strftime() and strptime().
10562      Branch: perl
10563            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
10564 ____________________________________________________________________________
10565 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
10566         Log: Make Time::Piece::strptime() to be a function, not a method.
10567      Branch: perl
10568            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10569 ____________________________________________________________________________
10570 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
10571         Log: Tweak the test to be more portable.
10572      Branch: perl
10573            ! t/lib/extutils.t
10574 ____________________________________________________________________________
10575 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
10576         Log: Subject: PATCH: Re: Re: Attributes that tie
10577              From: Leon Brocard <acme@astray.com>
10578              Date: Sun, 27 May 2001 12:37:29 +0100
10579              Message-ID: <20010527123729.A22663@ns0.astray.com>
10580              
10581              Document that variable attributes are not currently usable
10582              for tieing.  (An ugly limitation that should be fixed.)
10583      Branch: perl
10584            ! lib/attributes.pm
10585 ____________________________________________________________________________
10586 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
10587         Log: Microperl tweaks.
10588      Branch: perl
10589            ! Makefile.micro uconfig.h uconfig.sh
10590 ____________________________________________________________________________
10591 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
10592         Log: Add make target for microperl (kind of silly, but convenient).
10593      Branch: perl
10594            ! Makefile.SH
10595 ____________________________________________________________________________
10596 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
10597         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
10598              for microperl.)
10599      Branch: perl
10600            ! doio.c
10601 ____________________________________________________________________________
10602 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
10603         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
10604              From: rspier@pobox.com (Robert Spier)
10605              Date: Sat, 26 May 2001 20:05:23 -0400
10606              Message-ID: <15120.17603.148648.12430@rls.cx>
10607              
10608              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
10609              From: rspier@pobox.com (Robert Spier)
10610              Date: Sun, 27 May 2001 00:23:12 -0400
10611              Message-ID: <15120.33072.511966.767230@rls.cx>
10612      Branch: perl
10613            ! doio.c pod/perlfunc.pod
10614 ____________________________________________________________________________
10615 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
10616         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
10617      Branch: perl
10618            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10619 ____________________________________________________________________________
10620 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
10621         Log: Add README.tru64.
10622      Branch: perl
10623            + README.tru64
10624 ____________________________________________________________________________
10625 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
10626         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
10627      Branch: perl
10628            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10629            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
10630            ! MANIFEST
10631 ____________________________________________________________________________
10632 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
10633         Log: Integrate I18N::LangTags from Sean Burke.
10634              
10635              TODO: the language list from RFC 3066 needs to be integrated
10636              and made available somehow.  The list is included in the
10637              I18N-LangTags 0.21 distribution, but it is undocumented
10638              and unconnected to the module.
10639      Branch: perl
10640            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
10641            ! MANIFEST
10642 ____________________________________________________________________________
10643 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
10644         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
10645              envisioned by Sarathy.
10646      Branch: perl
10647            ! t/op/ver.t toke.c
10648 ____________________________________________________________________________
10649 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
10650         Log: Subject: [ID 20010525.001] Pod typo nits fixed
10651              From: lvirden@cas.org
10652              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
10653              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
10654              
10655              minus the perlsolaris decimation plus the
10656              
10657              Subject: Re: [ID 20010525.001] Pod typo nits fixed
10658              From: "Philip Newton" <Philip.Newton@gmx.net>
10659              Date: Fri, 25 May 2001 18:05:55 +0200
10660              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
10661      Branch: perl
10662            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
10663            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
10664            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
10665            ! pod/perlutil.pod pod/perlxstut.pod
10666 ____________________________________________________________________________
10667 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
10668         Log: return clauses are nice.
10669      Branch: perl
10670            ! sv.c
10671 ____________________________________________________________________________
10672 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
10673         Log: Subject: change 10199 backwards?
10674              From: Doug MacEachern <dougm@covalent.net>
10675              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
10676              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
10677      Branch: perl
10678            ! sv.c
10679 ____________________________________________________________________________
10680 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
10681         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
10682              From: Hugo <hv@crypt.compulink.co.uk>
10683              Date: Sat, 26 May 2001 17:05:12 +0100
10684              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
10685      Branch: perl
10686            + t/op/gmagic.t
10687            ! MANIFEST doop.c embed.h embed.pl global.sym
10688            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
10689            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
10690 ____________________________________________________________________________
10691 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
10692         Log: Regen headers for #10221.
10693      Branch: perl
10694            ! global.sym objXSUB.h perlapi.c
10695 ____________________________________________________________________________
10696 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
10697         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
10698              From: Juha Laiho <juha.laiho@Elma.Net>
10699              Date: Thu, 3 May 2001 09:51:30 +0300
10700              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
10701      Branch: perl
10702            ! embed.pl
10703 ____________________________________________________________________________
10704 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
10705         Log: Subject: Re: [PATCH] Re: stability of sort()?
10706              From: "John P. Linderman" <jpl@research.att.com>
10707              Date: Sat, 26 May 2001 13:27:19 -0400
10708              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
10709      Branch: perl
10710            ! pod/perlfunc.pod
10711 ____________________________________________________________________________
10712 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
10713         Log: Integrate perlio.
10714      Branch: perl
10715           !> pod/perlguts.pod
10716 ____________________________________________________________________________
10717 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
10718         Log: Subject: [PATCH perl@10210] PerlIO for VMS
10719              From: "Craig A. Berry" <craigberry@mac.com>
10720              Date: Sat, 26 May 2001 09:34:11 -0500
10721              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
10722      Branch: perl
10723            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
10724            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
10725            ! vms/vmsish.h
10726 ____________________________________________________________________________
10727 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
10728         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
10729              From: David Dyck <dcd@tc.fluke.com>
10730              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
10731              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
10732      Branch: perl
10733            ! lib/perl5db.pl
10734 ____________________________________________________________________________
10735 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
10736         Log: Subject: utf8 regexp tests
10737              From: Hugo <hv@crypt.compulink.co.uk>
10738              Date: Fri, 25 May 2001 22:35:01 +0100
10739              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
10740      Branch: perl
10741            ! t/op/regexp.t
10742 ____________________________________________________________________________
10743 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
10744         Log: Subject: [PATCH] Re: stability of sort()?
10745              From: Nicholas Clark <nick@ccl4.org>
10746              Date: Fri, 25 May 2001 22:40:19 +0100
10747              Message-ID: <20010525224019.B86445@plum.flirble.org>
10748      Branch: perl
10749            ! pod/perlfunc.pod
10750 ____________________________________________________________________________
10751 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
10752         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
10753              From: John Peacock <jpeacock@rowman.com>
10754              Date: Thu, 24 May 2001 22:14:01 -0400
10755              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
10756      Branch: perl
10757            ! mg.c scope.c sv.c
10758 ____________________________________________________________________________
10759 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
10760         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
10761              From: Nicholas Clark <nick@ccl4.org>
10762              Date: Sun, 20 May 2001 19:24:13 +0100
10763              Message-ID: <20010520192413.G83222@plum.flirble.org>
10764      Branch: perl
10765            + lib/ExtUtils/Constant.pm t/lib/extutils.t
10766            ! MANIFEST utils/h2xs.PL
10767 ____________________________________________________________________________
10768 [ 10212] By: nick                                  on 2001/05/26  09:49:28
10769         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
10770              add a few more notes there on use of mortals on the stack.
10771      Branch: perlio
10772            ! pod/perlguts.pod
10773 ____________________________________________________________________________
10774 [ 10211] By: nick                                  on 2001/05/26  09:05:36
10775         Log: Integrate mainline
10776      Branch: perlio
10777           +> t/lib/fcntl.t t/pragma/vars.t
10778           !> (integrate 49 files)
10779 ____________________________________________________________________________
10780 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
10781         Log: Update Changes.
10782      Branch: perl
10783            ! Changes patchlevel.h
10784 ____________________________________________________________________________
10785 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
10786         Log: Based on
10787              
10788              Subject: [PATCH pp.c] Wrapping pack("C",256)
10789              From: Simon Cozens <simon@netthink.co.uk>
10790              Date: Sat, 12 May 2001 17:58:41 +0100
10791              Message-ID: <20010512175841.A6132@netthink.co.uk>
10792      Branch: perl
10793            ! pod/perldiag.pod pp.c t/pragma/warn/pp
10794 ____________________________________________________________________________
10795 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
10796         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
10797              From: "Brendan O'Dea" <bod@compusol.com.au>
10798              Date: Fri, 25 May 2001 11:18:29 +1000
10799              Message-ID: <20010525111829.A28411@compusol.com.au>
10800              
10801              (Slightly modified.)
10802      Branch: perl
10803            ! lib/Term/Cap.pm
10804 ____________________________________________________________________________
10805 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
10806         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
10807              From: Hugo <hv@crypt.compulink.co.uk>
10808              Date: Fri, 25 May 2001 02:13:25 +0100
10809              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
10810      Branch: perl
10811            ! t/op/misc.t
10812 ____________________________________________________________________________
10813 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
10814         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
10815              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
10816              Date: Fri, 25 May 2001 10:25:36 +0900
10817              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
10818      Branch: perl
10819            ! regcomp.c regexec.c
10820 ____________________________________________________________________________
10821 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
10822         Log: Subject: [PATCH #2] stash autovivification and method call error messages
10823              From: Ilmari Karonen <iltzu@sci.fi>
10824              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
10825              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
10826      Branch: perl
10827            ! gv.c pp_hot.c t/op/method.t
10828 ____________________________________________________________________________
10829 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
10830         Log: Add make target and documentation for gprof profiling.
10831      Branch: perl
10832            ! Makefile.SH pod/perlhack.pod
10833 ____________________________________________________________________________
10834 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
10835         Log: Subject: Don't think about UTF8 
10836              From: Mike Guy <mjtg@cam.ac.uk> 
10837              Date: Tue, 22 May 2001 14:35:39 +0100
10838              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
10839      Branch: perl
10840            ! sv.h
10841 ____________________________________________________________________________
10842 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
10843         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
10844              From: Geraint A Edwards <gedge@serf.org> 
10845              Date: Thu, 24 May 2001 22:51:24 +0100
10846              Message-Id: <20010524225124.A34981@cymru.serf.org>
10847      Branch: perl
10848            ! x2p/find2perl.PL
10849 ____________________________________________________________________________
10850 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
10851         Log: DB_File has its own attribute story.
10852      Branch: perl
10853            ! ext/DB_File/DB_File.xs
10854 ____________________________________________________________________________
10855 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
10856         Log: Subject: Re: Making perl with -Wall
10857              From: Andy Dougherty <doughera@lafayette.edu>
10858              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
10859              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
10860      Branch: perl
10861            ! perl.h
10862 ____________________________________________________________________________
10863 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
10864         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
10865              From: "Richard Soderberg" <rs@crystalflame.net>
10866              Date: Thu, 24 May 2001 08:58:16 -0700
10867              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
10868      Branch: perl
10869            ! sv.c
10870 ____________________________________________________________________________
10871 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
10872         Log: IV/UV casting fixes from Nicholas Clark.
10873      Branch: perl
10874            ! perl.h pp_sys.c util.c
10875 ____________________________________________________________________________
10876 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
10877         Log: Subject: Re: Making perl with -Wall
10878              From: Michael G Schwern <schwern@pobox.com>
10879              Date: Thu, 24 May 2001 15:40:28 +0100
10880              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
10881      Branch: perl
10882            ! malloc.c perl.h
10883 ____________________________________________________________________________
10884 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
10885         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
10886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10887              Date: Tue, 22 May 2001 11:49:37 +0200
10888              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
10889      Branch: metaconfig
10890            ! U/modified/Oldsym.U
10891      Branch: metaconfig/U/perl
10892            ! patchlevel.U
10893      Branch: perl
10894            ! Configure config_h.SH myconfig.SH
10895 ____________________________________________________________________________
10896 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
10897         Log: Under versiononly install also the scripts with the version suffix.
10898              (e.g. .../bin/h2xs5.7.1)
10899      Branch: perl
10900            ! installperl
10901 ____________________________________________________________________________
10902 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
10903         Log: Subject: [PATCH] Stop segfault in mg.c:636
10904              From: "Richard Soderberg" <rs@crystalflame.net>
10905              Date: Thu, 24 May 2001 05:51:52 -0700
10906              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
10907      Branch: perl
10908            ! mg.c
10909 ____________________________________________________________________________
10910 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
10911         Log: Iteration continues; hopefully convergently.
10912      Branch: perl
10913            ! t/lib/b-stash.t
10914 ____________________________________________________________________________
10915 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
10916         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
10917              From: Gisle Aas <gisle@ActiveState.com>
10918              Date: 23 May 2001 16:13:10 -0700
10919              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
10920      Branch: perl
10921            ! op.c toke.c
10922 ____________________________________________________________________________
10923 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
10924         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
10925              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10926              Date: Thu, 24 May 2001 05:05:22 -0500
10927              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
10928      Branch: perl
10929            ! lib/dumpvar.pl lib/perl5db.pl
10930 ____________________________________________________________________________
10931 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
10932         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
10933              From: David Dyck <dcd@tc.fluke.com>
10934              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
10935              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
10936      Branch: perl
10937            ! lib/perl5db.pl
10938 ____________________________________________________________________________
10939 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
10940         Log: Tiny pod nits on READMEs, mostly whitespace issues.
10941      Branch: perl
10942            ! README.amiga README.dos README.macos README.mpeix README.vmesa
10943            ! README.win32
10944 ____________________________________________________________________________
10945 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
10946         Log: The DG/UX part of the 20010521.005.
10947      Branch: perl
10948            ! README.dgux
10949 ____________________________________________________________________________
10950 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
10951         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
10952              From: Hugo <hv@crypt.compulink.co.uk>
10953              Date: Mon, 21 May 2001 16:32:02 +0100
10954              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
10955      Branch: perl
10956            ! regcomp.c t/op/misc.t
10957 ____________________________________________________________________________
10958 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
10959         Log: Subject: [PATCH] Extra UNIVERSAL tests
10960              From: Mike Guy <mjtg@cam.ac.uk>
10961              Date: Wed, 23 May 2001 12:29:20 +0100
10962              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
10963      Branch: perl
10964            ! t/op/universal.t
10965 ____________________________________________________________________________
10966 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
10967         Log: Subject: [PATCH] Remove EQ keyword
10968              From: Mike Guy <mjtg@cam.ac.uk>
10969              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
10970              Date: Wed, 23 May 2001 11:17:29 +0100
10971      Branch: perl
10972            ! keywords.h keywords.pl
10973 ____________________________________________________________________________
10974 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
10975         Log: Subject: [PATCH] lib/perl5db.pl
10976              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10977              Date: Wed, 23 May 2001 02:18:03 -0500
10978              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
10979      Branch: perl
10980            ! lib/perl5db.pl
10981 ____________________________________________________________________________
10982 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
10983         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
10984              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10985              Date: Tue, 22 May 2001 23:34:41 -0500
10986              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
10987      Branch: perl
10988            ! lib/Term/Cap.pm
10989 ____________________________________________________________________________
10990 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
10991         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
10992              From: davem@fdgroup.co.uk
10993              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
10994              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
10995      Branch: perl
10996            ! emacs/e2ctags.pl
10997 ____________________________________________________________________________
10998 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
10999         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
11000              From: Michael G Schwern <schwern@pobox.com>
11001              Date: Tue, 22 May 2001 14:15:09 +0100
11002              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
11003      Branch: perl
11004            ! lib/vars.pm
11005 ____________________________________________________________________________
11006 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
11007         Log: Subject: [PATCH lib/vars.pm] Odd code nit
11008              From: Michael G Schwern <schwern@pobox.com>
11009              Date: Tue, 22 May 2001 14:14:28 +0100
11010              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
11011      Branch: perl
11012            ! lib/vars.pm
11013 ____________________________________________________________________________
11014 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
11015         Log: Use the new use vars feature.
11016      Branch: perl
11017            ! t/lib/b-stash.t
11018 ____________________________________________________________________________
11019 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
11020         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
11021              From: Mike Guy <mjtg@cam.ac.uk>
11022              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11023              Date: Tue, 22 May 2001 13:11:39 +0100
11024      Branch: perl
11025            + t/pragma/vars.t
11026            ! MANIFEST lib/vars.pm t/lib/1_compile.t
11027 ____________________________________________________________________________
11028 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
11029         Log: -qlongdouble considered harmful by Merijn.
11030      Branch: perl
11031            ! hints/aix.sh
11032 ____________________________________________________________________________
11033 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
11034         Log: Update Changes.
11035      Branch: perl
11036            ! Changes patchlevel.h
11037 ____________________________________________________________________________
11038 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
11039         Log: Add a test of its very own for Fcntl.  Hopefully portable.
11040      Branch: perl
11041            + t/lib/fcntl.t
11042            ! MANIFEST
11043 ____________________________________________________________________________
11044 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
11045         Log: Must be trickier for 'minitest' not to die.
11046      Branch: perl
11047            ! t/op/taint.t
11048 ____________________________________________________________________________
11049 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
11050         Log: Can't declare other people's variables.
11051      Branch: perl
11052            ! t/lib/b-stash.t
11053 ____________________________________________________________________________
11054 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
11055         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
11056      Branch: perl
11057            ! doio.c t/op/taint.t
11058 ____________________________________________________________________________
11059 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
11060         Log: The OS/2 variable needs to be declared.
11061      Branch: perl
11062            ! t/lib/b-stash.t
11063 ____________________________________________________________________________
11064 [ 10170] By: nick                                  on 2001/05/20  16:48:29
11065         Log: Integrate mainline
11066      Branch: perlio
11067           !> (integrate 41 files)
11068 ____________________________________________________________________________
11069 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
11070         Log: Small perlsec updates: clarify the taintedness of filename
11071              globbing; suggest using Scalar::Util::tainted().
11072      Branch: perl
11073            ! pod/perlsec.pod
11074 ____________________________________________________________________________
11075 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
11076         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
11077              From: Dave Mitchell <davem@fdgroup.co.uk>
11078              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
11079              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
11080      Branch: perl
11081            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
11082            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
11083            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
11084            ! xsutils.c
11085 ____________________________________________________________________________
11086 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
11087         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
11088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11089              Date: Sat, 19 May 2001 04:08:46 -0400
11090              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
11091      Branch: perl
11092            ! lib/ExtUtils/Mksymlists.pm makedef.pl
11093 ____________________________________________________________________________
11094 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
11095         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
11096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11097              Date: Sat, 19 May 2001 04:30:45 -0400
11098              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
11099      Branch: perl
11100            ! os2/os2.c
11101 ____________________________________________________________________________
11102 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
11103         Log: Subject: [PATCH 5.6.1] build bugs OS/2
11104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11105              Date: Sat, 19 May 2001 04:35:28 -0400
11106              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
11107      Branch: perl
11108            ! os2/Makefile.SHs os2/os2.c
11109 ____________________________________________________________________________
11110 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
11111         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
11112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11113              Date: Sat, 19 May 2001 04:04:23 -0400
11114              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
11115              
11116              (In bleadperl patched b-stash.t instead of b.t)
11117      Branch: perl
11118            ! t/lib/b-stash.t t/lib/bigfltpm.t
11119 ____________________________________________________________________________
11120 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
11121         Log: Subject: [PATCH 5.6.1] perl5db
11122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11123              Date: Sat, 19 May 2001 03:49:09 -0400
11124              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
11125      Branch: perl
11126            ! lib/perl5db.pl
11127 ____________________________________________________________________________
11128 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
11129         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
11130              From: Gisle Aas <gisle@ActiveState.com>
11131              Date: 18 May 2001 14:24:51 -0700
11132              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
11133      Branch: perl
11134            ! pp_ctl.c
11135 ____________________________________________________________________________
11136 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
11137         Log: Subject: [PATCH] Chomp should not always stringify
11138              From: Gisle Aas <gisle@ActiveState.com>
11139              Date: 18 May 2001 07:55:25 -0700
11140              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
11141      Branch: perl
11142            ! doop.c t/op/chop.t
11143 ____________________________________________________________________________
11144 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
11145         Log: Integrate perlio.
11146      Branch: perl
11147           !> pod/perlfunc.pod
11148 ____________________________________________________________________________
11149 [ 10159] By: nick                                  on 2001/05/20  09:39:46
11150         Log: Document some more of open's features.
11151      Branch: perlio
11152            ! pod/perlfunc.pod
11153 ____________________________________________________________________________
11154 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
11155         Log: back out change#10153 (it has compatibility issues such as the
11156              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
11157              benefit for 5.6.x doesn't seem worth the risk)
11158      Branch: maint-5.6/perl
11159            ! toke.c
11160 ____________________________________________________________________________
11161 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
11162         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
11163      Branch: perl
11164            ! x2p/s2p.PL
11165 ____________________________________________________________________________
11166 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
11167         Log: Update Changes.
11168      Branch: perl
11169            ! Changes patchlevel.h
11170 ____________________________________________________________________________
11171 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
11172         Log: Integrate change #10144 from maintperl.
11173              
11174              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
11175      Branch: perl
11176           !> win32/config.bc win32/config.gc win32/config.vc
11177           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11178 ____________________________________________________________________________
11179 [ 10154] By: nick                                  on 2001/05/18  07:23:03
11180         Log: Integrate mainline.
11181      Branch: perlio
11182           +> README.dgux t/lib/i18n-collate.t utils.lst
11183           !> (integrate 49 files)
11184 ____________________________________________________________________________
11185 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
11186         Log: Integrate change #7224 from mainline into maintperl.
11187              
11188              Allow @+ and @- to be doublequoted, from Simon Cozens. 
11189              (Approved by Larry, see Tom's comment in 20000830.005.)
11190      Branch: maint-5.6/perl
11191           !> toke.c
11192 ____________________________________________________________________________
11193 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
11194         Log: Subject: [PATCH bleadperl] small lookbehind fix
11195              From: Hugo <hv@crypt.compulink.co.uk>
11196              Date: Fri, 18 May 2001 00:07:19 +0100
11197              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
11198      Branch: perl
11199            ! regexec.c
11200 ____________________________________________________________________________
11201 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
11202         Log: Detypos.
11203      Branch: perl
11204            ! installman utils.lst
11205 ____________________________________________________________________________
11206 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
11207         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
11208              in 20001222.001.
11209      Branch: perl
11210            ! t/lib/glob-basic.t
11211 ____________________________________________________________________________
11212 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
11213         Log: Subject: [PATCH] Test for bug 20010515.004
11214              From: Benjamin Sugars <bsugars@canoe.ca>
11215              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
11216              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
11217      Branch: perl
11218            ! t/op/misc.t
11219 ____________________________________________________________________________
11220 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
11221         Log: Integrate #10145 from maintperl.
11222              
11223              fix for ID 20010515.004 (needs test)
11224      Branch: perl
11225           !> pp_hot.c
11226 ____________________________________________________________________________
11227 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
11228         Log: Thinko noticed by Doug MacEachern.
11229      Branch: perl
11230            ! thread.h
11231 ____________________________________________________________________________
11232 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
11233         Log: Subject: Re: [PATCH] HERE mark in regex
11234              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11235              Date: Thu, 17 May 2001 12:20:33 -0400
11236              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
11237      Branch: perl
11238            ! t/op/re_tests
11239 ____________________________________________________________________________
11240 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
11241         Log: fix for ID 20010515.004 (needs test)
11242      Branch: maint-5.6/perl
11243            ! pp_hot.c
11244 ____________________________________________________________________________
11245 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
11246         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
11247      Branch: maint-5.6/perl
11248            ! win32/config.bc win32/config.gc win32/config.vc
11249            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11250 ____________________________________________________________________________
11251 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
11252         Log: Macrofy the getspecific (and use it also in util.c)
11253      Branch: perl
11254            ! thread.h util.c
11255 ____________________________________________________________________________
11256 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
11257         Log: Use the unchecked thread-specific key fetch also in Tru64.
11258      Branch: perl
11259            ! thread.h
11260 ____________________________________________________________________________
11261 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
11262         Log: Subject: [PATCH 5.6.1]Quick thread speedup
11263              From: Dan Sugalski <dan@sidhe.org> 
11264              Date: Wed, 16 May 2001 18:05:19 -0400
11265              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
11266      Branch: perl
11267            ! thread.h util.c
11268 ____________________________________________________________________________
11269 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
11270         Log: I think this is quite enough testing for a deprecated feature.
11271      Branch: perl
11272            + t/lib/i18n-collate.t
11273            ! MANIFEST t/lib/1_compile.t
11274 ____________________________________________________________________________
11275 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
11276         Log: More HP-UX lore from Jeff Okamoto.
11277      Branch: perl
11278            ! README.hpux
11279 ____________________________________________________________________________
11280 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
11281         Log: Sort utils.lst for easier maintenance.
11282      Branch: perl
11283            ! utils.lst
11284 ____________________________________________________________________________
11285 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
11286         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11287              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11288              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
11289              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
11290              
11291              Add pod2latex to utils.lst.
11292      Branch: perl
11293            ! MANIFEST utils.lst
11294 ____________________________________________________________________________
11295 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
11296         Log: Subject: Re: [PATCH] HERE mark in regex
11297              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11298              Date: Wed, 16 May 2001 13:04:43 -0400
11299              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
11300      Branch: perl
11301            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11302            ! t/op/regmesg.t t/pragma/warn/regcomp
11303 ____________________________________________________________________________
11304 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
11305         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11306              From: Simon Cozens <simon@netthink.co.uk>
11307              Date: Wed, 16 May 2001 18:02:08 +0100
11308              Message-ID: <20010516180208.A6458@netthink.co.uk>
11309      Branch: perl
11310            ! installman utils.lst
11311 ____________________________________________________________________________
11312 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
11313         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
11314              From: "Philip Newton" <pnewton@gmx.de>
11315              Date: Tue, 15 May 2001 15:09:30 +0200
11316              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
11317              
11318              Test case for #10128.
11319      Branch: perl
11320            ! t/pragma/warn/pp_hot
11321 ____________________________________________________________________________
11322 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
11323         Log: Update Changes.
11324      Branch: perl
11325            ! Changes patchlevel.h
11326 ____________________________________________________________________________
11327 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
11328         Log: Deprecate pseudo-hashes.
11329      Branch: perl
11330            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
11331 ____________________________________________________________________________
11332 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
11333         Log: HP-UX hints update from Merijn.
11334      Branch: perl
11335            ! hints/hpux.sh
11336 ____________________________________________________________________________
11337 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
11338         Log: README.hpux update from Merijn.
11339      Branch: perl
11340            ! README.hpux
11341 ____________________________________________________________________________
11342 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
11343         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11344              From: Simon Cozens <simon@netthink.co.uk>
11345              Date: Wed, 16 May 2001 15:57:55 +0100
11346              Message-ID: <20010516155755.A4728@netthink.co.uk>
11347      Branch: perl
11348            + utils.lst
11349            ! MANIFEST installman installperl
11350 ____________________________________________________________________________
11351 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
11352         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
11353              From: "Philip Newton" <pnewton@gmx.de>
11354              Date: Tue, 15 May 2001 16:31:05 +0200
11355              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
11356              
11357              Fix PERL_Y2KWARN test to check before rather than after appending.
11358      Branch: perl
11359            ! pp_hot.c
11360 ____________________________________________________________________________
11361 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
11362         Log: Regen Porting stuff.
11363      Branch: perl
11364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11365            ! config_h.SH
11366 ____________________________________________________________________________
11367 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
11368         Log: Metaconfig unit change for #10125.
11369      Branch: metaconfig
11370            ! U/modified/Oldconfig.U
11371 ____________________________________________________________________________
11372 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
11373         Log: Use OSVERS.
11374      Branch: perl
11375            ! Configure config_h.SH perl.c
11376 ____________________________________________________________________________
11377 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
11378         Log: Regen toc.
11379      Branch: perl
11380            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11381 ____________________________________________________________________________
11382 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
11383         Log: Adding the README.dgux to the MANIFEST would be a good idea.
11384      Branch: perl
11385            ! MANIFEST
11386 ____________________________________________________________________________
11387 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
11388         Log: Move the stack desire definition to thread.h.
11389      Branch: perl
11390            ! ext/Thread/Thread.xs thread.h
11391 ____________________________________________________________________________
11392 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
11393         Log: DG-UX threading patches, including a README.dgux,
11394              from Takis Psarogiannakopoulos.
11395      Branch: perl
11396            + README.dgux
11397            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
11398 ____________________________________________________________________________
11399 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
11400         Log: Subject: [PATCH B::Deparse] More on /x regexes
11401              From: Robin Houston <robin@kitsite.com>
11402              Date: Tue, 15 May 2001 19:09:35 +0100
11403              Message-ID: <20010515190935.A27268@penderel>
11404      Branch: perl
11405            ! ext/B/B/Deparse.pm
11406 ____________________________________________________________________________
11407 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
11408         Log: Document that the core time() may be rounding rather
11409              than truncating, would have saved at least my confusion.
11410      Branch: perl
11411            ! ext/Time/HiRes/HiRes.pm
11412 ____________________________________________________________________________
11413 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
11414         Log: Subject: perl-current/t/time-hires.t
11415              From: John Peacock <jpeacock@rowman.com>
11416              Date: Fri, 11 May 2001 14:09:41 -0400
11417              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
11418      Branch: perl
11419            ! t/lib/time-hires.t
11420 ____________________________________________________________________________
11421 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
11422         Log: Subject: [PATCH dump.c] Op private flags
11423              From: Simon Cozens <simon@netthink.co.uk>
11424              Date: Sun, 13 May 2001 20:20:36 +0100
11425              Message-ID: <20010513202036.A21896@netthink.co.uk>
11426      Branch: perl
11427            ! dump.c
11428 ____________________________________________________________________________
11429 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
11430         Log: Upgrade to Switch 2.03.
11431      Branch: perl
11432            ! lib/Switch.pm
11433 ____________________________________________________________________________
11434 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
11435         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
11436              to PERL_CONFIG_SH and use it consistently.
11437      Branch: maint-5.6/perl
11438           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11439           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11440           !> myconfig.SH writemain.SH
11441 ____________________________________________________________________________
11442 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
11443         Log: Metaconfig units changes for #10113.
11444      Branch: metaconfig
11445            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
11446 ____________________________________________________________________________
11447 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
11448         Log: The problem described in 20010514.031 still wasn't
11449              fully cured, there were remnants of $CONFIG when
11450              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
11451              to avoid future conflicts.
11452      Branch: perl
11453            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11454            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11455            ! myconfig.SH writemain.SH
11456 ____________________________________________________________________________
11457 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
11458         Log: Half of #10107 got lost.
11459      Branch: perl
11460            ! ext/B/B/Deparse.pm
11461 ____________________________________________________________________________
11462 [ 10111] By: nick                                  on 2001/05/15  08:39:14
11463         Log: Integrate mainline.
11464      Branch: perlio
11465           +> ext/POSIX/hints/uts.pl
11466            - Todo Todo-5.6 t/camel-III/vstring.t
11467           !> (integrate 48 files)
11468 ____________________________________________________________________________
11469 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
11470         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
11471              From: Robin Houston <robin@kitsite.com>
11472              Date: Mon, 14 May 2001 22:27:08 +0100
11473              Message-ID: <20010514222708.A22963@penderel>
11474      Branch: perl
11475            ! t/TestInit.pm
11476 ____________________________________________________________________________
11477 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
11478         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
11479              From: Robin Houston <robin@kitsite.com>
11480              Date: Mon, 14 May 2001 22:16:43 +0100
11481              Message-ID: <20010514221643.A22437@penderel>
11482      Branch: perl
11483            ! ext/B/B/Deparse.pm
11484 ____________________________________________________________________________
11485 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
11486         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
11487              From: Robin Houston <robin@kitsite.com>
11488              Date: Mon, 14 May 2001 22:03:44 +0100
11489              Message-ID: <20010514220344.A20643@penderel>
11490      Branch: perl
11491            ! ext/B/B/Deparse.pm
11492 ____________________________________________________________________________
11493 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
11494         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
11495              From: Robin Houston <robin@kitsite.com>
11496              Date: Mon, 14 May 2001 22:10:07 +0100
11497              Message-ID: <20010514221007.A21118@penderel>
11498      Branch: perl
11499            ! ext/B/B/Deparse.pm
11500 ____________________________________________________________________________
11501 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
11502         Log: Fix for 20010514.037; substr() didn't invalidate the locale
11503              collation magic.
11504      Branch: perl
11505            ! pp.c
11506 ____________________________________________________________________________
11507 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
11508         Log: Update Changes.
11509      Branch: perl
11510            ! Changes patchlevel.h
11511 ____________________________________________________________________________
11512 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
11513         Log: Retract #10094.
11514      Branch: perl
11515            ! lib/Pod/Text.pm
11516 ____________________________________________________________________________
11517 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
11518         Log: Integrate change #10100 from maintperl.
11519              
11520              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11521              bug ID 20010514.027)
11522      Branch: perl
11523           !> mg.c pp_ctl.c
11524 ____________________________________________________________________________
11525 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
11526         Log: Document the deprecatedness of suidperl.
11527      Branch: perl
11528            ! INSTALL pod/perlfaq1.pod
11529 ____________________________________________________________________________
11530 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
11531         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
11532              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11533              Date: Mon, 14 May 2001 09:38:59 -0400
11534              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
11535      Branch: perl
11536            ! lib/ExtUtils/MM_Unix.pm
11537 ____________________________________________________________________________
11538 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
11539         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11540              bug ID 20010514.027)
11541              
11542              TODO: this needs a testsuite addition
11543      Branch: maint-5.6/perl
11544            ! mg.c pp_ctl.c
11545 ____________________________________________________________________________
11546 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
11547         Log: More DWIMminess for Class::Struct: calling the array or hash
11548              accessors only with one argument, an array or a hash reference,
11549              sets the underlying array or hash.  This mirrors nicely also
11550              the usage in the constructor.
11551              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
11552      Branch: perl
11553            ! lib/Class/Struct.pm t/lib/class-struct.t
11554 ____________________________________________________________________________
11555 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
11556         Log: Reference cmp'ing should go through the whole stringification
11557              process shebang, as pointed out by Sarathy in #10091.
11558      Branch: perl
11559            ! pp.c
11560 ____________________________________________________________________________
11561 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
11562         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
11563              From: Simon Cozens <simon@netthink.co.uk>
11564              Date: Sat, 12 May 2001 16:36:27 +0100
11565              Message-ID: <20010512163627.A5522@netthink.co.uk>
11566              
11567              with some additions salvaged from Todo and Todo-5.6 before
11568              retiring them.
11569      Branch: perl
11570            - Todo Todo-5.6
11571            ! MANIFEST pod/perltodo.pod
11572 ____________________________________________________________________________
11573 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
11574         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
11575              From: "Golubev I. N." <gin@mo.msk.ru>
11576              Date: Mon, 07 May 2001 14:33:34 (GMT)
11577              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
11578      Branch: perl
11579            ! perl.h
11580 ____________________________________________________________________________
11581 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
11582         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
11583              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11584              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
11585              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
11586      Branch: perl
11587            ! lib/ExtUtils/MM_Unix.pm
11588 ____________________________________________________________________________
11589 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
11590         Log: (Retracted by #10104.)
11591              
11592              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
11593              From: barries <barries@slaysys.com>
11594              Date: Sat, 12 May 2001 01:28:10 -0400
11595              Message-ID: <20010512012810.B26358@jester.slaysys.com>
11596      Branch: perl
11597            ! lib/Pod/Text.pm
11598 ____________________________________________________________________________
11599 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
11600         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
11601              From: Mike Guy <mjtg@cam.ac.uk>
11602              Date: Sat, 12 May 2001 19:24:33 +0100
11603              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
11604      Branch: perl
11605            ! lib/AutoSplit.pm
11606 ____________________________________________________________________________
11607 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
11608         Log: Yet another HP-UX hints tweak from Merijn.
11609      Branch: perl
11610            ! hints/hpux.sh
11611 ____________________________________________________________________________
11612 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
11613         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
11614              isn't defined (changes#9366,9368,9370 from mainline without the
11615              pp_scmp() change)
11616      Branch: maint-5.6/perl
11617            ! pp.c pp.h pp_hot.c
11618 ____________________________________________________________________________
11619 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
11620         Log: The sorting seems to happen now automatically.
11621      Branch: perl
11622            ! t/lib/glob-basic.t
11623 ____________________________________________________________________________
11624 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
11625         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11626              From: Benjamin Sugars <bsugars@canoe.ca>
11627              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
11628              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
11629      Branch: perl
11630            ! pod/perlfunc.pod
11631 ____________________________________________________________________________
11632 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
11633         Log: Subject: Re: undef(&foo) does not work for XS functions
11634              From: Doug MacEachern <dougm@covalent.net>
11635              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
11636              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
11637      Branch: perl
11638            ! op.c
11639 ____________________________________________________________________________
11640 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
11641         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
11642              From: Peter Prymmer <pvhp@forte.com>
11643              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
11644              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
11645      Branch: perl
11646            ! t/op/append.t
11647 ____________________________________________________________________________
11648 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
11649         Log: Update Changes.
11650      Branch: perl
11651            ! Changes patchlevel.h
11652 ____________________________________________________________________________
11653 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
11654         Log: Remove the 'asciir' re subpragma.  Should instead implement
11655              the 'physical vs logical' range scheme:
11656              
11657              \xAA-\xCC is a native physical range, you want that range of
11658              codepoints in your native encoding.  In EBCDIC the codepoints
11659              in the gaps (between i-j and r-s) should be included.
11660              
11661              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
11662              codepoints in Unicode.
11663              
11664              a-z is a logical range, you want that range of 'logical' codepoints
11665              in your native encoding.  In EBCDIC the codepoints in the gaps
11666              (between i-j and r-s) should not be included.
11667              
11668              Mixed cases (a-\xAA, etc) should either be errors, or maybe
11669              the 'logical' endpoints should be converted to native/Unicode
11670              codepoints, and the range handled as a physical range.
11671              
11672              'Logical endpoints' are to be recognized only in the A-Z, a-z,
11673              and 0-9 ranges.  Probably a warning should be given for mixed
11674              cases like A-z or a-9 (since such expressions are encoding
11675              dependent), with a recommendation to use physical ranges.
11676      Branch: perl
11677            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
11678            ! t/op/regexp.t
11679 ____________________________________________________________________________
11680 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
11681         Log: Make the test to cleanup the test directory tree
11682              both before and after the testing so that we always
11683              have a clean slate to work with.
11684      Branch: perl
11685            ! t/lib/filefind.t
11686 ____________________________________________________________________________
11687 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
11688         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11689              From: Jon Eveland <jweveland@yahoo.com>
11690              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
11691              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
11692      Branch: perl
11693            ! pod/perlfunc.pod
11694 ____________________________________________________________________________
11695 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
11696         Log: Merge the camel-III/vstring.t with op/ver.t.
11697      Branch: perl
11698            - t/camel-III/vstring.t
11699            ! MANIFEST t/TEST t/harness t/op/ver.t
11700 ____________________________________________________________________________
11701 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
11702         Log: Add test.deparse make target.
11703      Branch: perl
11704            ! Makefile.SH
11705 ____________________________________________________________________________
11706 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
11707         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
11708              From: Robin Houston <robin@kitsite.com>
11709              Date: Fri, 11 May 2001 12:02:22 +0100
11710              Message-ID: <20010511120222.A11529@penderel>
11711      Branch: perl
11712            ! ext/B/B/Deparse.pm t/op/method.t
11713 ____________________________________________________________________________
11714 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
11715         Log: A nicely working combination for UTS from Hal Morris.
11716      Branch: perl
11717            + ext/POSIX/hints/uts.pl
11718            ! MANIFEST hints/uts.sh
11719 ____________________________________________________________________________
11720 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
11721         Log: i_ieeefp=undef for UTS.
11722      Branch: perl
11723            ! hints/uts.sh
11724 ____________________________________________________________________________
11725 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
11726         Log: Subject: RE: rand(0) is rand(1)
11727              From: Larry Shatzer <lshatzer@islanddata.com>
11728              Date: Thu, 10 May 2001 11:09:27 -0700
11729              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
11730      Branch: perl
11731            ! pod/perlfunc.pod
11732 ____________________________________________________________________________
11733 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
11734         Log: Subject: [patch] make op_{clear,null} public
11735              From: Doug MacEachern <dougm@covalent.net>
11736              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
11737              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
11738      Branch: perl
11739            ! embed.h embed.pl op.c proto.h
11740 ____________________________________________________________________________
11741 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
11742         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
11743              From: Robin Houston <robin@kitsite.com>
11744              Date: Thu, 10 May 2001 18:54:59 +0100
11745              Message-ID: <20010510185459.A5995@penderel>
11746      Branch: perl
11747            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
11748 ____________________________________________________________________________
11749 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
11750         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
11751              From: Robin Houston <robin@kitsite.com>
11752              Date: Thu, 10 May 2001 12:56:39 +0100
11753              Message-ID: <20010510125639.A2119@penderel>
11754      Branch: perl
11755            ! ext/B/B/Deparse.pm
11756 ____________________________________________________________________________
11757 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
11758         Log: Retract #10070, not ready yet.
11759      Branch: perl
11760            ! ext/B/B/Deparse.pm
11761 ____________________________________________________________________________
11762 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
11763         Log: The metaconfig unit change for #10071.
11764      Branch: metaconfig
11765            ! U/modified/mallocsrc.U
11766 ____________________________________________________________________________
11767 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
11768         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
11769      Branch: perl
11770            ! Configure
11771 ____________________________________________________________________________
11772 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
11773         Log: (Retracted by #10073)
11774              
11775              Subject: Re: [PATCH t/TEST] B::Deparse tester 
11776              From: Hugo <hv@crypt.compulink.co.uk>
11777              Date: Thu, 10 May 2001 05:48:09 +0100
11778              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
11779      Branch: perl
11780            ! ext/B/B/Deparse.pm
11781 ____________________________________________________________________________
11782 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
11783         Log: Add a for(func()) test.
11784      Branch: perl
11785            ! t/cmd/for.t
11786 ____________________________________________________________________________
11787 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
11788         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
11789              From: Robin Houston <robin@kitsite.com>
11790              Date: Thu, 10 May 2001 13:50:08 +0100
11791              Message-ID: <20010510135008.A2454@penderel>
11792      Branch: perl
11793            ! ext/B/B/Deparse.pm
11794 ____________________________________________________________________________
11795 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
11796         Log: A thinko in #10065.
11797      Branch: perl
11798            ! hv.c
11799 ____________________________________________________________________________
11800 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
11801         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
11802              From: Robin Houston <robin@kitsite.com>
11803              Date: Thu, 10 May 2001 02:10:34 +0100
11804              Message-ID: <20010510021034.A19421@penderel>
11805      Branch: perl
11806            ! ext/B/B.xs ext/B/B/Deparse.pm
11807 ____________________________________________________________________________
11808 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
11809         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
11810              From: Doug MacEachern <dougm@covalent.net>
11811              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
11812              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
11813      Branch: perl
11814            ! hv.c
11815 ____________________________________________________________________________
11816 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
11817         Log: One more workaround for the UTS compiler from Hal Morris.
11818      Branch: perl
11819            ! perl.h
11820 ____________________________________________________________________________
11821 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
11822         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
11823              From: Robin Houston <robin@kitsite.com>
11824              Date: Thu, 10 May 2001 01:02:08 +0100
11825              Message-ID: <20010510010208.A18200@penderel>
11826      Branch: perl
11827            ! ext/B/B/Debug.pm
11828 ____________________________________________________________________________
11829 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
11830         Log: Subject: [PATCH] Simplify deb_curcv() a bit
11831              From: Benjamin Sugars <bsugars@canoe.ca>
11832              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
11833              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
11834      Branch: perl
11835            ! run.c
11836 ____________________________________________________________________________
11837 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
11838         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
11839              From: Benjamin Sugars <bsugars@canoe.ca>
11840              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
11841              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
11842      Branch: perl
11843            ! t/lib/io_scalar.t
11844 ____________________________________________________________________________
11845 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
11846         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
11847              From: Peter Prymmer <pvhp@forte.com>
11848              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
11849              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
11850      Branch: perl
11851            ! t/lib/md5-file.t
11852 ____________________________________________________________________________
11853 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
11854         Log: Subject: [PATCH t/TEST] B::Deparse tester
11855              From: Robin Houston <robin@kitsite.com>
11856              Date: Wed, 9 May 2001 19:17:50 +0100
11857              Message-ID: <20010509191750.A16940@penderel>
11858      Branch: perl
11859            ! ext/B/O.pm t/TEST
11860 ____________________________________________________________________________
11861 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
11862         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
11863              From: Jeff Pinyan <jeffp@crusoe.net>
11864              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
11865              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
11866      Branch: perl
11867            ! lib/Pod/Html.pm
11868 ____________________________________________________________________________
11869 [ 10057] By: nick                                  on 2001/05/09  18:37:56
11870         Log: Integrate mainline.
11871      Branch: perlio
11872           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
11873           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
11874 ____________________________________________________________________________
11875 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
11876         Log: Update Changes.
11877      Branch: perl
11878            ! Changes patchlevel.h
11879 ____________________________________________________________________________
11880 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
11881         Log: Integrate perlio.
11882      Branch: perl
11883           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11884 ____________________________________________________________________________
11885 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
11886         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
11887              From: Benjamin Sugars <bsugars@canoe.ca>
11888              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
11889              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
11890      Branch: perl
11891            ! perlio.c
11892 ____________________________________________________________________________
11893 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
11894         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
11895              From: Benjamin Sugars <bsugars@canoe.ca>
11896              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
11897              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
11898      Branch: perl
11899            ! ext/PerlIO/Scalar/Scalar.xs
11900 ____________________________________________________________________________
11901 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
11902         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
11903              From: Jeff Pinyan <jeffp@crusoe.net>
11904              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
11905              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
11906      Branch: perl
11907            ! lib/Pod/Html.pm
11908 ____________________________________________________________________________
11909 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
11910         Log: EPOC tweak from Olaf Flebbe.
11911      Branch: perl
11912            ! epoc/epocish.h
11913 ____________________________________________________________________________
11914 [ 10050] By: nick                                  on 2001/05/09  14:37:57
11915         Log: win32, regen_config_h
11916      Branch: perlio
11917            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11918 ____________________________________________________________________________
11919 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
11920         Log: Integrate perlio.
11921      Branch: perl
11922           !> pp_sys.c
11923 ____________________________________________________________________________
11924 [ 10048] By: nick                                  on 2001/05/09  11:59:50
11925         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
11926              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
11927      Branch: perlio
11928            ! pp_sys.c
11929 ____________________________________________________________________________
11930 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
11931         Log: Integrate perlio.
11932      Branch: perl
11933           !> run.c
11934 ____________________________________________________________________________
11935 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
11936         Log: Subject: Re: Less warnings during configure
11937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11938              Date: Wed, 09 May 2001 13:12:49 +0200
11939              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
11940      Branch: perl
11941            ! hints/hpux.sh
11942 ____________________________________________________________________________
11943 [ 10045] By: nick                                  on 2001/05/09  09:56:59
11944         Log: MULTIPLICITY/DEBUGGING build fix.
11945      Branch: perlio
11946            ! run.c
11947 ____________________________________________________________________________
11948 [ 10044] By: nick                                  on 2001/05/09  09:46:37
11949         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
11950      Branch: perlio
11951           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
11952            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11953           !> (integrate 65 files)
11954 ____________________________________________________________________________
11955 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
11956         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11957              From: Robin Houston <robin@kitsite.com>
11958              Date: Tue, 8 May 2001 19:38:00 +0100
11959              Message-ID: <20010508193800.A4389@penderel>
11960              
11961              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11962              From: Robin Houston <robin@kitsite.com>
11963              Date: Tue, 8 May 2001 20:03:57 +0100
11964              Message-ID: <20010508200357.A4614@penderel>
11965              
11966              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11967              From: Robin Houston <robin@kitsite.com>
11968              Date: Wed, 9 May 2001 00:12:05 +0100
11969              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
11970      Branch: perl
11971            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
11972 ____________________________________________________________________________
11973 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
11974         Log: Retract #10031.
11975      Branch: perl
11976            ! pod/perlfunc.pod
11977 ____________________________________________________________________________
11978 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
11979         Log: The metaconfig unit changes for #10040.
11980      Branch: metaconfig/U/perl
11981            ! Checkcc.U d_dlsymun.U dlsrc.U
11982 ____________________________________________________________________________
11983 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
11984         Log: The Configure half of
11985              
11986              Subject: Less warnings during configure
11987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11988              Date: Tue, 08 May 2001 08:44:02 +0200
11989              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11990      Branch: perl
11991            ! Configure
11992 ____________________________________________________________________________
11993 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
11994         Log: Subject: Less warnings during configure
11995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11996              Date: Tue, 08 May 2001 08:44:02 +0200
11997              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11998      Branch: perl
11999            ! hints/hpux.sh
12000 ____________________________________________________________________________
12001 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
12002         Log: Don't forget to whine about \d__\d.
12003      Branch: perl
12004            ! t/pragma/warn/toke toke.c
12005 ____________________________________________________________________________
12006 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
12007         Log: Allow underscores also in the exponent part.
12008      Branch: perl
12009            ! t/pragma/warn/toke toke.c
12010 ____________________________________________________________________________
12011 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
12012         Log: CodeMagicCD doesn't look like an *I*DE.
12013      Branch: perl
12014            ! pod/perlfaq3.pod
12015 ____________________________________________________________________________
12016 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
12017         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
12018              to be consistently down).
12019      Branch: perl
12020            ! pod/perlfaq3.pod
12021 ____________________________________________________________________________
12022 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
12023         Log: Upgrade to Text::Balanced 1.84.
12024      Branch: perl
12025            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
12026 ____________________________________________________________________________
12027 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
12028         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
12029              From: Benjamin Sugars <bsugars@canoe.ca>
12030              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
12031              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
12032      Branch: perl
12033            ! run.c
12034 ____________________________________________________________________________
12035 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
12036         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
12037              From: Peter Prymmer <pvhp@forte.com>
12038              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
12039              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
12040      Branch: perl
12041            ! t/pod/plainer.t
12042 ____________________________________________________________________________
12043 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
12044         Log: (Retracted by #10042)
12045              
12046              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
12047              From: "Philip Newton" <pnewton@gmx.de>
12048              Date: Tue, 8 May 2001 09:18:10 +0200
12049              Message-ID: <3AF7B9D2.28861.603732@localhost>
12050      Branch: perl
12051            ! pod/perlfunc.pod
12052 ____________________________________________________________________________
12053 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
12054         Log: Subject: [PATCH B::Deparse] Document known bugs
12055              From: Robin Houston <robin@kitsite.com>
12056              Date: Tue, 8 May 2001 01:53:34 +0100
12057              Message-ID: <20010508015334.A32394@penderel>
12058      Branch: perl
12059            ! ext/B/B/Deparse.pm
12060 ____________________________________________________________________________
12061 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
12062         Log: Subject: Re: Perl book, magazine and website updates.
12063              From: "Philip Newton" <pnewton@gmx.de>
12064              Date: Mon, 7 May 2001 17:03:58 +0200
12065              Message-ID: <3AF6D57E.5387.1E29930@localhost>
12066      Branch: perl
12067            ! pod/perlfaq2.pod
12068 ____________________________________________________________________________
12069 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
12070         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
12071              From: Peter Prymmer <pvhp@forte.com>
12072              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
12073              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
12074      Branch: perl
12075            ! t/io/fflush.t
12076 ____________________________________________________________________________
12077 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
12078         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
12079              From: Robin Houston <robin@kitsite.com>
12080              Date: Tue, 8 May 2001 01:14:55 +0100
12081              Message-ID: <20010508011455.A32162@penderel>
12082      Branch: perl
12083            ! ext/B/B/Deparse.pm
12084 ____________________________________________________________________________
12085 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
12086         Log: Typo in #10025.
12087      Branch: perl
12088            ! hints/uts.sh
12089 ____________________________________________________________________________
12090 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
12091         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
12092      Branch: perl
12093            ! hints/uts.sh
12094 ____________________________________________________________________________
12095 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
12096         Log: Subject: Re: [ID 20010506.045] question about hash syntax
12097              From: Peter Scott <Peter@PSDT.com>
12098              Date: Sun, 06 May 2001 13:10:40 -0700
12099              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
12100      Branch: perl
12101            ! pod/perl56delta.pod
12102 ____________________________________________________________________________
12103 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
12104         Log: Configure should figure out the list of dynamic extensions
12105              just fine in UTS-- and in fact it does, as reported by Hal Morris.
12106      Branch: perl
12107            ! hints/uts.sh
12108 ____________________________________________________________________________
12109 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
12110         Log: Update Changes.
12111      Branch: perl
12112            ! Changes patchlevel.h
12113 ____________________________________________________________________________
12114 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
12115         Log: Subject: [PATCH regcomp.c] Insecure regexes
12116              From: Robin Houston <robin@kitsite.com>
12117              Date: Mon, 7 May 2001 21:56:12 +0100
12118              Message-ID: <20010507215612.A31114@penderel>
12119      Branch: perl
12120            ! regcomp.c
12121 ____________________________________________________________________________
12122 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
12123         Log: Drop the foobar.perl.com references for now until Simon
12124              gets them sorted out.
12125      Branch: perl
12126            ! pod/perlfaq2.pod
12127 ____________________________________________________________________________
12128 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
12129         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
12130              From: Prymmer/Kahn <pvhp@best.com>
12131              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
12132              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
12133      Branch: perl
12134            ! lib/Devel/SelfStubber.pm
12135 ____________________________________________________________________________
12136 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
12137         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
12138              From: Prymmer/Kahn <pvhp@best.com>
12139              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
12140              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
12141      Branch: perl
12142            ! win32/Makefile
12143 ____________________________________________________________________________
12144 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
12145         Log: s/WebTechnique's/WebTechniques/
12146      Branch: perl
12147            ! pod/perlfaq2.pod
12148 ____________________________________________________________________________
12149 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
12150         Log: Llama 3 updates from Randal.
12151      Branch: perl
12152            ! pod/perlfaq2.pod
12153 ____________________________________________________________________________
12154 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
12155         Log: Subject: [PATCH] Help -Dt show correct pad variables
12156              From: Benjamin Sugars <ben.sugars@home.com>
12157              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
12158              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
12159      Branch: perl
12160            ! embed.h embed.pl proto.h run.c
12161 ____________________________________________________________________________
12162 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
12163         Log: Subject: [PATCH] Document C<our $foo : shared>
12164              From: Benjamin Sugars <ben.sugars@home.com>
12165              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
12166              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
12167      Branch: perl
12168            ! pod/perlfunc.pod
12169 ____________________________________________________________________________
12170 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
12171         Log: Subject: [PATCH B::Deparse] undefined folded constants
12172              From: Robin Houston <robin@kitsite.com>
12173              Date: Sun, 6 May 2001 17:19:09 +0100
12174              Message-ID: <20010506171909.A7046@penderel>
12175      Branch: perl
12176            ! ext/B/B/Deparse.pm
12177 ____________________________________________________________________________
12178 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
12179         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
12180              From: Robin Houston <robin@kitsite.com>
12181              Message-ID: <20010506164654.A6848@penderel>
12182              Date: Sun, 6 May 2001 16:46:54 +0100
12183      Branch: perl
12184            ! ext/B/B/Deparse.pm
12185 ____________________________________________________________________________
12186 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
12187         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
12188              From: Robin Houston <robin@kitsite.com>
12189              Date: Sun, 6 May 2001 14:47:02 +0100
12190              Message-ID: <20010506144702.A6308@penderel>
12191      Branch: perl
12192            ! t/op/my_stash.t
12193 ____________________________________________________________________________
12194 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
12195         Log: Subject: Perl book, magazine and website updates.
12196              From: Simon Cozens <simon@netthink.co.uk>
12197              Date: Sun, 6 May 2001 16:55:36 +0100
12198              Message-ID: <20010506165536.A1795@netthink.co.uk>
12199      Branch: perl
12200            ! pod/perlbook.pod pod/perlfaq2.pod
12201 ____________________________________________________________________________
12202 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
12203         Log: Tweaks on the Tru64 prof options.
12204      Branch: perl
12205            ! pod/perlhack.pod
12206 ____________________________________________________________________________
12207 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
12208         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
12209              From: Robin Houston <robin@kitsite.com>
12210              Date: Sun, 6 May 2001 14:40:51 +0100
12211              Message-ID: <20010506144051.A6279@penderel>
12212      Branch: perl
12213            ! t/pod/testp2pt.pl
12214 ____________________________________________________________________________
12215 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
12216         Log: Subject: [PATCH B::Deparse] scoping
12217              From: Robin Houston <robin@kitsite.com>
12218              Date: Sun, 6 May 2001 14:36:56 +0100
12219              Message-ID: <20010506143656.A4006@penderel>
12220      Branch: perl
12221            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
12222 ____________________________________________________________________________
12223 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
12224         Log: Document the undefinedness of bitshifting out of range.
12225      Branch: perl
12226            ! pod/perlop.pod
12227 ____________________________________________________________________________
12228 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
12229         Log: Retract #10003 and update the IDE descriptions a bit.
12230      Branch: perl
12231            ! pod/perlfaq3.pod
12232 ____________________________________________________________________________
12233 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
12234         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
12235              From: Prymmer/Kahn <pvhp@best.com>
12236              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
12237              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
12238      Branch: perl
12239            ! win32/Makefile win32/buildext.pl win32/config.bc
12240            ! win32/config.gc win32/config.vc
12241 ____________________________________________________________________________
12242 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
12243         Log: (Retracted by #10005.)
12244      Branch: perl
12245            ! pod/perlfaq3.pod
12246 ____________________________________________________________________________
12247 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
12248         Log: It's "psed", not "sed".
12249      Branch: perl
12250            ! x2p/s2p.PL
12251 ____________________________________________________________________________
12252 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
12253         Log: Update Changes.
12254      Branch: perl
12255            ! Changes patchlevel.h
12256 ____________________________________________________________________________
12257 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
12258         Log: Subject: Re: bleadperl make install fails due to "psed"
12259              From: andreas.koenig@anima.de (Andreas J. Koenig)
12260              Date: 05 May 2001 18:23:28 +0200
12261              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
12262      Branch: perl
12263            ! x2p/Makefile.SH x2p/s2p.PL
12264 ____________________________________________________________________________
12265 [  9999] By: jhi                                   on 2001/05/05  18:28:09
12266         Log: AUTHORS updates.
12267      Branch: perl
12268            ! AUTHORS
12269 ____________________________________________________________________________
12270 [  9998] By: jhi                                   on 2001/05/05  18:16:00
12271         Log: Updates on the pods related to the modules included since 5.6.
12272              
12273              TODO: perltodo really could use major updating.
12274      Branch: perl
12275            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
12276            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
12277            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
12278            ! pod/perlsyn.pod pod/perltodo.pod
12279 ____________________________________________________________________________
12280 [  9997] By: jhi                                   on 2001/05/05  17:35:17
12281         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
12282              from Kurt Skauen.
12283      Branch: perl
12284            + hints/atheos.sh
12285            ! MANIFEST
12286 ____________________________________________________________________________
12287 [  9996] By: jhi                                   on 2001/05/05  17:25:00
12288         Log: Add preemptive #undefs for some of the shorter and more prone
12289              to collision regcomp.h #defines.  (Background: the MASK collided
12290              with a system header #define in Rhapsody.)
12291      Branch: perl
12292            ! regcomp.h
12293 ____________________________________________________________________________
12294 [  9995] By: jhi                                   on 2001/05/05  13:24:21
12295         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12296              From: Nicholas Clark <nick@ccl4.org>
12297              Date: Sat, 5 May 2001 14:46:39 +0100
12298              Message-ID: <20010505144639.O53513@plum.flirble.org>
12299              
12300              Add a test for the constants (if any) being processed correctly.
12301      Branch: perl
12302            ! utils/h2xs.PL
12303 ____________________________________________________________________________
12304 [  9994] By: jhi                                   on 2001/05/05  02:11:03
12305         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
12306              From: Peter Prymmer <pvhp@forte.com>
12307              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
12308              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
12309      Branch: perl
12310            ! t/lib/b-stash.t
12311 ____________________________________________________________________________
12312 [  9993] By: jhi                                   on 2001/05/05  02:03:49
12313         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
12314              From: Peter Prymmer <pvhp@forte.com>
12315              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
12316              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
12317      Branch: perl
12318            ! perlio.c vms/vmsish.h
12319 ____________________________________________________________________________
12320 [  9992] By: jhi                                   on 2001/05/04  17:21:12
12321         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
12322              From: Robin Barker <rmb1@cise.npl.co.uk>
12323              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
12324              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
12325      Branch: perl
12326            + t/pod/plainer.t
12327            ! MANIFEST
12328 ____________________________________________________________________________
12329 [  9991] By: jhi                                   on 2001/05/04  16:47:45
12330         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
12331              From: Robin Barker <rmb1@cise.npl.co.uk>
12332              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
12333              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
12334      Branch: perl
12335            ! regcomp.c
12336 ____________________________________________________________________________
12337 [  9990] By: jhi                                   on 2001/05/04  14:37:20
12338         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
12339              From: Prymmer/Kahn <pvhp@best.com>
12340              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
12341              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
12342      Branch: perl
12343            ! t/lib/b-stash.t
12344 ____________________________________________________________________________
12345 [  9989] By: jhi                                   on 2001/05/04  14:03:58
12346         Log: Introduce perl572delta, update Todo, add the missing
12347              mention about signal safety since 5.7.1 (though this
12348              requires verification and more details.)
12349      Branch: perl
12350            + pod/perl572delta.pod
12351            ! MANIFEST Todo pod/perl571delta.pod
12352 ____________________________________________________________________________
12353 [  9988] By: jhi                                   on 2001/05/04  12:41:51
12354         Log: Subject: [PATCH perl@9944] long =item
12355              From: Robin Barker <rmb1@cise.npl.co.uk>
12356              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
12357              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
12358      Branch: perl
12359            ! ext/Time/HiRes/HiRes.pm
12360 ____________________________________________________________________________
12361 [  9987] By: jhi                                   on 2001/05/04  12:39:19
12362         Log: The #9901 had removed one line essential for EBCDIC.
12363      Branch: perl
12364            ! regcomp.c
12365 ____________________________________________________________________________
12366 [  9986] By: jhi                                   on 2001/05/04  12:30:23
12367         Log: Subject: cygwin/Makefile.SHs INSTALL patch
12368              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
12369              Date: Mon, 08 Jan 2001 04:59:21 +0200
12370              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
12371      Branch: perl
12372            ! cygwin/Makefile.SHs
12373 ____________________________________________________________________________
12374 [  9985] By: jhi                                   on 2001/05/04  03:51:39
12375         Log: Encode/IO doc tweaks.
12376      Branch: perl
12377            ! ext/Encode/Encode.pm
12378 ____________________________________________________________________________
12379 [  9984] By: jhi                                   on 2001/05/04  03:29:34
12380         Log: Remove GDBM_File from the dynamic extensions for UTS,
12381              GDBM is not a standard feature.
12382      Branch: perl
12383            ! hints/uts.sh
12384 ____________________________________________________________________________
12385 [  9983] By: jhi                                   on 2001/05/04  03:22:59
12386         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
12387      Branch: perl
12388            ! pod/perlretut.pod
12389 ____________________________________________________________________________
12390 [  9982] By: jhi                                   on 2001/05/03  23:21:03
12391         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
12392              From: Benjamin Sugars <bsugars@canoe.ca>
12393              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
12394              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
12395      Branch: perl
12396            ! dump.c
12397 ____________________________________________________________________________
12398 [  9981] By: jhi                                   on 2001/05/03  23:20:05
12399         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
12400              From: Benjamin Sugars <bsugars@canoe.ca>
12401              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
12402              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
12403      Branch: perl
12404            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12405 ____________________________________________________________________________
12406 [  9980] By: jhi                                   on 2001/05/03  23:15:29
12407         Log: Integrate perlio.
12408      Branch: perl
12409           !> ext/Encode/Encode.pm
12410 ____________________________________________________________________________
12411 [  9979] By: jhi                                   on 2001/05/03  16:54:59
12412         Log: Install psed man page.
12413      Branch: perl
12414            ! installman
12415 ____________________________________________________________________________
12416 [  9978] By: jhi                                   on 2001/05/03  16:45:58
12417         Log: Remove unused files; noted by Sarathy.
12418      Branch: perl
12419            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12420            ! MANIFEST
12421 ____________________________________________________________________________
12422 [  9977] By: jhi                                   on 2001/05/03  16:42:30
12423         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
12424              From: Andy Dougherty <doughera@lafayette.edu>
12425              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
12426              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
12427      Branch: perl
12428            ! INSTALL
12429 ____________________________________________________________________________
12430 [  9976] By: nick                                  on 2001/05/03  16:40:42
12431         Log: Allow $answer = encode($object,$text); like it says in docs.
12432      Branch: perlio
12433            ! ext/Encode/Encode.pm
12434 ____________________________________________________________________________
12435 [  9975] By: nick                                  on 2001/05/03  16:22:30
12436         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
12437              to be in scope (fair enough), and also a package variable (our) for eval to see it.
12438      Branch: perlio
12439            ! ext/Encode/Encode.pm
12440 ____________________________________________________________________________
12441 [  9974] By: nick                                  on 2001/05/03  15:48:17
12442         Log: Integrate mainline.
12443      Branch: perlio
12444           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
12445           +> t/lib/filter-simple.t t/lib/next.t
12446           !> (integrate 70 files)
12447 ____________________________________________________________________________
12448 [  9973] By: jhi                                   on 2001/05/03  13:09:09
12449         Log: Update Changes.
12450      Branch: perl
12451            ! Changes patchlevel.h
12452 ____________________________________________________________________________
12453 [  9972] By: jhi                                   on 2001/05/03  12:58:33
12454         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
12455              From: Prymmer/Kahn <pvhp@best.com>
12456              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
12457              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
12458      Branch: perl
12459            ! t/io/fflush.t
12460 ____________________________________________________________________________
12461 [  9971] By: jhi                                   on 2001/05/03  12:57:26
12462         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
12463              From: Prymmer/Kahn <pvhp@best.com>
12464              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
12465              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
12466      Branch: perl
12467            ! win32/FindExt.pm
12468 ____________________________________________________________________________
12469 [  9970] By: jhi                                   on 2001/05/03  02:42:46
12470         Log: Can't croak sans thread context, from Doug MacEachern.
12471      Branch: perl
12472            ! toke.c
12473 ____________________________________________________________________________
12474 [  9969] By: jhi                                   on 2001/05/03  01:23:48
12475         Log: Subject: Random input test and Perl
12476              From: Ilya Zakharevich <ilya@math.berkeley.edu>
12477              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
12478              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
12479      Branch: perl
12480            ! toke.c
12481 ____________________________________________________________________________
12482 [  9968] By: jhi                                   on 2001/05/02  22:17:21
12483         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
12484              From: Peter Prymmer <pvhp@forte.com>
12485              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
12486              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
12487      Branch: perl
12488            ! pod/perlfunc.pod pod/perlport.pod
12489 ____________________________________________________________________________
12490 [  9967] By: jhi                                   on 2001/05/02  20:12:45
12491         Log: Workaround for UTS compiler casting bug from Hal Morris.
12492      Branch: perl
12493            ! perl.h
12494 ____________________________________________________________________________
12495 [  9966] By: jhi                                   on 2001/05/02  18:31:37
12496         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
12497              From: Dan Sugalski <dan@sidhe.org>
12498              Date: Wed, 02 May 2001 15:23:22 -0400
12499              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
12500      Branch: perl
12501            ! perl.c vms/vms.c
12502 ____________________________________________________________________________
12503 [  9965] By: jhi                                   on 2001/05/02  18:21:29
12504         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
12505      Branch: perl
12506            ! pod/perlfunc.pod
12507 ____________________________________________________________________________
12508 [  9964] By: jhi                                   on 2001/05/02  18:15:01
12509         Log: Document large files in INSTALL, document also the %x
12510              limitation if not use64bitint, closes bug 20010326.007.
12511      Branch: perl
12512            ! INSTALL
12513 ____________________________________________________________________________
12514 [  9963] By: jhi                                   on 2001/05/02  17:24:47
12515         Log: perlmodlib tweaks; regen pods.
12516      Branch: perl
12517            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
12518            ! pod/perltoc.pod
12519 ____________________________________________________________________________
12520 [  9962] By: jhi                                   on 2001/05/02  17:14:00
12521         Log: Fix for a segfault, from Marc Lehmann.
12522      Branch: perl
12523            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
12524 ____________________________________________________________________________
12525 [  9961] By: jhi                                   on 2001/05/02  15:55:53
12526         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
12527              From: "Philip Newton" <pnewton@gmx.de>
12528              Date: Wed, 2 May 2001 18:39:03 +0200
12529              Message-ID: <3AF05447.15525.173B588@localhost>
12530      Branch: perl
12531            ! pod/perlop.pod
12532 ____________________________________________________________________________
12533 [  9960] By: jhi                                   on 2001/05/02  15:35:37
12534         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
12535              From: Dan Sugalski <dan@sidhe.org>
12536              Date: Wed, 02 May 2001 11:37:27 -0400
12537              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
12538      Branch: perl
12539            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
12540            ! thread.h vms/vms.c vms/vmsish.h
12541 ____________________________________________________________________________
12542 [  9959] By: jhi                                   on 2001/05/02  15:21:08
12543         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
12544              From: Benjamin Sugars <bsugars@canoe.ca>
12545              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
12546              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
12547      Branch: perl
12548            ! ext/PerlIO/Scalar/Scalar.xs
12549 ____________________________________________________________________________
12550 [  9958] By: jhi                                   on 2001/05/02  15:15:53
12551         Log: Bug in #9915, spotted by Mike Guy.
12552      Branch: perl
12553            ! installperl
12554 ____________________________________________________________________________
12555 [  9957] By: jhi                                   on 2001/05/02  13:26:01
12556         Log: Add a test for not griping about references as array
12557              indices if the reference has magic in it (overloaded
12558              methods).
12559      Branch: perl
12560            ! pod/perldiag.pod t/pragma/warn/pp_hot
12561 ____________________________________________________________________________
12562 [  9956] By: jhi                                   on 2001/05/02  13:07:01
12563         Log: Retracted a bit too much in #9952.
12564      Branch: perl
12565            ! t/pragma/sub_lval.t
12566 ____________________________________________________________________________
12567 [  9955] By: jhi                                   on 2001/05/02  13:05:38
12568         Log: Test for #9952.
12569      Branch: perl
12570            ! t/op/tie.t
12571 ____________________________________________________________________________
12572 [  9954] By: jhi                                   on 2001/05/02  11:48:18
12573         Log: Additional note on the encoding example: one cannot
12574              convert string constants in-place.
12575      Branch: perl
12576            ! ext/Encode/Encode.pm
12577 ____________________________________________________________________________
12578 [  9953] By: jhi                                   on 2001/05/02  11:43:51
12579         Log: Note that if you have recent enough Perl you already
12580              have Filter::Util::Call.
12581      Branch: perl
12582            ! lib/Filter/Simple.pm
12583 ____________________________________________________________________________
12584 [  9952] By: jhi                                   on 2001/05/02  11:31:53
12585         Log: Retract changes #8254 and #8255, causes coredump in
12586              'tie FH, "main"', reported by Abigail, culprit found by
12587              Benjamin Sugars.  Mirrors maintperl change #9950.
12588      Branch: perl
12589            ! op.c t/pragma/sub_lval.t
12590 ____________________________________________________________________________
12591 [  9951] By: jhi                                   on 2001/05/02  11:14:29
12592         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
12593      Branch: perl
12594            + t/lib/MyFilter.pm
12595 ____________________________________________________________________________
12596 [  9950] By: gsar                                  on 2001/05/02  03:17:11
12597         Log: revert integration of changes#8254,8255 in change#8620 (causes
12598              a coredump in C<tie FH, 'foo'>; the idea itself may need better
12599              rationalization)
12600      Branch: maint-5.6/perl
12601            ! op.c t/pragma/sub_lval.t
12602 ____________________________________________________________________________
12603 [  9949] By: gsar                                  on 2001/05/02  02:56:32
12604         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
12605              
12606              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12607              
12608              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12609      Branch: maint-5.6/perl
12610           !> hints/svr5.sh
12611 ____________________________________________________________________________
12612 [  9948] By: gsar                                  on 2001/05/02  02:49:15
12613         Log: pod/find.t breaks on VMS (from Craig Berry)
12614      Branch: maint-5.6/perl
12615            ! t/pod/find.t
12616 ____________________________________________________________________________
12617 [  9947] By: jhi                                   on 2001/05/02  02:43:09
12618         Log: Add an encoding conversion example.
12619      Branch: perl
12620            ! ext/Encode/Encode.pm
12621 ____________________________________________________________________________
12622 [  9946] By: jhi                                   on 2001/05/02  01:34:22
12623         Log: Another coat of paint but still nowhere finished.
12624              Need to decide on the semantics of strptime(): should
12625              strptime() be a function instead of a method?  To do
12626              the week/monthname-strptiming the i18n/l10n bullet needs
12627              to be bitten with gusto.
12628      Branch: perl
12629            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12630 ____________________________________________________________________________
12631 [  9945] By: jhi                                   on 2001/05/01  23:40:52
12632         Log: Update Changes.
12633      Branch: perl
12634            ! Changes patchlevel.h
12635 ____________________________________________________________________________
12636 [  9944] By: jhi                                   on 2001/05/01  23:33:37
12637         Log: Add known-to-be-tested modules to the list-to-be-skipped.
12638      Branch: perl
12639            ! t/lib/1_compile.t
12640 ____________________________________________________________________________
12641 [  9943] By: jhi                                   on 2001/05/01  23:24:40
12642         Log: Subject: BorlandC++ fix
12643              From: "Vadim Konovalov" <watman@inbox.ru>
12644              Date: Mon, 30 Apr 2001 20:12:26 -0700
12645              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
12646      Branch: perl
12647            ! win32/makefile.mk
12648 ____________________________________________________________________________
12649 [  9942] By: jhi                                   on 2001/05/01  23:18:02
12650         Log: Update to Filter::Simple 0.60, create a test for it.
12651      Branch: perl
12652            + t/lib/filter-simple.t
12653            ! MANIFEST lib/Filter/Simple.pm
12654 ____________________________________________________________________________
12655 [  9941] By: jhi                                   on 2001/05/01  19:47:24
12656         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
12657              From: Hugo <hv@crypt.compulink.co.uk>
12658              Date: Tue, 01 May 2001 20:12:20 +0100
12659              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
12660      Branch: perl
12661            ! pp_hot.c t/op/re_tests
12662 ____________________________________________________________________________
12663 [  9940] By: jhi                                   on 2001/05/01  19:42:16
12664         Log: Integrate perlio.
12665      Branch: perl
12666           !> lib/base.pm t/lib/fields.t
12667 ____________________________________________________________________________
12668 [  9939] By: jhi                                   on 2001/05/01  19:39:51
12669         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
12670              From: Benjamin Sugars <bsugars@canoe.ca>
12671              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
12672              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
12673      Branch: perl
12674            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12675 ____________________________________________________________________________
12676 [  9938] By: jhi                                   on 2001/05/01  19:34:09
12677         Log: Add NEXT, a pseudo-class for method redispatching.
12678              <Damian>NEXT.pm probably offers more bang-for-buck
12679              than anything else I've ever written.</Damian>
12680      Branch: perl
12681            + lib/NEXT.pm t/lib/next.t
12682            ! MANIFEST
12683 ____________________________________________________________________________
12684 [  9937] By: jhi                                   on 2001/05/01  19:21:41
12685         Log: Update to Switch 2.02.
12686      Branch: perl
12687            ! lib/Switch.pm t/lib/switch.t
12688 ____________________________________________________________________________
12689 [  9936] By: nick                                  on 2001/05/01  19:09:21
12690         Log: Fix for base.pm clobbering $VERSION
12691      Branch: perlio
12692            ! lib/base.pm
12693 ____________________________________________________________________________
12694 [  9935] By: nick                                  on 2001/05/01  18:54:38
12695         Log: Test for base.pm clobbering $VERSION.
12696      Branch: perlio
12697            ! t/lib/fields.t
12698 ____________________________________________________________________________
12699 [  9934] By: jhi                                   on 2001/05/01  18:39:10
12700         Log: Add information about Scalar::Util::blessed.
12701      Branch: perl
12702            ! pod/perlobj.pod
12703 ____________________________________________________________________________
12704 [  9933] By: jhi                                   on 2001/05/01  18:33:51
12705         Log: Subject: Extra UNIVERSAL documentation
12706              From: Mike Guy <mjtg@cam.ac.uk>
12707              Date: Tue, 01 May 2001 20:12:11 +0100
12708              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
12709      Branch: perl
12710            ! pod/perlobj.pod
12711 ____________________________________________________________________________
12712 [  9932] By: jhi                                   on 2001/05/01  18:26:54
12713         Log: Subject: Autoflush in tests as appropriate
12714              From: Mike Guy <mjtg@cam.ac.uk>
12715              Date: Tue, 01 May 2001 20:05:31 +0100
12716              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
12717      Branch: perl
12718            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
12719            ! t/op/taint.t
12720 ____________________________________________________________________________
12721 [  9931] By: jhi                                   on 2001/05/01  18:02:29
12722         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
12723              From: Benjamin Sugars <bsugars@canoe.ca>
12724              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
12725              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
12726      Branch: perl
12727            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12728 ____________________________________________________________________________
12729 [  9930] By: jhi                                   on 2001/05/01  15:12:26
12730         Log: Subject: Re: Finally got a round tuit
12731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12732              Date: Tue, 01 May 2001 14:14:10 +0200
12733              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
12734              
12735              The -DP part, slightly modified.
12736      Branch: perl
12737            ! perl.c
12738 ____________________________________________________________________________
12739 [  9929] By: jhi                                   on 2001/05/01  14:17:15
12740         Log: Subject: Re: Finally got a round tuit
12741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12742              Date: Tue, 01 May 2001 16:34:06 +0200
12743              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
12744              
12745              cpp and optimization tweaks for HP-UX.
12746      Branch: perl
12747            ! hints/hpux.sh
12748 ____________________________________________________________________________
12749 [  9928] By: jhi                                   on 2001/05/01  13:24:20
12750         Log: Tune the scan_num() comments to reality.
12751      Branch: perl
12752            ! toke.c
12753 ____________________________________________________________________________
12754 [  9927] By: jhi                                   on 2001/05/01  13:14:01
12755         Log: Subject: [PATCH B::Deparse] optimised sort
12756              From: Robin Houston <robin@kitsite.com>
12757              Date: Tue, 1 May 2001 14:07:12 +0100
12758              Message-ID: <20010501140712.A4266@penderel>
12759      Branch: perl
12760            ! ext/B/B/Deparse.pm
12761 ____________________________________________________________________________
12762 [  9926] By: jhi                                   on 2001/05/01  13:10:53
12763         Log: Subject: [PATCH t/lib/b-deparse.t] 
12764              From: Robin Houston <robin@kitsite.com>
12765              Date: Tue, 1 May 2001 13:37:42 +0100
12766              Message-ID: <20010501133742.A4082@penderel>
12767      Branch: perl
12768            ! t/lib/b-deparse.t
12769 ____________________________________________________________________________
12770 [  9925] By: jhi                                   on 2001/05/01  13:10:13
12771         Log: Subject: [PATCH B::Deparse] for(;;), sort
12772              From: Robin Houston <robin@kitsite.com>
12773              Date: Tue, 1 May 2001 13:35:00 +0100
12774              Message-ID: <20010501133500.A4061@penderel>
12775      Branch: perl
12776            ! ext/B/B/Deparse.pm
12777 ____________________________________________________________________________
12778 [  9924] By: jhi                                   on 2001/05/01  13:09:22
12779         Log: Subject: [PATCH B::Deparse] do, warn, use
12780              From: Robin Houston <robin@kitsite.com>
12781              Date: Tue, 1 May 2001 13:31:03 +0100
12782              Message-ID: <20010501133103.A4041@penderel>
12783      Branch: perl
12784            ! ext/B/B/Deparse.pm
12785 ____________________________________________________________________________
12786 [  9923] By: jhi                                   on 2001/05/01  11:45:36
12787         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
12788              From: Benjamin Sugars <ben.sugars@home.com>
12789              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
12790              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
12791      Branch: perl
12792            + t/io/fflush.t
12793            ! MANIFEST
12794 ____________________________________________________________________________
12795 [  9922] By: jhi                                   on 2001/05/01  11:35:42
12796         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
12797              From: Peter Prymmer <pvhp@forte.com>
12798              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
12799              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
12800      Branch: perl
12801            ! t/lib/selfstubber.t
12802 ____________________________________________________________________________
12803 [  9921] By: jhi                                   on 2001/04/30  16:34:33
12804         Log: Subject: [PATCH B::Concise] suppress warning
12805              From: Robin Houston <robin@kitsite.com>
12806              Date: Mon, 30 Apr 2001 16:09:49 +0100
12807              Message-ID: <20010430160949.A25086@penderel>
12808      Branch: perl
12809            ! ext/B/B/Concise.pm
12810 ____________________________________________________________________________
12811 [  9920] By: jhi                                   on 2001/04/30  13:56:04
12812         Log: Strip the *markers* from #9919.
12813      Branch: perl
12814            ! pod/perlfaq.pod pod/perlfaq5.pod
12815 ____________________________________________________________________________
12816 [  9919] By: jhi                                   on 2001/04/30  13:54:04
12817         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
12818              From: Gwyn Judd <b.judd@xtra.co.nz>
12819              Date: Sun, 29 Apr 2001 01:47:49 +1200
12820              Message-ID: <20010429014749.A4418@thislove>
12821      Branch: perl
12822            ! pod/perlfaq.pod pod/perlfaq5.pod
12823 ____________________________________________________________________________
12824 [  9918] By: jhi                                   on 2001/04/30  13:13:54
12825         Log: More_tweakage.
12826      Branch: perl
12827            ! pod/perldata.pod pod/perldiag.pod
12828 ____________________________________________________________________________
12829 [  9917] By: jhi                                   on 2001/04/30  13:01:27
12830         Log: Update Changes.
12831      Branch: perl
12832            ! Changes patchlevel.h
12833 ____________________________________________________________________________
12834 [  9916] By: jhi                                   on 2001/04/30  12:57:03
12835         Log: T_w_e_a_k_a_g_e.
12836      Branch: perl
12837            ! pod/perldata.pod pod/perldiag.pod
12838 ____________________________________________________________________________
12839 [  9915] By: jhi                                   on 2001/04/30  12:39:29
12840         Log: Install s2p also as psed.
12841              
12842              TODO: psed documentation?
12843      Branch: perl
12844            ! installperl
12845 ____________________________________________________________________________
12846 [  9914] By: jhi                                   on 2001/04/30  12:29:21
12847         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
12848              From: Jens Hamisch <jens@Strawberry.COM>
12849              Date: Fri, 27 Apr 2001 17:00:36 +0200
12850              Message-ID: <20010427170036.K1372@Strawberry.COM>
12851              
12852              SOCKS5_VERSION_NAME is the right symbol to detect
12853              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
12854              function called socks5_init() is available, and even that is
12855              not universal, most SOCKS5 installations use SOCKSinit()).
12856      Branch: perl
12857            ! perlio.c
12858 ____________________________________________________________________________
12859 [  9913] By: jhi                                   on 2001/04/30  12:22:15
12860         Log: Allow a zero timeout on IO::Socket accept and connect--
12861              though one really shouldn't do that.  Based on
12862              
12863              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
12864              From: "John Holdsworth" <coldwave@bigfoot.com>
12865              Date: Sun, 4 Feb 2001 12:48:18 +0100
12866              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
12867      Branch: perl
12868            ! ext/IO/lib/IO/Socket.pm
12869 ____________________________________________________________________________
12870 [  9912] By: jhi                                   on 2001/04/30  11:27:27
12871         Log: Save the spot of regprev (see #9911) for binary compatibility;
12872              regen API.
12873      Branch: perl
12874            ! embedvar.h perlapi.h thrdvar.h
12875 ____________________________________________________________________________
12876 [  9911] By: jhi                                   on 2001/04/30  11:22:03
12877         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
12878              From: Hugo <hv@crypt.compulink.co.uk>
12879              Date: Sun, 29 Apr 2001 17:09:30 +0100
12880              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
12881      Branch: perl
12882            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
12883 ____________________________________________________________________________
12884 [  9910] By: jhi                                   on 2001/04/30  11:15:12
12885         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
12886              a dummy for PL_numeric_radix); no pressing reason to break
12887              binary compatibility; regen API.
12888      Branch: perl
12889            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
12890            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
12891 ____________________________________________________________________________
12892 [  9909] By: jhi                                   on 2001/04/30  10:56:08
12893         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
12894              From: Walt Mankowski <waltman@netaxs.com>
12895              Date: Sun, 29 Apr 2001 21:53:48 -0400
12896              Message-ID: <20010429215348.A3971@netaxs.com>
12897      Branch: perl
12898            ! pod/perlfunc.pod
12899 ____________________________________________________________________________
12900 [  9908] By: jhi                                   on 2001/04/30  10:49:40
12901         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
12902      Branch: perl
12903            ! t/lib/selfstubber.t
12904 ____________________________________________________________________________
12905 [  9907] By: nick                                  on 2001/04/30  09:26:50
12906         Log: Integrate mainline.
12907      Branch: perlio
12908           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12909 ____________________________________________________________________________
12910 [  9906] By: jhi                                   on 2001/04/29  23:24:20
12911         Log: Abigail spotted a thinko in #9905.
12912      Branch: perl
12913            ! pod/perldiag.pod
12914 ____________________________________________________________________________
12915 [  9905] By: jhi                                   on 2001/04/29  15:55:39
12916         Log: Changed the underscore/undebar syntax in numeric constants;
12917              now any grouping will do, as long as the underscores are not
12918              consecutive (so "zero-grouping" is out), and they do not begin
12919              or end the integer or fractional parts.
12920      Branch: perl
12921            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12922 ____________________________________________________________________________
12923 [  9904] By: nick                                  on 2001/04/29  15:43:22
12924         Log: Integrate mainline.
12925      Branch: perlio
12926           +> (branch 98 files)
12927            - lib/unicode/Block.pl
12928            - lib/unicode/In/AlphabeticPresentationForms.pl
12929            - lib/unicode/In/Arabic.pl
12930            - lib/unicode/In/ArabicPresentationForms-A.pl
12931            - lib/unicode/In/ArabicPresentationForms-B.pl
12932            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12933            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12934            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12935            - lib/unicode/In/BopomofoExtended.pl
12936            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
12937            - lib/unicode/In/CJKCompatibility.pl
12938            - lib/unicode/In/CJKCompatibilityForms.pl
12939            - lib/unicode/In/CJKCompatibilityIdeographs.pl
12940            - lib/unicode/In/CJKRadicalsSupplement.pl
12941            - lib/unicode/In/CJKSymbolsandPunctuation.pl
12942            - lib/unicode/In/CJKUnifiedIdeographs.pl
12943            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12944            - lib/unicode/In/Cherokee.pl
12945            - lib/unicode/In/CombiningDiacriticalMarks.pl
12946            - lib/unicode/In/CombiningHalfMarks.pl
12947            - lib/unicode/In/CombiningMarksforSymbols.pl
12948            - lib/unicode/In/ControlPictures.pl
12949            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12950            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12951            - lib/unicode/In/EnclosedAlphanumerics.pl
12952            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
12953            - lib/unicode/In/Ethiopic.pl
12954            - lib/unicode/In/GeneralPunctuation.pl
12955            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12956            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12957            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12958            - lib/unicode/In/HalfwidthandFullwidthForms.pl
12959            - lib/unicode/In/HangulCompatibilityJamo.pl
12960            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12961            - lib/unicode/In/Hebrew.pl
12962            - lib/unicode/In/HighPrivateUseSurrogates.pl
12963            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12964            - lib/unicode/In/IPAExtensions.pl
12965            - lib/unicode/In/IdeographicDescriptionCharacters.pl
12966            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
12967            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12968            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
12969            - lib/unicode/In/Latin-1Supplement.pl
12970            - lib/unicode/In/LatinExtended-A.pl
12971            - lib/unicode/In/LatinExtended-B.pl
12972            - lib/unicode/In/LatinExtendedAdditional.pl
12973            - lib/unicode/In/LetterlikeSymbols.pl
12974            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12975            - lib/unicode/In/MathematicalOperators.pl
12976            - lib/unicode/In/MiscellaneousSymbols.pl
12977            - lib/unicode/In/MiscellaneousTechnical.pl
12978            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12979            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
12980            - lib/unicode/In/OpticalCharacterRecognition.pl
12981            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12982            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
12983            - lib/unicode/In/SmallFormVariants.pl
12984            - lib/unicode/In/SpacingModifierLetters.pl
12985            - lib/unicode/In/Specials.pl
12986            - lib/unicode/In/SuperscriptsandSubscripts.pl
12987            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
12988            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
12989            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12990            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12991            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12992           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
12993           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
12994           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
12995           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
12996           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
12997           !> utf8.c win32/Makefile
12998 ____________________________________________________________________________
12999 [  9903] By: jhi                                   on 2001/04/29  14:30:53
13000         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
13001              From: Prymmer/Kahn <pvhp@best.com>
13002              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
13003              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
13004      Branch: perl
13005            ! win32/Makefile
13006 ____________________________________________________________________________
13007 [  9902] By: jhi                                   on 2001/04/29  02:52:44
13008         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
13009              From: "Abigail" <abigail@foad.org>
13010              Date: Sun, 29 Apr 2001 03:14:25 +0200
13011              Message-ID: <20010429011425.24503.qmail@foad.org>
13012      Branch: perl
13013            ! ext/IO/lib/IO/Seekable.pm
13014 ____________________________________________________________________________
13015 [  9901] By: jhi                                   on 2001/04/29  02:04:46
13016         Log: In character classes one couldn't have 0x80..0xff characters
13017              at the left hand side if there were 0x100.. characters in the
13018              character class.
13019      Branch: perl
13020            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
13021            ! t/op/pat.t utf8.c
13022 ____________________________________________________________________________
13023 [  9900] By: jhi                                   on 2001/04/28  22:55:04
13024         Log: Forgot the latest mktables.PL from #9899.
13025      Branch: perl
13026            ! lib/unicode/mktables.PL
13027 ____________________________________________________________________________
13028 [  9899] By: jhi                                   on 2001/04/28  22:53:28
13029         Log: Explain the \p{} and \P{} error message better and
13030              have prettier prettyprint in In.pl.
13031      Branch: perl
13032            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
13033            ! pod/perldiag.pod
13034 ____________________________________________________________________________
13035 [  9898] By: jhi                                   on 2001/04/28  21:03:34
13036         Log: Add one possible explanation for the "Invalid [] range" error.
13037      Branch: perl
13038            ! pod/perldiag.pod
13039 ____________________________________________________________________________
13040 [  9897] By: jhi                                   on 2001/04/28  17:18:26
13041         Log: Add a level of indirection to the implementation of \p{InFoo}
13042              so that we don't have to have long filenames.  (Nothing changes
13043              in the user interface.)   The indirection is defined in
13044              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
13045              Also rename some the character classes by removing '-' from
13046              the classnames, and finally renamed Block.pl as Blocks.pl.
13047      Branch: perl
13048            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
13049            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
13050            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
13051            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13052            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
13053            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
13054            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
13055            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
13056            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
13057            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
13058            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
13059            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
13060            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
13061            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
13062            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
13063            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
13064            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
13065            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
13066            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
13067            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
13068            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
13069            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
13070            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
13071            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
13072            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
13073            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
13074            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
13075            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
13076            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
13077            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
13078            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
13079            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
13080            + lib/unicode/In/94.pl lib/unicode/In/95.pl
13081            - lib/unicode/Block.pl
13082            - lib/unicode/In/AlphabeticPresentationForms.pl
13083            - lib/unicode/In/Arabic.pl
13084            - lib/unicode/In/ArabicPresentationForms-A.pl
13085            - lib/unicode/In/ArabicPresentationForms-B.pl
13086            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13087            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13088            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13089            - lib/unicode/In/BopomofoExtended.pl
13090            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
13091            - lib/unicode/In/CJKCompatibility.pl
13092            - lib/unicode/In/CJKCompatibilityForms.pl
13093            - lib/unicode/In/CJKCompatibilityIdeographs.pl
13094            - lib/unicode/In/CJKRadicalsSupplement.pl
13095            - lib/unicode/In/CJKSymbolsandPunctuation.pl
13096            - lib/unicode/In/CJKUnifiedIdeographs.pl
13097            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13098            - lib/unicode/In/Cherokee.pl
13099            - lib/unicode/In/CombiningDiacriticalMarks.pl
13100            - lib/unicode/In/CombiningHalfMarks.pl
13101            - lib/unicode/In/CombiningMarksforSymbols.pl
13102            - lib/unicode/In/ControlPictures.pl
13103            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13104            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13105            - lib/unicode/In/EnclosedAlphanumerics.pl
13106            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
13107            - lib/unicode/In/Ethiopic.pl
13108            - lib/unicode/In/GeneralPunctuation.pl
13109            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13110            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13111            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13112            - lib/unicode/In/HalfwidthandFullwidthForms.pl
13113            - lib/unicode/In/HangulCompatibilityJamo.pl
13114            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13115            - lib/unicode/In/Hebrew.pl
13116            - lib/unicode/In/HighPrivateUseSurrogates.pl
13117            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13118            - lib/unicode/In/IPAExtensions.pl
13119            - lib/unicode/In/IdeographicDescriptionCharacters.pl
13120            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
13121            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13122            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
13123            - lib/unicode/In/Latin-1Supplement.pl
13124            - lib/unicode/In/LatinExtended-A.pl
13125            - lib/unicode/In/LatinExtended-B.pl
13126            - lib/unicode/In/LatinExtendedAdditional.pl
13127            - lib/unicode/In/LetterlikeSymbols.pl
13128            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13129            - lib/unicode/In/MathematicalOperators.pl
13130            - lib/unicode/In/MiscellaneousSymbols.pl
13131            - lib/unicode/In/MiscellaneousTechnical.pl
13132            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13133            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
13134            - lib/unicode/In/OpticalCharacterRecognition.pl
13135            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13136            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
13137            - lib/unicode/In/SmallFormVariants.pl
13138            - lib/unicode/In/SpacingModifierLetters.pl
13139            - lib/unicode/In/Specials.pl
13140            - lib/unicode/In/SuperscriptsandSubscripts.pl
13141            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
13142            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
13143            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13144            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13145            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13146            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
13147            ! pod/perlunicode.pod
13148 ____________________________________________________________________________
13149 [  9896] By: jhi                                   on 2001/04/28  14:33:17
13150         Log: Update the information on shared library path on HP-UX.
13151      Branch: perl
13152            ! INSTALL
13153 ____________________________________________________________________________
13154 [  9895] By: jhi                                   on 2001/04/28  14:32:30
13155         Log: Because #9894 seems to do the trick, this workaround can be removed.
13156      Branch: perl
13157            ! t/lib/selfstubber.t
13158 ____________________________________________________________________________
13159 [  9894] By: jhi                                   on 2001/04/28  14:26:13
13160         Log: For PerlIO flush the children's file handles (on fork/exec/system).
13161      Branch: perl
13162            ! perl.h
13163 ____________________________________________________________________________
13164 [  9893] By: jhi                                   on 2001/04/28  14:23:15
13165         Log: Test tweak for #9891.
13166      Branch: perl
13167            ! t/lib/b-deparse.t
13168 ____________________________________________________________________________
13169 [  9892] By: jhi                                   on 2001/04/28  14:10:13
13170         Log: New HP-UX hints from Merijn.
13171      Branch: perl
13172            ! hints/hpux.sh
13173 ____________________________________________________________________________
13174 [  9891] By: jhi                                   on 2001/04/28  14:07:27
13175         Log: Subject: [PATCH B::Deparse] non-block scopes
13176              From: Robin Houston <robin@kitsite.com>
13177              Date: Fri, 27 Apr 2001 19:15:14 +0100
13178              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
13179      Branch: perl
13180            ! ext/B/B/Deparse.pm
13181 ____________________________________________________________________________
13182 [  9890] By: nick                                  on 2001/04/27  19:41:25
13183         Log: Integrate mainline
13184      Branch: perlio
13185           +> t/lib/selfstubber.t
13186           !> (integrate 50 files)
13187 ____________________________________________________________________________
13188 [  9889] By: jhi                                   on 2001/04/27  18:23:46
13189         Log: Subject: Re: selfstubber test fail on bleadperl
13190              From: Mike Guy <mjtg@cam.ac.uk>
13191              Date: Fri, 27 Apr 2001 19:31:18 +0100
13192              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
13193      Branch: perl
13194            ! t/lib/selfstubber.t
13195 ____________________________________________________________________________
13196 [  9888] By: jhi                                   on 2001/04/27  16:20:54
13197         Log: Test tweak for #9886.
13198      Branch: perl
13199            ! t/lib/b-deparse.t
13200 ____________________________________________________________________________
13201 [  9887] By: jhi                                   on 2001/04/27  16:16:33
13202         Log: Buffering issue at least in Solaris (even with perlio).
13203      Branch: perl
13204            ! t/lib/selfstubber.t
13205 ____________________________________________________________________________
13206 [  9886] By: jhi                                   on 2001/04/27  14:59:23
13207         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
13208              From: Robin Houston <robin@kitsite.com>
13209              Date: Fri, 27 Apr 2001 16:53:20 +0100
13210              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
13211      Branch: perl
13212            ! ext/B/B/Deparse.pm
13213 ____________________________________________________________________________
13214 [  9885] By: jhi                                   on 2001/04/27  14:23:51
13215         Log: Update Changes.
13216      Branch: perl
13217            ! Changes patchlevel.h
13218 ____________________________________________________________________________
13219 [  9884] By: jhi                                   on 2001/04/27  14:14:12
13220         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
13221              From: "Philip Newton" <pnewton@gmx.de>
13222              Date: Fri, 27 Apr 2001 16:40:13 +0200
13223              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
13224      Branch: perl
13225            ! pod/perldata.pod
13226 ____________________________________________________________________________
13227 [  9883] By: jhi                                   on 2001/04/27  13:28:19
13228         Log: Add LOG_PERROR; prettify the "removed".
13229      Branch: perl
13230            ! ext/Sys/Syslog/Syslog.xs
13231 ____________________________________________________________________________
13232 [  9882] By: jhi                                   on 2001/04/27  13:13:18
13233         Log: h2xs tweaks: use NV instead of double, "quote" the removed
13234              prefixes for clarity (especially when nothing is removed),
13235              slight pod reformats.
13236      Branch: perl
13237            ! utils/h2xs.PL
13238 ____________________________________________________________________________
13239 [  9881] By: jhi                                   on 2001/04/27  12:58:48
13240         Log: Don't bother creating existing directories.
13241      Branch: perl
13242            ! utils/h2xs.PL
13243 ____________________________________________________________________________
13244 [  9880] By: jhi                                   on 2001/04/27  12:45:39
13245         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
13246              From: Mike Schilli <m@perlmeister.com>
13247              Date: Wed, 25 Apr 2001 01:29:21 -0700
13248              Message-id: <3AE68AE1.6A981723@perlmeister.com>
13249      Branch: perl
13250            ! utils/h2xs.PL
13251 ____________________________________________________________________________
13252 [  9879] By: jhi                                   on 2001/04/27  12:40:55
13253         Log: break is not yet Perl.  Added the template license also to README.
13254      Branch: perl
13255            ! utils/h2xs.PL
13256 ____________________________________________________________________________
13257 [  9878] By: jhi                                   on 2001/04/27  03:08:20
13258         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
13259              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13260              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
13261              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
13262      Branch: perl
13263            ! t/lib/xs-typemap.t
13264 ____________________________________________________________________________
13265 [  9877] By: jhi                                   on 2001/04/26  23:54:40
13266         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
13267              From: "Abigail" <abigail@foad.org>
13268              Date: Fri, 27 Apr 2001 01:44:28 +0200
13269              Message-ID: <20010426234428.19786.qmail@foad.org>
13270      Branch: perl
13271            ! utils/h2xs.PL
13272 ____________________________________________________________________________
13273 [  9876] By: jhi                                   on 2001/04/26  23:52:06
13274         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
13275              From: Peter Prymmer <pvhp@forte.com>
13276              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
13277              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
13278      Branch: perl
13279            ! t/lib/selfstubber.t
13280 ____________________________________________________________________________
13281 [  9875] By: jhi                                   on 2001/04/26  23:48:10
13282         Log: Deparse nits.
13283      Branch: perl
13284            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
13285 ____________________________________________________________________________
13286 [  9874] By: jhi                                   on 2001/04/26  22:46:05
13287         Log: Document ANYOF_CLASS.
13288      Branch: perl
13289            ! regcomp.h
13290 ____________________________________________________________________________
13291 [  9873] By: jhi                                   on 2001/04/26  22:35:03
13292         Log: Subject: Re: [PATCH @9846] dumping ANYOF
13293              From: Hugo <hv@crypt.compulink.co.uk>
13294              Date: Thu, 26 Apr 2001 23:33:38 +0100
13295              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
13296      Branch: perl
13297            ! regcomp.c regcomp.h
13298 ____________________________________________________________________________
13299 [  9872] By: jhi                                   on 2001/04/26  22:34:31
13300         Log: Subject: [PATCH] more for Devel::SelfStubber
13301              From: Nicholas Clark <nick@ccl4.org>
13302              Date: Fri, 27 Apr 2001 00:13:52 +0100
13303              Message-ID: <20010427001351.K88186@plum.flirble.org>
13304      Branch: perl
13305            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
13306 ____________________________________________________________________________
13307 [  9871] By: jhi                                   on 2001/04/26  21:59:17
13308         Log: Subject: [PATCH B::Deparse] formats must be flush left
13309              From: Robin Houston <robin@kitsite.com>
13310              Date: Thu, 26 Apr 2001 23:54:29 +0100
13311              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
13312      Branch: perl
13313            ! ext/B/B/Deparse.pm
13314 ____________________________________________________________________________
13315 [  9870] By: jhi                                   on 2001/04/26  21:57:37
13316         Log: If some of the constants are prefixes of others,
13317              the prefixes may never get recognized.  (See 20010426.006.)
13318      Branch: perl
13319            ! utils/h2xs.PL
13320 ____________________________________________________________________________
13321 [  9869] By: jhi                                   on 2001/04/26  21:50:42
13322         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
13323              From: Chris Bongaarts <cab@tc.umn.edu>
13324              Date: Thu, 26 Apr 2001 17:10:31 -0500
13325              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
13326      Branch: perl
13327            ! ext/Sys/Syslog/Syslog.xs
13328 ____________________________________________________________________________
13329 [  9868] By: jhi                                   on 2001/04/26  21:35:12
13330         Log: Further cuts and more docs from Graham Barr.
13331      Branch: perl
13332            ! ext/List/Util/lib/List/Util.pm
13333            ! ext/List/Util/lib/Scalar/Util.pm
13334 ____________________________________________________________________________
13335 [  9867] By: jhi                                   on 2001/04/26  21:18:57
13336         Log: Subject: [PATCH 5.7.1] DB_File-1.77
13337              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13338              Date: Thu, 26 Apr 2001 22:37:53 +0100
13339              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
13340      Branch: perl
13341            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13342            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13343 ____________________________________________________________________________
13344 [  9866] By: jhi                                   on 2001/04/26  21:12:31
13345         Log: Subject: [PATCH B::Deparse] fix easy bugs
13346              From: Robin Houston <robin@kitsite.com>
13347              Date: Thu, 26 Apr 2001 23:03:33 +0100
13348              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
13349      Branch: perl
13350            ! ext/B/B/Deparse.pm
13351 ____________________________________________________________________________
13352 [  9865] By: jhi                                   on 2001/04/26  20:26:13
13353         Log: Update Changes.
13354      Branch: perl
13355            ! Changes patchlevel.h
13356 ____________________________________________________________________________
13357 [  9864] By: jhi                                   on 2001/04/26  19:27:48
13358         Log: Dethinko from Robin Houston.
13359      Branch: perl
13360            ! ext/B/B/Deparse.pm
13361 ____________________________________________________________________________
13362 [  9863] By: jhi                                   on 2001/04/26  19:10:35
13363         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
13364              From: Robin Houston <robin@kitsite.com>
13365              Date: Thu, 26 Apr 2001 21:08:32 +0100
13366              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
13367      Branch: perl
13368            ! ext/B/B/Deparse.pm
13369 ____________________________________________________________________________
13370 [  9862] By: jhi                                   on 2001/04/26  19:04:23
13371         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13372              From: Robin Houston <robin@kitsite.com>
13373              Date: Thu, 26 Apr 2001 20:52:50 +0100
13374              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
13375      Branch: perl
13376            ! ext/B/B/Deparse.pm
13377 ____________________________________________________________________________
13378 [  9861] By: jhi                                   on 2001/04/26  18:56:14
13379         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
13380              From: Mike Guy <mjtg@cam.ac.uk>
13381              Date: Thu, 26 Apr 2001 14:22:40 +0100
13382              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
13383      Branch: perl
13384            ! pod/perlobj.pod
13385 ____________________________________________________________________________
13386 [  9860] By: jhi                                   on 2001/04/26  18:46:42
13387         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13388              From: Robin Houston <robin@kitsite.com>
13389              Date: Thu, 26 Apr 2001 20:34:29 +0100
13390              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
13391              
13392              Hashes do not interpolate.
13393      Branch: perl
13394            ! ext/B/B/Deparse.pm
13395 ____________________________________________________________________________
13396 [  9859] By: jhi                                   on 2001/04/26  18:43:51
13397         Log: Subject: The Time::Piece conspiracy unmasked!!!
13398              From: Mike Guy <mjtg@cam.ac.uk>
13399              Date: Thu, 26 Apr 2001 19:02:50 +0100
13400              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
13401              
13402              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
13403              From: Mike Guy <mjtg@cam.ac.uk>
13404              Date: Thu, 26 Apr 2001 19:08:21 +0100
13405              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
13406              
13407              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
13408              From: Graham Barr <gbarr@pobox.com>
13409              Date: Thu, 26 Apr 2001 19:12:03 +0100
13410              Message-ID: <20010426191203.A70835@pobox.com>
13411              
13412              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
13413      Branch: perl
13414            ! ext/List/Util/lib/List/Util.pm
13415            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
13416 ____________________________________________________________________________
13417 [  9858] By: jhi                                   on 2001/04/26  18:17:42
13418         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
13419              From: Robin Houston <robin@kitsite.com>
13420              Date: Thu, 26 Apr 2001 16:09:35 +0100
13421              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
13422      Branch: perl
13423            ! t/comp/proto.t
13424 ____________________________________________________________________________
13425 [  9857] By: jhi                                   on 2001/04/26  18:04:59
13426         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13427              From: barries <barries@slaysys.com>
13428              Date: Thu, 26 Apr 2001 12:01:10 -0400
13429              Message-ID: <20010426120110.E29698@jester.slaysys.com>
13430      Branch: perl
13431            ! pod/perldiag.pod
13432 ____________________________________________________________________________
13433 [  9856] By: jhi                                   on 2001/04/26  18:03:33
13434         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
13435              Date: Thu, 26 Apr 2001 17:13:41 +0100
13436              From: Robin Houston <robin@kitsite.com>
13437              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
13438              
13439              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13440              From: Robin Houston <robin@kitsite.com>
13441              Date: Thu, 26 Apr 2001 18:44:29 +0100
13442              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
13443      Branch: perl
13444            ! ext/B/B/Deparse.pm
13445 ____________________________________________________________________________
13446 [  9855] By: jhi                                   on 2001/04/26  17:56:04
13447         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
13448              From: Robin Houston <robin@kitsite.com>
13449              Date: Thu, 26 Apr 2001 17:04:08 +0100
13450              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
13451      Branch: perl
13452            ! ext/B/B/Deparse.pm
13453 ____________________________________________________________________________
13454 [  9854] By: jhi                                   on 2001/04/26  17:47:26
13455         Log: Subject: Re: Short test case for undef %stash:: crash
13456              From: Benjamin Sugars <bsugars@canoe.ca> 
13457              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
13458              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
13459              Changed and moved the perldiag entry.
13460      Branch: perl
13461            ! gv.c pod/perldiag.pod
13462 ____________________________________________________________________________
13463 [  9853] By: jhi                                   on 2001/04/26  14:35:16
13464         Log: Beginnings of strptime().  Do not touch the wet paint.
13465      Branch: perl
13466            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13467 ____________________________________________________________________________
13468 [  9852] By: jhi                                   on 2001/04/26  13:17:21
13469         Log: Retract #9851, core dumps from pod2man.
13470      Branch: perl
13471            ! regcomp.c
13472 ____________________________________________________________________________
13473 [  9851] By: jhi                                   on 2001/04/26  11:54:41
13474         Log: (Retracted by #9852.)
13475              
13476              Subject: [PATCH @9846] dumping ANYOF
13477              From: Hugo <hv@crypt.compulink.co.uk>
13478              Date: Thu, 26 Apr 2001 05:32:38 +0100
13479              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
13480      Branch: perl
13481            ! regcomp.c
13482 ____________________________________________________________________________
13483 [  9850] By: jhi                                   on 2001/04/26  02:34:44
13484         Log: If ccflags was empty the _previous_ $* containing all the
13485              environment variables and Configure variables was used,
13486              which lead, among other bad things, into $ccflags being your
13487              uname -a output, which lead into test compile with cc failing,
13488              which lead into gcc being selected, which didn't work that well
13489              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
13490              with large files, et cetera.
13491      Branch: perl
13492            ! hints/hpux.sh
13493 ____________________________________________________________________________
13494 [  9849] By: jhi                                   on 2001/04/26  01:44:57
13495         Log: Make selfstubber test more portable.
13496      Branch: perl
13497            ! t/lib/selfstubber.t
13498 ____________________________________________________________________________
13499 [  9848] By: jhi                                   on 2001/04/26  00:50:26
13500         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
13501              From: Benjamin Sugars <ben.sugars@home.com>
13502              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
13503              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
13504      Branch: perl
13505            ! ext/Cwd/Cwd.xs
13506 ____________________________________________________________________________
13507 [  9847] By: jhi                                   on 2001/04/26  00:46:58
13508         Log: Subject: [PATCH: perl@9841] VMS updates
13509              From: Peter Prymmer <pvhp@forte.com>
13510              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
13511              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
13512      Branch: perl
13513            ! README.vms configure.com vms/descrip_mms.template
13514            ! vms/ext/filespec.t
13515 ____________________________________________________________________________
13516 [  9846] By: jhi                                   on 2001/04/26  00:11:56
13517         Log: re 'debug' was broken by #9084.
13518      Branch: perl
13519            ! ext/re/re.xs
13520 ____________________________________________________________________________
13521 [  9845] By: jhi                                   on 2001/04/25  22:33:17
13522         Log: Subject: [PATCH] test for Devel::SelfStubber
13523              From: Nicholas Clark <nick@ccl4.org>
13524              Date: Thu, 26 Apr 2001 00:00:54 +0100
13525              Message-ID: <20010426000054.D89026@plum.flirble.org>
13526      Branch: perl
13527            + t/lib/selfstubber.t
13528            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
13529 ____________________________________________________________________________
13530 [  9844] By: jhi                                   on 2001/04/25  22:29:32
13531         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
13532              From: Paul Johnson <paul@pjcj.net>
13533              Date: Thu, 26 Apr 2001 00:46:08 +0200
13534              Message-ID: <20010426004608.H2338@pjcj.net>
13535      Branch: perl
13536            ! ext/B/B/Concise.pm
13537 ____________________________________________________________________________
13538 [  9843] By: jhi                                   on 2001/04/25  22:28:28
13539         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
13540              From: Peter Prymmer <pvhp@forte.com>
13541              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
13542              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
13543      Branch: perl
13544            ! ext/Cwd/Cwd.xs
13545 ____________________________________________________________________________
13546 [  9842] By: jhi                                   on 2001/04/25  20:58:12
13547         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
13548              From: John Peacock <jpeacock@rowman.com>
13549              Date: Wed, 25 Apr 2001 17:30:26 -0400
13550              Message-ID: <3AE741F2.B3217464@rowman.com>
13551      Branch: perl
13552            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13553 ____________________________________________________________________________
13554 [  9841] By: jhi                                   on 2001/04/25  20:07:05
13555         Log: Update Changes.
13556      Branch: perl
13557            ! Changes patchlevel.h
13558 ____________________________________________________________________________
13559 [  9840] By: jhi                                   on 2001/04/25  19:56:51
13560         Log: Yet another HP-UX hints version from Merijn.
13561      Branch: perl
13562            ! hints/hpux.sh
13563 ____________________________________________________________________________
13564 [  9839] By: jhi                                   on 2001/04/25  19:53:04
13565         Log: abs_path() didn't terminate the filename correctly,
13566              in DIRNAMLENless systems like HP-UX this would fail.
13567      Branch: perl
13568            ! ext/Cwd/Cwd.xs
13569 ____________________________________________________________________________
13570 [  9838] By: jhi                                   on 2001/04/25  16:37:26
13571         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13572              From: Mike Guy <mjtg@cam.ac.uk>
13573              Date: Wed, 25 Apr 2001 18:31:47 +0100
13574              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
13575      Branch: perl
13576            ! op.c
13577 ____________________________________________________________________________
13578 [  9837] By: jhi                                   on 2001/04/25  16:21:53
13579         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
13580              From: Jon Eveland <jweveland@yahoo.com>
13581              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
13582              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
13583      Branch: perl
13584            ! lib/perl5db.pl
13585 ____________________________________________________________________________
13586 [  9836] By: jhi                                   on 2001/04/25  14:17:50
13587         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
13588              From: "Philip Newton" <pnewton@gmx.de>
13589              Date: Wed, 25 Apr 2001 17:05:58 +0200
13590              Message-ID: <3AE703F6.3234.1833C45@localhost>
13591      Branch: perl
13592            ! Porting/patching.pod
13593 ____________________________________________________________________________
13594 [  9835] By: jhi                                   on 2001/04/25  13:58:07
13595         Log: It would seem that both ar and full_ar need to be overridden
13596              for HP-UX to avoid the GNU ar.
13597      Branch: perl
13598            ! hints/hpux.sh
13599 ____________________________________________________________________________
13600 [  9834] By: jhi                                   on 2001/04/25  13:50:40
13601         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
13602              From: "Philip Newton" <pnewton@gmx.de>
13603              Date: Wed, 25 Apr 2001 16:09:23 +0200
13604              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
13605              
13606              Detypo.
13607      Branch: perl
13608            ! t/op/misc.t
13609 ____________________________________________________________________________
13610 [  9833] By: jhi                                   on 2001/04/25  12:36:11
13611         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
13612      Branch: perl
13613            ! hints/hpux.sh
13614 ____________________________________________________________________________
13615 [  9832] By: jhi                                   on 2001/04/25  12:33:36
13616         Log: New version of HP-UX hints from Merijn.
13617      Branch: perl
13618            ! hints/hpux.sh
13619 ____________________________________________________________________________
13620 [  9831] By: jhi                                   on 2001/04/25  03:39:45
13621         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
13622      Branch: perl
13623            ! hints/hpux.sh
13624 ____________________________________________________________________________
13625 [  9830] By: jhi                                   on 2001/04/25  02:53:25
13626         Log: The tzname[] bit is not needed by util.c -- and causes
13627              heartburn in VMS (and it missing was probably the cause of
13628              the Mac OS X trouble).  Ouch.
13629      Branch: perl
13630            ! ext/POSIX/POSIX.xs util.c
13631 ____________________________________________________________________________
13632 [  9829] By: jhi                                   on 2001/04/25  00:10:06
13633         Log: Metaconfig unit change for #9828.
13634      Branch: metaconfig
13635            ! U/compline/ccflags.U
13636 ____________________________________________________________________________
13637 [  9828] By: jhi                                   on 2001/04/25  00:04:18
13638         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
13639              (which is actually the reason for the change, we need to pass
13640              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
13641              EP/IX, OS/2, and TitanOS, based on the hints files.
13642      Branch: perl
13643            ! Configure config_h.SH
13644 ____________________________________________________________________________
13645 [  9827] By: jhi                                   on 2001/04/24  23:49:20
13646         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
13647              the $cat must have an absolute path.
13648      Branch: perl
13649            ! makedepend.SH
13650 ____________________________________________________________________________
13651 [  9826] By: jhi                                   on 2001/04/24  23:40:53
13652         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
13653      Branch: perl
13654            ! README.amiga
13655 ____________________________________________________________________________
13656 [  9825] By: jhi                                   on 2001/04/24  23:35:35
13657         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
13658              From: "Philip Newton" <pnewton@gmx.de>
13659              Date: Tue, 24 Apr 2001 18:52:49 +0200
13660              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
13661      Branch: perl
13662            ! x2p/find2perl.PL
13663 ____________________________________________________________________________
13664 [  9824] By: jhi                                   on 2001/04/24  23:33:07
13665         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
13666              Some gcc specifics dropped out due to extensive rewriting;
13667              will be put back later as needed.
13668      Branch: perl
13669            ! hints/hpux.sh
13670 ____________________________________________________________________________
13671 [  9823] By: jhi                                   on 2001/04/24  23:27:57
13672         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
13673      Branch: perl
13674            ! ext/POSIX/POSIX.xs
13675 ____________________________________________________________________________
13676 [  9822] By: jhi                                   on 2001/04/24  23:25:21
13677         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
13678              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13679              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
13680              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
13681      Branch: perl
13682            ! ext/XS/Typemap/Typemap.xs
13683 ____________________________________________________________________________
13684 [  9821] By: jhi                                   on 2001/04/24  23:24:10
13685         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
13686              From: "Abigail" <abigail@foad.org>
13687              Date: Tue, 24 Apr 2001 23:12:03 +0200
13688              Message-ID: <20010424211203.7901.qmail@foad.org>
13689      Branch: perl
13690            ! pod/perlport.pod
13691 ____________________________________________________________________________
13692 [  9820] By: jhi                                   on 2001/04/24  23:23:15
13693         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
13694              From: Matt Sergeant <matt@sergeant.org>
13695              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
13696              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
13697      Branch: perl
13698            ! pod/perlfaq4.pod
13699 ____________________________________________________________________________
13700 [  9819] By: nick                                  on 2001/04/24  18:49:43
13701         Log: Integrate mainline.
13702      Branch: perlio
13703           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13704           !> (integrate 37 files)
13705 ____________________________________________________________________________
13706 [  9818] By: jhi                                   on 2001/04/24  14:35:23
13707         Log: Update Changes.
13708      Branch: perl
13709            ! Changes patchlevel.h
13710 ____________________________________________________________________________
13711 [  9817] By: jhi                                   on 2001/04/24  14:09:17
13712         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
13713              From: "Philip Newton" <pnewton@gmx.de>
13714              Date: Tue, 24 Apr 2001 12:58:12 +0200
13715              Message-ID: <3AE57864.8304.B77A0A@localhost> 
13716              
13717              plus add CPAN to the list of modules that have their own tests.
13718      Branch: perl
13719            ! t/lib/1_compile.t
13720 ____________________________________________________________________________
13721 [  9816] By: jhi                                   on 2001/04/24  14:07:03
13722         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
13723              From: Michael G Schwern <schwern@pobox.com>
13724              Date: Sat, 21 Apr 2001 22:35:00 +0100
13725              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
13726      Branch: perl
13727            ! t/lib/1_compile.t
13728 ____________________________________________________________________________
13729 [  9815] By: jhi                                   on 2001/04/24  13:54:32
13730         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
13731              From: Robin Houston <robin@kitsite.com>
13732              Date: Tue, 24 Apr 2001 15:51:18 +0100
13733              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
13734      Branch: perl
13735            ! ext/B/B/Deparse.pm
13736 ____________________________________________________________________________
13737 [  9814] By: jhi                                   on 2001/04/24  13:17:34
13738         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13739              From: Bill Glicker <billg@burrelles.com>
13740              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
13741              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
13742      Branch: perl
13743            ! hints/svr5.sh
13744 ____________________________________________________________________________
13745 [  9813] By: jhi                                   on 2001/04/24  12:54:23
13746         Log: Prevent path disclosure (probing for existence of filenames)
13747              using suidperl; bug id 20010322.218.
13748      Branch: perl
13749            ! perl.c pod/perldiag.pod
13750 ____________________________________________________________________________
13751 [  9812] By: jhi                                   on 2001/04/24  12:08:36
13752         Log: Retract #9811.
13753      Branch: perl
13754            ! ext/POSIX/POSIX.xs
13755 ____________________________________________________________________________
13756 [  9811] By: jhi                                   on 2001/04/24  11:57:35
13757         Log: (Retracted by #9812.)
13758      Branch: perl
13759            ! ext/POSIX/POSIX.xs
13760 ____________________________________________________________________________
13761 [  9810] By: jhi                                   on 2001/04/24  03:32:35
13762         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
13763      Branch: perl
13764            ! util.c
13765 ____________________________________________________________________________
13766 [  9809] By: jhi                                   on 2001/04/24  03:16:13
13767         Log: The Math::BigFloat::import() was broken.
13768              (Fixes bug id 20010422.002.)
13769      Branch: perl
13770            ! lib/Math/BigFloat.pm
13771 ____________________________________________________________________________
13772 [  9808] By: jhi                                   on 2001/04/24  01:11:40
13773         Log: Additional dependencies; should help for parallel makes
13774              not to fail on missing lib/lib.pm or lib/re.pm.
13775      Branch: perl
13776            ! Makefile.SH
13777 ____________________________________________________________________________
13778 [  9807] By: jhi                                   on 2001/04/24  00:57:01
13779         Log: Update the test failure disclaimer.
13780      Branch: perl
13781            ! t/pragma/warn/pp_hot
13782 ____________________________________________________________________________
13783 [  9806] By: jhi                                   on 2001/04/24  00:54:04
13784         Log: Add make target "install-all" which is alias for "install"
13785              to cater for case-preserving filesystems like HFS+.
13786      Branch: perl
13787            ! INSTALL Makefile.SH
13788 ____________________________________________________________________________
13789 [  9805] By: jhi                                   on 2001/04/24  00:47:28
13790         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
13791              From: Peter Prymmer <pvhp@forte.com>
13792              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
13793              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
13794              
13795              (Ken William's message forwarded from macosx@perl.org)
13796      Branch: perl
13797            ! hints/darwin.sh
13798 ____________________________________________________________________________
13799 [  9804] By: jhi                                   on 2001/04/23  23:57:35
13800         Log: Cut-and-pasto.
13801      Branch: perl
13802            ! perlio.c
13803 ____________________________________________________________________________
13804 [  9803] By: jhi                                   on 2001/04/23  23:52:25
13805         Log: More PerlIO robustness.
13806      Branch: perl
13807            ! perlio.c
13808 ____________________________________________________________________________
13809 [  9802] By: jhi                                   on 2001/04/23  23:43:35
13810         Log: Make the "STD* opened only for ..." errors more consistent.
13811      Branch: perl
13812            ! doio.c
13813 ____________________________________________________________________________
13814 [  9801] By: jhi                                   on 2001/04/23  23:34:26
13815         Log: Test case for #9800.
13816      Branch: perl
13817            ! t/op/misc.t
13818 ____________________________________________________________________________
13819 [  9800] By: jhi                                   on 2001/04/23  23:14:43
13820         Log: Avoid coredump on 'close STDERR; die' by making
13821              the PerlIO calls more robust.  Also use SETERRNO()
13822              instead of errno = to be more VMS-ready.
13823      Branch: perl
13824            ! perlio.c
13825 ____________________________________________________________________________
13826 [  9799] By: jhi                                   on 2001/04/23  21:41:10
13827         Log: Subject: test for ID 20010423.002
13828              From: Robin Houston <robin@kitsite.com>
13829              Date: Mon, 23 Apr 2001 16:52:21 +0100
13830              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
13831      Branch: perl
13832            ! t/op/avhv.t
13833 ____________________________________________________________________________
13834 [  9798] By: jhi                                   on 2001/04/23  21:40:07
13835         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
13836              From: David Dyck <dcd@tc.fluke.com>
13837              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
13838              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
13839      Branch: perl
13840            ! installperl
13841 ____________________________________________________________________________
13842 [  9797] By: jhi                                   on 2001/04/23  21:37:56
13843         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
13844              From: Benjamin Sugars <bsugars@canoe.ca>
13845              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
13846              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
13847      Branch: perl
13848            ! ext/Cwd/Cwd.xs lib/Cwd.pm
13849 ____________________________________________________________________________
13850 [  9796] By: jhi                                   on 2001/04/23  21:29:24
13851         Log: Synchronize h2xs and pod2man some more on the documentation
13852              templates they propose.
13853      Branch: perl
13854            ! pod/pod2man.PL utils/h2xs.PL
13855 ____________________________________________________________________________
13856 [  9795] By: jhi                                   on 2001/04/23  17:30:40
13857         Log: Add one more naughty test for base64; make encoding logic cleaner.
13858      Branch: perl
13859            ! t/lib/mimeb64.t
13860 ____________________________________________________________________________
13861 [  9794] By: jhi                                   on 2001/04/23  13:51:32
13862         Log: Update Changes.
13863      Branch: perl
13864            ! Changes patchlevel.h
13865 ____________________________________________________________________________
13866 [  9793] By: jhi                                   on 2001/04/23  13:44:18
13867         Log: Duplicate lines.
13868      Branch: perl
13869            ! MANIFEST
13870 ____________________________________________________________________________
13871 [  9792] By: jhi                                   on 2001/04/23  13:39:13
13872         Log: Subject: Re: PATCH 5.7.1
13873              From: Mark-Jason Dominus <mjd@plover.com>
13874              Date: Mon, 23 Apr 2001 10:30:21 -0400
13875              Message-ID: <20010423143021.17335.qmail@plover.com>
13876      Branch: perl
13877            ! perl.h sv.c
13878 ____________________________________________________________________________
13879 [  9791] By: jhi                                   on 2001/04/23  13:32:40
13880         Log: Add the CPAN.pm 1.59_54 tests.
13881      Branch: perl
13882            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13883            ! MANIFEST
13884 ____________________________________________________________________________
13885 [  9790] By: jhi                                   on 2001/04/23  13:21:55
13886         Log: Subject: Deparse nit
13887              From: Robin Houston <robin@kitsite.com>
13888              Date: Mon, 23 Apr 2001 12:38:20 +0100
13889              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
13890      Branch: perl
13891            ! ext/B/B/Deparse.pm
13892 ____________________________________________________________________________
13893 [  9789] By: jhi                                   on 2001/04/23  13:19:07
13894         Log: Subject: [PATCH] bug 20010423.002
13895              From: Robin Houston <robin@kitsite.com>
13896              Date: Mon, 23 Apr 2001 13:12:30 +0100
13897              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
13898      Branch: perl
13899            ! pp.c
13900 ____________________________________________________________________________
13901 [  9788] By: jhi                                   on 2001/04/23  13:02:49
13902         Log: Subject: PATCH [5.7.1] hv.c unused #define
13903              From: Mark-Jason Dominus <mjd@plover.com>
13904              Date: Sun, 22 Apr 2001 14:17:49 -0400
13905              Message-ID: <20010422181749.26976.qmail@plover.com>
13906      Branch: perl
13907            ! hv.c
13908 ____________________________________________________________________________
13909 [  9787] By: jhi                                   on 2001/04/23  13:02:02
13910         Log: Subject: PATCH 5.7.1
13911              From: Mark-Jason Dominus <mjd@plover.com>
13912              Date: Sun, 22 Apr 2001 15:12:57 -0400
13913              Message-ID: <20010422191258.6539.qmail@plover.com>
13914              
13915              plus Sarathy's STMT_START + STMT_END suggestion.
13916      Branch: perl
13917            ! perl.h
13918 ____________________________________________________________________________
13919 [  9786] By: jhi                                   on 2001/04/23  12:53:25
13920         Log: Fix for
13921              
13922              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
13923              From: dLux <dlux@spam.sch.bme.hu>
13924              Date: Mon, 23 Apr 2001 01:25:26 +0200
13925              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
13926              
13927              (SvGROW really does return a char *.)
13928      Branch: perl
13929            ! pod/perlapi.pod sv.h
13930 ____________________________________________________________________________
13931 [  9785] By: jhi                                   on 2001/04/23  04:34:04
13932         Log: Time::Piece work continues.  $t->day removed since
13933              I think it's too confusing.  Now has normal and
13934              abbreviated length weekday names and month names,
13935              the names change with _names(), not _list().
13936              Now has strftime() in Perl, _strftime() is
13937              the libc version (to which strftime() falls back
13938              if it doesn't know the format.  To do: the reverse
13939              of strftime, strptime(), and the localisation of both.
13940      Branch: perl
13941            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
13942            ! t/lib/time-piece.t
13943 ____________________________________________________________________________
13944 [  9784] By: jhi                                   on 2001/04/23  02:41:46
13945         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
13946              From: andreas.koenig@anima.de (Andreas J. Koenig)
13947              Date: 23 Apr 2001 05:20:55 +0200
13948              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
13949      Branch: perl
13950            ! t/pragma/overload.t
13951 ____________________________________________________________________________
13952 [  9783] By: jhi                                   on 2001/04/22  23:32:42
13953         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
13954              From: Robin Houston <robin@kitsite.com>
13955              Date: Mon, 23 Apr 2001 00:38:18 +0100
13956              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
13957      Branch: perl
13958            ! ext/B/B/Deparse.pm
13959 ____________________________________________________________________________
13960 [  9782] By: jhi                                   on 2001/04/22  20:55:43
13961         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
13962              From: Simon Cozens <simon@netthink.co.uk>
13963              Date: Sun, 22 Apr 2001 18:47:25 +0100
13964              Message-ID: <20010422184725.A14411@netthink.co.uk>
13965      Branch: perl
13966            ! sv.c t/pragma/overload.t
13967 ____________________________________________________________________________
13968 [  9781] By: jhi                                   on 2001/04/22  20:52:13
13969         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
13970              From: Robin Houston <robin@kitsite.com>
13971              Date: Sun, 22 Apr 2001 22:14:50 +0100
13972              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
13973      Branch: perl
13974            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13975 ____________________________________________________________________________
13976 [  9780] By: nick                                  on 2001/04/22  20:40:31
13977         Log: Integrate mainline.
13978      Branch: perlio
13979           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
13980           +> t/lib/b-stash.t
13981           !> (integrate 38 files)
13982 ____________________________________________________________________________
13983 [  9779] By: jhi                                   on 2001/04/22  15:16:03
13984         Log: Subject: IO::Socket::INET patch
13985              From: andrew deryabin <djsf@technarchy.ru>
13986              Date: Sat, 21 Apr 2001 17:46:52 +0400
13987              Message-ID: <20010421174652.B1426@technarchy>
13988      Branch: perl
13989            ! ext/IO/lib/IO/Socket/INET.pm
13990 ____________________________________________________________________________
13991 [  9778] By: jhi                                   on 2001/04/22  15:14:33
13992         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
13993              From: Mark-Jason Dominus <mjd@plover.com>
13994              Date: Sat, 21 Apr 2001 21:27:49 -0400
13995              Message-ID: <20010422012749.27024.qmail@plover.com>
13996      Branch: perl
13997            ! regcomp.c
13998 ____________________________________________________________________________
13999 [  9777] By: jhi                                   on 2001/04/22  15:10:51
14000         Log: Subject: Re: Regex debugger patch 
14001              From: Mark-Jason Dominus <mjd@plover.com>
14002              Date: Sat, 21 Apr 2001 21:48:51 -0400
14003              Message-ID: <20010422014851.27165.qmail@plover.com>
14004      Branch: perl
14005            ! pod/perldebguts.pod
14006 ____________________________________________________________________________
14007 [  9776] By: jhi                                   on 2001/04/22  15:09:48
14008         Log: Subject: Re: Regex debugger patch
14009              From: Mark-Jason Dominus <mjd@plover.com>
14010              Date: Sat, 21 Apr 2001 14:24:39 -0400
14011              Message-ID: <20010421182439.16508.qmail@plover.com>
14012              
14013              Regex debugger backend.
14014      Branch: perl
14015            ! regcomp.c regexp.h
14016 ____________________________________________________________________________
14017 [  9775] By: jhi                                   on 2001/04/21  16:45:40
14018         Log: Subject: [PATCH] Typo in utf8.h
14019              From: Jesús Quiroga <jquiroga@pobox.com>
14020              Date: Sat, 21 Apr 2001 19:25:33 +0200
14021              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
14022      Branch: perl
14023            ! utf8.h
14024 ____________________________________________________________________________
14025 [  9774] By: jhi                                   on 2001/04/21  16:43:52
14026         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14027              From: Joe Orton <jorton@redhat.com>
14028              Date: Tue, 17 Apr 2001 15:50:43 +0100
14029              Message-Id: <20010417155043.D19132@eu.c2.net>
14030      Branch: perl
14031            ! hints/svr5.sh
14032 ____________________________________________________________________________
14033 [  9773] By: jhi                                   on 2001/04/21  15:30:15
14034         Log: Subject: Patch utils/h2xs.PL
14035              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14036              Date: Sat, 21 Apr 2001 10:32:16 -0500
14037              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
14038              
14039              Add MAILING list and LICENSE templates.
14040      Branch: perl
14041            ! utils/h2xs.PL
14042 ____________________________________________________________________________
14043 [  9772] By: jhi                                   on 2001/04/21  15:28:36
14044         Log: Subject: perlfaq2.patch for 5.7.1
14045              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14046              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
14047              Date: Fri, 20 Apr 2001 16:42:19 -0500
14048              
14049              rm an extra tab, a blurb about the xx.cpan to clarify
14050              which countries actually have that and dejanews is history
14051              as well as most of that nonsensical entry.
14052      Branch: perl
14053            ! pod/perlfaq2.pod
14054 ____________________________________________________________________________
14055 [  9771] By: jhi                                   on 2001/04/21  15:27:17
14056         Log: Subject: perlfaq1.patch for 5.7.1
14057              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14058              Date: Fri, 20 Apr 2001 16:57:36 -0500
14059              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
14060              
14061              Evil URLs must die. Especially when they are broken.
14062      Branch: perl
14063            ! pod/perlfaq1.pod
14064 ____________________________________________________________________________
14065 [  9770] By: jhi                                   on 2001/04/21  15:23:38
14066         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
14067              From: Michael G Schwern <schwern@pobox.com>
14068              Date: Sat, 21 Apr 2001 16:11:12 +0100
14069              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
14070      Branch: perl
14071            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
14072            + t/lib/b-stash.t
14073            ! MANIFEST ext/B/B.pm t/lib/b.t
14074 ____________________________________________________________________________
14075 [  9769] By: jhi                                   on 2001/04/21  15:03:32
14076         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
14077              From: Michael G Schwern <schwern@pobox.com>
14078              Date: Sat, 21 Apr 2001 09:48:00 +0100
14079              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
14080      Branch: perl
14081            ! utils/h2ph.PL
14082 ____________________________________________________________________________
14083 [  9768] By: jhi                                   on 2001/04/21  14:33:49
14084         Log: PerlIO and Encode doc cleanup and tweaks.
14085      Branch: perl
14086            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
14087            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
14088 ____________________________________________________________________________
14089 [  9767] By: jhi                                   on 2001/04/21  12:40:16
14090         Log: Integrate perlio.
14091      Branch: perl
14092           !> doio.c
14093 ____________________________________________________________________________
14094 [  9766] By: nick                                  on 2001/04/20  18:28:35
14095         Log: Avoid core dump on
14096              open(STDOUT,">",\$foo);
14097      Branch: perlio
14098            ! doio.c
14099 ____________________________________________________________________________
14100 [  9765] By: jhi                                   on 2001/04/20  13:23:43
14101         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14102              From: Robin Houston <robin@kitsite.com>
14103              Date: Fri, 20 Apr 2001 14:29:22 +0100
14104              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
14105      Branch: perl
14106            ! ext/B/B.pm ext/B/B/Deparse.pm
14107 ____________________________________________________________________________
14108 [  9764] By: jhi                                   on 2001/04/20  13:19:33
14109         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
14110              From: Peter Prymmer <pvhp@forte.com>
14111              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
14112              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
14113      Branch: perl
14114            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14115            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14116            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14117            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14118 ____________________________________________________________________________
14119 [  9763] By: jhi                                   on 2001/04/20  12:36:39
14120         Log: Subject: Re: A new PerlIO coredump
14121              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14122              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
14123              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
14124      Branch: perl
14125            ! doio.c
14126 ____________________________________________________________________________
14127 [  9762] By: jhi                                   on 2001/04/19  23:02:30
14128         Log: Update Changes.
14129      Branch: perl
14130            ! Changes patchlevel.h
14131 ____________________________________________________________________________
14132 [  9761] By: jhi                                   on 2001/04/19  22:59:19
14133         Log: More cleanup cleanup.
14134      Branch: perl
14135            ! Makefile.SH win32/Makefile win32/makefile.mk
14136 ____________________________________________________________________________
14137 [  9760] By: jhi                                   on 2001/04/19  22:50:31
14138         Log: lib/Time is non-empty, let's not rmdir it.
14139      Branch: perl
14140            ! Makefile.SH
14141 ____________________________________________________________________________
14142 [  9759] By: jhi                                   on 2001/04/19  22:36:51
14143         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14144              From: Robin Houston <robin@kitsite.com>
14145              Date: Fri, 20 Apr 2001 00:18:53 +0100
14146              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
14147      Branch: perl
14148            ! ext/B/B/Deparse.pm
14149 ____________________________________________________________________________
14150 [  9758] By: jhi                                   on 2001/04/19  22:36:00
14151         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
14152              From: Peter Prymmer <pvhp@forte.com>
14153              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
14154              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
14155      Branch: perl
14156            ! ext/Cwd/Cwd.xs
14157 ____________________________________________________________________________
14158 [  9757] By: nick                                  on 2001/04/19  18:53:54
14159         Log: Blind (untested) integrate of mainline.
14160      Branch: perlio
14161           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14162           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
14163           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14164           !> (integrate 53 files)
14165 ____________________________________________________________________________
14166 [  9756] By: jhi                                   on 2001/04/19  16:59:23
14167         Log: Document and test Time::Piece.
14168      Branch: perl
14169            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
14170            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
14171 ____________________________________________________________________________
14172 [  9755] By: jhi                                   on 2001/04/19  12:13:29
14173         Log: A better fix for the \x{12345678} trouble from NI-S.
14174      Branch: perl
14175            ! utf8.c
14176 ____________________________________________________________________________
14177 [  9754] By: jhi                                   on 2001/04/19  11:56:07
14178         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
14179              From: Robin Houston <robin@kitsite.com>
14180              Date: Wed, 18 Apr 2001 17:58:33 +0100
14181              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
14182      Branch: perl
14183            ! ext/B/B/Deparse.pm op.c
14184 ____________________________________________________________________________
14185 [  9753] By: jhi                                   on 2001/04/19  04:21:52
14186         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
14187              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
14188              Date: Thu, 19 Apr 2001 01:11:41 -0400
14189              Message-ID: <20010419011141.A5798@cpan.org>
14190      Branch: perl
14191            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
14192 ____________________________________________________________________________
14193 [  9752] By: jhi                                   on 2001/04/19  02:41:10
14194         Log: The new time utils need to be thread-aware, too.
14195      Branch: perl
14196            ! util.c
14197 ____________________________________________________________________________
14198 [  9751] By: jhi                                   on 2001/04/19  02:26:47
14199         Log: Compilation nit noticed by AIX compiler.
14200      Branch: perl
14201            ! perlio.c
14202 ____________________________________________________________________________
14203 [  9750] By: jhi                                   on 2001/04/19  02:20:06
14204         Log: The new time utils need to be public.
14205      Branch: perl
14206            ! embed.pl
14207 ____________________________________________________________________________
14208 [  9749] By: jhi                                   on 2001/04/19  01:42:39
14209         Log: Regen toc.
14210      Branch: perl
14211            ! pod/perltoc.pod
14212 ____________________________________________________________________________
14213 [  9748] By: jhi                                   on 2001/04/19  01:41:10
14214         Log: Add Time::Piece, a slight rewrite of Time::Object,
14215              from Matt Sergeant.
14216      Branch: perl
14217            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14218            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
14219            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14220            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
14221            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
14222            ! win32/makefile.mk
14223 ____________________________________________________________________________
14224 [  9747] By: jhi                                   on 2001/04/19  00:55:35
14225         Log: The new metaconfig unit from strftime.
14226      Branch: metaconfig/U/perl
14227            + d_strftime.U
14228 ____________________________________________________________________________
14229 [  9746] By: jhi                                   on 2001/04/19  00:54:54
14230         Log: Move the strftime() wrapper from POSIX.xs to util.c
14231              as my_strftime(), requires HAS_STRFTIME.
14232      Branch: perl
14233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14234            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14235            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
14236            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14237            ! vos/config.ga.h win32/config.bc win32/config.gc
14238            ! win32/config.vc
14239 ____________________________________________________________________________
14240 [  9745] By: jhi                                   on 2001/04/18  23:11:03
14241         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
14242              in preparation of Time::Piece.
14243      Branch: perl
14244            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
14245 ____________________________________________________________________________
14246 [  9744] By: jhi                                   on 2001/04/18  22:33:12
14247         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
14248              From: Peter Prymmer <pvhp@forte.com>
14249              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
14250              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
14251      Branch: perl
14252            ! t/lib/exporter.t
14253 ____________________________________________________________________________
14254 [  9743] By: jhi                                   on 2001/04/18  22:32:23
14255         Log: Subject: Fwd: pod2html leaves cache files lying around?
14256              From: Rajesh Vaidheeswarran <rv@gnu.org>
14257              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
14258              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
14259      Branch: perl
14260            ! lib/Pod/Html.pm
14261 ____________________________________________________________________________
14262 [  9742] By: jhi                                   on 2001/04/18  20:31:49
14263         Log: Update Changes.
14264      Branch: perl
14265            ! Changes patchlevel.h
14266 ____________________________________________________________________________
14267 [  9741] By: jhi                                   on 2001/04/18  20:23:02
14268         Log: Declare hints only if needed.
14269      Branch: perl
14270            ! ext/B/B/Deparse.pm
14271 ____________________________________________________________________________
14272 [  9740] By: jhi                                   on 2001/04/18  19:06:05
14273         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
14274              bug noticed by Robin Houston; basically the code of detecting
14275              value wraparound was acting differently under different compilers
14276              and platforms.  The workaround is to remove the overflow check
14277              for now, a real fix would be to do the overflow (portably) right.
14278      Branch: perl
14279            ! t/op/pat.t utf8.c
14280 ____________________________________________________________________________
14281 [  9739] By: jhi                                   on 2001/04/18  19:01:23
14282         Log: Subject: [PATCH B::Deparse] some pragma support
14283              From: Robin Houston <robin@kitsite.com>
14284              Date: Wed, 18 Apr 2001 19:32:12 +0100
14285              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
14286      Branch: perl
14287            ! ext/B/B/Deparse.pm
14288 ____________________________________________________________________________
14289 [  9738] By: jhi                                   on 2001/04/18  15:16:37
14290         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
14291              From: Benjamin Sugars <bsugars@canoe.ca>
14292              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
14293              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
14294      Branch: perl
14295            ! t/op/glob.t
14296 ____________________________________________________________________________
14297 [  9737] By: jhi                                   on 2001/04/18  13:24:50
14298         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
14299              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14300              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
14301              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
14302      Branch: perl
14303            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14304            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
14305 ____________________________________________________________________________
14306 [  9736] By: jhi                                   on 2001/04/18  04:15:14
14307         Log: The #9735 also changes the subtest 12.
14308      Branch: perl
14309            ! t/lib/b.t
14310 ____________________________________________________________________________
14311 [  9735] By: jhi                                   on 2001/04/18  03:55:17
14312         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
14313              From: David Dyck <dcd@tc.fluke.com>
14314              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
14315              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
14316      Branch: perl
14317            ! ext/B/B/Deparse.pm
14318 ____________________________________________________________________________
14319 [  9734] By: jhi                                   on 2001/04/18  03:54:11
14320         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14321              From: Gisle Aas <gisle@ActiveState.com>
14322              Date: 17 Apr 2001 19:06:45 -0700
14323              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
14324      Branch: perl
14325            ! pp_hot.c t/op/misc.t
14326 ____________________________________________________________________________
14327 [  9733] By: jhi                                   on 2001/04/17  22:25:22
14328         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
14329              From: "Abigail" <abigail@foad.org>
14330              Date: Wed, 18 Apr 2001 01:17:46 +0200
14331              Message-ID: <20010417231746.21657.qmail@foad.org>
14332      Branch: perl
14333            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
14334 ____________________________________________________________________________
14335 [  9732] By: jhi                                   on 2001/04/17  20:47:56
14336         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
14337              From: Robin Houston <robin@kitsite.com>
14338              Date: Tue, 17 Apr 2001 22:37:42 +0100
14339              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
14340      Branch: perl
14341            ! ext/B/B/Deparse.pm
14342 ____________________________________________________________________________
14343 [  9731] By: nick                                  on 2001/04/17  20:46:35
14344         Log: Re-sync for t/lib/b.t fix
14345      Branch: perlio
14346           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
14347 ____________________________________________________________________________
14348 [  9730] By: jhi                                   on 2001/04/17  20:45:29
14349         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
14350              From: Robin Houston <robin@kitsite.com>
14351              Date: Tue, 17 Apr 2001 22:29:36 +0100
14352              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
14353      Branch: perl
14354            ! ext/B/B.xs ext/B/B/Deparse.pm
14355 ____________________________________________________________________________
14356 [  9729] By: jhi                                   on 2001/04/17  20:43:11
14357         Log: Subject: Deparse - parenthesise args to undeclared subs
14358              From: Robin Houston <robin@kitsite.com>
14359              Date: Tue, 17 Apr 2001 21:31:05 +0100
14360              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
14361      Branch: perl
14362            ! ext/B/B/Deparse.pm
14363 ____________________________________________________________________________
14364 [  9728] By: jhi                                   on 2001/04/17  18:57:30
14365         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
14366              From: Benjamin Sugars <ben.sugars@home.com>
14367              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
14368              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
14369      Branch: perl
14370            ! t/lib/cwd.t
14371 ____________________________________________________________________________
14372 [  9727] By: jhi                                   on 2001/04/17  18:20:20
14373         Log: Subject: [PATCH B::Deparse] ambient pragmas
14374              From: Robin Houston <robin@kitsite.com>
14375              Date: Tue, 17 Apr 2001 20:01:59 +0100
14376              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
14377      Branch: perl
14378            ! ext/B/B/Deparse.pm t/lib/b.t
14379 ____________________________________________________________________________
14380 [  9726] By: nick                                  on 2001/04/17  16:33:51
14381         Log: Integrate mainline (t/lib/b.t fails test 2...)
14382      Branch: perlio
14383           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14384           +> ext/List/Util/README ext/List/Util/Util.xs
14385           +> ext/List/Util/lib/List/Util.pm
14386           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
14387           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14388           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14389           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14390           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14391           !> (integrate 31 files)
14392 ____________________________________________________________________________
14393 [  9725] By: jhi                                   on 2001/04/17  12:14:24
14394         Log: Subject: multiple B::* changes
14395              From: Robin Houston <robin@kitsite.com>
14396              Date: Thu, 12 Apr 2001 20:12:27 +0100
14397              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
14398      Branch: perl
14399            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
14400 ____________________________________________________________________________
14401 [  9724] By: jhi                                   on 2001/04/17  11:59:05
14402         Log: Thread-awareness from Doug MacEachern.
14403      Branch: perl
14404            ! ext/List/Util/Util.xs
14405 ____________________________________________________________________________
14406 [  9723] By: jhi                                   on 2001/04/17  11:57:41
14407         Log: Make the test more portable.
14408      Branch: perl
14409            ! t/lib/cwd.t
14410 ____________________________________________________________________________
14411 [  9722] By: jhi                                   on 2001/04/17  11:53:50
14412         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
14413              From: Benjamin Sugars <ben.sugars@home.com>
14414              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
14415              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
14416      Branch: perl
14417            ! t/lib/cwd.t
14418 ____________________________________________________________________________
14419 [  9721] By: jhi                                   on 2001/04/17  11:52:17
14420         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
14421              From: Benjamin Sugars <bsugars@canoe.ca>
14422              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
14423              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
14424      Branch: perl
14425            ! op.c
14426 ____________________________________________________________________________
14427 [  9720] By: jhi                                   on 2001/04/17  11:35:42
14428         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
14429              From: Chris Nandor <pudge@pobox.com>
14430              Date: Tue, 17 Apr 2001 00:30:49 -0400
14431              Message-Id: <p05100207b701768712de@[10.0.1.177]>
14432      Branch: perl
14433            ! ext/File/Glob/bsd_glob.c gv.c
14434 ____________________________________________________________________________
14435 [  9719] By: jhi                                   on 2001/04/17  11:32:13
14436         Log: Subject: [PATCH] Tweten->West
14437              From: Casey West <casey@geeknest.com>
14438              Date: Mon, 16 Apr 2001 12:11:22 -0400
14439              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
14440      Branch: perl
14441            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
14442            ! pod/perltie.pod
14443 ____________________________________________________________________________
14444 [  9718] By: jhi                                   on 2001/04/16  03:22:52
14445         Log: Update Changes.
14446      Branch: perl
14447            ! Changes patchlevel.h
14448 ____________________________________________________________________________
14449 [  9717] By: jhi                                   on 2001/04/16  03:06:28
14450         Log: Regen toc.
14451      Branch: perl
14452            ! pod/perltoc.pod
14453 ____________________________________________________________________________
14454 [  9716] By: jhi                                   on 2001/04/16  02:58:42
14455         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
14456              From: Prymmer/Kahn <pvhp@best.com>
14457              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
14458              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
14459      Branch: perl
14460            ! utf8.c
14461 ____________________________________________________________________________
14462 [  9715] By: jhi                                   on 2001/04/15  23:40:35
14463         Log: Subject: Re: Net::Ping patch, adds stream protocol
14464              From: bronson@rinspin.com (Scott Bronson)
14465              Date: Tue, 10 Apr 2001 23:58:33 -0700
14466              Message-ID: <20010410235833.N29719@rinspin.com>
14467      Branch: perl
14468            ! lib/Net/Ping.pm
14469 ____________________________________________________________________________
14470 [  9714] By: jhi                                   on 2001/04/15  23:31:46
14471         Log: Printing out the ok messages helps successful testing.
14472      Branch: perl
14473            ! t/lib/time-hires.t
14474 ____________________________________________________________________________
14475 [  9713] By: jhi                                   on 2001/04/15  21:43:24
14476         Log: Update Douglas Wegscheid's email.
14477      Branch: perl
14478            ! AUTHORS
14479 ____________________________________________________________________________
14480 [  9712] By: jhi                                   on 2001/04/15  21:40:41
14481         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
14482              From: Michael G Schwern <schwern@pobox.com>
14483              Date: Sat, 14 Apr 2001 22:40:50 +0100
14484              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
14485      Branch: perl
14486            + t/lib/exporter.t
14487            ! MANIFEST lib/Exporter/Heavy.pm
14488 ____________________________________________________________________________
14489 [  9711] By: jhi                                   on 2001/04/15  21:39:21
14490         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
14491              From: Michael G Schwern <schwern@pobox.com>
14492              Date: Sat, 14 Apr 2001 22:13:59 +0100
14493              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
14494      Branch: perl
14495            ! t/op/loopctl.t
14496 ____________________________________________________________________________
14497 [  9710] By: jhi                                   on 2001/04/15  21:30:19
14498         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
14499              From: Michael G Schwern <schwern@pobox.com>
14500              Date: Sat, 14 Apr 2001 22:05:32 +0100
14501              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
14502      Branch: perl
14503            ! t/pragma/warnings.t
14504 ____________________________________________________________________________
14505 [  9709] By: jhi                                   on 2001/04/15  19:34:09
14506         Log: Integrate changes #9706,9707 from maintperl into mainline.
14507              
14508              change#7210 broke .packlist generation
14509              
14510              ExtUtils::Installed doesn't quote regex metacharacters in paths
14511              before using them in match; also make it work for dosish platforms
14512      Branch: perl
14513           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14514 ____________________________________________________________________________
14515 [  9708] By: jhi                                   on 2001/04/15  19:31:01
14516         Log: Test also the scalar aspect of getitimer().
14517      Branch: perl
14518            ! t/lib/time-hires.t
14519 ____________________________________________________________________________
14520 [  9707] By: gsar                                  on 2001/04/15  17:24:20
14521         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
14522              before using them in match; also make it work for dosish platforms
14523      Branch: maint-5.6/perl
14524            ! lib/ExtUtils/Installed.pm
14525 ____________________________________________________________________________
14526 [  9706] By: gsar                                  on 2001/04/15  17:21:59
14527         Log: change#7210 broke .packlist generation (listed only filename
14528              rather than fully qualified path name)
14529      Branch: maint-5.6/perl
14530            ! lib/ExtUtils/Install.pm
14531 ____________________________________________________________________________
14532 [  9705] By: jhi                                   on 2001/04/15  12:36:33
14533         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
14534      Branch: perl
14535            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
14536            ! t/lib/time-hires.t
14537 ____________________________________________________________________________
14538 [  9704] By: jhi                                   on 2001/04/15  10:49:08
14539         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
14540              From: Prymmer/Kahn <pvhp@best.com>
14541              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
14542              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
14543      Branch: perl
14544            ! lib/utf8.pm pod/perlebcdic.pod
14545 ____________________________________________________________________________
14546 [  9703] By: jhi                                   on 2001/04/15  02:26:26
14547         Log: I keep forgetting to sort MANIFEST.
14548      Branch: perl
14549            ! MANIFEST
14550 ____________________________________________________________________________
14551 [  9702] By: jhi                                   on 2001/04/15  02:07:47
14552         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
14553              Now we have blessed, reftype, tainted, first, reduce, ...
14554      Branch: perl
14555            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14556            + ext/List/Util/README ext/List/Util/Util.xs
14557            + ext/List/Util/lib/List/Util.pm
14558            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
14559            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
14560            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14561            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14562            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14563            ! MANIFEST
14564 ____________________________________________________________________________
14565 [  9701] By: jhi                                   on 2001/04/14  15:05:25
14566         Log: Subject: RE: dprofpp.pl updates 
14567              From: Carl Eklof <CEklof@endeca.com>
14568              Date: Thu, 12 Apr 2001 18:45:46 -0400
14569              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
14570      Branch: perl
14571            ! utils/dprofpp.PL
14572 ____________________________________________________________________________
14573 [  9700] By: jhi                                   on 2001/04/14  14:44:55
14574         Log: Do not just blindly add CR.
14575      Branch: perl
14576            ! Porting/makerel
14577 ____________________________________________________________________________
14578 [  9699] By: jhi                                   on 2001/04/13  13:17:01
14579         Log: Update Changes.
14580      Branch: perl
14581            ! Changes patchlevel.h
14582 ____________________________________________________________________________
14583 [  9698] By: jhi                                   on 2001/04/13  12:44:48
14584         Log: Integrate perlio.
14585      Branch: perl
14586           !> ext/PerlIO/Scalar/Scalar.xs
14587 ____________________________________________________________________________
14588 [  9697] By: jhi                                   on 2001/04/13  12:29:15
14589         Log: Add more debug output to the test.
14590      Branch: perl
14591            ! t/lib/cwd.t
14592 ____________________________________________________________________________
14593 [  9696] By: nick                                  on 2001/04/13  10:14:29
14594         Log: Fix core dump on binmode($fh,'Scalar')
14595      Branch: perlio
14596            ! ext/PerlIO/Scalar/Scalar.xs
14597 ____________________________________________________________________________
14598 [  9695] By: nick                                  on 2001/04/13  09:05:42
14599         Log: Integrate mainline
14600      Branch: perlio
14601           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14602           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14603           +> t/lib/time-hires.t
14604           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
14605           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
14606           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14607           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
14608           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
14609           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
14610           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
14611 ____________________________________________________________________________
14612 [  9694] By: jhi                                   on 2001/04/12  22:23:35
14613         Log: Integrate change #9693 from maintperl into mainline.
14614              
14615              $VERSION and Version() on the same line provokes a warning from
14616              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14617      Branch: perl
14618           !> lib/Devel/SelfStubber.pm
14619 ____________________________________________________________________________
14620 [  9693] By: gsar                                  on 2001/04/12  21:55:56
14621         Log: $VERSION and Version() on the same line provokes a warning from
14622              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14623      Branch: maint-5.6/perl
14624            ! lib/Devel/SelfStubber.pm
14625 ____________________________________________________________________________
14626 [  9692] By: jhi                                   on 2001/04/12  13:54:00
14627         Log: This is at least 5.005.
14628      Branch: perl
14629            ! ext/Time/HiRes/HiRes.xs
14630 ____________________________________________________________________________
14631 [  9691] By: jhi                                   on 2001/04/12  13:37:20
14632         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
14633      Branch: perl
14634            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
14635            ! win32/Makefile win32/makefile.mk
14636 ____________________________________________________________________________
14637 [  9690] By: jhi                                   on 2001/04/12  01:34:46
14638         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
14639      Branch: perl
14640            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14641            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14642            + t/lib/time-hires.t
14643            ! MANIFEST
14644 ____________________________________________________________________________
14645 [  9689] By: jhi                                   on 2001/04/12  00:28:39
14646         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
14647              From: Gisle Aas <gisle@ActiveState.com>
14648              Date: 11 Apr 2001 16:36:11 -0700
14649              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
14650      Branch: perl
14651            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14652 ____________________________________________________________________________
14653 [  9688] By: jhi                                   on 2001/04/12  00:27:39
14654         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14655              From: Gisle Aas <gisle@ActiveState.com>
14656              Date: 11 Apr 2001 11:13:24 -0700
14657              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
14658      Branch: perl
14659            ! ext/MIME/Base64/Base64.xs
14660 ____________________________________________________________________________
14661 [  9687] By: jhi                                   on 2001/04/11  19:51:47
14662         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
14663      Branch: perl
14664            ! Todo-5.6
14665 ____________________________________________________________________________
14666 [  9686] By: jhi                                   on 2001/04/11  16:54:25
14667         Log: Subject: [PATCH opcode.pl] Documentation of table format
14668              From: Simon Cozens <simon@netthink.co.uk>
14669              Date: Wed, 11 Apr 2001 12:59:31 +0100
14670              Message-ID: <20010411125931.A25681@netthink.co.uk>
14671      Branch: perl
14672            ! opcode.pl
14673 ____________________________________________________________________________
14674 [  9685] By: jhi                                   on 2001/04/11  16:53:15
14675         Log: Subject: [PATCH] prototype("CORE::recv")
14676              From: Simon Cozens <simon@netthink.co.uk>
14677              Date: Wed, 11 Apr 2001 13:24:35 +0100
14678              Message-ID: <20010411132435.A26169@netthink.co.uk>
14679      Branch: perl
14680            ! pp.c t/comp/proto.t
14681 ____________________________________________________________________________
14682 [  9684] By: jhi                                   on 2001/04/11  16:47:13
14683         Log: FAQ (and AUTHORS) update from Dan Carson: the information
14684              was several years obsolete, Term::Readkey has been updated
14685              to have the functionality.
14686      Branch: perl
14687            ! AUTHORS pod/perlfaq5.pod
14688 ____________________________________________________________________________
14689 [  9683] By: jhi                                   on 2001/04/11  12:15:46
14690         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14691              From: Calle Dybedahl <calle@lysator.liu.se>
14692              Date: 10 Apr 2001 16:44:16 +0200
14693              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
14694      Branch: perl
14695            ! ext/MIME/Base64/Base64.xs
14696 ____________________________________________________________________________
14697 [  9682] By: jhi                                   on 2001/04/11  12:12:26
14698         Log: A more minimal fix for 20010410.006 from Hugo.
14699      Branch: perl
14700            ! regexec.c
14701 ____________________________________________________________________________
14702 [  9681] By: jhi                                   on 2001/04/11  11:34:23
14703         Log: Integrate changes #9678,9679 from maintline into mainperl.
14704              
14705              addendum to change#9676
14706              
14707              up $File::Glob::VERSION; add a note pointing out the version of
14708              the OpenBSD glob bsd_glob.c resembles
14709      Branch: perl
14710           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14711           !> ext/File/Glob/bsd_glob.h
14712 ____________________________________________________________________________
14713 [  9680] By: jhi                                   on 2001/04/11  11:30:38
14714         Log: Bad test numbering in integrate in #9677.
14715              Fixes ID 20010411.001.
14716      Branch: perl
14717            ! t/op/pat.t
14718 ____________________________________________________________________________
14719 [  9679] By: gsar                                  on 2001/04/11  03:38:40
14720         Log: up $File::Glob::VERSION; add a note pointing out the version of
14721              the OpenBSD glob bsd_glob.c resembles
14722      Branch: maint-5.6/perl
14723            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14724            ! ext/File/Glob/bsd_glob.h
14725 ____________________________________________________________________________
14726 [  9678] By: gsar                                  on 2001/04/11  03:09:48
14727         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
14728              revision 1.8.10.1 found here:
14729              
14730              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
14731      Branch: maint-5.6/perl
14732            ! ext/File/Glob/bsd_glob.c
14733 ____________________________________________________________________________
14734 [  9677] By: jhi                                   on 2001/04/11  02:54:39
14735         Log: Integrate changes #9675,9676 from maintperl into mainline.
14736              
14737              fix for bug 20010410.006, undo change#7115
14738              
14739              port the OpenBSD glob() security patch
14740      Branch: perl
14741           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14742           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
14743           !> t/op/pat.t
14744 ____________________________________________________________________________
14745 [  9676] By: gsar                                  on 2001/04/11  02:19:02
14746         Log: port the glob() security patch found at:
14747              
14748              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
14749              
14750              CERT advisory for the issue is here:
14751              
14752              http://www.cert.org/advisories/CA-2001-07.html
14753              
14754              Note that the security scare is only relevant for those who are
14755              foolish enough to build suidperl (which is now officially discouraged)
14756      Branch: maint-5.6/perl
14757            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14758            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
14759 ____________________________________________________________________________
14760 [  9675] By: gsar                                  on 2001/04/10  23:52:11
14761         Log: fix for bug 20010410.006
14762              
14763              undo change#7115 (came into maint-5.6 as change#8156)
14764              
14765              add tests to keep it from coming back
14766      Branch: maint-5.6/perl
14767            ! regexec.c t/op/pat.t
14768 ____________________________________________________________________________
14769 [  9674] By: nick                                  on 2001/04/10  20:39:31
14770         Log: Integrate mainline
14771      Branch: perlio
14772           +> Porting/testall.atom
14773           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
14774           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
14775           !> t/lib/lc-uk.t t/pod/find.t
14776 ____________________________________________________________________________
14777 [  9673] By: nick                                  on 2001/04/10  18:46:14
14778         Log: Integrate against change 9670 aka perl-5.7.1
14779      Branch: perlio
14780           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14781           !> (integrate 53 files)
14782 ____________________________________________________________________________
14783 [  9672] By: jhi                                   on 2001/04/10  13:45:01
14784         Log: Add a script for doing cumulative profile of the test suite.
14785              (Requires ATOM, that is, Tru64.)
14786      Branch: perl
14787            + Porting/testall.atom
14788            ! MANIFEST
14789 ____________________________________________________________________________
14790 [  9671] By: jhi                                   on 2001/04/10  12:38:53
14791         Log: Missing std block.
14792      Branch: perl
14793            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
14794            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
14795            ! t/pod/find.t
14796 ____________________________________________________________________________
14797 [  9670] By: jhi                                   on 2001/04/10  01:25:58
14798         Log: This is 5.7.1.
14799      Branch: perl
14800            ! patchlevel.h
14801 ____________________________________________________________________________
14802 [  9669] By: jhi                                   on 2001/04/10  01:09:14
14803         Log: Update Changes.
14804      Branch: perl
14805            ! Changes patchlevel.h
14806 ____________________________________________________________________________
14807 [  9668] By: jhi                                   on 2001/04/10  01:00:38
14808         Log: Regen toc.
14809      Branch: perl
14810            ! pod/perltoc.pod
14811 ____________________________________________________________________________
14812 [  9667] By: jhi                                   on 2001/04/10  00:52:16
14813         Log: Update perlhist.
14814      Branch: perl
14815            ! pod/perlhist.pod
14816 ____________________________________________________________________________
14817 [  9666] By: jhi                                   on 2001/04/09  23:38:59
14818         Log: Slight wording tweaks from Damian to #9658.
14819      Branch: perl
14820            ! pod/perlobj.pod
14821 ____________________________________________________________________________
14822 [  9665] By: jhi                                   on 2001/04/09  19:56:06
14823         Log: Subject: [PATCH perlutil.pod] Nit
14824              From: Simon Cozens <simon@netthink.co.uk>
14825              Date: Mon, 9 Apr 2001 20:29:44 +0100
14826              Message-ID: <20010409202944.A14796@the.earth.li>
14827      Branch: perl
14828            ! pod/perlutil.pod
14829 ____________________________________________________________________________
14830 [  9664] By: jhi                                   on 2001/04/09  19:54:42
14831         Log: Subject: Re: perl571delta.pod@9631
14832              From: Mike Guy <mjtg@cam.ac.uk>
14833              Date: Mon, 09 Apr 2001 18:09:14 +0100
14834              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
14835      Branch: perl
14836            ! pod/perl571delta.pod
14837 ____________________________________________________________________________
14838 [  9663] By: jhi                                   on 2001/04/09  13:43:35
14839         Log: Update Changes.
14840      Branch: perl
14841            ! Changes patchlevel.h
14842 ____________________________________________________________________________
14843 [  9662] By: jhi                                   on 2001/04/09  13:24:46
14844         Log: tweak tweak.
14845      Branch: perl
14846            ! AUTHORS pod/perl571delta.pod
14847 ____________________________________________________________________________
14848 [  9661] By: jhi                                   on 2001/04/09  13:15:13
14849         Log: Thinko in manual patch applying.
14850      Branch: perl
14851            ! sv.c
14852 ____________________________________________________________________________
14853 [  9660] By: jhi                                   on 2001/04/09  13:07:53
14854         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
14855              From: Robin Barker <rmb1@cise.npl.co.uk> 
14856              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
14857              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
14858              
14859              (This corrects the case where the "isn't numeric" string contains \0s
14860              and is longer than the temporary buffer, and contains \0 at the point
14861              the string would be truncated by "...".) 
14862      Branch: perl
14863            ! sv.c
14864 ____________________________________________________________________________
14865 [  9659] By: jhi                                   on 2001/04/09  12:57:41
14866         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
14867      Branch: perl
14868            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
14869            ! t/lib/cgi-function.t t/lib/cgi-html.t
14870 ____________________________________________________________________________
14871 [  9658] By: jhi                                   on 2001/04/09  12:48:47
14872         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
14873              From: Ilmari Karonen <iltzu@sci.fi>
14874              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
14875              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
14876              
14877              Rearrange and rewrite the Method Invocation section
14878              to explain the concepts in nicer order.
14879      Branch: perl
14880            ! pod/perlobj.pod
14881 ____________________________________________________________________________
14882 [  9657] By: jhi                                   on 2001/04/09  12:35:58
14883         Log: Upgrade to podlators 1.09, from Russ Allbery.
14884      Branch: perl
14885            ! lib/Pod/Man.pm lib/Pod/Text.pm
14886 ____________________________________________________________________________
14887 [  9656] By: jhi                                   on 2001/04/09  12:31:53
14888         Log: perl571delta.
14889      Branch: perl
14890            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
14891 ____________________________________________________________________________
14892 [  9655] By: jhi                                   on 2001/04/09  12:20:09
14893         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
14894              From: Prymmer/Kahn <pvhp@best.com>
14895              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
14896              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
14897      Branch: perl
14898            ! lib/utf8.pm pod/perlunicode.pod
14899 ____________________________________________________________________________
14900 [  9654] By: gsar                                  on 2001/04/09  03:38:33
14901         Log: here lies 5.6.1
14902      Branch: maint-5.6/perl
14903            ! Changes
14904 ____________________________________________________________________________
14905 [  9653] By: jhi                                   on 2001/04/09  03:25:24
14906         Log: Update perlhist.
14907      Branch: perl
14908            ! pod/perlhist.pod
14909 ____________________________________________________________________________
14910 [  9652] By: jhi                                   on 2001/04/09  03:18:49
14911         Log: perl571delta tweaking continues.
14912      Branch: perl
14913            ! pod/perl571delta.pod
14914 ____________________________________________________________________________
14915 [  9651] By: gsar                                  on 2001/04/09  03:11:19
14916         Log: update Changes, patchlevel.h &c.
14917      Branch: maint-5.6/perl
14918            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
14919            ! pod/perltoc.pod
14920 ____________________________________________________________________________
14921 [  9650] By: jhi                                   on 2001/04/09  02:40:24
14922         Log: Integrate the perlfork half of #9513 from maintperl into mainline
14923              (the perlunicode half is obsolete)
14924      Branch: perl
14925            ! pod/perlfork.pod
14926 ____________________________________________________________________________
14927 [  9649] By: gsar                                  on 2001/04/09  02:35:43
14928         Log: tweak perldelta as suggested by Jarkko
14929      Branch: maint-5.6/perl
14930            ! pod/perldelta.pod
14931 ____________________________________________________________________________
14932 [  9648] By: jhi                                   on 2001/04/09  02:13:04
14933         Log: Integrate change #9646 from maintperl into mainline.
14934              
14935              add note about ithreads and Thread.pm
14936      Branch: perl
14937           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
14938 ____________________________________________________________________________
14939 [  9647] By: jhi                                   on 2001/04/09  02:10:18
14940         Log: Bad assumption that shortsize == 2.
14941      Branch: perl
14942            ! t/lib/xs-typemap.t
14943 ____________________________________________________________________________
14944 [  9646] By: gsar                                  on 2001/04/09  00:48:04
14945         Log: add note about ithreads and Thread.pm (too many people are
14946              confused by the fact that Thread.pm is built and installed
14947              under non-5005threads but doesn't work)
14948      Branch: maint-5.6/perl
14949            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
14950 ____________________________________________________________________________
14951 [  9645] By: gsar                                  on 2001/04/09  00:19:03
14952         Log: update perldelta.pod for changes in 5.6.1
14953      Branch: maint-5.6/perl
14954            ! Changes pod/perldelta.pod
14955 ____________________________________________________________________________
14956 [  9644] By: jhi                                   on 2001/04/08  20:37:00
14957         Log: Integrate change #9639 from maintperl into mainline:
14958              on windows, many of the README.* pods were being copied to
14959              the wrong location
14960      Branch: perl
14961           !> win32/Makefile win32/makefile.mk
14962 ____________________________________________________________________________
14963 [  9643] By: jhi                                   on 2001/04/08  20:07:11
14964         Log: Integrate change #9624 from maintperl into mainline:
14965              the pod tests were not okay.  (t/pod/find.t changes ignored)
14966      Branch: perl
14967           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
14968           !> t/pod/include.t t/pod/included.t t/pod/lref.t
14969           !> t/pod/multiline_items.t t/pod/nested_items.t
14970           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
14971           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
14972 ____________________________________________________________________________
14973 [  9642] By: jhi                                   on 2001/04/08  19:57:17
14974         Log: Integrate change #9638 from maintperl into mainline:
14975              update to latest JPL from the anoncvs repository
14976      Branch: perl
14977           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14978           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14979           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
14980 ____________________________________________________________________________
14981 [  9641] By: jhi                                   on 2001/04/08  19:53:30
14982         Log: perl571delta updates.
14983      Branch: perl
14984            ! lib/Filter/Simple.pm pod/perl571delta.pod
14985 ____________________________________________________________________________
14986 [  9640] By: gsar                                  on 2001/04/08  19:20:46
14987         Log: integrate change#9634 from mainline
14988              
14989              Fix the perlmodlib generation (didn't understand separate .pod
14990              files; didn't understand -- as the name-thing separator).
14991              Update the CPAN mirrors list.
14992      Branch: maint-5.6/perl
14993            ! pod/perlmodlib.pod
14994           !> pod/perlmodlib.PL
14995 ____________________________________________________________________________
14996 [  9639] By: gsar                                  on 2001/04/08  18:57:31
14997         Log: on windows, many of the README.* pods were being copied to the wrong
14998              location
14999      Branch: maint-5.6/perl
15000            ! win32/Makefile win32/makefile.mk
15001 ____________________________________________________________________________
15002 [  9638] By: gsar                                  on 2001/04/08  18:38:25
15003         Log: update to latest JPL from the anoncvs repository
15004      Branch: maint-5.6/perl
15005            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15006            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15007            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15008 ____________________________________________________________________________
15009 [  9637] By: jhi                                   on 2001/04/08  17:53:53
15010         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
15011      Branch: perl
15012            ! pod/perl571delta.pod
15013 ____________________________________________________________________________
15014 [  9636] By: jhi                                   on 2001/04/08  17:18:32
15015         Log: Regen toc.
15016      Branch: perl
15017            ! pod/perltoc.pod
15018 ____________________________________________________________________________
15019 [  9635] By: jhi                                   on 2001/04/08  17:16:33
15020         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
15021              From: "Craig A. Berry" <craigberry@mac.com>
15022              Date: Sun, 08 Apr 2001 12:30:16 -0500
15023              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
15024      Branch: perl
15025            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
15026 ____________________________________________________________________________
15027 [  9634] By: jhi                                   on 2001/04/08  17:09:19
15028         Log: Fix the perlmodlib generation (didn't understand separate .pod
15029              files; didn't understand -- as the name-thing separator).
15030              
15031              Update the CPAN mirrors list.
15032      Branch: perl
15033            ! pod/perlmodlib.PL pod/perlmodlib.pod
15034 ____________________________________________________________________________
15035 [  9633] By: jhi                                   on 2001/04/08  16:49:17
15036         Log: Sort MANIFEST.
15037      Branch: perl
15038            ! MANIFEST
15039 ____________________________________________________________________________
15040 [  9632] By: gsar                                  on 2001/04/08  16:36:06
15041         Log: add $Tie::RefHash::VERSION
15042      Branch: maint-5.6/perl
15043            ! lib/Tie/RefHash.pm
15044 ____________________________________________________________________________
15045 [  9631] By: jhi                                   on 2001/04/08  16:10:15
15046         Log: perl571delta updates based on p5p feedback; still needs
15047              lots of examples.
15048      Branch: perl
15049            ! pod/perl571delta.pod
15050 ____________________________________________________________________________
15051 [  9630] By: jhi                                   on 2001/04/08  15:59:13
15052         Log: Update the list of supported platforms to talk about 5.7.1
15053              (and 5.6.1)
15054      Branch: perl
15055            ! pod/perlport.pod
15056 ____________________________________________________________________________
15057 [  9629] By: jhi                                   on 2001/04/08  15:55:41
15058         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
15059              from maintperl into mainline: perlport updates.
15060      Branch: perl
15061            ! pod/perlport.pod
15062 ____________________________________________________________________________
15063 [  9628] By: jhi                                   on 2001/04/08  15:53:17
15064         Log: perlsolaris.pod copied to wrong directory.
15065      Branch: perl
15066            ! win32/makefile.mk
15067 ____________________________________________________________________________
15068 [  9627] By: jhi                                   on 2001/04/08  14:48:18
15069         Log: Subject: Typos in perl571delta.pod
15070              From: "Stephen P. Potter" <spp@spotter.yi.org>
15071              Date: Sat, 07 Apr 2001 20:37:05 -0400
15072              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
15073      Branch: perl
15074            ! pod/perl571delta.pod
15075 ____________________________________________________________________________
15076 [  9626] By: jhi                                   on 2001/04/08  14:39:04
15077         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
15078      Branch: perl
15079            ! gv.c
15080 ____________________________________________________________________________
15081 [  9625] By: nick                                  on 2001/04/08  10:14:23
15082         Log: Integrate mainline
15083      Branch: perlio
15084           +> pod/perl570delta.pod pod/perl571delta.pod
15085           !> (integrate 27 files)
15086 ____________________________________________________________________________
15087 [  9624] By: gsar                                  on 2001/04/08  06:08:17
15088         Log: test in t/pod/* were busted
15089              
15090              these tests are still not enabled in t/{harness,TEST}
15091      Branch: maint-5.6/perl
15092            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
15093            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
15094            ! t/pod/multiline_items.t t/pod/nested_items.t
15095            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15096            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
15097 ____________________________________________________________________________
15098 [  9623] By: gsar                                  on 2001/04/08  03:37:01
15099         Log: integrate change#9470 from mainline
15100              
15101              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
15102      Branch: maint-5.6/perl
15103           !> ext/Socket/Socket.xs
15104 ____________________________________________________________________________
15105 [  9622] By: jhi                                   on 2001/04/07  22:40:47
15106         Log: Update Changes.
15107      Branch: perl
15108            ! Changes patchlevel.h
15109 ____________________________________________________________________________
15110 [  9621] By: jhi                                   on 2001/04/07  22:34:16
15111         Log: Update AUTHORS.
15112      Branch: perl
15113            ! AUTHORS
15114 ____________________________________________________________________________
15115 [  9620] By: jhi                                   on 2001/04/07  22:12:47
15116         Log: Forgot to bump the number of tests in #9164.
15117      Branch: perl
15118            ! t/op/array.t
15119 ____________________________________________________________________________
15120 [  9619] By: jhi                                   on 2001/04/07  22:09:50
15121         Log: Bump patchlevel to 5.7.1.
15122      Branch: perl
15123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15124            ! config_h.SH patchlevel.h
15125 ____________________________________________________________________________
15126 [  9618] By: jhi                                   on 2001/04/07  22:02:41
15127         Log: Populate perl571delta.
15128      Branch: perl
15129            ! pod/perl571delta.pod
15130 ____________________________________________________________________________
15131 [  9617] By: jhi                                   on 2001/04/07  22:01:23
15132         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
15133              to forget it later; do not change patchlevel.h yet or regenerate
15134              Configure yet.
15135      Branch: perl
15136            ! epoc/config.sh win32/Makefile win32/config_H.bc
15137            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15138 ____________________________________________________________________________
15139 [  9616] By: jhi                                   on 2001/04/07  17:46:33
15140         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
15141      Branch: perl
15142            ! pod/perl571delta.pod
15143 ____________________________________________________________________________
15144 [  9615] By: jhi                                   on 2001/04/07  17:33:21
15145         Log: Change the toc configuration.
15146      Branch: perl
15147            ! pod/buildtoc.PL pod/perl.pod
15148 ____________________________________________________________________________
15149 [  9614] By: jhi                                   on 2001/04/07  17:29:47
15150         Log: Subject: PATCH: $[
15151              From: Robin Houston <robin@kitsite.com>
15152              Date: Fri, 6 Apr 2001 18:10:14 +0100
15153              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
15154      Branch: perl
15155            ! op.c t/op/array.t
15156 ____________________________________________________________________________
15157 [  9613] By: jhi                                   on 2001/04/07  17:28:26
15158         Log: Subject: [PATCH perl@9424] isn't numeric warning
15159              From: Robin Barker <rmb1@cise.npl.co.uk>
15160              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
15161              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
15162      Branch: perl
15163            ! sv.c t/pragma/warn/sv
15164 ____________________________________________________________________________
15165 [  9612] By: jhi                                   on 2001/04/07  17:26:45
15166         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
15167              From: Mike Guy <mjtg@cam.ac.uk>
15168              Date: Fri, 06 Apr 2001 12:47:06 +0100
15169              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
15170      Branch: perl
15171            ! dump.c t/lib/peek.t
15172 ____________________________________________________________________________
15173 [  9611] By: jhi                                   on 2001/04/07  17:21:35
15174         Log: Create perl571delta and seed it off with the perldelta changes
15175              since 5.7.0; remove those changes from perldelta and rename it
15176              as perl570delta; recreate perldelta but leave it almost empty.
15177      Branch: perl
15178            + pod/perl570delta.pod pod/perl571delta.pod
15179            ! MANIFEST pod/perldelta.pod
15180 ____________________________________________________________________________
15181 [  9610] By: jhi                                   on 2001/04/07  16:56:32
15182         Log: Denit.
15183      Branch: perl
15184            ! pod/perldelta.pod
15185 ____________________________________________________________________________
15186 [  9609] By: jhi                                   on 2001/04/07  16:38:32
15187         Log: Retract #9523: needs more thought.
15188      Branch: perl
15189            ! Makefile.SH
15190 ____________________________________________________________________________
15191 [  9608] By: jhi                                   on 2001/04/07  14:59:20
15192         Log: atmark() code cleanaup.
15193      Branch: perl
15194            ! ext/IO/IO.xs
15195 ____________________________________________________________________________
15196 [  9607] By: jhi                                   on 2001/04/07  14:48:14
15197         Log: Integrate change #9605 from maintperl into mainline.
15198              
15199              can't optimize away scope entry if tr/// is present
15200      Branch: perl
15201           !> op.c t/op/tr.t
15202 ____________________________________________________________________________
15203 [  9606] By: jhi                                   on 2001/04/07  14:43:59
15204         Log: Integrate perlio.
15205      Branch: perl
15206           +> win32/FindExt.pm
15207           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
15208           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
15209 ____________________________________________________________________________
15210 [  9605] By: gsar                                  on 2001/04/07  11:52:40
15211         Log: can't optimize away scope entry if tr/// is present
15212      Branch: maint-5.6/perl
15213            ! op.c t/op/tr.t
15214 ____________________________________________________________________________
15215 [  9604] By: nick                                  on 2001/04/07  11:39:45
15216         Log: Split out extension finding code from buildext.pl into FindExt.pm
15217              Use it to get Config.pm's idea of available extensions in line
15218              with what is built.
15219      Branch: perlio
15220            + win32/FindExt.pm
15221            ! MANIFEST win32/buildext.pl win32/config_sh.PL
15222            ! win32/makefile.mk
15223 ____________________________________________________________________________
15224 [  9603] By: nick                                  on 2001/04/07  09:11:38
15225         Log: Cleanup correction for failed :Via() layer, also set an error code.
15226      Branch: perlio
15227            ! ext/PerlIO/Via/Via.xs
15228 ____________________________________________________________________________
15229 [  9602] By: nick                                  on 2001/04/07  08:38:04
15230         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
15231              style. So don't use binmode() on the handles so that Win32 etc. see
15232              same sequence and produce same digests.
15233      Branch: perlio
15234            ! t/lib/md5-file.t
15235 ____________________________________________________________________________
15236 [  9601] By: nick                                  on 2001/04/07  08:36:26
15237         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
15238              Else it complains and so crlf layer (say) does not get pushed.
15239      Branch: perlio
15240            ! perlio.c
15241 ____________________________________________________________________________
15242 [  9600] By: jhi                                   on 2001/04/06  23:00:09
15243         Log: Integrate change #9599 from perlio into mainline.
15244      Branch: perl
15245           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15246           !> win32/config_H.vc
15247 ____________________________________________________________________________
15248 [  9599] By: nick                                  on 2001/04/06  21:42:43
15249         Log: Quote $VERSION in Encode.pm.
15250              regen_config_h as requested.
15251      Branch: perlio
15252            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15253            ! win32/config_H.vc
15254 ____________________________________________________________________________
15255 [  9598] By: nick                                  on 2001/04/06  20:34:59
15256         Log: Integrate mainline
15257      Branch: perlio
15258           +> README.macos
15259           !> (integrate 39 files)
15260 ____________________________________________________________________________
15261 [  9597] By: gsar                                  on 2001/04/06  18:06:35
15262         Log: integrate change#9464 from mainline (addendum to change#8313)
15263              
15264              Subject: [PATCH @9452] Better peep()ing for foreach() loops
15265      Branch: maint-5.6/perl
15266           !> op.c
15267 ____________________________________________________________________________
15268 [  9596] By: jhi                                   on 2001/04/06  17:26:03
15269         Log: The d_casti32=undef is good for you even when not use64bitall.
15270      Branch: perl
15271            ! hints/hpux.sh
15272 ____________________________________________________________________________
15273 [  9595] By: gsar                                  on 2001/04/06  14:57:17
15274         Log: add a low-impact fix to accomodate darwin-ism
15275      Branch: maint-5.6/perl
15276            ! ext/Errno/Errno_pm.PL
15277 ____________________________________________________________________________
15278 [  9594] By: jhi                                   on 2001/04/06  14:55:14
15279         Log: Integrate changes #9528,9593 from mainline into maintperl;
15280              tweaking the editor/IDE/shell list.
15281      Branch: maint-5.6/perl
15282           !> pod/perlfaq3.pod
15283 ____________________________________________________________________________
15284 [  9593] By: jhi                                   on 2001/04/06  14:51:39
15285         Log: Make the editor/IDE/shell list a little bit airier.
15286      Branch: perl
15287            ! pod/perlfaq3.pod
15288 ____________________________________________________________________________
15289 [  9592] By: gsar                                  on 2001/04/06  14:45:18
15290         Log: integrate change#9477 from mainline (base.pm doc tweak)
15291              
15292              missing doc entry for fmod()
15293      Branch: maint-5.6/perl
15294            ! lib/Math/BigFloat.pm
15295           !> lib/base.pm
15296 ____________________________________________________________________________
15297 [  9591] By: jhi                                   on 2001/04/06  13:55:48
15298         Log: Regen toc.
15299      Branch: perl
15300            ! pod/perltoc.pod
15301 ____________________________________________________________________________
15302 [  9590] By: jhi                                   on 2001/04/06  13:54:52
15303         Log: Math::BigFloat patches from John Peacock.  The equivalent
15304              of #9586 from maintperl but reworked by John to work with
15305              the bleadperl.
15306      Branch: perl
15307            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15308 ____________________________________________________________________________
15309 [  9589] By: jhi                                   on 2001/04/06  13:42:23
15310         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
15311      Branch: perl
15312            ! ext/Digest/MD5/Makefile.PL
15313 ____________________________________________________________________________
15314 [  9588] By: jhi                                   on 2001/04/06  13:31:45
15315         Log: Integrate changes #9584,9587 from maintperl into mainline.
15316              
15317              keep eval"" CVs alive until the end of the statement in which
15318              they're called
15319              
15320              add README.macos (from Chris Nandor)
15321              
15322              tyop in change#9555
15323      Branch: perl
15324           +> README.macos
15325           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
15326           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
15327           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
15328           !> win32/makefile.mk
15329 ____________________________________________________________________________
15330 [  9587] By: gsar                                  on 2001/04/06  07:31:30
15331         Log: add README.macos (from Chris Nandor)
15332              
15333              tyop in change#9555
15334      Branch: maint-5.6/perl
15335            + README.macos
15336            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
15337            ! win32/Makefile win32/makefile.mk
15338 ____________________________________________________________________________
15339 [  9586] By: gsar                                  on 2001/04/06  07:08:54
15340         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
15341      Branch: maint-5.6/perl
15342            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15343 ____________________________________________________________________________
15344 [  9585] By: gsar                                  on 2001/04/06  06:58:44
15345         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
15346              from mainline
15347              
15348              Subject: [PATCH] Base64 update to perlfaq9.pod
15349              
15350              Subject: [PATCH AUTHORS] Housekeeping
15351              
15352              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15353              Mac OS X (Darwin) has extra pwent fields.
15354              
15355              Subject: [PATCH B::*] print control-character vars readably
15356              Needs EBCDICification.
15357              
15358              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15359              
15360              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15361              
15362              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15363              
15364              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15365              
15366              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15367              
15368              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15369              
15370              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
15371              
15372              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15373              
15374              FreeBSD hints tweak from Anton Berezin.
15375              
15376              Subject: [PATCH foolperl & bleadperl] README.vms update
15377              
15378              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15379      Branch: maint-5.6/perl
15380           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
15381           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15382           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
15383 ____________________________________________________________________________
15384 [  9584] By: gsar                                  on 2001/04/06  04:09:00
15385         Log: keep eval"" CVs alive until the end of the statement in which
15386              they're called; this avoids a coredump ensuing from search for
15387              lexicals in code such as:
15388              
15389              sub bug {
15390              my $s = @_;
15391              eval q[sub { eval 'sub { &$s }' }];
15392              }
15393              bug("x")->()->();
15394              
15395              this code still doesn't work as intended (as it has remained
15396              since time immemorial), but it doesn't provoke a coredump anymore
15397      Branch: maint-5.6/perl
15398            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15399            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
15400 ____________________________________________________________________________
15401 [  9583] By: jhi                                   on 2001/04/05  23:52:51
15402         Log: Update Changes.
15403      Branch: perl
15404            ! Changes patchlevel.h
15405 ____________________________________________________________________________
15406 [  9582] By: jhi                                   on 2001/04/05  23:11:23
15407         Log: Slight doc tweak.
15408      Branch: perl
15409            ! pod/perlunicode.pod
15410 ____________________________________________________________________________
15411 [  9581] By: jhi                                   on 2001/04/05  23:04:11
15412         Log: Integrate perlio.
15413      Branch: perl
15414           !> pod/perlunicode.pod
15415 ____________________________________________________________________________
15416 [  9580] By: jhi                                   on 2001/04/05  23:03:29
15417         Log: Test for #9579.
15418      Branch: perl
15419            ! t/op/do.t
15420 ____________________________________________________________________________
15421 [  9579] By: jhi                                   on 2001/04/05  22:54:17
15422         Log: Subject: [PATCH] Propagate calling context for do '...'
15423              From: Gisle Aas <gisle@ActiveState.com>
15424              Date: 04 Apr 2001 20:17:29 -0700
15425              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
15426      Branch: perl
15427            ! pod/perlfunc.pod pp_ctl.c
15428 ____________________________________________________________________________
15429 [  9578] By: jhi                                   on 2001/04/05  22:52:51
15430         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15431              From: Peter Prymmer <pvhp@forte.com>
15432              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
15433              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
15434      Branch: perl
15435            ! README.vms
15436 ____________________________________________________________________________
15437 [  9577] By: jhi                                   on 2001/04/05  22:48:22
15438         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
15439              From: "Craig A. Berry" <craigberry@mac.com>
15440              Date: Thu, 5 Apr 2001 13:43:28 -0500
15441              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
15442      Branch: perl
15443            ! README.vms
15444 ____________________________________________________________________________
15445 [  9576] By: jhi                                   on 2001/04/05  22:31:38
15446         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
15447              From: Michael G Schwern <schwern@pobox.com>
15448              Date: Thu, 5 Apr 2001 21:53:21 +0100
15449              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
15450      Branch: perl
15451            ! lib/base.pm t/lib/fields.t
15452 ____________________________________________________________________________
15453 [  9575] By: jhi                                   on 2001/04/05  22:26:10
15454         Log: FreeBSD hints tweak from Anton Berezin.
15455      Branch: perl
15456            ! hints/freebsd.sh
15457 ____________________________________________________________________________
15458 [  9574] By: jhi                                   on 2001/04/05  22:24:03
15459         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15460              From: David Dyck <dcd@tc.fluke.com>
15461              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
15462              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
15463      Branch: perl
15464            ! t/op/oct.t
15465 ____________________________________________________________________________
15466 [  9573] By: jhi                                   on 2001/04/05  22:23:06
15467         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
15468              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
15469              From: David Dyck <dcd@tc.fluke.com>
15470              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
15471      Branch: perl
15472            ! pp.c
15473 ____________________________________________________________________________
15474 [  9572] By: jhi                                   on 2001/04/05  22:14:47
15475         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15476              From: Robin Houston <robin@kitsite.com>
15477              Date: Thu, 5 Apr 2001 20:56:48 +0100
15478              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
15479      Branch: perl
15480            ! ext/B/B/Deparse.pm
15481 ____________________________________________________________________________
15482 [  9571] By: jhi                                   on 2001/04/05  22:12:53
15483         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15484              From: Robin Houston <robin@kitsite.com>
15485              Date: Thu, 5 Apr 2001 19:55:51 +0100
15486              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
15487      Branch: perl
15488            ! ext/B/B/Deparse.pm
15489 ____________________________________________________________________________
15490 [  9570] By: jhi                                   on 2001/04/05  22:11:06
15491         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15492              From: Robin Houston <robin@kitsite.com>
15493              Date: Thu, 5 Apr 2001 20:16:29 +0100
15494              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
15495      Branch: perl
15496            ! ext/B/B/Deparse.pm
15497 ____________________________________________________________________________
15498 [  9569] By: nick                                  on 2001/04/05  21:32:26
15499         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
15500      Branch: perlio
15501            ! pod/perlunicode.pod
15502 ____________________________________________________________________________
15503 [  9568] By: nick                                  on 2001/04/05  19:38:09
15504         Log: Integrate mainline
15505      Branch: perlio
15506           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
15507           !> (integrate 35 files)
15508 ____________________________________________________________________________
15509 [  9567] By: jhi                                   on 2001/04/05  18:31:45
15510         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15511              From: Robin Houston <robin@kitsite.com>
15512              Date: Thu, 5 Apr 2001 18:03:23 +0100
15513              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
15514      Branch: perl
15515            ! ext/B/B/Deparse.pm
15516 ____________________________________________________________________________
15517 [  9566] By: jhi                                   on 2001/04/05  18:29:35
15518         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15519              From: Robin Houston <robin@kitsite.com>
15520              Date: Thu, 5 Apr 2001 16:45:18 +0100
15521              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
15522      Branch: perl
15523            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15524 ____________________________________________________________________________
15525 [  9565] By: jhi                                   on 2001/04/05  18:24:23
15526         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15527              From: Robin Houston <robin@kitsite.com>
15528              Date: Thu, 5 Apr 2001 14:50:09 +0100
15529              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
15530      Branch: perl
15531            ! ext/B/B/Deparse.pm
15532 ____________________________________________________________________________
15533 [  9564] By: jhi                                   on 2001/04/05  18:23:03
15534         Log: Subject: [PATCH B::*] print control-character vars readably
15535              From: Robin Houston <robin@kitsite.com>
15536              Date: Thu, 5 Apr 2001 14:27:38 +0100
15537              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
15538              
15539              Needs EBCDICification.
15540      Branch: perl
15541            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
15542            ! ext/B/B/Terse.pm
15543 ____________________________________________________________________________
15544 [  9563] By: jhi                                   on 2001/04/05  18:20:32
15545         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15546              Date: Thu, 5 Apr 2001 13:21:42 -0400
15547              From: Paul Schinder <schinder@pobox.com>
15548              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
15549              
15550              Mac OS X (Darwin) has extra pwent fields.
15551      Branch: perl
15552            ! t/op/pwent.t
15553 ____________________________________________________________________________
15554 [  9562] By: jhi                                   on 2001/04/05  17:57:51
15555         Log: Regen toc.
15556      Branch: perl
15557            ! pod/perltoc.pod
15558 ____________________________________________________________________________
15559 [  9561] By: jhi                                   on 2001/04/05  17:47:33
15560         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
15561      Branch: metaconfig
15562            ! U/Glossary.patch
15563      Branch: metaconfig/U/perl
15564            + d_u32align.U
15565            ! d_cmsghdr_s.U d_msghdr_s.U
15566 ____________________________________________________________________________
15567 [  9560] By: jhi                                   on 2001/04/05  17:47:01
15568         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
15569              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
15570              Introduce probes for struct msghdr, struct cmsghdr,
15571              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
15572              ualarm, usleep, for possible later extension work.
15573      Branch: perl
15574            + t/lib/md5-align.t
15575            ! Configure MANIFEST Porting/Glossary Porting/config.sh
15576            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15577            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
15578            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15579            ! vos/config.ga.h win32/config.bc win32/config.gc
15580            ! win32/config.vc
15581 ____________________________________________________________________________
15582 [  9559] By: jhi                                   on 2001/04/05  13:03:04
15583         Log: Be traditional in your cpp (for the Errno extension).
15584      Branch: perl
15585            ! hints/darwin.sh
15586 ____________________________________________________________________________
15587 [  9558] By: jhi                                   on 2001/04/05  13:00:05
15588         Log: Add $Config{cppflags} to the gcc incantation.
15589      Branch: perl
15590            ! ext/Errno/Errno_pm.PL
15591 ____________________________________________________________________________
15592 [  9557] By: jhi                                   on 2001/04/05  04:22:39
15593         Log: Introduce Sean Burke's Class::ISA 0.32.
15594      Branch: perl
15595            + lib/Class/ISA.pm t/lib/class-isa.t
15596            ! MANIFEST
15597 ____________________________________________________________________________
15598 [  9556] By: jhi                                   on 2001/04/05  04:09:50
15599         Log: Subject: [PATCH AUTHORS] Housekeeping
15600              From: Paul Johnson <paul@pjcj.net> 
15601              Date: Wed, 4 Apr 2001 22:45:47 +0200
15602              Message-ID: <20010404224547.D9548@pjcj.net>
15603      Branch: perl
15604            ! AUTHORS
15605 ____________________________________________________________________________
15606 [  9555] By: jhi                                   on 2001/04/05  04:06:33
15607         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
15608              From: Gisle Aas <gisle@ActiveState.com>
15609              Date: 04 Apr 2001 14:23:04 -0700
15610              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
15611      Branch: perl
15612            ! pod/perlfaq9.pod
15613 ____________________________________________________________________________
15614 [  9554] By: jhi                                   on 2001/04/05  04:05:49
15615         Log: Downgrade also the "Wide character" diagnostic.
15616      Branch: perl
15617            ! pod/perldiag.pod
15618 ____________________________________________________________________________
15619 [  9553] By: jhi                                   on 2001/04/05  04:00:33
15620         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
15621              maintperl into mainline.
15622              
15623              "double" should be "NV"; standard typemap is missing entry
15624              for NV
15625              
15626              s/djSP/dSP/
15627              
15628              Downgrade "Wide character in print" to a warning.
15629              
15630              B::Deparse fix for ${^FOO} and documentation for PVX() method
15631              (from Robin Houston)
15632              
15633              tr/// doesn't null-terminate the result in some situations
15634              (from Gisle Aas)
15635      Branch: perl
15636           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
15637           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
15638           !> t/io/utf8.t t/op/tr.t
15639 ____________________________________________________________________________
15640 [  9552] By: jhi                                   on 2001/04/05  03:52:50
15641         Log: Retract changes #9542 and #9538 (from maintperl, integrated
15642              at #9540), shouldn't be needed because of the perlio changes.
15643      Branch: perl
15644            ! util.c
15645 ____________________________________________________________________________
15646 [  9551] By: gsar                                  on 2001/04/05  00:18:34
15647         Log: tr/// doesn't null-terminate the result in some situations
15648              (from Gisle Aas)
15649      Branch: maint-5.6/perl
15650            ! doop.c t/op/tr.t
15651 ____________________________________________________________________________
15652 [  9550] By: gsar                                  on 2001/04/04  20:04:17
15653         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
15654              (from Robin Houston)
15655      Branch: maint-5.6/perl
15656            ! ext/B/B.pm ext/B/B/Deparse.pm
15657 ____________________________________________________________________________
15658 [  9549] By: nick                                  on 2001/04/04  18:56:15
15659         Log: Downgrade "Wide character in print" to a warning.
15660      Branch: perlio
15661            ! doio.c t/io/utf8.t
15662 ____________________________________________________________________________
15663 [  9548] By: gsar                                  on 2001/04/04  18:51:49
15664         Log: integrate changes#9460,9462,9482,9521,9522
15665              
15666              Subject: PATCH: B::Debug should show LOOP-specific fields
15667              
15668              Subject: B::Deparse precedence bug. (Patch included.)
15669              
15670              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15671              
15672              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15673              
15674              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15675      Branch: maint-5.6/perl
15676           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
15677           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
15678 ____________________________________________________________________________
15679 [  9547] By: gsar                                  on 2001/04/04  18:49:16
15680         Log: s/djSP/dSP/
15681      Branch: maint-5.6/perl
15682            ! ext/Thread/Thread.xs
15683 ____________________________________________________________________________
15684 [  9546] By: nick                                  on 2001/04/04  18:44:00
15685         Log: Integrate mainline.
15686      Branch: perlio
15687           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
15688           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
15689 ____________________________________________________________________________
15690 [  9545] By: gsar                                  on 2001/04/04  18:38:52
15691         Log: integrate change#8837 from mainline
15692              
15693              Subject: [patch] -Wall cleanup round 2
15694      Branch: maint-5.6/perl
15695           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
15696           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
15697           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
15698           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15699           !> ext/SDBM_File/SDBM_File.xs
15700 ____________________________________________________________________________
15701 [  9544] By: gsar                                  on 2001/04/04  17:49:57
15702         Log: "double" should be "NV"; standard typemap is missing entry
15703              for NV
15704      Branch: maint-5.6/perl
15705            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
15706 ____________________________________________________________________________
15707 [  9543] By: jhi                                   on 2001/04/04  14:13:18
15708         Log: Thou shalt not (just) match for English error messages.
15709      Branch: perl
15710            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
15711            ! os2/OS2/Process/Process.pm
15712 ____________________________________________________________________________
15713 [  9542] By: jhi                                   on 2001/04/04  13:20:39
15714         Log: Make the stdio tricks of fflush_all() to exist only if
15715              stdio is being used.
15716      Branch: perl
15717            ! util.c
15718 ____________________________________________________________________________
15719 [  9541] By: jhi                                   on 2001/04/04  04:20:24
15720         Log: Subject: Re: [PATCH] Lighten up glob
15721              From: Benjamin Sugars <bsugars@canoe.ca>
15722              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
15723              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
15724      Branch: perl
15725            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
15726            ! util.c
15727 ____________________________________________________________________________
15728 [  9540] By: jhi                                   on 2001/04/04  04:03:57
15729         Log: Integrate changes #9538,9539 from maintperl into mainline.
15730              
15731              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15732              for use with _fwalk() (fix for change#7705)
15733              
15734              another tweak needed for SunOS 4.1.x build (from Mike Guy)
15735              (cp -f is not portable)
15736      Branch: perl
15737           !> Makefile.SH util.c
15738 ____________________________________________________________________________
15739 [  9539] By: gsar                                  on 2001/04/04  03:01:14
15740         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
15741      Branch: maint-5.6/perl
15742            ! Makefile.SH
15743 ____________________________________________________________________________
15744 [  9538] By: gsar                                  on 2001/04/04  01:00:38
15745         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15746              for use with _fwalk() (fix for change#7705)
15747      Branch: maint-5.6/perl
15748            ! util.c
15749 ____________________________________________________________________________
15750 [  9537] By: nick                                  on 2001/04/03  19:24:55
15751         Log: Integrate mainline
15752      Branch: perlio
15753           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
15754           +> lib/unicode/PropList.html
15755            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
15756           !> (integrate 69 files)
15757 ____________________________________________________________________________
15758 [  9536] By: jhi                                   on 2001/04/03  18:02:31
15759         Log: Integrate change #9533 from maintperl into mainline.
15760              
15761              better fix for change#9517 to accomodate UNC paths like
15762              \\server\share\foo, and paths with trailing backslash
15763              like c:\this\
15764      Branch: perl
15765           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15766 ____________________________________________________________________________
15767 [  9535] By: jhi                                   on 2001/04/03  17:58:07
15768         Log: Change the push/unshift warning to be of class syntax, not misc.
15769      Branch: perl
15770            ! op.c pod/perldiag.pod t/pragma/warn/op
15771 ____________________________________________________________________________
15772 [  9534] By: jhi                                   on 2001/04/03  15:03:46
15773         Log: Change the push/unshift warning (#9532) to talk about "no values"
15774              instead of "no arguments".
15775      Branch: perl
15776            ! op.c pod/perldiag.pod t/pragma/warn/op
15777 ____________________________________________________________________________
15778 [  9533] By: gsar                                  on 2001/04/03  14:30:07
15779         Log: better fix for change#9517 to accomodate UNC paths like
15780              \\server\share\foo, and paths with trailing backslash
15781              like c:\this\
15782      Branch: maint-5.6/perl
15783            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15784 ____________________________________________________________________________
15785 [  9532] By: jhi                                   on 2001/04/03  13:11:46
15786         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
15787              From: Robin Houston <robin@kitsite.com>
15788              Date: Mon, 2 Apr 2001 15:03:29 +0100
15789              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
15790      Branch: perl
15791            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
15792 ____________________________________________________________________________
15793 [  9531] By: jhi                                   on 2001/04/03  13:06:34
15794         Log: Integrate change #9530 from maintperl into mainline.
15795              
15796              accomodate VMS "mailbox overflow" quirk in testsuite (from
15797              Craig Berry)
15798      Branch: perl
15799           !> t/lib/socket.t
15800 ____________________________________________________________________________
15801 [  9530] By: gsar                                  on 2001/04/03  04:56:41
15802         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
15803              Craig Berry)
15804      Branch: maint-5.6/perl
15805            ! t/lib/socket.t
15806 ____________________________________________________________________________
15807 [  9529] By: jhi                                   on 2001/04/03  02:34:34
15808         Log: Update Changes.
15809      Branch: perl
15810            ! Changes patchlevel.h
15811 ____________________________________________________________________________
15812 [  9528] By: jhi                                   on 2001/04/03  01:27:57
15813         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
15814              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
15815              To: perl5-porters@perl.org
15816              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
15817      Branch: perl
15818            ! pod/perlfaq3.pod
15819 ____________________________________________________________________________
15820 [  9527] By: jhi                                   on 2001/04/03  01:22:09
15821         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
15822              From: Peter Prymmer <pvhp@forte.com>
15823              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
15824              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
15825      Branch: perl
15826            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
15827 ____________________________________________________________________________
15828 [  9526] By: jhi                                   on 2001/04/03  01:18:25
15829         Log: The metaconfig unit changes for #9525.
15830      Branch: metaconfig
15831            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
15832      Branch: metaconfig/U/perl
15833            ! use64bits.U
15834 ____________________________________________________________________________
15835 [  9525] By: jhi                                   on 2001/04/03  01:17:30
15836         Log: Configure sanity checks:
15837              * if use64bitall is attempted but pointers are only 32-bit,
15838              'downgrade' to use64bitint
15839              * if use64bitint is attempted but there's no quad type,
15840              forget about use64bitint (well, the default for it is 'n',
15841              the user can still override this)
15842              * if pointers are 64 bits, do not try to use Perl's malloc
15843      Branch: perl
15844            ! Configure
15845 ____________________________________________________________________________
15846 [  9524] By: gsar                                  on 2001/04/03  01:09:12
15847         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
15848      Branch: maint-5.6/perl
15849            ! pp_sys.c
15850 ____________________________________________________________________________
15851 [  9523] By: jhi                                   on 2001/04/03  00:02:31
15852         Log: (Retracted by #9609)
15853              
15854              Make it harder for parallel makes to enter 'test' before
15855              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
15856              should be unhappy enough, but sometimes parallel makes seem
15857              to sneak past both in Tru64 and AIX.)
15858      Branch: perl
15859            ! Makefile.SH
15860 ____________________________________________________________________________
15861 [  9522] By: jhi                                   on 2001/04/02  22:35:31
15862         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15863              Date: Mon, 2 Apr 2001 22:54:10 +0100
15864              From: Robin Houston <robin@kitsite.com>
15865              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
15866      Branch: perl
15867            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
15868 ____________________________________________________________________________
15869 [  9521] By: jhi                                   on 2001/04/02  22:32:23
15870         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15871              From: Robin Houston <robin@kitsite.com>
15872              Date: Mon, 2 Apr 2001 20:24:03 +0100
15873              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
15874      Branch: perl
15875            ! ext/B/B/Concise.pm
15876 ____________________________________________________________________________
15877 [  9520] By: jhi                                   on 2001/04/02  22:30:43
15878         Log: Subject: [PATCH] REALLY pedantic hv.h nit
15879              From: Simon Cozens <simon@netthink.co.uk>
15880              Date: Mon, 2 Apr 2001 15:43:06 +0100
15881              Message-ID: <20010402154306.A21711@netthink.co.uk>
15882      Branch: perl
15883            ! hv.h
15884 ____________________________________________________________________________
15885 [  9519] By: jhi                                   on 2001/04/02  22:28:04
15886         Log: Based on
15887              
15888              Subject: [foolperl] EPOC fix
15889              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15890              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
15891              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
15892      Branch: perl
15893            ! pp_sys.c
15894 ____________________________________________________________________________
15895 [  9518] By: jhi                                   on 2001/04/02  22:22:34
15896         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
15897              
15898              README.win32 tweaks; add a note about alternative location for
15899              getting a gcc-2.95.2 that will build perl properly on windows
15900              
15901              add some notes about gutsy threading matters
15902              
15903              many of the utilities interpolate literal paths within doublequotes
15904              (fails on dosish platforms where path contains backslashes)
15905      Branch: perl
15906           !> README.win32 pod/perlguts.pod utils/perldoc.PL
15907           !> x2p/find2perl.PL x2p/s2p.PL
15908 ____________________________________________________________________________
15909 [  9517] By: gsar                                  on 2001/04/02  19:52:21
15910         Log: many of the utilities interpolate literal paths within doublequotes
15911              (fails on dosish platforms where path contains backslashes)
15912      Branch: maint-5.6/perl
15913            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15914 ____________________________________________________________________________
15915 [  9516] By: gsar                                  on 2001/04/02  05:49:37
15916         Log: a foolish release
15917      Branch: maint-5.6/perl
15918            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
15919            ! pod/perltoc.pod
15920 ____________________________________________________________________________
15921 [  9515] By: gsar                                  on 2001/04/02  05:04:29
15922         Log: add missing changelog summaries
15923      Branch: maint-5.6/perl
15924            ! Changes
15925 ____________________________________________________________________________
15926 [  9514] By: gsar                                  on 2001/04/02  04:07:13
15927         Log: add some notes about gutsy threading matters
15928      Branch: maint-5.6/perl
15929            ! pod/perlguts.pod
15930 ____________________________________________________________________________
15931 [  9513] By: gsar                                  on 2001/04/02  03:25:21
15932         Log: add more prominent caveat notices about experimental features
15933      Branch: maint-5.6/perl
15934            ! pod/perlfork.pod pod/perlunicode.pod
15935 ____________________________________________________________________________
15936 [  9512] By: gsar                                  on 2001/04/02  02:54:33
15937         Log: integrate changes#9479,9509 from mainline
15938              
15939              [PATCH] File::Glob stuff for Mac OS
15940              
15941              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15942      Branch: maint-5.6/perl
15943           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15944           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
15945           !> t/lib/glob-taint.t
15946 ____________________________________________________________________________
15947 [  9511] By: gsar                                  on 2001/04/02  02:38:24
15948         Log: README.win32 tweaks; add a note about alternative location for
15949              getting a gcc-2.95.2 that will build perl properly on windows
15950      Branch: maint-5.6/perl
15951            ! README.win32
15952 ____________________________________________________________________________
15953 [  9510] By: jhi                                   on 2001/04/01  20:45:10
15954         Log: An ambiguosity warning.
15955      Branch: perl
15956            ! t/lib/trig.t
15957 ____________________________________________________________________________
15958 [  9509] By: jhi                                   on 2001/04/01  19:53:47
15959         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15960              From: Jonathan Stowe <gellyfish@gellyfish.com>
15961              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
15962              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
15963      Branch: perl
15964            ! ext/File/Glob/bsd_glob.c
15965 ____________________________________________________________________________
15966 [  9508] By: jhi                                   on 2001/04/01  19:35:03
15967         Log: Update Changes.
15968      Branch: perl
15969            ! Changes patchlevel.h
15970 ____________________________________________________________________________
15971 [  9507] By: jhi                                   on 2001/04/01  19:24:01
15972         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
15973              from mainline to maintperl: pod tweaks.
15974      Branch: maint-5.6/perl
15975           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
15976           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
15977           !> pod/perlvar.pod
15978 ____________________________________________________________________________
15979 [  9506] By: jhi                                   on 2001/04/01  19:11:53
15980         Log: Commit Sarathy to April release of 5.6.1 :-)
15981      Branch: perl
15982            ! pod/perlfaq1.pod
15983 ____________________________________________________________________________
15984 [  9505] By: jhi                                   on 2001/04/01  19:03:15
15985         Log: Subject: PATCH 5.6.0 (perldebug.pod)
15986              From: Mark-Jason Dominus <mjd@plover.com>
15987              Date: Sun, 01 Apr 2001 14:25:11 -0400
15988              Message-ID: <20010401182511.9247.qmail@plover.com>
15989      Branch: perl
15990            ! pod/perldebug.pod
15991 ____________________________________________________________________________
15992 [  9504] By: jhi                                   on 2001/04/01  18:43:09
15993         Log: Add great_circle_direction().
15994      Branch: perl
15995            ! lib/Math/Trig.pm t/lib/trig.t
15996 ____________________________________________________________________________
15997 [  9503] By: jhi                                   on 2001/04/01  17:29:12
15998         Log: Unicode ReadMe update for Unicode 3.1.
15999      Branch: perl
16000            ! lib/unicode/ReadMe.txt
16001 ____________________________________________________________________________
16002 [  9502] By: jhi                                   on 2001/04/01  17:18:40
16003         Log: Integrate change #9501 from maintperl into mainline.
16004              
16005              fix the perlembed notes on multiple interpreters
16006              
16007              fix ExtUtils::Embed to work passably on Windows
16008      Branch: perl
16009           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
16010 ____________________________________________________________________________
16011 [  9501] By: gsar                                  on 2001/04/01  07:21:57
16012         Log: fix the perlembed notes on multiple interpreters
16013              
16014              fix ExtUtils::Embed to work passably on Windows
16015      Branch: maint-5.6/perl
16016            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
16017 ____________________________________________________________________________
16018 [  9500] By: jhi                                   on 2001/04/01  05:58:23
16019         Log: Test for #9499.
16020      Branch: perl
16021            ! t/op/tr.t
16022 ____________________________________________________________________________
16023 [  9499] By: jhi                                   on 2001/04/01  05:55:46
16024         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
16025      Branch: perl
16026            ! embed.h embed.pl op.c proto.h
16027 ____________________________________________________________________________
16028 [  9498] By: jhi                                   on 2001/04/01  05:44:34
16029         Log: Protect the workaround hunk more.
16030      Branch: perl
16031            ! toke.c
16032 ____________________________________________________________________________
16033 [  9497] By: jhi                                   on 2001/04/01  00:24:25
16034         Log: Integrate changes #9493,9494,9495,9496 from maintperl
16035              into mainline.
16036              
16037              fix a broken workaround for Borland compiler in change#4739
16038              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16039              
16040              nits spotted by Borland compiler
16041              
16042              avoid redefinition warnings under Borland 5.02
16043              
16044              various nits identified by the Borland 5.5 compiler; remove suppression
16045              of a few warnings
16046      Branch: perl
16047           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
16048           !> win32/win32.h
16049 ____________________________________________________________________________
16050 [  9496] By: gsar                                  on 2001/03/31  23:22:28
16051         Log: various nits identified by the Borland 5.5 compiler; remove suppression
16052              of a few warnings
16053      Branch: maint-5.6/perl
16054            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
16055 ____________________________________________________________________________
16056 [  9495] By: gsar                                  on 2001/03/31  21:03:08
16057         Log: avoid redefinition warnings under Borland 5.02
16058      Branch: maint-5.6/perl
16059            ! win32/makefile.mk
16060 ____________________________________________________________________________
16061 [  9494] By: gsar                                  on 2001/03/31  20:18:59
16062         Log: nits spotted by Borland compiler
16063      Branch: maint-5.6/perl
16064            ! utf8.h win32/win32.h
16065 ____________________________________________________________________________
16066 [  9493] By: gsar                                  on 2001/03/31  20:18:05
16067         Log: fix a broken workaround for Borland compiler in change#4739
16068              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16069      Branch: maint-5.6/perl
16070            ! toke.c
16071 ____________________________________________________________________________
16072 [  9492] By: jhi                                   on 2001/03/31  18:36:24
16073         Log: Integrate change #9491 from maintperl into mainline.
16074              
16075              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16076              directory is relative (need to fetch the full path name *before*
16077              the chdir!)
16078      Branch: perl
16079           !> lib/Cwd.pm
16080 ____________________________________________________________________________
16081 [  9491] By: gsar                                  on 2001/03/31  17:01:56
16082         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16083              directory is relative (need to fetch the full path name *before*
16084              the chdir!)
16085              
16086              this is a followup patch for change#6749
16087      Branch: maint-5.6/perl
16088            ! lib/Cwd.pm
16089 ____________________________________________________________________________
16090 [  9490] By: jhi                                   on 2001/03/31  15:50:18
16091         Log: Subject: Re: [PATCH] av.h cosmetics
16092              From: Simon Cozens <simon@netthink.co.uk>
16093              Date: Sat, 31 Mar 2001 13:09:59 +0100
16094              Message-ID: <20010331130959.A22000@netthink.co.uk>
16095              
16096              Document AvALLOC.
16097      Branch: perl
16098            ! pod/perlguts.pod
16099 ____________________________________________________________________________
16100 [  9489] By: jhi                                   on 2001/03/31  15:48:44
16101         Log: Subject: [PATCH] Re: Math::Big* v1.21
16102              From: Tels <perl_dummy@bloodgate.com>
16103              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
16104              Message-Id: <200103311125.GAA377738@www08.hway.net>
16105      Branch: perl
16106            ! pod/perlop.pod
16107 ____________________________________________________________________________
16108 [  9488] By: jhi                                   on 2001/03/31  03:39:51
16109         Log: Debug output tweak.
16110      Branch: perl
16111            ! t/lib/cwd.t
16112 ____________________________________________________________________________
16113 [  9487] By: jhi                                   on 2001/03/31  03:33:02
16114         Log: OverVMSification.
16115      Branch: perl
16116            ! t/lib/cwd.t
16117 ____________________________________________________________________________
16118 [  9486] By: jhi                                   on 2001/03/31  03:01:40
16119         Log: Missed MANIFESTations in #9483.
16120      Branch: perl
16121            ! MANIFEST
16122 ____________________________________________________________________________
16123 [  9485] By: jhi                                   on 2001/03/31  02:58:17
16124         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
16125              From: Peter Prymmer <pvhp@forte.com>
16126              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
16127              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
16128      Branch: perl
16129            ! regexec.c t/lib/cwd.t
16130 ____________________________________________________________________________
16131 [  9484] By: jhi                                   on 2001/03/31  01:04:41
16132         Log: Obsolete file (see #3938)
16133      Branch: perl
16134            - lib/unicode/README.Ethiopic
16135            ! MANIFEST
16136 ____________________________________________________________________________
16137 [  9483] By: jhi                                   on 2001/03/31  00:52:42
16138         Log: Update to Unicode 3.1.
16139              (Rename Names.txt to NamesList.txt.)
16140      Branch: perl
16141            + lib/unicode/NamesList.txt lib/unicode/PropList.html
16142            - lib/unicode/Names.txt
16143            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16144            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
16145            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
16146            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
16147            ! lib/unicode/UCD.html lib/unicode/Unicode.html
16148            ! lib/unicode/rename lib/unicode/version
16149 ____________________________________________________________________________
16150 [  9482] By: jhi                                   on 2001/03/30  23:33:44
16151         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
16152              From: Robin Houston <robin@kitsite.com>
16153              Date: Fri, 30 Mar 2001 20:07:22 +0100
16154              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
16155      Branch: perl
16156            ! ext/B/B/Deparse.pm
16157 ____________________________________________________________________________
16158 [  9481] By: jhi                                   on 2001/03/30  23:20:25
16159         Log: Subject: Re: [PATCH] CwdXS, Take 2
16160              From: Benjamin Sugars <bsugars@canoe.ca>
16161              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
16162              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
16163      Branch: perl
16164            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
16165            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
16166 ____________________________________________________________________________
16167 [  9480] By: jhi                                   on 2001/03/30  22:52:38
16168         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
16169              From: David Dyck <dcd@tc.fluke.com>
16170              Date: Fri, 30 Mar 2001 14:44:13 -0800
16171              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
16172              
16173              The t/rantests flags file creation was accidentally
16174              removed by #9217.
16175      Branch: perl
16176            ! Makefile.SH
16177 ____________________________________________________________________________
16178 [  9479] By: jhi                                   on 2001/03/30  22:45:45
16179         Log: Subject: [PATCH] File::Glob stuff for Mac OS
16180              From: Chris Nandor <pudge@pobox.com>
16181              Date: Fri, 30 Mar 2001 16:51:00 -0500
16182              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
16183      Branch: perl
16184            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16185            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16186            ! t/lib/glob-taint.t
16187 ____________________________________________________________________________
16188 [  9478] By: jhi                                   on 2001/03/30  22:43:12
16189         Log: Subject: fix for win32/buildext.pl
16190              From: "Vadim Konovalov" <watman@inbox.ru>
16191              Date: Sat, 31 Mar 2001 00:50:36 +0400
16192              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
16193      Branch: perl
16194            ! win32/buildext.pl
16195 ____________________________________________________________________________
16196 [  9477] By: jhi                                   on 2001/03/30  22:41:16
16197         Log: Subject: small base.pm doc patch
16198              From: Leon Brocard <acme@astray.com>
16199              Date: Fri, 30 Mar 2001 21:49:57 +0100
16200              Message-ID: <20010330214957.B8733@ns0.astray.com>
16201      Branch: perl
16202            ! lib/base.pm
16203 ____________________________________________________________________________
16204 [  9476] By: jhi                                   on 2001/03/30  18:16:57
16205         Log: Subject: [PATCH] av.h cosmetics
16206              From: Simon Cozens <simon@netthink.co.uk>
16207              Date: Fri, 30 Mar 2001 18:12:28 +0100
16208              Message-ID: <20010330181228.A9319@netthink.co.uk>
16209      Branch: perl
16210            ! av.h
16211 ____________________________________________________________________________
16212 [  9475] By: jhi                                   on 2001/03/30  18:15:50
16213         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
16214              From: "Philip Newton" <pnewton@gmx.de>
16215              Date: Fri, 30 Mar 2001 19:06:57 +0200
16216              Message-ID: <3AC4D951.14815.1AC7068@localhost>
16217      Branch: perl
16218            ! pod/perlhack.pod
16219 ____________________________________________________________________________
16220 [  9474] By: jhi                                   on 2001/03/30  18:14:02
16221         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
16222              From: Benjamin Sugars <bsugars@canoe.ca>
16223              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
16224              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
16225      Branch: perl
16226            ! t/lib/glob-basic.t
16227 ____________________________________________________________________________
16228 [  9473] By: jhi                                   on 2001/03/30  16:09:24
16229         Log: Update Changes.
16230      Branch: perl
16231            ! Changes patchlevel.h
16232 ____________________________________________________________________________
16233 [  9472] By: jhi                                   on 2001/03/30  15:16:08
16234         Log: Integrate perlio.
16235      Branch: perl
16236           !> t/lib/cwd.t t/lib/glob-basic.t
16237 ____________________________________________________________________________
16238 [  9471] By: nick                                  on 2001/03/30  14:47:10
16239         Log: Should be (^O eq 'MSWin32') not 'Win32'
16240              Fail #12 seems real - chdir is in wrong dir.
16241      Branch: perlio
16242            ! t/lib/cwd.t
16243 ____________________________________________________________________________
16244 [  9470] By: jhi                                   on 2001/03/30  14:41:11
16245         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16246              From: Radu Greab <radu@netsoft.ro>
16247              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
16248              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
16249              
16250              Replace #9352.
16251      Branch: perl
16252            ! ext/Socket/Socket.xs pp_sys.c
16253 ____________________________________________________________________________
16254 [  9469] By: jhi                                   on 2001/03/30  14:37:51
16255         Log: Subject: PATCH pod/perldiag.pod
16256              From: Robin Houston <robin@kitsite.com>
16257              Date: Fri, 30 Mar 2001 14:10:36 +0100
16258              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
16259      Branch: perl
16260            ! pod/perldiag.pod t/lib/glob-basic.t
16261 ____________________________________________________________________________
16262 [  9468] By: jhi                                   on 2001/03/30  14:36:36
16263         Log: Subject: Better diagnostic in io/fs.t
16264              From: andreas.koenig@anima.de (Andreas J. Koenig)
16265              Date: 30 Mar 2001 10:11:43 +0200
16266              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
16267      Branch: perl
16268            ! t/io/fs.t
16269 ____________________________________________________________________________
16270 [  9467] By: nick                                  on 2001/03/30  14:25:43
16271         Log: Skip order test of glob if case-ignoring system cannot 
16272              create a.test and A.test
16273      Branch: perlio
16274            ! t/lib/glob-basic.t
16275 ____________________________________________________________________________
16276 [  9466] By: nick                                  on 2001/03/30  13:03:12
16277         Log: Integrate mainline.
16278      Branch: perlio
16279            - ext/re/hints/aix.pl
16280           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
16281           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
16282           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
16283           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
16284 ____________________________________________________________________________
16285 [  9465] By: jhi                                   on 2001/03/30  03:53:37
16286         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
16287              the tests sometimes hang, sometimes not.)
16288      Branch: perl
16289            ! t/lib/io_multihomed.t t/lib/io_sock.t
16290 ____________________________________________________________________________
16291 [  9464] By: jhi                                   on 2001/03/30  02:56:04
16292         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
16293              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16294              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
16295              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
16296      Branch: perl
16297            ! op.c
16298 ____________________________________________________________________________
16299 [  9463] By: jhi                                   on 2001/03/30  02:34:48
16300         Log: Test for #9462.
16301      Branch: perl
16302            ! t/lib/b.t
16303 ____________________________________________________________________________
16304 [  9462] By: jhi                                   on 2001/03/30  02:29:37
16305         Log: Subject: B::Deparse precedence bug. (Patch included.)
16306              From: Jeremy Madea <jmadea@inktomi.com>
16307              Date: Thu, 29 Mar 2001 12:05:02 -0800
16308              Message-ID: <20010329120502.A24881@dr.inktomi.com>
16309      Branch: perl
16310            ! ext/B/B/Deparse.pm
16311 ____________________________________________________________________________
16312 [  9461] By: jhi                                   on 2001/03/30  02:18:41
16313         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
16314              From: Peter Prymmer <pvhp@forte.com>
16315              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
16316              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
16317      Branch: perl
16318            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
16319            ! t/lib/md5-file.t
16320 ____________________________________________________________________________
16321 [  9460] By: jhi                                   on 2001/03/30  02:17:07
16322         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
16323              From: Robin Houston <robin@kitsite.com>
16324              Date: Thu, 29 Mar 2001 20:47:56 +0100
16325              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
16326      Branch: perl
16327            ! ext/B/B/Debug.pm
16328 ____________________________________________________________________________
16329 [  9459] By: jhi                                   on 2001/03/30  02:16:05
16330         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
16331              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16332              Date: Wed, 28 Mar 2001 18:02:20 -0600
16333              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
16334      Branch: perl
16335            ! lib/ExtUtils/MM_VMS.pm
16336 ____________________________________________________________________________
16337 [  9458] By: jhi                                   on 2001/03/30  02:07:58
16338         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
16339              From: "Joshua E. Rodd" <jrodd@pbs.org>
16340              Date: Wed, 28 Mar 2001 17:29:12 -0500
16341              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
16342      Branch: perl
16343            ! pod/perlop.pod
16344 ____________________________________________________________________________
16345 [  9457] By: jhi                                   on 2001/03/30  02:04:33
16346         Log: Subject: ext/re/aix.pl can go
16347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16348              Date: Thu, 29 Mar 2001 12:03:28 +0200
16349              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
16350      Branch: perl
16351            - ext/re/hints/aix.pl
16352            ! MANIFEST
16353 ____________________________________________________________________________
16354 [  9456] By: jhi                                   on 2001/03/30  02:03:32
16355         Log: Integrate perlio.
16356      Branch: perl
16357           !> ext/Encode/Encode.xs installperl
16358 ____________________________________________________________________________
16359 [  9455] By: nick                                  on 2001/03/29  21:11:46
16360         Log: DLL name has changed so installperl needs to know
16361              (Why isn't it working it out or passed it?)
16362      Branch: perlio
16363            ! installperl
16364 ____________________________________________________________________________
16365 [  9454] By: nick                                  on 2001/03/29  20:56:12
16366         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
16367              and we don't get undef warnings.
16368      Branch: perlio
16369            ! ext/Encode/Encode.xs
16370 ____________________________________________________________________________
16371 [  9453] By: nick                                  on 2001/03/29  17:58:48
16372         Log: Integrate mainline
16373      Branch: perlio
16374           !> Changes patchlevel.h
16375 ____________________________________________________________________________
16376 [  9452] By: jhi                                   on 2001/03/29  16:44:55
16377         Log: Update Changes.
16378      Branch: perl
16379            ! Changes patchlevel.h
16380 ____________________________________________________________________________
16381 [  9451] By: nick                                  on 2001/03/29  16:31:38
16382         Log: Integrate mainline
16383      Branch: perlio
16384           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
16385           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
16386           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
16387           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
16388           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
16389 ____________________________________________________________________________
16390 [  9450] By: jhi                                   on 2001/03/29  16:29:17
16391         Log: Integrate perlio.
16392      Branch: perl
16393           !> win32/buildext.pl
16394 ____________________________________________________________________________
16395 [  9449] By: jhi                                   on 2001/03/29  15:50:01
16396         Log: Update Changes.
16397      Branch: perl
16398            ! Changes patchlevel.h
16399 ____________________________________________________________________________
16400 [  9448] By: nick                                  on 2001/03/29  15:47:15
16401         Log: Make sure buildext.pl finds Errno.pm
16402      Branch: perlio
16403            ! win32/buildext.pl
16404 ____________________________________________________________________________
16405 [  9447] By: jhi                                   on 2001/03/29  15:39:34
16406         Log: Integrate perlio.
16407      Branch: perl
16408           !> win32/makefile.mk
16409 ____________________________________________________________________________
16410 [  9446] By: nick                                  on 2001/03/29  15:30:03
16411         Log: Integrate win32/makefile.mk with mainline.
16412      Branch: perlio
16413           !> win32/makefile.mk
16414 ____________________________________________________________________________
16415 [  9445] By: nick                                  on 2001/03/29  15:27:32
16416         Log: Fix breakage ... 
16417      Branch: perlio
16418            ! win32/makefile.mk
16419 ____________________________________________________________________________
16420 [  9444] By: jhi                                   on 2001/03/29  15:03:08
16421         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16422              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16423              Date: Thu, 29 Mar 2001 10:32:59 +0400
16424              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
16425      Branch: perl
16426            ! win32/makefile.mk
16427 ____________________________________________________________________________
16428 [  9443] By: jhi                                   on 2001/03/29  15:02:12
16429         Log: Integrate perlio.
16430      Branch: perl
16431           +> win32/buildext.pl
16432           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
16433           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
16434 ____________________________________________________________________________
16435 [  9442] By: nick                                  on 2001/03/29  14:59:11
16436         Log: Work in progress - determine win32 extensions to build via script.
16437      Branch: perlio
16438            + win32/buildext.pl
16439            ! MANIFEST win32/makefile.mk
16440 ____________________________________________________________________________
16441 [  9441] By: jhi                                   on 2001/03/29  14:51:47
16442         Log: Reintroduce the use of external pwd.
16443      Branch: perl
16444            ! t/lib/cwd.t
16445 ____________________________________________________________________________
16446 [  9440] By: jhi                                   on 2001/03/29  14:42:58
16447         Log: use warnings instead of -w.
16448      Branch: perl
16449            ! utils/h2xs.PL
16450 ____________________________________________________________________________
16451 [  9439] By: jhi                                   on 2001/03/29  14:41:52
16452         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
16453              From: Jonathan Stowe <gellyfish@gellyfish.com>
16454              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
16455              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
16456      Branch: perl
16457            ! utils/h2xs.PL
16458 ____________________________________________________________________________
16459 [  9438] By: jhi                                   on 2001/03/29  14:39:38
16460         Log: Subject: [PATCH perl@9424] minor pod nits
16461              From: Robin Barker <rmb1@cise.npl.co.uk>
16462              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
16463              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
16464      Branch: perl
16465            ! pod/perlhack.pod pod/perliol.pod
16466 ____________________________________________________________________________
16467 [  9437] By: jhi                                   on 2001/03/29  14:29:16
16468         Log: Subject: [PATCH perl@9424] typemap cast warning
16469              From: Robin Barker <rmb1@cise.npl.co.uk>
16470              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
16471              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
16472      Branch: perl
16473            ! lib/ExtUtils/typemap
16474 ____________________________________________________________________________
16475 [  9436] By: jhi                                   on 2001/03/29  14:26:03
16476         Log: Subject: [PATCH perl@9424] printf warning
16477              From: Robin Barker <rmb1@cise.npl.co.uk>
16478              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
16479              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
16480      Branch: perl
16481            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
16482            ! ext/Storable/Storable.xs toke.c
16483 ____________________________________________________________________________
16484 [  9435] By: nick                                  on 2001/03/29  14:23:31
16485         Log: Win32 has name conflict with ERROR
16486      Branch: perlio
16487            ! ext/PerlIO/Via/Via.xs
16488 ____________________________________________________________________________
16489 [  9434] By: jhi                                   on 2001/03/29  14:17:48
16490         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
16491              From: Peter Prymmer <pvhp@forte.com>
16492              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
16493              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
16494      Branch: perl
16495            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
16496 ____________________________________________________________________________
16497 [  9433] By: jhi                                   on 2001/03/29  13:52:44
16498         Log: test-prep target was missing.
16499      Branch: perl
16500            ! Makefile.SH
16501 ____________________________________________________________________________
16502 [  9432] By: nick                                  on 2001/03/29  12:40:03
16503         Log: Make as-shipped compiler default to MSVC6 
16504      Branch: perlio
16505            ! win32/makefile.mk
16506 ____________________________________________________________________________
16507 [  9431] By: nick                                  on 2001/03/29  12:12:16
16508         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
16509              akin to PerlIO::Scalar.
16510      Branch: perlio
16511            ! perlio.c perlio.h
16512 ____________________________________________________________________________
16513 [  9430] By: nick                                  on 2001/03/29  10:56:35
16514         Log: Integrate mainline.
16515      Branch: perlio
16516           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16517           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16518           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16519           !> win32/makefile.mk win32/win32sck.c
16520 ____________________________________________________________________________
16521 [  9429] By: nick                                  on 2001/03/29  09:03:43
16522         Log: Noticed that two tests were skipped as perlio:: package
16523              isn't there any more. Changed the skip condition.
16524              Avoid core-dump if sv_utf8_upgrade() called on something
16525              that does not become SvPOK after SvPV() (e.g. a ref).
16526      Branch: perlio
16527            ! sv.c t/io/utf8.t t/lib/io_scalar.t
16528 ____________________________________________________________________________
16529 [  9428] By: jhi                                   on 2001/03/29  01:31:47
16530         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
16531              From: Benjamin Sugars <bsugars@canoe.ca> 
16532              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
16533              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
16534      Branch: perl
16535            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16536            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16537            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16538 ____________________________________________________________________________
16539 [  9427] By: jhi                                   on 2001/03/29  00:49:30
16540         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16541              From: "Vadim Konovalov" <watman@inbox.ru>
16542              Date: Thu, 29 Mar 2001 01:50:12 +0400
16543              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
16544      Branch: perl
16545            ! win32/makefile.mk win32/win32sck.c
16546 ____________________________________________________________________________
16547 [  9426] By: gsar                                  on 2001/03/29  00:28:04
16548         Log: dmake can only handle == and != in comparisons; support building
16549              with Borland's VCL libraries (from Vadim Konovalov)
16550      Branch: maint-5.6/perl
16551            ! win32/makefile.mk
16552 ____________________________________________________________________________
16553 [  9425] By: nick                                  on 2001/03/28  19:29:56
16554         Log: Integrate (@snapshot)
16555      Branch: perlio
16556           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
16557 ____________________________________________________________________________
16558 [  9424] By: jhi                                   on 2001/03/28  19:03:16
16559         Log: Update Changes.
16560      Branch: perl
16561            ! Changes patchlevel.h
16562 ____________________________________________________________________________
16563 [  9423] By: jhi                                   on 2001/03/28  18:52:09
16564         Log: Rmdir lib/XS on cleanup.
16565      Branch: perl
16566            ! Makefile.SH
16567 ____________________________________________________________________________
16568 [  9422] By: jhi                                   on 2001/03/28  18:49:34
16569         Log: Integrate perlio.
16570      Branch: perl
16571           !> t/op/utf8decode.t
16572 ____________________________________________________________________________
16573 [  9421] By: nick                                  on 2001/03/28  18:46:44
16574         Log: Loose duplicate chunk.
16575      Branch: perlio
16576            ! t/op/utf8decode.t
16577 ____________________________________________________________________________
16578 [  9420] By: nick                                  on 2001/03/28  18:44:11
16579         Log: Integrate mainline.
16580      Branch: perlio
16581           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
16582           !> vms/vmsish.h
16583 ____________________________________________________________________________
16584 [  9419] By: jhi                                   on 2001/03/28  18:42:05
16585         Log: Can't trust external pwds
16586              (either shell builtins or external programs)
16587      Branch: perl
16588            ! t/lib/cwd.t
16589 ____________________________________________________________________________
16590 [  9418] By: jhi                                   on 2001/03/28  18:34:05
16591         Log: Integrate perlio.
16592      Branch: perl
16593            - lib/perlio.pm
16594           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16595           !> t/op/utf8decode.t
16596 ____________________________________________________________________________
16597 [  9417] By: nick                                  on 2001/03/28  18:24:02
16598         Log: PerlIO.pm / perlio.pm conflict.
16599              Update some pods.
16600              Make t/op/utf8decode.t a text file.
16601      Branch: perlio
16602            - lib/perlio.pm
16603            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16604            ! t/op/utf8decode.t
16605 ____________________________________________________________________________
16606 [  9416] By: jhi                                   on 2001/03/28  18:06:07
16607         Log: Integrate change #9409 from mainline to maintperl.
16608              
16609              Yet another tweak on AIX dynaloading.
16610      Branch: maint-5.6/perl
16611           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16612 ____________________________________________________________________________
16613 [  9415] By: gsar                                  on 2001/03/28  17:13:01
16614         Log: integrate changes#9377,9385,9401 from mainline
16615              
16616              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16617              
16618              If directory entries compare equal case-insensitively,
16619              retry case-sensitively.
16620              
16621              Subject: [PATCH] B::Terse and warnings
16622      Branch: maint-5.6/perl
16623           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
16624           !> t/pragma/warn/perl
16625 ____________________________________________________________________________
16626 [  9414] By: jhi                                   on 2001/03/28  17:11:12
16627         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
16628              From: "Craig A. Berry" <craigberry@mac.com>
16629              Date: Wed, 28 Mar 2001 10:55:20 -0600
16630              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
16631      Branch: perl
16632            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
16633 ____________________________________________________________________________
16634 [  9413] By: jhi                                   on 2001/03/28  17:03:12
16635         Log: Dup hunk.
16636      Branch: perl
16637            ! t/op/utf8decode.t
16638 ____________________________________________________________________________
16639 [  9412] By: jhi                                   on 2001/03/28  17:02:36
16640         Log: Forced integrate from perlio.
16641      Branch: perl
16642           !> t/op/utf8decode.t
16643 ____________________________________________________________________________
16644 [  9411] By: nick                                  on 2001/03/28  16:50:03
16645         Log: Integrate mainline.
16646      Branch: perlio
16647           +> t/lib/cwd.t
16648           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16649           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
16650           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
16651           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
16652           !> t/pragma/warn/perl
16653 ____________________________________________________________________________
16654 [  9410] By: jhi                                   on 2001/03/28  16:44:23
16655         Log: Subject: Re: [PATCH] 9403 cannot be tested
16656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16657              Date: Wed, 28 Mar 2001 18:33:56 +0200
16658              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
16659      Branch: perl
16660            ! makedef.pl
16661 ____________________________________________________________________________
16662 [  9409] By: jhi                                   on 2001/03/28  16:12:45
16663         Log: Yet another tweak on AIX dynaloading.
16664      Branch: perl
16665            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16666 ____________________________________________________________________________
16667 [  9408] By: jhi                                   on 2001/03/28  15:52:55
16668         Log: Subject: [PATCH] 9403 cannot be tested
16669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16670              Date: Wed, 28 Mar 2001 17:23:00 +0200
16671              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
16672              
16673              A missing symbol.
16674      Branch: perl
16675            ! makedef.pl
16676 ____________________________________________________________________________
16677 [  9407] By: jhi                                   on 2001/03/28  15:47:43
16678         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
16679      Branch: perl
16680            ! t/op/utf8decode.t
16681           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16682           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
16683 ____________________________________________________________________________
16684 [  9406] By: jhi                                   on 2001/03/28  15:37:08
16685         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
16686              From: Benjamin Sugars <bsugars@canoe.ca> 
16687              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
16688              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
16689      Branch: perl
16690            + t/lib/cwd.t
16691            ! MANIFEST
16692 ____________________________________________________________________________
16693 [  9405] By: jhi                                   on 2001/03/28  15:13:18
16694         Log: pp_ne() needs a CORRECT boolean.
16695      Branch: perl
16696            ! pp.c
16697 ____________________________________________________________________________
16698 [  9404] By: jhi                                   on 2001/03/28  15:09:23
16699         Log: pp_ne() needs a boolean, not an integer.
16700      Branch: perl
16701            ! pp.c
16702 ____________________________________________________________________________
16703 [  9403] By: jhi                                   on 2001/03/28  14:47:43
16704         Log: (Retracted by #9404.)
16705      Branch: perl
16706            ! pp.c
16707 ____________________________________________________________________________
16708 [  9402] By: jhi                                   on 2001/03/28  14:43:59
16709         Log: Subject: Re: [PATCH] Typemap testing
16710              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16711              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
16712              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
16713      Branch: perl
16714            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16715            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
16716 ____________________________________________________________________________
16717 [  9401] By: jhi                                   on 2001/03/28  14:42:14
16718         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16719              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16720              Date: Sun, 25 Mar 2001 21:59:15 +0100
16721              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
16722              
16723              A variable will be checked for the "use once" warnings if:
16724              
16725              1. It is in the scope of a use warnings 'once'
16726              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
16727              
16728              Otherwise it won't be checked at all.
16729              
16730              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
16731              
16732              The enclosed patch partially fixes this issue. What I didn't
16733              get to work was the case where the "used once" warning is enabled
16734              in any file other than the main file.
16735      Branch: perl
16736            ! gv.c t/pragma/warn/perl
16737 ____________________________________________________________________________
16738 [  9400] By: nick                                  on 2001/03/28  14:38:24
16739         Log: More EBCDIC tweaks:
16740              - one more swash issue &~(0xA0-1) did not do the right thing,
16741              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
16742              - add "use re 'asciirange'" to make [!-~] etc. work
16743              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
16744              - Choose a key for t/op/each.t test which gets encoded.
16745              - Skip utf8decode if this is UTF-EBCDIC.
16746      Branch: perlio
16747            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16748            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
16749 ____________________________________________________________________________
16750 [  9399] By: jhi                                   on 2001/03/28  14:21:00
16751         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
16752              Andreas Schwab.
16753      Branch: perl
16754            ! pp.c
16755 ____________________________________________________________________________
16756 [  9398] By: jhi                                   on 2001/03/28  00:55:56
16757         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
16758              From: David Dyck <dcd@tc.fluke.com>
16759              Date: Tue, 27 Mar 2001 15:16:24 -0800
16760              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
16761      Branch: perl
16762            ! ext/IO/lib/IO/Socket.pm
16763 ____________________________________________________________________________
16764 [  9397] By: jhi                                   on 2001/03/27  21:52:49
16765         Log: Integrate perlio.
16766      Branch: perl
16767           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16768           +> ext/PerlIO/Via/Via.xs
16769           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16770 ____________________________________________________________________________
16771 [  9396] By: nick                                  on 2001/03/27  21:45:13
16772         Log: Integrate mainline.
16773      Branch: perlio
16774           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
16775           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
16776 ____________________________________________________________________________
16777 [  9395] By: nick                                  on 2001/03/27  21:18:58
16778         Log: Outline docs for PerlIO and PerlIO::Scalar
16779      Branch: perlio
16780            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16781 ____________________________________________________________________________
16782 [  9394] By: nick                                  on 2001/03/27  20:50:13
16783         Log: PerlIO::Via layer (alpha-ish).
16784      Branch: perlio
16785            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16786            + ext/PerlIO/Via/Via.xs
16787            ! MANIFEST
16788 ____________________________________________________________________________
16789 [  9393] By: jhi                                   on 2001/03/27  20:49:55
16790         Log: Retract #9329 now that 9390 should take care of the matter.
16791      Branch: perl
16792            ! utils/h2xs.PL
16793 ____________________________________________________________________________
16794 [  9390] By: jhi                                   on 2001/03/27  20:47:50
16795         Log: Subject: Autoloading Errno.pm when %! is encountered
16796              From: Robin Houston <robin@kitsite.com>
16797              Date: Tue, 27 Mar 2001 20:57:11 +0100
16798              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
16799      Branch: perl
16800            ! embed.h embed.pl gv.c proto.h t/op/magic.t
16801 ____________________________________________________________________________
16802 [  9389] By: jhi                                   on 2001/03/27  20:24:31
16803         Log: Integrate perlio.
16804      Branch: perl
16805           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16806           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
16807           !> utf8.c
16808 ____________________________________________________________________________
16809 [  9388] By: jhi                                   on 2001/03/27  20:21:38
16810         Log: Better have a three-element array if one is going to assign
16811              to the third element of that array. (from Tim Jenness)
16812      Branch: perl
16813            ! ext/XS/Typemap/Typemap.xs
16814 ____________________________________________________________________________
16815 [  9387] By: nick                                  on 2001/03/27  20:15:43
16816         Log: Integrate mainline.
16817      Branch: perlio
16818           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16819           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16820           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16821           +> t/lib/xs-typemap.t
16822           !> (integrate 34 files)
16823 ____________________________________________________________________________
16824 [  9386] By: jhi                                   on 2001/03/27  20:04:18
16825         Log: Subject: Re: perl@9359 breaks HTML::Parser
16826              From: Gisle Aas <gisle@ActiveState.com>
16827              Date: 27 Mar 2001 11:30:24 -0800
16828              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
16829              
16830              Clarify the UTF-8 issues of the API docs.
16831              (Slightly reworded and expanded.)
16832      Branch: perl
16833            ! pod/perlapi.pod sv.c sv.h
16834 ____________________________________________________________________________
16835 [  9385] By: jhi                                   on 2001/03/27  19:44:25
16836         Log: If directory entries compare equal case-insensitively,
16837              retry case-sensitively.
16838      Branch: perl
16839            ! ext/File/Glob/bsd_glob.c
16840 ____________________________________________________________________________
16841 [  9384] By: nick                                  on 2001/03/27  19:38:50
16842         Log: Various EBCDIC fixes:
16843              - major revelation that swash code is encoding aware,
16844              (or thought it was) - now it is ;-)
16845              - With that out of the way fix a slab of tr/// cases.
16846              - Fix Encode 'Unicode' to be true Unicode so tests pass.
16847              - As anticipated Base64.xs needed tweaks.
16848              - Until tr/// works right avoid old_encode64 in MIME tests.
16849      Branch: perlio
16850            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16851            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
16852 ____________________________________________________________________________
16853 [  9383] By: jhi                                   on 2001/03/27  18:34:41
16854         Log: Add the std test suite BEGIN block.
16855      Branch: perl
16856            ! t/lib/xs-typemap.t
16857 ____________________________________________________________________________
16858 [  9382] By: jhi                                   on 2001/03/27  15:16:07
16859         Log: Add debugging output to the test.
16860      Branch: perl
16861            ! t/lib/glob-basic.t
16862 ____________________________________________________________________________
16863 [  9381] By: jhi                                   on 2001/03/27  15:08:10
16864         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
16865      Branch: perl
16866            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16867            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16868            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16869            + t/lib/xs-typemap.t
16870            ! MANIFEST
16871 ____________________________________________________________________________
16872 [  9380] By: jhi                                   on 2001/03/27  14:48:34
16873         Log: Subject: [PATCH] Typemap testing
16874              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16875              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
16876              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
16877              
16878              (The first part of the patch.)
16879      Branch: perl
16880            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
16881 ____________________________________________________________________________
16882 [  9379] By: jhi                                   on 2001/03/27  14:44:56
16883         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
16884              From: Benjamin Sugars <bsugars@canoe.ca> 
16885              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
16886              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
16887      Branch: perl
16888            ! t/lib/glob-basic.t
16889 ____________________________________________________________________________
16890 [  9378] By: jhi                                   on 2001/03/27  14:42:30
16891         Log: Subject: [PATCH] perlvar nit
16892              From: Simon Cozens <simon@netthink.co.uk>
16893              Date: Tue, 27 Mar 2001 01:12:01 +0100
16894              Message-ID: <20010327011201.A19179@netthink.co.uk>
16895      Branch: perl
16896            ! pod/perlvar.pod
16897 ____________________________________________________________________________
16898 [  9377] By: jhi                                   on 2001/03/27  14:36:26
16899         Log: Subject: [PATCH] B::Terse and warnings
16900              From: Benjamin Sugars <ben.sugars@home.com>
16901              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
16902              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
16903      Branch: perl
16904            ! ext/B/B.pm ext/B/B/Terse.pm
16905 ____________________________________________________________________________
16906 [  9376] By: jhi                                   on 2001/03/27  14:31:31
16907         Log: Document sockatmark() some.
16908      Branch: perl
16909            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
16910            ! pod/perltoc.pod
16911 ____________________________________________________________________________
16912 [  9375] By: jhi                                   on 2001/03/27  14:00:24
16913         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
16914              noted by Gisle and fixed by NI-S.
16915      Branch: perl
16916            ! sv.c
16917 ____________________________________________________________________________
16918 [  9374] By: jhi                                   on 2001/03/27  05:50:01
16919         Log: Regen toc.
16920      Branch: perl
16921            ! pod/perltoc.pod
16922 ____________________________________________________________________________
16923 [  9373] By: jhi                                   on 2001/03/27  05:43:51
16924         Log: Pixie documenting.
16925      Branch: perl
16926            ! Makefile.SH pod/perlhack.pod
16927 ____________________________________________________________________________
16928 [  9372] By: jhi                                   on 2001/03/27  05:29:34
16929         Log: Metaconfig unit changes for #9371.
16930      Branch: metaconfig
16931            ! U/modified/myhostname.U
16932      Branch: metaconfig/U/perl
16933            + d_sockatmark.U
16934            ! gccvers.U
16935 ____________________________________________________________________________
16936 [  9371] By: jhi                                   on 2001/03/27  05:29:07
16937         Log: Add sockatmark() probing.
16938      Branch: perl
16939            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16940            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16941            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16942            ! vos/config.ga.h win32/config.bc win32/config.gc
16943            ! win32/config.vc
16944 ____________________________________________________________________________
16945 [  9370] By: jhi                                   on 2001/03/26  22:01:18
16946         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
16947              Really need to benchmark this.
16948      Branch: perl
16949            ! pp.c
16950 ____________________________________________________________________________
16951 [  9369] By: nick                                  on 2001/03/26  21:59:30
16952         Log: Integrate mainline.
16953      Branch: perlio
16954            ! ext/MIME/Base64/QuotedPrint.pm
16955           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
16956           !> patchlevel.h pod/perlhack.pod pp_sys.c
16957 ____________________________________________________________________________
16958 [  9368] By: jhi                                   on 2001/03/26  21:47:03
16959         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
16960              
16961              TODO1: perlbench.
16962              TODO2: le, lt, ge, gt?  Yech.
16963      Branch: perl
16964            ! pp.c
16965 ____________________________________________________________________________
16966 [  9367] By: jhi                                   on 2001/03/26  21:34:57
16967         Log: Too much cut-and-paste in #9363.
16968      Branch: perl
16969            ! pp_sys.c
16970 ____________________________________________________________________________
16971 [  9366] By: jhi                                   on 2001/03/26  21:20:53
16972         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
16973              From: Andreas Schwab <schwab@suse.de>
16974              Date: 26 Mar 2001 17:29:04 +0200
16975              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
16976              
16977              (The patch for 5.6.0 or so, this is a guess for bleadperl)
16978      Branch: perl
16979            ! pp_hot.c
16980 ____________________________________________________________________________
16981 [  9365] By: jhi                                   on 2001/03/26  21:07:54
16982         Log: Integrate perlio.
16983      Branch: perl
16984           !> perlio.c
16985 ____________________________________________________________________________
16986 [  9364] By: nick                                  on 2001/03/26  20:30:48
16987         Log: REFCNT botch in layer name cache hash.
16988      Branch: perlio
16989            ! perlio.c
16990 ____________________________________________________________________________
16991 [  9363] By: jhi                                   on 2001/03/26  18:44:32
16992         Log: Subject: [PATCH] socket() leaks file descriptors
16993              From: Benjamin Sugars <bsugars@canoe.ca>
16994              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
16995              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
16996              
16997              Also sockpair() fixed similarly.
16998      Branch: perl
16999            ! pp_sys.c
17000 ____________________________________________________________________________
17001 [  9362] By: jhi                                   on 2001/03/26  18:37:52
17002         Log: Integrate perlio.
17003      Branch: perl
17004           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
17005 ____________________________________________________________________________
17006 [  9361] By: nick                                  on 2001/03/26  17:32:06
17007         Log: Implement flush of linebuffered streams on read of a tty.
17008      Branch: perlio
17009            ! perlio.c perliol.h
17010 ____________________________________________________________________________
17011 [  9360] By: nick                                  on 2001/03/26  17:12:32
17012         Log: Memory tweaks and notes for OEMVS.
17013      Branch: perlio
17014            ! README.os390 miniperlmain.c t/op/pat.t
17015 ____________________________________________________________________________
17016 [  9359] By: jhi                                   on 2001/03/26  02:12:54
17017         Log: Update Changes.
17018      Branch: perl
17019            ! Changes patchlevel.h
17020 ____________________________________________________________________________
17021 [  9358] By: jhi                                   on 2001/03/26  02:05:32
17022         Log: Document the most common pixie options.
17023      Branch: perl
17024            ! pod/perlhack.pod
17025 ____________________________________________________________________________
17026 [  9357] By: jhi                                   on 2001/03/26  01:25:28
17027         Log: For perl.pixie check *before* compiling that optimize is -g,
17028              as for perl.third.
17029      Branch: perl
17030            ! Makefile.SH
17031 ____________________________________________________________________________
17032 [  9356] By: jhi                                   on 2001/03/26  01:13:41
17033         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
17034      Branch: perl
17035            ! Makefile.SH
17036 ____________________________________________________________________________
17037 [  9355] By: jhi                                   on 2001/03/26  01:11:19
17038         Log: Remove t/perl.third.
17039      Branch: perl
17040            ! Makefile.SH
17041 ____________________________________________________________________________
17042 [  9354] By: jhi                                   on 2001/03/26  00:23:38
17043         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
17044              IO::Sockatmark().
17045      Branch: perl
17046            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
17047 ____________________________________________________________________________
17048 [  9353] By: jhi                                   on 2001/03/25  22:25:04
17049         Log: Integrate perlio.
17050      Branch: perl
17051           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17052           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
17053           !> pp_hot.c win32/makefile.mk
17054 ____________________________________________________________________________
17055 [  9352] By: jhi                                   on 2001/03/25  22:21:41
17056         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
17057              From: Radu Greab <radu@netsoft.ro>
17058              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
17059              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
17060      Branch: perl
17061            ! pp_sys.c
17062 ____________________________________________________________________________
17063 [  9351] By: nick                                  on 2001/03/25  22:15:02
17064         Log: Fix readline in list mode to tell rest of world that it has
17065              things on the stack. Otherwise if perl code gets invoked
17066              underneath it it scribbles over results-so-far.
17067              (Why TIEHANDLE has not tripped on this is a mystery.)
17068      Branch: perlio
17069            ! pp_hot.c
17070 ____________________________________________________________________________
17071 [  9350] By: nick                                  on 2001/03/25  22:10:13
17072         Log: win32/makefile.mk typos
17073      Branch: perlio
17074            ! win32/makefile.mk
17075 ____________________________________________________________________________
17076 [  9349] By: nick                                  on 2001/03/25  21:31:14
17077         Log: Integrate now-non-binary file.
17078      Branch: perlio
17079           !> t/lib/mimeqp.t
17080 ____________________________________________________________________________
17081 [  9348] By: nick                                  on 2001/03/25  21:27:24
17082         Log: Make it text
17083      Branch: perlio
17084            ! t/lib/mimeqp.t
17085 ____________________________________________________________________________
17086 [  9347] By: nick                                  on 2001/03/25  21:25:37
17087         Log: Integrate mainline.
17088      Branch: perlio
17089           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17090           !> lib/Term/ReadLine.pm t/lib/md5-file.t
17091 ____________________________________________________________________________
17092 [  9346] By: nick                                  on 2001/03/25  20:58:15
17093         Log: Add destruct time hook to PerlIO (for work-in-process implementing
17094              layers in perl code. In such cases layers need to be popped before
17095              we loose the ability to run perl code.)
17096              Also back-out "PerlIO::object" hook - it isn't going to work like that...
17097      Branch: perlio
17098            ! perl.c perlio.c perlio.h perliol.h
17099 ____________________________________________________________________________
17100 [  9345] By: nick                                  on 2001/03/25  20:49:11
17101         Log: Avoid at leasy one of undefined warnings in Encode.
17102      Branch: perlio
17103            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17104 ____________________________________________________________________________
17105 [  9344] By: jhi                                   on 2001/03/25  20:37:43
17106         Log: A workaround for using Term::ReadLine in emacs minibuffer
17107              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
17108              additional tweaks from Ilya Zakharevich.
17109      Branch: perl
17110            ! lib/Term/ReadLine.pm
17111 ____________________________________________________________________________
17112 [  9343] By: nick                                  on 2001/03/25  20:21:14
17113         Log: Missing return value.
17114      Branch: perlio
17115            ! ext/PerlIO/Scalar/Scalar.xs
17116 ____________________________________________________________________________
17117 [  9342] By: jhi                                   on 2001/03/25  16:21:00
17118         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
17119              to equal the CPAN versions since no code changes have been made.
17120      Branch: perl
17121            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17122            ! t/lib/md5-file.t
17123 ____________________________________________________________________________
17124 [  9341] By: jhi                                   on 2001/03/25  16:01:48
17125         Log: Escape 8-bit characters.
17126      Branch: perl
17127            ! t/lib/mimeqp.t
17128 ____________________________________________________________________________
17129 [  9340] By: gsar                                  on 2001/03/25  15:50:53
17130         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
17131              chars)
17132      Branch: perl
17133            + t/lib/mimeqp.t
17134 ____________________________________________________________________________
17135 [  9339] By: gsar                                  on 2001/03/25  15:48:50
17136         Log: delete mimeqp.t for later with text mode set
17137      Branch: perl
17138            - t/lib/mimeqp.t
17139 ____________________________________________________________________________
17140 [  9338] By: nick                                  on 2001/03/25  09:01:57
17141         Log: Integrate mainline.
17142      Branch: perlio
17143           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17144           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17145           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17146           +> t/lib/mimeb64u.t t/lib/mimeqp.t
17147           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
17148           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
17149           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
17150 ____________________________________________________________________________
17151 [  9337] By: jhi                                   on 2001/03/25  04:23:24
17152         Log: Add MIME::Base64 here and there.  Again, a lot of
17153              optimism is in the air.
17154      Branch: perl
17155            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17156            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
17157 ____________________________________________________________________________
17158 [  9336] By: jhi                                   on 2001/03/25  04:12:43
17159         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
17160              this by ear as I do not do Win32 programming.)
17161      Branch: perl
17162            ! win32/Makefile win32/makefile.mk
17163 ____________________________________________________________________________
17164 [  9335] By: jhi                                   on 2001/03/25  04:03:50
17165         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
17166      Branch: perl
17167            ! t/lib/md5-file.t
17168 ____________________________________________________________________________
17169 [  9334] By: jhi                                   on 2001/03/25  03:58:53
17170         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
17171      Branch: perl
17172            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17173            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17174            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17175            + t/lib/mimeb64u.t t/lib/mimeqp.t
17176            ! MANIFEST
17177 ____________________________________________________________________________
17178 [  9333] By: jhi                                   on 2001/03/24  20:14:37
17179         Log: Integrate perlio.
17180      Branch: perl
17181           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
17182 ____________________________________________________________________________
17183 [  9332] By: nick                                  on 2001/03/24  19:40:34
17184         Log: Fix un-init variable leading to spurious "Out of Memory!"
17185      Branch: perlio
17186            ! doio.c
17187 ____________________________________________________________________________
17188 [  9331] By: nick                                  on 2001/03/24  19:09:59
17189         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
17190              and update layers internals doc.
17191      Branch: perlio
17192            ! pod/perlfunc.pod pod/perliol.pod
17193 ____________________________________________________________________________
17194 [  9330] By: jhi                                   on 2001/03/24  18:42:11
17195         Log: The length might be uninitialized garbage if the *svp is the undef.
17196      Branch: perl
17197            ! doio.c
17198 ____________________________________________________________________________
17199 [  9329] By: jhi                                   on 2001/03/24  18:26:57
17200         Log: (Retracted by #9393)
17201
17202              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
17203              From: Simon Cozens <simon@netthink.co.uk>
17204              Date: Sat, 24 Mar 2001 17:13:17 +0000
17205              Message-ID: <20010324171317.A13406@netthink.co.uk>
17206      Branch: perl
17207            ! utils/h2xs.PL
17208 ____________________________________________________________________________
17209 [  9328] By: nick                                  on 2001/03/24  17:22:02
17210         Log: Integrate mainline.
17211      Branch: perlio
17212           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
17213           !> lib/unicode/version
17214 ____________________________________________________________________________
17215 [  9327] By: nick                                  on 2001/03/24  17:16:02
17216         Log: Integrate mainline.
17217      Branch: perlio
17218           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17219           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17220           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17221           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17222           +> t/lib/md5-file.t
17223           !> MANIFEST Makefile.SH configure.com djgpp/config.over
17224           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
17225           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
17226           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
17227           !> win32/makefile.mk
17228 ____________________________________________________________________________
17229 [  9326] By: jhi                                   on 2001/03/24  17:00:42
17230         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
17231      Branch: perl
17232            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
17233            ! lib/unicode/version
17234 ____________________________________________________________________________
17235 [  9325] By: jhi                                   on 2001/03/24  16:22:33
17236         Log: Subject: Re: B::Deparse bug (5.6.0)
17237              From: Robin Houston <robin@kitsite.com>
17238              Date: Sat, 24 Mar 2001 14:33:09 +0000
17239              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
17240      Branch: perl
17241            ! op.c pp.c t/lib/b.t t/op/repeat.t
17242 ____________________________________________________________________________
17243 [  9324] By: jhi                                   on 2001/03/24  16:21:56
17244         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
17245              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
17246              these additions may be too optimistic.
17247      Branch: perl
17248            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17249            ! hints/uwin.sh hints/vmesa.sh
17250 ____________________________________________________________________________
17251 [  9323] By: jhi                                   on 2001/03/24  16:06:01
17252         Log: Integrate perlio.
17253      Branch: perl
17254           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17255           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17256            ! Makefile.SH
17257           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
17258           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
17259           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
17260           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17261           !> win32/makefile.mk win32/perlhost.h win32/win32.c
17262           !> win32/win32iop.h
17263 ____________________________________________________________________________
17264 [  9322] By: nick                                  on 2001/03/24  14:39:12
17265         Log: Routine Win32 regen_config_h - no real changes.
17266      Branch: perlio
17267            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17268 ____________________________________________________________________________
17269 [  9321] By: nick                                  on 2001/03/24  14:31:49
17270         Log: PerlIO fixups for Win32:
17271              - provide win33_popenlist() - non-functional as yet.
17272              - avoid need for aTHX in PerlIO_debug calls - even if not 
17273              enabled args are still evaluated so Win32 has trouble during fork().
17274              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
17275              - Fixup makedef.pl for latest set of symbols.
17276      Branch: perlio
17277            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
17278            ! win32/perlhost.h win32/win32.c win32/win32iop.h
17279 ____________________________________________________________________________
17280 [  9320] By: nick                                  on 2001/03/24  14:26:58
17281         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
17282              was gibberish - broke it on WIn32 at least.
17283      Branch: perlio
17284            ! ext/POSIX/POSIX.xs
17285 ____________________________________________________________________________
17286 [  9319] By: nick                                  on 2001/03/24  11:29:41
17287         Log: Generated files.
17288      Branch: perlio
17289            ! embed.h global.sym objXSUB.h perlapi.c proto.h
17290 ____________________________________________________________________________
17291 [  9318] By: nick                                  on 2001/03/24  10:29:37
17292         Log: Implement:
17293              1.  open($fh,"+<",undef);  # add test to t/io/open.t
17294              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
17295      Branch: perlio
17296            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17297            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17298            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
17299            ! t/io/open.t t/io/utf8.t
17300 ____________________________________________________________________________
17301 [  9317] By: jhi                                   on 2001/03/23  23:41:25
17302         Log: AIX does seems to have optimization problems with its C compilers.
17303      Branch: perl
17304            ! hints/aix.sh
17305 ____________________________________________________________________________
17306 [  9316] By: jhi                                   on 2001/03/23  23:40:46
17307         Log: Integrate perlio.
17308      Branch: perl
17309           +> lib/PerlIO.pm
17310           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
17311           !> perliol.h
17312 ____________________________________________________________________________
17313 [  9315] By: jhi                                   on 2001/03/23  22:16:30
17314         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
17315      Branch: perl
17316            ! t/lib/md5-file.t
17317 ____________________________________________________________________________
17318 [  9314] By: nick                                  on 2001/03/23  20:49:02
17319         Log: Perlio internals re-organized.
17320              - open process creates AV of layer/arg pairs
17321              (appends layers from open() or open.pm to default list).
17322              - push arg is now an SV.
17323              - layer ->Open get passed the AV
17324              - open is no longer mandatory method.
17325              - topmost layer that has ->Open method does the open
17326              - any layers above are pushed once that returns.
17327              - vtable re-ordered so dummy layers need only provide push/pop methods.
17328      Branch: perlio
17329            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17330 ____________________________________________________________________________
17331 [  9313] By: nick                                  on 2001/03/23  16:27:41
17332         Log: Check in a stable (working) version before next round of tweaks.
17333              Changes include:
17334              - Move default layers code out of doio.c and into perlio.c
17335              - Single routine for parsing layer specification strings.
17336              - Skeleton support for demand loading of layers
17337              - Core-dump avoidance if PERLIO environment specifies loadable layer
17338              (does not _work_ as need IO to load and need load to do IO ...)
17339      Branch: perlio
17340            + lib/PerlIO.pm
17341            ! MANIFEST doio.c perlio.c
17342 ____________________________________________________________________________
17343 [  9312] By: gsar                                  on 2001/03/23  16:25:25
17344         Log: add execute bit to files with shebang lines in the repository;
17345              avoid clobbering execute bit in Porting/makerel 
17346      Branch: maint-5.6/perl
17347            ! (edit 144 files)
17348 ____________________________________________________________________________
17349 [  9311] By: jhi                                   on 2001/03/23  14:25:35
17350         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
17351      Branch: perl
17352            ! MANIFEST
17353 ____________________________________________________________________________
17354 [  9310] By: jhi                                   on 2001/03/23  13:45:04
17355         Log: Subject: [PATCH] Net::Ping
17356              From: Colin McMillen <mcmi0037@tc.umn.edu>
17357              Date: Thu, 22 Mar 2001 19:30:31 -0600
17358              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
17359      Branch: perl
17360            ! lib/Net/Ping.pm
17361 ____________________________________________________________________________
17362 [  9309] By: jhi                                   on 2001/03/23  13:39:13
17363         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
17364      Branch: perl
17365            ! t/lib/md5-aaa.t t/lib/md5-file.t
17366 ____________________________________________________________________________
17367 [  9308] By: jhi                                   on 2001/03/23  13:20:34
17368         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
17369              - bump the version to 2.14
17370              - drop the base64 tests since they require MIME::Base64
17371              - drop the rfc1321.txt
17372              - drop the hints/dec_osf.pl since it's only needed for
17373              pre-5.005_03 Perls
17374              Todo:
17375              - the U32 alignment testing is now removed; it needs to
17376              be reintroduced as as a Config variable (meaning also
17377              as a Configure test)
17378              - get the new EBCDIC md5sum for MD5.pm
17379              - test in Win32 to see how badly I botched the makefiles
17380      Branch: perl
17381            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17382            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17383            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17384            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17385            + t/lib/md5-file.t
17386            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
17387            ! win32/Makefile win32/makefile.mk
17388 ____________________________________________________________________________
17389 [  9307] By: jhi                                   on 2001/03/23  12:56:14
17390         Log: Integrate change #9306 from maintperl into mainline,
17391              AIX dynaloader for AIXes without <load.h>.
17392      Branch: perl
17393           !> ext/DynaLoader/hints/aix.pl
17394 ____________________________________________________________________________
17395 [  9306] By: jhi                                   on 2001/03/23  12:51:36
17396         Log: There are AIXes without /usr/include/load.h,
17397              patch from H.Merijn Brand.
17398      Branch: maint-5.6/perl
17399            ! ext/DynaLoader/hints/aix.pl
17400 ____________________________________________________________________________
17401 [  9305] By: nick                                  on 2001/03/23  11:00:42
17402         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
17403      Branch: perlio
17404            ! ext/Encode/Encode.xs perlio.c perlio.h
17405 ____________________________________________________________________________
17406 [  9304] By: nick                                  on 2001/03/23  10:20:46
17407         Log: Render -Duseperlio functional again.
17408              - this is "quick fix" which calls PerlIO_apply_layers after opening,
17409              which is what old scheme did. New scheme needs to change that
17410              to make open(...,\$scalar) etc. work but this will do for now.
17411      Branch: perlio
17412            ! perlio.c
17413 ____________________________________________________________________________
17414 [  9303] By: nick                                  on 2001/03/23  09:53:20
17415         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
17416              -Uuseperlio now works again.
17417              -Duseperlio is still poorly. Don't merge yet...
17418      Branch: perlio
17419            ! doio.c perlio.h
17420 ____________________________________________________________________________
17421 [  9302] By: nick                                  on 2001/03/22  22:26:51
17422         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
17423              type code.
17424              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
17425              is its main caller. In particular now has access to "extra" args, and
17426              can tell when an open handle is "reopened" (or duped?).
17427              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
17428              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
17429              PerlIO_open() et. al. (i.e. other way round).
17430              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
17431              with args close to PerlIO_openn().
17432      Branch: perlio
17433            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17434 ____________________________________________________________________________
17435 [  9301] By: jhi                                   on 2001/03/22  20:58:04
17436         Log: Integrate perlio.
17437      Branch: perl
17438           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
17439           !> t/io/open.t util.c
17440 ____________________________________________________________________________
17441 [  9300] By: nick                                  on 2001/03/22  17:36:32
17442         Log: Don't include $@ in not ok message.
17443      Branch: perlio
17444            ! t/io/open.t
17445 ____________________________________________________________________________
17446 [  9299] By: gsar                                  on 2001/03/22  16:53:45
17447         Log: back out changes#7532,7521 for now (appears to have problems
17448              on IRIX)
17449      Branch: maint-5.6/perl
17450            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17451            ! ext/POSIX/typemap pod/perlvar.pod
17452 ____________________________________________________________________________
17453 [  9298] By: nick                                  on 2001/03/22  14:35:46
17454         Log: Give a meaning to '&' in n-arg open case:
17455              open($fh,"<&",$scalar);
17456              $scalar can be:
17457              - an integer which does "fdopen"
17458              open($fh,"<&",2); # like open($fh,"<&2")
17459              - something that will yield a file handle via sv_2io()
17460              useful for dup'ing anonymous handles.
17461              e.g.:
17462              open(my $fh,"<&",\*STDIN);
17463              open(my $dup,"<&",$fh);
17464      Branch: perlio
17465            ! doio.c t/io/open.t
17466 ____________________________________________________________________________
17467 [  9297] By: nick                                  on 2001/03/22  13:34:35
17468         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
17469      Branch: perlio
17470            ! util.c
17471 ____________________________________________________________________________
17472 [  9296] By: nick                                  on 2001/03/22  12:51:20
17473         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
17474      Branch: perlio
17475            ! perl.c
17476 ____________________________________________________________________________
17477 [  9295] By: nick                                  on 2001/03/22  11:59:44
17478         Log: If stdin, stdout or stderr get opened in unexpected read/write state
17479              then warn at time of open not at time of use.
17480      Branch: perlio
17481            ! doio.c pp_hot.c pp_sys.c
17482 ____________________________________________________________________________
17483 [  9294] By: nick                                  on 2001/03/22  10:54:35
17484         Log: Die on n-arg open(...,"",xxx,yyy,...)
17485              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
17486              - die on read/write cases so we can decide what it means later.
17487      Branch: perlio
17488            ! doio.c embed.pl iperlsys.h util.c
17489 ____________________________________________________________________________
17490 [  9293] By: nick                                  on 2001/03/22  09:02:45
17491         Log: perlio tweaks (reported by Nick Clark)
17492              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
17493              error check in Pendinf_read().
17494      Branch: perlio
17495            ! perlio.c
17496 ____________________________________________________________________________
17497 [  9292] By: gsar                                  on 2001/03/22  07:12:00
17498         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
17499              fixes)
17500      Branch: maint-5.6/perl
17501           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
17502 ____________________________________________________________________________
17503 [  9291] By: jhi                                   on 2001/03/22  06:06:44
17504         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
17505      Branch: perl
17506            ! t/op/re_tests
17507 ____________________________________________________________________________
17508 [  9290] By: jhi                                   on 2001/03/22  05:57:01
17509         Log: Move MacOS Classic higher in the list of supported platforms.
17510      Branch: maint-5.6/perl
17511            ! pod/perlport.pod
17512 ____________________________________________________________________________
17513 [  9289] By: gsar                                  on 2001/03/22  05:35:04
17514         Log: revert part of change#6438 for compatibility (av_reify()
17515              appears to be needed to implement av_splice()ish things
17516              in XS)
17517      Branch: maint-5.6/perl
17518            ! embed.pl global.sym objXSUB.h perlapi.c
17519 ____________________________________________________________________________
17520 [  9288] By: gsar                                  on 2001/03/22  03:09:19
17521         Log: update copyright year
17522      Branch: maint-5.6/perl
17523            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17524            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
17525            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
17526            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
17527            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
17528            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
17529            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
17530            ! x2p/walk.c
17531 ____________________________________________________________________________
17532 [  9287] By: jhi                                   on 2001/03/21  20:30:54
17533         Log: Integrate perlio.
17534      Branch: perl
17535           !> ext/Data/Dumper/Dumper.xs
17536 ____________________________________________________________________________
17537 [  9286] By: gsar                                  on 2001/03/21  19:49:54
17538         Log: makefile.mk tweak
17539      Branch: maint-5.6/perl
17540            ! win32/Makefile win32/makefile.mk
17541 ____________________________________________________________________________
17542 [  9285] By: nick                                  on 2001/03/21  19:07:13
17543         Log: Multiplicity fix for Dumper.
17544      Branch: perlio
17545            ! ext/Data/Dumper/Dumper.xs
17546 ____________________________________________________________________________
17547 [  9284] By: nick                                  on 2001/03/21  19:01:07
17548         Log: Integrate mainline - (does not build xTHX issue in Dumper).
17549      Branch: perlio
17550           !> (integrate 27 files)
17551 ____________________________________________________________________________
17552 [  9283] By: jhi                                   on 2001/03/21  17:17:35
17553         Log: Integrate change #9282 from mainline into maintperl,
17554              4-arg UTF-8 substr().
17555      Branch: maint-5.6/perl
17556           !> pp.c
17557 ____________________________________________________________________________
17558 [  9282] By: jhi                                   on 2001/03/21  17:15:43
17559         Log: The #9270 would have leaked a scalar if pp_substr()
17560              returned early.
17561      Branch: perl
17562            ! pp.c
17563 ____________________________________________________________________________
17564 [  9281] By: gsar                                  on 2001/03/21  17:03:14
17565         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
17566      Branch: maint-5.6/perl
17567            ! win32/makefile.mk
17568 ____________________________________________________________________________
17569 [  9280] By: gsar                                  on 2001/03/21  17:01:20
17570         Log: some tweaks to change#9278 (fork() emulation should be enabled
17571              by setting BUILD_FLAVOR instead of changing the defaults)
17572      Branch: maint-5.6/perl
17573            ! win32/makefile.mk
17574 ____________________________________________________________________________
17575 [  9279] By: gsar                                  on 2001/03/21  16:47:19
17576         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
17577      Branch: maint-5.6/perl
17578            ! ext/File/Glob/Glob.pm
17579           !> lib/Cwd.pm
17580 ____________________________________________________________________________
17581 [  9278] By: jhi                                   on 2001/03/21  14:35:10
17582         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
17583              From: "Vadim Konovalov" <watman@inbox.ru>
17584              Date: Wed, 21 Mar 2001 01:53:51 +0300
17585              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
17586      Branch: maint-5.6/perl
17587            ! win32/makefile.mk win32/win32sck.c
17588 ____________________________________________________________________________
17589 [  9277] By: jhi                                   on 2001/03/21  13:58:28
17590         Log: Integrate change #9270 from mainline to maintperl:
17591              continued 4-arg UTF-8 substr() fixing.
17592      Branch: maint-5.6/perl
17593           !> pp.c t/op/substr.t
17594 ____________________________________________________________________________
17595 [  9276] By: jhi                                   on 2001/03/21  13:33:00
17596         Log: More pixie cleaning.
17597      Branch: perl
17598            ! Makefile.SH
17599 ____________________________________________________________________________
17600 [  9275] By: jhi                                   on 2001/03/21  03:54:17
17601         Log: Update Changes.
17602      Branch: perl
17603            ! Changes patchlevel.h
17604 ____________________________________________________________________________
17605 [  9274] By: jhi                                   on 2001/03/21  03:48:24
17606         Log: First stab at making Data::Dumper to grok Unicode.
17607              
17608              TODO: tests, EBCDICify.
17609      Branch: perl
17610            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17611 ____________________________________________________________________________
17612 [  9273] By: jhi                                   on 2001/03/21  02:23:00
17613         Log: Fix for
17614              
17615              Subject: Memory leak in unquoted print   
17616              From: Benjamin Sugars <bsugars@canoe.ca> 
17617              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
17618              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
17619      Branch: perl
17620            ! perlio.c
17621 ____________________________________________________________________________
17622 [  9272] By: jhi                                   on 2001/03/21  01:33:17
17623         Log: Subject: Re: [PATCH] POSIX::getcwd()
17624              From: Benjamin Sugars <bsugars@canoe.ca> 
17625              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
17626              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
17627      Branch: perl
17628            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17629 ____________________________________________________________________________
17630 [  9271] By: jhi                                   on 2001/03/21  01:22:52
17631         Log: Subject: [PATCH] Cwd.pm docs
17632              From: Benjamin Sugars <bsugars@canoe.ca>
17633              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
17634              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
17635      Branch: perl
17636            ! lib/Cwd.pm
17637 ____________________________________________________________________________
17638 [  9270] By: jhi                                   on 2001/03/21  01:16:29
17639         Log: Continue 4-arg substr() UTF-8 fixage.
17640      Branch: perl
17641            ! pp.c t/op/substr.t
17642 ____________________________________________________________________________
17643 [  9269] By: jhi                                   on 2001/03/21  00:46:14
17644         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
17645              
17646              revert the leak fix in change#9142 (problem needs a more experimental
17647              fix unsuitable for 5.6.1)
17648              
17649              do alphabetical sorting by default (for csh compatibility)
17650              
17651              cut-n-paste goof in change#9264
17652              
17653              VMS piping fixes (from Charles Lane)
17654      Branch: perl
17655           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
17656           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17657           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
17658 ____________________________________________________________________________
17659 [  9268] By: jhi                                   on 2001/03/21  00:37:04
17660         Log: Integrate perlio.
17661      Branch: perl
17662           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17663           !> utf8.c utf8.h utfebcdic.h
17664 ____________________________________________________________________________
17665 [  9267] By: nick                                  on 2001/03/20  20:04:39
17666         Log: More EBCDIC stuff:
17667              - Loose the extra level of function on ASCII.
17668              - spotted a chr(0) issue in sv.c
17669              - re-work of UTF-X tr/// ranges to work in Unicode
17670              space. Still issues with the "0xff is illegal UTF-8" hack.
17671              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
17672              (why do it once when you can do it all over the place :-(
17673              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
17674              need utf8.pm for swashes.
17675              - Simplified and commented scan_const() in toke.c
17676              Still something wrong regexp and tr (swashes?).
17677      Branch: perlio
17678            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17679            ! utf8.c utf8.h utfebcdic.h
17680 ____________________________________________________________________________
17681 [  9266] By: gsar                                  on 2001/03/20  19:16:43
17682         Log: VMS piping fixes (from Charles Lane)
17683      Branch: maint-5.6/perl
17684            ! vms/vms.c vms/vmspipe.com
17685 ____________________________________________________________________________
17686 [  9265] By: gsar                                  on 2001/03/20  17:53:52
17687         Log: cut-n-paste goof in change#9264
17688      Branch: maint-5.6/perl
17689            ! ext/File/Glob/Glob.xs
17690 ____________________________________________________________________________
17691 [  9264] By: gsar                                  on 2001/03/20  17:43:47
17692         Log: do alphabetical sorting by default (for csh compatibility);
17693              bsd_glob() does ASCII sort by default as usual, unless
17694              GLOB_ALPHASORT was specified
17695      Branch: maint-5.6/perl
17696            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
17697            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17698            ! ext/File/Glob/bsd_glob.h
17699 ____________________________________________________________________________
17700 [  9263] By: gsar                                  on 2001/03/20  16:40:08
17701         Log: integrate change#9255 from mainline (unicode fix)
17702              
17703              substr($bytestr, i, n, $charstr)
17704      Branch: maint-5.6/perl
17705           !> Todo-5.6 pp.c t/op/substr.t
17706 ____________________________________________________________________________
17707 [  9262] By: gsar                                  on 2001/03/20  15:57:41
17708         Log: revert the leak fix in change#9142 (problem needs a more experimental
17709              fix unsuitable for 5.6.1)
17710      Branch: maint-5.6/perl
17711            ! scope.c
17712 ____________________________________________________________________________
17713 [  9261] By: jhi                                   on 2001/03/20  14:26:25
17714         Log: Integrate changes #9259,9260 from maintperl into mainline.
17715              
17716              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17717              
17718              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17719      Branch: perl
17720           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
17721 ____________________________________________________________________________
17722 [  9260] By: jhi                                   on 2001/03/20  14:05:46
17723         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17724              From: Robin Barker <rmb1@cise.npl.co.uk>
17725              Date: Tue, 20 Mar 2001 10:12:04 GMT
17726              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
17727      Branch: maint-5.6/perl
17728            ! run.c
17729 ____________________________________________________________________________
17730 [  9259] By: jhi                                   on 2001/03/20  14:04:39
17731         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17732              From: Chris Nandor <pudge@pobox.com>
17733              Date: Tue, 20 Mar 2001 00:40:56 -0500
17734              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
17735      Branch: maint-5.6/perl
17736            ! ext/POSIX/POSIX.xs lib/File/Path.pm
17737 ____________________________________________________________________________
17738 [  9258] By: jhi                                   on 2001/03/20  05:09:34
17739         Log: Update Changes.
17740      Branch: perl
17741            ! Changes patchlevel.h
17742 ____________________________________________________________________________
17743 [  9257] By: jhi                                   on 2001/03/20  05:04:25
17744         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
17745      Branch: perl
17746            ! t/op/tr.t
17747 ____________________________________________________________________________
17748 [  9256] By: jhi                                   on 2001/03/20  04:43:12
17749         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
17750              From: Peter Prymmer <pvhp@forte.com>
17751              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
17752              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
17753      Branch: maint-5.6/perl
17754            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
17755 ____________________________________________________________________________
17756 [  9255] By: jhi                                   on 2001/03/19  23:17:17
17757         Log: substr($bytestr, i, n, $charstr)
17758
17759              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
17760      Branch: perl
17761            ! Todo-5.6 pp.c t/op/substr.t
17762 ____________________________________________________________________________
17763 [  9254] By: jhi                                   on 2001/03/19  22:25:09
17764         Log: Rearrange the make test target prerequisites so that
17765              in a parallel make 'all' is finished before 'test'.
17766      Branch: perl
17767            ! Makefile.SH
17768 ____________________________________________________________________________
17769 [  9253] By: jhi                                   on 2001/03/19  21:48:07
17770         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
17771              From: Robin Houston <robin@kitsite.com>
17772              Date: Mon, 19 Mar 2001 15:48:41 +0000
17773              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
17774      Branch: perl
17775            ! pp_ctl.c
17776 ____________________________________________________________________________
17777 [  9252] By: jhi                                   on 2001/03/19  21:42:27
17778         Log: Integrate perlio.
17779      Branch: perl
17780           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
17781           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
17782           !> utfebcdic.h vms/perly_c.vms
17783 ____________________________________________________________________________
17784 [  9251] By: jhi                                   on 2001/03/19  21:31:28
17785         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
17786              
17787              Dynaloading in 64-bit AIX with vac.
17788      Branch: perl
17789           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17790           !> hints/aix.sh
17791 ____________________________________________________________________________
17792 [  9250] By: jhi                                   on 2001/03/19  21:18:00
17793         Log: A more robust solution for the 64bitall AIX dynaloading
17794              problem, from Jens-Uwe Mager.
17795      Branch: maint-5.6/perl
17796            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17797 ____________________________________________________________________________
17798 [  9249] By: nick                                  on 2001/03/19  20:59:37
17799         Log: Integrate mainline.
17800      Branch: perlio
17801           !> (integrate 42 files)
17802 ____________________________________________________________________________
17803 [  9248] By: nick                                  on 2001/03/19  20:22:07
17804         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
17805              (Building on OS390 uses native YACC and YYDEBUG has other
17806              side effects.)
17807      Branch: perlio
17808            ! perly.c perly.y vms/perly_c.vms
17809 ____________________________________________________________________________
17810 [  9247] By: jhi                                   on 2001/03/19  19:59:53
17811         Log: 64-bit AIX dynaloading problem (see #9244) idea
17812              from Jens-Uwe Mager.
17813      Branch: maint-5.6/perl
17814            ! ext/DynaLoader/dl_aix.xs
17815 ____________________________________________________________________________
17816 [  9246] By: nick                                  on 2001/03/19  19:27:57
17817         Log: More EBCDIC fixes.
17818      Branch: perlio
17819            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
17820            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
17821 ____________________________________________________________________________
17822 [  9245] By: jhi                                   on 2001/03/19  19:05:19
17823         Log: Integrate change #9243 from mainline into maintperl.
17824              
17825              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17826      Branch: maint-5.6/perl
17827           !> README.vmesa
17828 ____________________________________________________________________________
17829 [  9244] By: jhi                                   on 2001/03/19  19:03:15
17830         Log: Get 64bitall AIX building, but still does not test okay:
17831              dynaloading anything fails, for example for op/defins:
17832              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
17833              (update: fixed by #9247,9250)
17834      Branch: maint-5.6/perl
17835            ! hints/aix.sh
17836 ____________________________________________________________________________
17837 [  9243] By: jhi                                   on 2001/03/19  19:00:16
17838         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17839              From: Robin Barker <rmb1@cise.npl.co.uk>
17840              Date: Mon, 19 Mar 2001 18:01:57 GMT
17841              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
17842      Branch: perl
17843            ! README.vmesa
17844 ____________________________________________________________________________
17845 [  9242] By: jhi                                   on 2001/03/19  18:58:43
17846         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
17847              
17848              TODO: tests.
17849      Branch: perl
17850            ! doop.c op.c
17851 ____________________________________________________________________________
17852 [  9241] By: gsar                                  on 2001/03/19  17:34:46
17853         Log: VMSify tests (from Charles Lane)
17854      Branch: maint-5.6/perl
17855            ! t/lib/filehand.t t/lib/texttabs.t
17856 ____________________________________________________________________________
17857 [  9240] By: jhi                                   on 2001/03/19  14:24:26
17858         Log: Integrate change #9233 from maintperl into mainline.
17859              
17860              some refcounts were incorrect in perl_clone()
17861      Branch: perl
17862           !> sv.c
17863 ____________________________________________________________________________
17864 [  9239] By: gsar                                  on 2001/03/19  09:23:17
17865         Log: this is 5.6.1-trial3
17866      Branch: maint-5.6/perl
17867            ! Changes
17868 ____________________________________________________________________________
17869 [  9238] By: gsar                                  on 2001/03/19  08:47:04
17870         Log: some new symbols are only available under ithreads
17871      Branch: maint-5.6/perl
17872            ! makedef.pl
17873 ____________________________________________________________________________
17874 [  9237] By: gsar                                  on 2001/03/19  08:42:28
17875         Log: update patchlevel.h, Changes, &c.
17876      Branch: maint-5.6/perl
17877            ! Changes patchlevel.h pod/perlhist.pod
17878           !> AUTHORS
17879 ____________________________________________________________________________
17880 [  9236] By: gsar                                  on 2001/03/19  08:17:49
17881         Log: integrate changes#8068,8717 from mainline
17882              
17883              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
17884              
17885              [PATCH CPAN 1.59_51] warning message (not!)
17886      Branch: maint-5.6/perl
17887           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
17888           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
17889           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
17890           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
17891           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17892 ____________________________________________________________________________
17893 [  9235] By: gsar                                  on 2001/03/19  08:07:09
17894         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
17895              
17896              [PATCH] Add missing CV flags to dump.c
17897              
17898              Re: [patch] Re: PL_ptr_table
17899              
17900              Fixup non-ithread build after 8713
17901              
17902              Generated files form 8713 etc.
17903              
17904              Correct the correction :-(
17905              
17906              Documenting coderef @INC (Re: CPAN "make this script work" feature)
17907              
17908              Subject: Re: sync sync sync: have I missed any patches?
17909              Replace djSP with dSP.
17910      Branch: maint-5.6/perl
17911           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
17912           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
17913           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17914           !> sv.c sv.h win32/perlhost.h
17915 ____________________________________________________________________________
17916 [  9234] By: gsar                                  on 2001/03/19  07:22:05
17917         Log: revert the change#9090 integrate for now (change looks somewhat
17918              incomplete in that [ha]v_exists() need something similar; lacks
17919              tests; &c.)
17920      Branch: maint-5.6/perl
17921            ! hv.c
17922 ____________________________________________________________________________
17923 [  9233] By: gsar                                  on 2001/03/19  07:10:01
17924         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
17925              destruction when there are unreferenced scalars (SvREFCNT==0)
17926      Branch: maint-5.6/perl
17927            ! sv.c
17928 ____________________________________________________________________________
17929 [  9232] By: jhi                                   on 2001/03/19  05:11:02
17930         Log: Regen api and toc.
17931      Branch: maint-5.6/perl
17932            ! pod/perlapi.pod pod/perltoc.pod
17933 ____________________________________________________________________________
17934 [  9231] By: jhi                                   on 2001/03/19  04:06:03
17935         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
17936              add a lost line in pp.c:pp_chop(), update to new op/chop.
17937              
17938              Clarify the description differentiating for and while; inspired by
17939              
17940              Subject: [ID 20010306.004] || != named unary operator
17941              
17942              The $Is_MacOS needs to be declared.
17943      Branch: maint-5.6/perl
17944            ! pp.c t/op/chop.t
17945           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
17946 ____________________________________________________________________________
17947 [  9230] By: jhi                                   on 2001/03/19  03:48:16
17948         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
17949              9079,9083,9089,9090,9091 from mainline to maintperl.
17950              
17951              Quieten some noise in Win32 builds
17952              
17953              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
17954              
17955              The perlretut was still talking about the old \p and \P
17956              definitions.
17957              
17958              More tweakage on the Unicode character class descriptions.
17959              
17960              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
17961              
17962              Subject: 'no *POSIX' Patch speeding up make on BS2000 
17963              
17964              Subject: [PATCH] perldata.pod here-doc docs
17965              
17966              Add /sbin and /usr/sbin to the list of directories scanned
17967              for setuid programs.  Takes care of bug id 20010309.003.
17968              
17969              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
17970              
17971              In op/stat #35 better to scan all the potential directories
17972              for setuids, not just the first one.
17973      Branch: maint-5.6/perl
17974            ! Makefile.SH
17975           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
17976           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
17977           !> t/op/stat.t toke.c win32/win32.h
17978 ____________________________________________________________________________
17979 [  9229] By: jhi                                   on 2001/03/19  02:31:50
17980         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
17981              From: Chris Nandor <pudge@pobox.com>
17982              Date: Sat, 10 Mar 2001 14:22:19 -0500
17983              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
17984      Branch: maint-5.6/perl
17985            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
17986            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
17987            ! t/lib/b.t t/lib/errno.t
17988 ____________________________________________________________________________
17989 [  9228] By: jhi                                   on 2001/03/19  02:29:59
17990         Log: Integrate changes #9113,9122 from mainline into maintperl.
17991              
17992              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?)
17993      Branch: maint-5.6/perl
17994           !> Configure README.os390 hints/os390.sh
17995 ____________________________________________________________________________
17996 [  9227] By: jhi                                   on 2001/03/19  02:22:35
17997         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
17998              into maintperl.
17999              
18000              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18001              
18002              Forgot to check-in the larger part of #9120, duh.
18003              
18004              Subject: Another patch for integer.pm POD 
18005              
18006              h2ph strictness and cleanliness from Kurt Starsinic.
18007              
18008              Borland filename case problem.
18009              
18010              h2ph strictness and cleanliness from Kurt Starsinic.
18011              
18012              Subject: [PATCH] the uncontroversial doc patches
18013      Branch: maint-5.6/perl
18014           +> win32/sncfnmcs.pl
18015           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
18016           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
18017           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
18018           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
18019           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
18020           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
18021           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
18022 ____________________________________________________________________________
18023 [  9226] By: jhi                                   on 2001/03/19  02:10:21
18024         Log: Integrate changes #9207,9214 from mainline into maintperl.
18025              
18026              podchecker relaxations: =over has an *optional* number after it,
18027              and whitespace in L<> is okay.
18028      Branch: maint-5.6/perl
18029           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18030           !> t/pod/poderrs.xr
18031 ____________________________________________________________________________
18032 [  9225] By: jhi                                   on 2001/03/19  02:07:38
18033         Log: Integrate change #9219 from maintperl into mainline.
18034              
18035              remove duplicated tests
18036      Branch: perl
18037           !> t/op/re_tests
18038 ____________________________________________________________________________
18039 [  9224] By: jhi                                   on 2001/03/19  02:06:11
18040         Log: Integrate change #9223 from mainline to maintperl.
18041              
18042              Document -Dmksymlinks.
18043      Branch: maint-5.6/perl
18044           !> INSTALL
18045 ____________________________________________________________________________
18046 [  9223] By: jhi                                   on 2001/03/19  02:01:25
18047         Log: Document -Dmksymlinks.
18048      Branch: perl
18049            ! INSTALL
18050 ____________________________________________________________________________
18051 [  9222] By: jhi                                   on 2001/03/19  01:15:35
18052         Log: The -Dmksymlinks wasn't working for maintperl.
18053      Branch: maint-5.6/perl
18054            ! Configure
18055 ____________________________________________________________________________
18056 [  9221] By: jhi                                   on 2001/03/19  00:49:43
18057         Log: Cleanup pixie residue.
18058      Branch: perl
18059            ! Makefile.SH
18060 ____________________________________________________________________________
18061 [  9220] By: jhi                                   on 2001/03/19  00:44:47
18062         Log: Document the use of pixie/prof; create make targets for it.
18063              
18064              TODO: make t/TEST pixie-aware.
18065      Branch: perl
18066            ! Makefile.SH pod/perlhack.pod
18067 ____________________________________________________________________________
18068 [  9219] By: gsar                                  on 2001/03/19  00:16:55
18069         Log: remove duplicated tests
18070      Branch: maint-5.6/perl
18071            ! t/op/re_tests
18072 ____________________________________________________________________________
18073 [  9218] By: jhi                                   on 2001/03/18  23:59:31
18074         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
18075      Branch: perl
18076            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
18077 ____________________________________________________________________________
18078 [  9217] By: jhi                                   on 2001/03/18  23:25:20
18079         Log: Rewrite the tests section of Makefile to be less redundant
18080              and to allow for more flexible test targets, many recursive
18081              make calls introduced.
18082      Branch: perl
18083            ! Makefile.SH
18084 ____________________________________________________________________________
18085 [  9216] By: jhi                                   on 2001/03/18  22:30:04
18086         Log: Document the use of Third Degree (sparsely).
18087      Branch: perl
18088            ! pod/perlhack.pod t/TEST
18089 ____________________________________________________________________________
18090 [  9215] By: jhi                                   on 2001/03/18  22:10:30
18091         Log: Make targets for testing with Third Degree.
18092      Branch: perl
18093            ! Makefile.SH
18094 ____________________________________________________________________________
18095 [  9214] By: jhi                                   on 2001/03/18  21:08:53
18096         Log: The podchecker relaxations need to mirrored also at the tests.
18097      Branch: perl
18098            ! t/pod/poderrs.xr
18099 ____________________________________________________________________________
18100 [  9213] By: jhi                                   on 2001/03/18  20:56:21
18101         Log: Update Changes.
18102      Branch: perl
18103            ! Changes patchlevel.h
18104 ____________________________________________________________________________
18105 [  9212] By: jhi                                   on 2001/03/18  20:36:59
18106         Log: Looking for config.sh in parent directories isn't
18107              very useful for the toplevel Makefile.
18108      Branch: perl
18109            ! Makefile.SH
18110 ____________________________________________________________________________
18111 [  9211] By: jhi                                   on 2001/03/18  20:33:37
18112         Log: On "make clean" take care of Third Degree droppings.
18113      Branch: perl
18114            ! Makefile.SH
18115 ____________________________________________________________________________
18116 [  9210] By: jhi                                   on 2001/03/18  20:21:34
18117         Log: Add a hook for running the tests under the Third Degree
18118              debugging tool (set $ENV{PERL_3LOG} to non-zero)
18119              
18120              TODO: Document the use of Third Degree.
18121      Branch: perl
18122            ! t/TEST
18123 ____________________________________________________________________________
18124 [  9209] By: jhi                                   on 2001/03/18  20:19:07
18125         Log: Regen toc and api pods.
18126      Branch: perl
18127            ! pod/perlapi.pod pod/perltoc.pod
18128 ____________________________________________________________________________
18129 [  9208] By: jhi                                   on 2001/03/18  20:12:12
18130         Log: Integrate changes #8128,9132 from mainline into maintperl,
18131              Tie::SubstrHash fixes.
18132      Branch: maint-5.6/perl
18133           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18134 ____________________________________________________________________________
18135 [  9207] By: jhi                                   on 2001/03/18  20:07:43
18136         Log: podchecker relaxations from Michael Stevens.
18137      Branch: perl
18138            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18139 ____________________________________________________________________________
18140 [  9206] By: jhi                                   on 2001/03/18  20:04:24
18141         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
18142      Branch: perl
18143            ! lib/Locale/Constants.pm lib/Locale/Country.pm
18144            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
18145            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
18146 ____________________________________________________________________________
18147 [  9205] By: jhi                                   on 2001/03/18  19:54:45
18148         Log: Integrate changes #9161,9162 from maintperl to mainline.
18149              
18150              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18151              results
18152      Branch: perl
18153           !> t/op/magic.t
18154 ____________________________________________________________________________
18155 [  9204] By: jhi                                   on 2001/03/18  19:37:46
18156         Log: Make perl.third checks more understandable to the builder.
18157      Branch: perl
18158            ! Makefile.SH
18159 ____________________________________________________________________________
18160 [  9203] By: jhi                                   on 2001/03/18  19:20:54
18161         Log: Re-integrate #9138 from maintperl to mainline,
18162              the squelching of the unneeded "Scalars leaked" messages.
18163      Branch: perl
18164           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18165           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18166           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18167 ____________________________________________________________________________
18168 [  9202] By: jhi                                   on 2001/03/18  18:48:36
18169         Log: More robust and more paranoid perl.third target.
18170      Branch: perl
18171            ! Makefile.SH
18172 ____________________________________________________________________________
18173 [  9201] By: jhi                                   on 2001/03/18  18:39:21
18174         Log: Integrate change #9197 from maintperl to mainline.
18175              
18176              more thorough cleaning of arenas.
18177      Branch: perl
18178           !> embed.pl perl.c proto.h sv.c t/op/sort.t
18179 ____________________________________________________________________________
18180 [  9200] By: jhi                                   on 2001/03/18  18:25:17
18181         Log: Integrate perlio.
18182      Branch: perl
18183           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
18184           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
18185           !> t/lib/encode.t toke.c universal.c utf8.c
18186 ____________________________________________________________________________
18187 [  9199] By: nick                                  on 2001/03/18  15:23:51
18188         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
18189              is the sense of the test being done. Avoid some magical 127 and 128 values
18190              by using macros.
18191      Branch: perlio
18192            ! doop.c pp_ctl.c sv.c toke.c
18193 ____________________________________________________________________________
18194 [  9198] By: nick                                  on 2001/03/18  14:18:12
18195         Log: UTF-X encoding invariance for Encode:
18196              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
18197              - move the XS code for those to universal.c (so in miniperl)
18198              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
18199              - change ext/Encode/compile to use above.
18200              - Fix t/lib/encode.t for above
18201              - Teach t/lib/b.t to expect -uutf8
18202              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
18203              utf8.pm is needed.
18204      Branch: perlio
18205            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18206            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
18207 ____________________________________________________________________________
18208 [  9197] By: gsar                                  on 2001/03/18  12:15:57
18209         Log: more thorough cleaning of arenas--keep going until no more
18210              SvREFCNT_dec()s occur (this fixes the problem that causes the
18211              pesky "Scalars leaked" warnings)
18212      Branch: maint-5.6/perl
18213            ! embed.pl perl.c proto.h sv.c t/op/sort.t
18214 ____________________________________________________________________________
18215 [  9196] By: nick                                  on 2001/03/18  10:57:29
18216         Log: Fix pragma/utf8.t # 15
18217              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
18218              are SvUTF8 as well.
18219      Branch: perlio
18220            ! toke.c
18221 ____________________________________________________________________________
18222 [  9195] By: nick                                  on 2001/03/18  09:27:06
18223         Log: Integrate mainline
18224      Branch: perlio
18225           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
18226           !> t/op/pat.t
18227 ____________________________________________________________________________
18228 [  9194] By: jhi                                   on 2001/03/18  05:29:59
18229         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
18230              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
18231      Branch: perl
18232            ! op.c op.h t/op/misc.t t/op/pat.t
18233 ____________________________________________________________________________
18234 [  9193] By: jhi                                   on 2001/03/18  05:15:06
18235         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
18236      Branch: perl
18237            ! mg.c t/op/pat.t
18238 ____________________________________________________________________________
18239 [  9192] By: jhi                                   on 2001/03/18  04:22:43
18240         Log: tr/// UTF-8 patches from Inaba Hiroto.
18241      Branch: perl
18242            ! doop.c op.c
18243 ____________________________________________________________________________
18244 [  9191] By: jhi                                   on 2001/03/18  04:21:17
18245         Log: Integrate perlio.
18246      Branch: perl
18247           !> utf8.c utfebcdic.h
18248 ____________________________________________________________________________
18249 [  9190] By: nick                                  on 2001/03/17  20:32:01
18250         Log: Correct #if EBCDIC side typos.
18251              Builds and passes many tests on OS390.
18252      Branch: perlio
18253            ! utf8.c utfebcdic.h
18254 ____________________________________________________________________________
18255 [  9189] By: jhi                                   on 2001/03/17  18:55:49
18256         Log: Add prerequisites for the perl.third target.
18257      Branch: perl
18258            ! Makefile.SH
18259 ____________________________________________________________________________
18260 [  9188] By: jhi                                   on 2001/03/17  18:46:00
18261         Log: Integrate perlio.
18262      Branch: perl
18263           +> utfebcdic.h
18264           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
18265 ____________________________________________________________________________
18266 [  9187] By: jhi                                   on 2001/03/17  18:38:47
18267         Log: Add a make rule for perl.third (the Third Degree memory debugging
18268              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
18269      Branch: perl
18270            ! Makefile.SH
18271 ____________________________________________________________________________
18272 [  9186] By: nick                                  on 2001/03/17  18:34:48
18273         Log: MANIFEST addition :-(
18274      Branch: perlio
18275            ! MANIFEST
18276 ____________________________________________________________________________
18277 [  9185] By: nick                                  on 2001/03/17  18:29:50
18278         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
18279              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
18280              a superset of ASCII are invariant under the encoding. This is EBCDIC
18281              friendly as an encoded string can be looked at as being EBCDIC by lexer
18282              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
18283              ASCII on ASCII machines.
18284              
18285              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
18286              seperate.
18287              - Add some more macros to comprehend different shift amounts and
18288              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
18289              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
18290              and conditionaly #include it.
18291              
18292              EBCDIC build as yet untested.  ASCII still fails the one test.
18293      Branch: perlio
18294            + utfebcdic.h
18295            ! utf8.c utf8.h
18296 ____________________________________________________________________________
18297 [  9184] By: nick                                  on 2001/03/17  17:44:16
18298         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
18299      Branch: perlio
18300            ! doop.c perl.h pp.c utf8.h
18301 ____________________________________________________________________________
18302 [  9183] By: jhi                                   on 2001/03/17  15:55:42
18303         Log: Integrate perlio.
18304      Branch: perl
18305            ! MANIFEST
18306           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
18307 ____________________________________________________________________________
18308 [  9182] By: nick                                  on 2001/03/17  09:16:06
18309         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
18310      Branch: perlio
18311            ! t/op/pat.t
18312 ____________________________________________________________________________
18313 [  9181] By: nick                                  on 2001/03/17  09:15:11
18314         Log: Integrate mainline.
18315      Branch: perlio
18316           +> lib/Locale/Constants.pm lib/Locale/Country.pm
18317           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18318           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18319           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
18320           !> (integrate 83 files)
18321 ____________________________________________________________________________
18322 [  9180] By: nick                                  on 2001/03/16  17:23:21
18323         Log: EBCDIC Fixes.
18324      Branch: perlio
18325            ! perl.h sv.c toke.c utf8.c utf8.h
18326 ____________________________________________________________________________
18327 [  9179] By: jhi                                   on 2001/03/16  14:10:12
18328         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
18329              a change needed to work around an AIX compiler bug.
18330      Branch: perl
18331            ! ext/Storable/Storable.xs
18332 ____________________________________________________________________________
18333 [  9178] By: jhi                                   on 2001/03/16  03:19:59
18334         Log: With Damian's approval synchronize damian's modules'
18335              licensing with Perl's standard module licensing.
18336      Branch: perl
18337            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
18338 ____________________________________________________________________________
18339 [  9177] By: jhi                                   on 2001/03/16  03:15:34
18340         Log: Make the Filter::Util:Call files have their own copies
18341              of the Perl standard module licensing, from Paul Marquess.
18342      Branch: perl
18343            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18344 ____________________________________________________________________________
18345 [  9176] By: jhi                                   on 2001/03/16  02:56:04
18346         Log: Subject: [PATCH] more pod patches
18347              From: Michael Stevens <michael@etla.org>
18348              Date: Thu, 15 Mar 2001 21:25:18 +0000
18349              Message-ID: <20010315212518.A18870@firedrake.org>
18350      Branch: perl
18351            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
18352            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
18353            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
18354            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
18355            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
18356            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
18357            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
18358            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
18359            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
18360            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
18361            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
18362            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
18363            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
18364            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
18365            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
18366            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
18367            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
18368            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
18369            ! lib/Locale/Country.pm lib/Locale/Language.pm
18370            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
18371            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
18372            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
18373            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
18374            ! os2/OS2/Process/Process.pm
18375 ____________________________________________________________________________
18376 [  9175] By: jhi                                   on 2001/03/16  02:53:32
18377         Log: Subject: [PATCH] the uncontroversial doc patches
18378              From: Michael Stevens <michael@etla.org>
18379              Date: Thu, 15 Mar 2001 20:01:12 +0000
18380              Message-ID: <20010315200112.A7636@firedrake.org>
18381      Branch: perl
18382            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
18383            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
18384            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
18385            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
18386            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
18387 ____________________________________________________________________________
18388 [  9174] By: jhi                                   on 2001/03/16  02:50:49
18389         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
18390              From: Paul Lindner <lindner@inuus.com>
18391              Date: Fri, 16 Mar 2001 11:28:03 -0800
18392              Message-ID: <20010316112803.A7577@inuus.com>
18393      Branch: perl
18394            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18395 ____________________________________________________________________________
18396 [  9173] By: nick                                  on 2001/03/15  20:21:03
18397         Log: 1st day's EBCDIC fixes:
18398              - toke.c's parsing of strings needed attention
18399              needed to conditionally e2a if string was already UTF-8
18400              - e2a/a2e tables where wrong way round.
18401              - new macros in utf8.h
18402      Branch: perlio
18403            ! perl.h toke.c utf8.h
18404 ____________________________________________________________________________
18405 [  9172] By: jhi                                   on 2001/03/15  15:17:17
18406         Log: Update Changes.
18407      Branch: perl
18408            ! Changes patchlevel.h
18409 ____________________________________________________________________________
18410 [  9171] By: jhi                                   on 2001/03/15  15:09:32
18411         Log: Subject: Re: Another Borland C++ problem.
18412              From: "Vadim Konovalov" <watman@inbox.ru>
18413              Date: Sat, 10 Mar 2001 19:26:07 +0300
18414              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
18415              
18416              Borland filename case problem.
18417      Branch: perl
18418            + win32/sncfnmcs.pl
18419            ! MANIFEST README.win32
18420 ____________________________________________________________________________
18421 [  9170] By: jhi                                   on 2001/03/15  14:54:23
18422         Log: Add Locale::Codes 1.06, from Neil Bowers.
18423      Branch: perl
18424            + lib/Locale/Constants.pm lib/Locale/Country.pm
18425            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18426            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18427            + t/lib/lc-language.t t/lib/lc-uk.t
18428            ! MANIFEST
18429 ____________________________________________________________________________
18430 [  9169] By: jhi                                   on 2001/03/15  14:19:01
18431         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
18432      Branch: perl
18433            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18434            ! ext/Storable/Storable.xs
18435 ____________________________________________________________________________
18436 [  9168] By: jhi                                   on 2001/03/15  14:13:22
18437         Log: Integrate changes #9120,9167 from mainline to maintperl.
18438              
18439              Subject: [PATCH 5.6.1] OS/2 docs
18440              
18441              Subject: [PATCH 5.6.1] perldoc
18442      Branch: maint-5.6/perl
18443           !> os2/Changes utils/perldoc.PL
18444 ____________________________________________________________________________
18445 [  9167] By: jhi                                   on 2001/03/15  14:07:42
18446         Log: Subject: [PATCH 5.6.1] perldoc
18447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18448              Date: Wed, 14 Mar 2001 23:46:52 -0500
18449              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
18450      Branch: perl
18451            ! utils/perldoc.PL
18452 ____________________________________________________________________________
18453 [  9166] By: jhi                                   on 2001/03/15  13:53:15
18454         Log: sigaction test condition tweakage.
18455      Branch: perl
18456            ! t/lib/sigaction.t
18457 ____________________________________________________________________________
18458 [  9165] By: alanbur                               on 2001/03/15  03:49:17
18459         Log: Resynchronised with parent
18460      Branch: maint-5.6/pureperl
18461           +> os2/os2add.sym t/op/anonsub.t
18462           !> (integrate 72 files)
18463 ____________________________________________________________________________
18464 [  9164] By: jhi                                   on 2001/03/15  01:05:01
18465         Log: Avoid stomping off the beginning of an array in tr///.
18466      Branch: perl
18467            ! op.c
18468 ____________________________________________________________________________
18469 [  9163] By: jhi                                   on 2001/03/15  00:58:57
18470         Log: h2ph strictness and cleanliness from Kurt Starsinic.
18471      Branch: perl
18472            ! utils/h2ph.PL
18473 ____________________________________________________________________________
18474 [  9162] By: gsar                                  on 2001/03/15  00:56:53
18475         Log: avoid warnings
18476      Branch: maint-5.6/perl
18477            ! t/op/magic.t
18478 ____________________________________________________________________________
18479 [  9161] By: gsar                                  on 2001/03/15  00:52:09
18480         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18481              results
18482      Branch: maint-5.6/perl
18483            ! t/op/magic.t
18484 ____________________________________________________________________________
18485 [  9160] By: jhi                                   on 2001/03/14  22:02:10
18486         Log: Do not use the Perl malloc in IRIX, suggested by
18487              Helmus Jarausch.
18488      Branch: perl
18489            ! hints/irix_6.sh
18490 ____________________________________________________________________________
18491 [  9159] By: nick                                  on 2001/03/14  21:45:59
18492         Log: Integrate mainline
18493      Branch: perlio
18494           +> t/op/loopctl.t
18495           !> (integrate 41 files)
18496 ____________________________________________________________________________
18497 [  9158] By: jhi                                   on 2001/03/14  21:10:09
18498         Log: The Day of the Retractions continues: the #9138
18499              (integrated in #9144) doesn't work well in mainline.
18500      Branch: perl
18501            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18502            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18503            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18504 ____________________________________________________________________________
18505 [  9157] By: jhi                                   on 2001/03/14  20:58:12
18506         Log: The #9145 CANNOT be enabled: the clear_pmop code still
18507              dumps core all over in Tru64.
18508      Branch: perl
18509            ! op.c op.h t/op/pat.t
18510 ____________________________________________________________________________
18511 [  9156] By: jhi                                   on 2001/03/14  20:48:06
18512         Log: Integrate change #9154 from maintperl to mainline.
18513              
18514              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18515              (caused Storable 1.0.10 to break on windows)
18516      Branch: perl
18517           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18518           !> perlapi.c proto.h
18519 ____________________________________________________________________________
18520 [  9155] By: jhi                                   on 2001/03/14  20:23:53
18521         Log: Retract #9136: breaks threading (and binary compatibility).
18522      Branch: perl
18523            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18524 ____________________________________________________________________________
18525 [  9154] By: gsar                                  on 2001/03/14  17:48:18
18526         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18527              (caused Storable 1.0.10 to break on windows)
18528      Branch: maint-5.6/perl
18529            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18530            ! perlapi.c proto.h
18531 ____________________________________________________________________________
18532 [  9153] By: jhi                                   on 2001/03/14  13:35:21
18533         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
18534      Branch: perl
18535            ! t/lib/sigaction.t
18536 ____________________________________________________________________________
18537 [  9152] By: gsar                                  on 2001/03/14  07:29:40
18538         Log: back out changes#9012,9010,9009 and parts of change#9016
18539              (causes ABRs under purify, and some prerequisites don't
18540              seem to be there in 5.6.x)
18541      Branch: maint-5.6/perl
18542            ! doop.c op.c t/op/tr.t toke.c
18543 ____________________________________________________________________________
18544 [  9151] By: gsar                                  on 2001/03/14  07:01:29
18545         Log: reenable change#9145 (the test was busted due to a missing
18546              C<print "ok 27\n">)
18547      Branch: perl
18548            ! op.c op.h t/op/pat.t
18549 ____________________________________________________________________________
18550 [  9150] By: jhi                                   on 2001/03/14  06:38:36
18551         Log: Retract #9145.
18552      Branch: perl
18553            ! op.c op.h t/op/pat.t
18554 ____________________________________________________________________________
18555 [  9149] By: jhi                                   on 2001/03/14  06:14:56
18556         Log: Retract #9143.
18557      Branch: perl
18558            ! op.c
18559 ____________________________________________________________________________
18560 [  9148] By: gsar                                  on 2001/03/14  06:13:02
18561         Log: Uninitialized Memory Read in regexec.c
18562      Branch: perl
18563            ! regexec.c
18564 ____________________________________________________________________________
18565 [  9147] By: jhi                                   on 2001/03/14  04:59:54
18566         Log: Subject: PATCH: make goto work in nested eval ""
18567              From: Robin Houston <robin@kitsite.com>
18568              Date: Wed, 14 Mar 2001 04:16:10 +0000
18569              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
18570      Branch: perl
18571            ! pp_ctl.c t/op/goto.t
18572 ____________________________________________________________________________
18573 [  9146] By: jhi                                   on 2001/03/14  04:42:54
18574         Log: Preserve the #ifdef PERL_CORE in perly.h.
18575      Branch: perl
18576            ! perly.fixer
18577 ____________________________________________________________________________
18578 [  9145] By: jhi                                   on 2001/03/14  03:57:41
18579         Log: (Retracted by #9150.)
18580      Branch: perl
18581            ! op.c op.h t/op/pat.t
18582 ____________________________________________________________________________
18583 [  9144] By: jhi                                   on 2001/03/14  03:50:38
18584         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
18585              
18586              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18587              
18588              remove squelch controls for "Scalars leaked" messages in most places
18589              (these are now cured)
18590              
18591              fix another memory leak reported by purify (tie callbacks that
18592              croak can leak when wiping out magic)
18593      Branch: perl
18594           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
18595           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
18596           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
18597           !> t/pragma/warnings.t
18598 ____________________________________________________________________________
18599 [  9143] By: jhi                                   on 2001/03/14  03:37:53
18600         Log: (Retracted by #9149.)
18601      Branch: perl
18602            ! op.c
18603 ____________________________________________________________________________
18604 [  9142] By: gsar                                  on 2001/03/14  03:20:48
18605         Log: fix another memory leak reported by purify (tie callbacks that
18606              croak can leak when wiping out magic)
18607      Branch: maint-5.6/perl
18608            ! scope.c
18609 ____________________________________________________________________________
18610 [  9141] By: jhi                                   on 2001/03/14  02:55:00
18611         Log: Subject: PATCH for [ID 20010305.003]
18612              From: Robin Houston <robin@kitsite.com>
18613              Date: Wed, 14 Mar 2001 02:45:51 +0000
18614              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
18615      Branch: perl
18616            ! pp_ctl.c t/op/eval.t
18617 ____________________________________________________________________________
18618 [  9140] By: jhi                                   on 2001/03/14  02:41:54
18619         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18620              Date: Wed, 14 Mar 2001 01:52:51 +0000
18621              From: Robin Houston <robin@kitsite.com>
18622              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
18623              
18624              Fix for 2000313.004.
18625      Branch: perl
18626            ! pp_ctl.c t/op/goto.t
18627 ____________________________________________________________________________
18628 [  9139] By: jhi                                   on 2001/03/14  02:40:50
18629         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18630              From: Robin Houston <robin@kitsite.com>
18631              Date: Wed, 14 Mar 2001 00:43:45 +0000
18632              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
18633      Branch: perl
18634            + t/op/loopctl.t
18635            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
18636            ! vms/perly_c.vms
18637 ____________________________________________________________________________
18638 [  9138] By: gsar                                  on 2001/03/14  01:18:00
18639         Log: remove squelch controls for "Scalars leaked" messages in most places
18640              (these are now cured)
18641      Branch: maint-5.6/perl
18642            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18643            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18644            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18645 ____________________________________________________________________________
18646 [  9137] By: gsar                                  on 2001/03/14  00:57:04
18647         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18648      Branch: maint-5.6/perl
18649            ! regcomp.c
18650 ____________________________________________________________________________
18651 [  9136] By: jhi                                   on 2001/03/13  23:12:24
18652         Log: (Retracted by #9155)
18653              
18654              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
18655              From: Jens-Uwe Mager <jum@helios.de>
18656              Date: Wed, 21 Feb 2001 21:32:04 +0100
18657              Message-ID: <20010221213203.A18340@ans.helios.de>
18658      Branch: perl
18659            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18660 ____________________________________________________________________________
18661 [  9135] By: jhi                                   on 2001/03/13  22:50:05
18662         Log: Integrate perlio.
18663      Branch: perl
18664           !> pp.c
18665 ____________________________________________________________________________
18666 [  9134] By: jhi                                   on 2001/03/13  22:49:05
18667         Log: Integrate change #9131 from maintperl into mainline.
18668              
18669              make the error text look more consistent in hints/hpux.sh
18670      Branch: perl
18671           !> hints/hpux.sh
18672 ____________________________________________________________________________
18673 [  9133] By: gsar                                  on 2001/03/13  22:46:20
18674         Log: integrate change#9067 from mainline
18675              
18676              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
18677      Branch: maint-5.6/perl
18678           !> lib/ExtUtils/MM_Unix.pm
18679 ____________________________________________________________________________
18680 [  9132] By: jhi                                   on 2001/03/13  22:41:21
18681         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18682              From: "John P. Linderman" <jpl@research.att.com>
18683              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
18684              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
18685              
18686              A more correct prime finder.
18687      Branch: perl
18688            ! lib/Tie/SubstrHash.pm
18689 ____________________________________________________________________________
18690 [  9131] By: gsar                                  on 2001/03/13  22:30:42
18691         Log: make the error text look more consistent in hints/hpux.sh
18692      Branch: maint-5.6/perl
18693            ! hints/hpux.sh
18694 ____________________________________________________________________________
18695 [  9130] By: jhi                                   on 2001/03/13  22:23:44
18696         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
18697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18698              Date: Tue, 13 Mar 2001 18:41:26 +0100
18699              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
18700              
18701              If the test is run non-interactively the default handler
18702              is different.
18703      Branch: perl
18704            ! t/lib/sigaction.t
18705 ____________________________________________________________________________
18706 [  9129] By: jhi                                   on 2001/03/13  22:20:21
18707         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
18708              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18709              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
18710              Date:     Tue, 13 Mar 2001 16:44:32 EST
18711      Branch: perl
18712            ! t/lib/1_compile.t
18713 ____________________________________________________________________________
18714 [  9128] By: jhi                                   on 2001/03/13  22:18:34
18715         Log: Subject: Another patch for integer.pm POD 
18716              From: "John L. Allen" <allen@grumman.com>
18717              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
18718              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
18719      Branch: perl
18720            ! lib/integer.pm
18721 ____________________________________________________________________________
18722 [  9127] By: nick                                  on 2001/03/13  21:26:30
18723         Log: Integrate mainline.
18724      Branch: perlio
18725           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
18726           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
18727           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
18728           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
18729           !> Changes Configure MANIFEST README.os2 README.os390
18730           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
18731           !> os2/Changes patchlevel.h win32/perlhost.h
18732 ____________________________________________________________________________
18733 [  9126] By: nick                                  on 2001/03/13  20:39:51
18734         Log: #ifdef'ed out code to make packed side of pack/unpack
18735              octets. (i.e. pack('U') => encode_utf8).
18736      Branch: perlio
18737            ! pp.c
18738 ____________________________________________________________________________
18739 [  9125] By: jhi                                   on 2001/03/13  15:07:16
18740         Log: Update Changes.
18741      Branch: perl
18742            ! Changes patchlevel.h
18743 ____________________________________________________________________________
18744 [  9124] By: jhi                                   on 2001/03/13  14:22:45
18745         Log: Workaround for the buggy ("internal compiler error")
18746              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
18747              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
18748              of Andreas König.
18749      Branch: perl
18750            ! ext/re/Makefile.PL hints/aix.sh
18751 ____________________________________________________________________________
18752 [  9123] By: jhi                                   on 2001/03/13  03:24:34
18753         Log: Typo in #9114.
18754      Branch: metaconfig
18755            ! U/modified/myhostname.U
18756 ____________________________________________________________________________
18757 [  9122] By: jhi                                   on 2001/03/13  03:24:06
18758         Log: Typo in #9113.
18759      Branch: perl
18760            ! Configure
18761 ____________________________________________________________________________
18762 [  9121] By: jhi                                   on 2001/03/13  01:53:05
18763         Log: Forgot to check-in the larger part of #9120, duh.
18764      Branch: perl
18765            ! README.os2
18766 ____________________________________________________________________________
18767 [  9120] By: jhi                                   on 2001/03/13  01:51:31
18768         Log: Subject: [PATCH 5.6.1] OS/2 docs
18769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18770              Date: Mon, 12 Mar 2001 03:27:32 -0500
18771              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
18772      Branch: perl
18773            ! os2/Changes
18774 ____________________________________________________________________________
18775 [  9119] By: jhi                                   on 2001/03/13  01:49:41
18776         Log: Integrate change #9116 from maintperl into mainline.
18777              
18778              Win32::GetCwd() returns C: instead of C:\ in the root directory
18779              under ithreads
18780      Branch: perl
18781           !> win32/perlhost.h
18782 ____________________________________________________________________________
18783 [  9118] By: jhi                                   on 2001/03/13  01:13:39
18784         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
18785      Branch: perl
18786            + lib/Switch.pm t/lib/switch.t
18787            ! MANIFEST
18788 ____________________________________________________________________________
18789 [  9117] By: jhi                                   on 2001/03/13  01:03:17
18790         Log: Add Text::Balanced 1.83.
18791      Branch: perl
18792            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
18793            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
18794            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
18795            + t/lib/tb-xvari.t
18796            ! MANIFEST
18797 ____________________________________________________________________________
18798 [  9116] By: gsar                                  on 2001/03/13  00:55:53
18799         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
18800              under ithreads
18801      Branch: maint-5.6/perl
18802            ! win32/perlhost.h
18803 ____________________________________________________________________________
18804 [  9115] By: jhi                                   on 2001/03/13  00:54:09
18805         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18806              From: "John L. Allen" <allen@grumman.com>
18807              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
18808              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
18809              
18810              use integer document clarification.
18811      Branch: perl
18812            ! lib/integer.pm
18813 ____________________________________________________________________________
18814 [  9114] By: jhi                                   on 2001/03/13  00:38:54
18815         Log: Metaconfig unit change for #9113.
18816      Branch: metaconfig
18817            ! U/modified/myhostname.U
18818 ____________________________________________________________________________
18819 [  9113] By: jhi                                   on 2001/03/13  00:38:35
18820         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?)
18821              From: Peter Prymmer <pvhp@forte.com>
18822              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
18823              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
18824      Branch: perl
18825            ! Configure README.os390 hints/os390.sh
18826 ____________________________________________________________________________
18827 [  9112] By: jhi                                   on 2001/03/13  00:29:00
18828         Log: Integrate perlio.
18829      Branch: perl
18830           !> sv.c utf8.h
18831 ____________________________________________________________________________
18832 [  9111] By: nick                                  on 2001/03/12  21:16:33
18833         Log: Integrate mainline.
18834      Branch: perlio
18835           +> t/op/anonsub.t
18836           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18837           !> proto.h sv.c
18838 ____________________________________________________________________________
18839 [  9110] By: nick                                  on 2001/03/12  21:00:13
18840         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
18841      Branch: perlio
18842            ! sv.c utf8.h
18843 ____________________________________________________________________________
18844 [  9109] By: jhi                                   on 2001/03/12  16:04:47
18845         Log: Integrate change #9108 from maintperl to mainline.
18846              
18847              fix memory leak in C<sub X { sub {} }> arising from a refcount
18848              loop between the outer sub and the inner prototype anonsub
18849              
18850              this also enables closures returned by subroutines that
18851              subsequently get redefined to work without generating coredumps :)
18852              
18853              completely removed the free_closures() hack--it shouldn't be
18854              needed anymore
18855      Branch: perl
18856           +> t/op/anonsub.t
18857           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18858           !> proto.h sv.c
18859 ____________________________________________________________________________
18860 [  9108] By: gsar                                  on 2001/03/12  10:21:31
18861         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
18862              loop between the outer sub and the inner prototype anonsub
18863              
18864              this also enables closures returned by subroutines that
18865              subsequently get redefined to work without generating coredumps :)
18866              
18867              completely removed the free_closures() hack--it shouldn't be
18868              needed anymore
18869      Branch: maint-5.6/perl
18870            + t/op/anonsub.t
18871            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18872            ! proto.h sv.c
18873 ____________________________________________________________________________
18874 [  9107] By: jhi                                   on 2001/03/12  05:15:31
18875         Log: Integrate perlio.
18876      Branch: perl
18877           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
18878 ____________________________________________________________________________
18879 [  9106] By: nick                                  on 2001/03/11  20:10:12
18880         Log: regcomp.c is working in native space, not Unicode space (if different)
18881              as it is doing compare against 'W' in \W etc.
18882      Branch: perlio
18883            ! regcomp.c
18884 ____________________________________________________________________________
18885 [  9105] By: nick                                  on 2001/03/11  19:39:34
18886         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
18887              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
18888      Branch: perlio
18889            ! regcomp.c toke.c utf8.c
18890 ____________________________________________________________________________
18891 [  9104] By: nick                                  on 2001/03/11  18:15:44
18892         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
18893      Branch: perlio
18894            ! sv.c
18895 ____________________________________________________________________________
18896 [  9103] By: nick                                  on 2001/03/11  18:03:28
18897         Log: Integrate mainline (for regexp stuff).
18898      Branch: perlio
18899           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18900           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
18901           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
18902           !> t/lib/errno.t t/op/pat.t
18903 ____________________________________________________________________________
18904 [  9102] By: nick                                  on 2001/03/11  17:44:20
18905         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
18906              - exclude layer syms in makedef.pl for sfio
18907              - also inhibit Encode from trying to build ":encode()" layer.
18908      Branch: perlio
18909            ! ext/Encode/Encode.xs makedef.pl
18910 ____________________________________________________________________________
18911 [  9101] By: jhi                                   on 2001/03/10  22:38:13
18912         Log: The $Is_MacOS needs to be declared.
18913      Branch: perl
18914            ! lib/ExtUtils/Manifest.pm
18915 ____________________________________________________________________________
18916 [  9100] By: jhi                                   on 2001/03/10  22:14:29
18917         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
18918              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
18919              pollute the symbolspace if using sfio.
18920      Branch: perl
18921            ! ext/Encode/Encode.xs
18922 ____________________________________________________________________________
18923 [  9099] By: jhi                                   on 2001/03/10  21:58:48
18924         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
18925              Date: Sat, 10 Mar 2001 14:23:55 -0500
18926              From: Chris Nandor <pudge@pobox.com>
18927              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
18928      Branch: perl
18929            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18930            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
18931            ! t/lib/errno.t
18932 ____________________________________________________________________________
18933 [  9098] By: jhi                                   on 2001/03/10  21:38:30
18934         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
18935      Branch: perl
18936            ! regcomp.c regexec.c t/op/pat.t
18937 ____________________________________________________________________________
18938 [  9097] By: jhi                                   on 2001/03/10  14:38:07
18939         Log: Integrate perlio.
18940      Branch: perl
18941           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18942           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18943           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18944 ____________________________________________________________________________
18945 [  9096] By: nick                                  on 2001/03/10  11:55:43
18946         Log: EBCDIC sanity - phase I
18947              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
18948              - use utf8n_xxxx (c.f. pvn) for forms which take length.
18949              - back out vN.N and $^V exceptions to e2a/a2e
18950              - make "locale" isxxx macros be uvchr (may be redundant?)
18951              
18952              Not clear yet that toUPPER_uni et. al. return being handled correctly.
18953              The tr// and rexexp stuff still needs an audit, assumption is they are working
18954              in Unicode space.
18955              
18956              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
18957      Branch: perlio
18958            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18959            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18960            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18961 ____________________________________________________________________________
18962 [  9095] By: jhi                                   on 2001/03/09  22:10:01
18963         Log: Integrate perlio.
18964      Branch: perl
18965           !> dump.c
18966 ____________________________________________________________________________
18967 [  9094] By: nick                                  on 2001/03/09  17:36:38
18968         Log: Builds an passes all tests after integrate and this tweak.
18969      Branch: perlio
18970            ! dump.c
18971 ____________________________________________________________________________
18972 [  9093] By: nick                                  on 2001/03/09  17:16:03
18973         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
18974      Branch: perlio
18975           +> lib/unicode/Scripts.txt t/lib/sigaction.t
18976           !> (integrate 79 files)
18977 ____________________________________________________________________________
18978 [  9092] By: jhi                                   on 2001/03/09  15:28:26
18979         Log: Update Changes.
18980      Branch: perl
18981            ! Changes patchlevel.h
18982 ____________________________________________________________________________
18983 [  9091] By: jhi                                   on 2001/03/09  15:25:05
18984         Log: In op/stat #35 better to scan all the potential directories
18985              for setuids, not just the first one.
18986      Branch: perl
18987            ! t/op/stat.t
18988 ____________________________________________________________________________
18989 [  9090] By: jhi                                   on 2001/03/09  15:01:27
18990         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
18991              From: rspier@pobox.com (Robert Spier)
18992              Date: Fri, 9 Mar 2001 03:30:20 -0500
18993              Message-ID: <15016.38044.381174.160189@rls.cx>
18994              
18995              EXISTS() returning undef mistakenly triggered a FETCH().
18996      Branch: perl
18997            ! hv.c
18998 ____________________________________________________________________________
18999 [  9089] By: jhi                                   on 2001/03/09  14:59:02
19000         Log: Add /sbin and /usr/sbin to the list of directories scanned
19001              for setuid programs.  Takes care of bug id 20010309.003.
19002      Branch: perl
19003            ! t/op/stat.t
19004 ____________________________________________________________________________
19005 [  9088] By: jhi                                   on 2001/03/09  14:48:32
19006         Log: Regen perlapi, perltoc.
19007      Branch: perl
19008            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
19009 ____________________________________________________________________________
19010 [  9087] By: jhi                                   on 2001/03/09  14:38:56
19011         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19012              From: David Mitchell <davem@fdgroup.co.uk>
19013              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
19014              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
19015      Branch: perl
19016            ! dump.c perl.c perl.h pod/perlrun.pod
19017 ____________________________________________________________________________
19018 [  9086] By: jhi                                   on 2001/03/09  01:47:16
19019         Log: A modified version of
19020              
19021              Subject: [ID 20010307.005] POSIX::sigaction has various problems
19022              From: anders@broadcom.com
19023              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
19024              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
19025              
19026              Currently the sigaction.t test #6 fails (and is fudged to look
19027              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
19028              This may well be a genuine bug in Linux sigaction() (since at
19029              least Tru64, Solaris, and HP-UX disagree with Linux).
19030              Anyone with POSIX / SUSv2 tome handy?  The problem is that
19031              the flags of the oldaction don't match with the flags in
19032              the previously installed disposition.
19033      Branch: perl
19034            + t/lib/sigaction.t
19035            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19036 ____________________________________________________________________________
19037 [  9085] By: jhi                                   on 2001/03/09  01:30:13
19038         Log: Subject: Re: mission impossible for the day
19039              From: Alex Gough <alex@rcon.org>
19040              Date: Thu, 08 Mar 2001 17:18:19 +0000
19041              Message-ID: <3AA7BEDB.8070409@rcon.org>
19042              
19043              If references (are overloaded) and can be directly stringified,
19044              show that instead of "stringified".
19045              
19046              (The problem, infinite mutual recursion caused by overloaded bool
19047              in Switch.pm, tracked by David Mitchell)
19048      Branch: perl
19049            ! lib/Carp/Heavy.pm
19050 ____________________________________________________________________________
19051 [  9084] By: jhi                                   on 2001/03/09  01:20:39
19052         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19053              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
19054              From: David Mitchell <davem@fdgroup.co.uk>
19055              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
19056      Branch: perl
19057            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
19058            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
19059 ____________________________________________________________________________
19060 [  9083] By: jhi                                   on 2001/03/09  01:16:51
19061         Log: Subject: [PATCH] perldata.pod here-doc docs
19062              From: Jeff Pinyan <jeffp@crusoe.net>
19063              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
19064              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
19065      Branch: perl
19066            ! pod/perldata.pod
19067 ____________________________________________________________________________
19068 [  9082] By: jhi                                   on 2001/03/09  01:01:27
19069         Log: Subject: Re: Unicode/EBCDIC
19070              From: Peter Prymmer <pvhp@forte.com>
19071              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
19072              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
19073      Branch: perl
19074            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
19075 ____________________________________________________________________________
19076 [  9081] By: jhi                                   on 2001/03/08  13:41:30
19077         Log: Subject: Ooops, wrong 'no *POSIX' Patch
19078              From: Dorner Thomas <Thomas.Dorner@start.de>
19079              Date: Thu, 8 Mar 2001 08:43:28 +0100
19080              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
19081      Branch: perl
19082            ! hints/posix-bc.sh
19083 ____________________________________________________________________________
19084 [  9080] By: jhi                                   on 2001/03/08  13:11:42
19085         Log: It's Scripts.txt, not Script.txt.
19086      Branch: perl
19087            ! MANIFEST
19088 ____________________________________________________________________________
19089 [  9079] By: jhi                                   on 2001/03/08  12:59:05
19090         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
19091              From: Dorner Thomas <Thomas.Dorner@start.de>
19092              Date: Wed, 7 Mar 2001 14:13:31 +0100
19093              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19094      Branch: perl
19095            ! makedepend.SH
19096 ____________________________________________________________________________
19097 [  9078] By: jhi                                   on 2001/03/08  12:57:43
19098         Log: Retract #9069, wrong patch.
19099      Branch: perl
19100            ! Makefile.SH
19101 ____________________________________________________________________________
19102 [  9077] By: jhi                                   on 2001/03/08  01:06:13
19103         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
19104      Branch: perl
19105            + lib/unicode/Scripts.txt
19106            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
19107            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
19108            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
19109            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19110            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19111            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19112            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19113            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19114            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19115            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19116            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19117            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19118            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19119            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19120            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19121            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19122            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
19123            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
19124            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
19125            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
19126            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
19127            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
19128            ! lib/unicode/version
19129 ____________________________________________________________________________
19130 [  9076] By: jhi                                   on 2001/03/07  22:59:39
19131         Log: Integrate change #7784 from mainline into maintperl.
19132              
19133              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19134      Branch: maint-5.6/perl
19135           !> pp_ctl.c t/op/pat.t
19136 ____________________________________________________________________________
19137 [  9075] By: jhi                                   on 2001/03/07  22:05:11
19138         Log: More UTF-8 test tweaks.
19139      Branch: perl
19140            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
19141 ____________________________________________________________________________
19142 [  9074] By: nick                                  on 2001/03/07  21:39:29
19143         Log: Integrate mainline.
19144      Branch: perlio
19145           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
19146           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
19147           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
19148           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
19149           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
19150 ____________________________________________________________________________
19151 [  9073] By: jhi                                   on 2001/03/07  16:37:09
19152         Log: Update Changes.
19153      Branch: perl
19154            ! Changes patchlevel.h
19155 ____________________________________________________________________________
19156 [  9072] By: jhi                                   on 2001/03/07  16:32:30
19157         Log: Subject: [ID 20010306.004] || != named unary operator
19158              From: abela@geneanet.org
19159              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
19160              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
19161      Branch: perl
19162            ! pod/perlop.pod
19163 ____________________________________________________________________________
19164 [  9071] By: jhi                                   on 2001/03/07  15:14:11
19165         Log: Subject: downgrading to bytes for common functions
19166              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
19167              Date: Wed, 7 Mar 2001 02:36:55 -0500
19168              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
19169      Branch: perl
19170            ! pp_sys.c
19171 ____________________________________________________________________________
19172 [  9070] By: jhi                                   on 2001/03/07  15:04:58
19173         Log: Clarify the description differentiating for and while; inspired by
19174              
19175              Subject: [ID 20010306.002] for/while difference in for definition
19176              From: abela@geneanet.org
19177              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
19178              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
19179      Branch: perl
19180            ! pod/perlsyn.pod
19181 ____________________________________________________________________________
19182 [  9069] By: jhi                                   on 2001/03/07  14:55:30
19183         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
19184              From: Dorner Thomas <Thomas.Dorner@start.de>
19185              Date: Wed, 7 Mar 2001 14:13:31 +0100
19186              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19187      Branch: perl
19188            ! Makefile.SH
19189 ____________________________________________________________________________
19190 [  9068] By: jhi                                   on 2001/03/07  14:51:17
19191         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19192              From: Radu Greab <radu@netsoft.ro>
19193              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
19194              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
19195      Branch: perl
19196            ! pp.c t/op/chop.t
19197 ____________________________________________________________________________
19198 [  9067] By: jhi                                   on 2001/03/07  14:48:57
19199         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19200              From: Simon Cozens <simon@netthink.co.uk>
19201              Date: Wed, 7 Mar 2001 13:59:28 +0000
19202              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
19203              
19204              In order to allow MakeMaker to build correct Makefiles,
19205              you need to change the order of the arguments in MM_Unix.pm
19206              as well. (Unless you have C89_CCMODE set, but we're trying
19207              to be POSIXly correct)
19208              
19209              Thanks to Merijn Broeren for tracking this down.
19210      Branch: perl
19211            ! lib/ExtUtils/MM_Unix.pm
19212 ____________________________________________________________________________
19213 [  9066] By: jhi                                   on 2001/03/07  14:30:02
19214         Log: Floating point too messy.
19215      Branch: perl
19216            ! t/camel-III/vstring.t
19217 ____________________________________________________________________________
19218 [  9065] By: jhi                                   on 2001/03/07  14:17:44
19219         Log: Integrate change #9064 from maintperl into mainline.
19220              
19221              fix memory leak in pack("Bb",...)
19222      Branch: perl
19223           !> perl.c
19224 ____________________________________________________________________________
19225 [  9064] By: gsar                                  on 2001/03/07  06:29:24
19226         Log: fix memory leak in pack("Bb",...)
19227      Branch: maint-5.6/perl
19228            ! perl.c
19229 ____________________________________________________________________________
19230 [  9063] By: jhi                                   on 2001/03/07  00:55:04
19231         Log: Major utf8 test reorganisation and rewrite.
19232              Hopefully no tests were lost in the shuffle.
19233              (The beginning of pragma/utf8 was lost intentionally,
19234              the tests were rather bogus and incomplete.)
19235      Branch: perl
19236            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
19237            ! t/pragma/utf8.t
19238 ____________________________________________________________________________
19239 [  9062] By: jhi                                   on 2001/03/07  00:41:16
19240         Log: More tweakage on the Unicode character class descriptions.
19241      Branch: perl
19242            ! lib/unicode/mktables.PL pod/perlretut.pod
19243 ____________________________________________________________________________
19244 [  9061] By: jhi                                   on 2001/03/06  23:12:38
19245         Log: The perlretut was still talking about the old \p and \P
19246              definitions.
19247      Branch: perl
19248            ! pod/perlretut.pod
19249 ____________________________________________________________________________
19250 [  9060] By: nick                                  on 2001/03/06  20:52:37
19251         Log: Integrate mainline (make test works again now).
19252      Branch: perlio
19253           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
19254 ____________________________________________________________________________
19255 [  9059] By: jhi                                   on 2001/03/06  15:36:14
19256         Log: 0.999... does equal 1.0, doesn't it?
19257      Branch: perl
19258            ! t/camel-III/vstring.t
19259 ____________________________________________________________________________
19260 [  9058] By: jhi                                   on 2001/03/06  15:34:00
19261         Log: Make /x{abcd}/ to work without use utf8.
19262      Branch: perl
19263            ! regcomp.c
19264 ____________________________________________________________________________
19265 [  9057] By: jhi                                   on 2001/03/06  03:02:36
19266         Log: Easier to outcomment all the three reset() tests for now.
19267      Branch: perl
19268            ! t/op/pat.t
19269 ____________________________________________________________________________
19270 [  9056] By: jhi                                   on 2001/03/06  02:30:02
19271         Log: Comment out the deadly reset; until the 20010301.005
19272              is finally fixed.
19273      Branch: perl
19274            ! t/op/pat.t
19275 ____________________________________________________________________________
19276 [  9055] By: jhi                                   on 2001/03/06  02:21:26
19277         Log: Integrate the change #9054 from mainline:
19278              retract the PMOP cleanup patch pending further investigation.
19279      Branch: maint-5.6/perl
19280           !> op.c op.h
19281 ____________________________________________________________________________
19282 [  9054] By: jhi                                   on 2001/03/06  02:19:57
19283         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
19284              with oddly familiar stack traces.
19285      Branch: perl
19286            ! op.c op.h
19287 ____________________________________________________________________________
19288 [  9053] By: jhi                                   on 2001/03/05  23:20:28
19289         Log: Integrate perlio.
19290      Branch: perl
19291           +> ext/Encode/Encode/koi8-r.ucm
19292           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19293           !> makedef.pl
19294 ____________________________________________________________________________
19295 [  9052] By: nick                                  on 2001/03/05  23:08:17
19296         Log: skipping USE_PERLIO symbols correction.
19297      Branch: perlio
19298            ! makedef.pl
19299 ____________________________________________________________________________
19300 [  9051] By: nick                                  on 2001/03/05  22:35:07
19301         Log: More Encode alias tidying.
19302      Branch: perlio
19303            + ext/Encode/Encode/koi8-r.ucm
19304            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19305 ____________________________________________________________________________
19306 [  9050] By: jhi                                   on 2001/03/05  21:44:29
19307         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
19308              Sarathy's fix for ID 20010301.005.
19309      Branch: maint-5.6/perl
19310           !> op.c op.h
19311 ____________________________________________________________________________
19312 [  9049] By: nick                                  on 2001/03/05  19:54:04
19313         Log: Integrate Jarkko's Encode.pm tweak.
19314      Branch: perlio
19315           !> ext/Encode/Encode.pm
19316 ____________________________________________________________________________
19317 [  9048] By: nick                                  on 2001/03/05  19:47:57
19318         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
19319      Branch: perlio
19320           +> os2/os2add.sym
19321           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
19322           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
19323           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19324           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
19325           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
19326 ____________________________________________________________________________
19327 [  9047] By: jhi                                   on 2001/03/05  19:25:26
19328         Log: Regen perlapi.
19329      Branch: perl
19330            ! pod/perlapi.pod
19331 ____________________________________________________________________________
19332 [  9046] By: jhi                                   on 2001/03/05  19:12:14
19333         Log: Integrate perlio.
19334      Branch: perl
19335           +> t/camel-III/vstring.t
19336           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
19337 ____________________________________________________________________________
19338 [  9045] By: jhi                                   on 2001/03/05  19:10:36
19339         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
19340      Branch: perl
19341            ! ext/Encode/Encode.pm
19342 ____________________________________________________________________________
19343 [  9044] By: jhi                                   on 2001/03/05  18:49:12
19344         Log: Forgot the other half of the PMOP patch (#9033).
19345      Branch: perl
19346            ! op.h
19347 ____________________________________________________________________________
19348 [  9043] By: nick                                  on 2001/03/05  18:14:47
19349         Log: Update MANIFEST for new test.
19350      Branch: perlio
19351            ! MANIFEST
19352 ____________________________________________________________________________
19353 [  9042] By: nick                                  on 2001/03/05  18:12:41
19354         Log: Some tests for Camel 3rd edition features.
19355              Make gethostbyaddr() test in above work.
19356      Branch: perlio
19357            + t/camel-III/vstring.t
19358            ! pp.h pp_sys.c t/TEST t/harness
19359 ____________________________________________________________________________
19360 [  9041] By: jhi                                   on 2001/03/05  17:41:48
19361         Log: Add more ISO 8859 encoding aliases.
19362      Branch: perl
19363            ! ext/Encode/Encode.pm
19364 ____________________________________________________________________________
19365 [  9040] By: jhi                                   on 2001/03/05  17:30:43
19366         Log: Integrate perlio.
19367      Branch: perl
19368           !> MANIFEST sv.c
19369 ____________________________________________________________________________
19370 [  9039] By: nick                                  on 2001/03/05  17:11:36
19371         Log: Missed added file.
19372      Branch: perlio
19373            ! MANIFEST
19374 ____________________________________________________________________________
19375 [  9038] By: jhi                                   on 2001/03/05  15:58:01
19376         Log: Add tr tests for EBCDIC, from Karsten Sperling.
19377      Branch: perl
19378            ! t/op/tr.t
19379 ____________________________________________________________________________
19380 [  9037] By: nick                                  on 2001/03/05  15:56:35
19381         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
19382              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
19383              
19384              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
19385              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
19386              - uses SvPV() rather than sv_2pv() in case it isn't a string.
19387      Branch: perlio
19388            ! sv.c
19389 ____________________________________________________________________________
19390 [  9036] By: jhi                                   on 2001/03/05  15:49:15
19391         Log: Add matching tests currently failing in EBCDIC,
19392              suggested by Karsten Sperling.
19393      Branch: perl
19394            ! t/op/pat.t
19395 ____________________________________________________________________________
19396 [  9035] By: jhi                                   on 2001/03/05  15:36:55
19397         Log: The #9034 needs a MANIFESTation.
19398      Branch: perl
19399            ! MANIFEST
19400 ____________________________________________________________________________
19401 [  9034] By: jhi                                   on 2001/03/05  15:35:14
19402         Log: Integrate perlio.
19403      Branch: perl
19404           +> ext/Encode/Encode/Tcl.pm
19405           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19406           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19407           !> ext/Encode/Encode/iso8859-1.ucm
19408           !> ext/Encode/Encode/iso8859-10.ucm
19409           !> ext/Encode/Encode/iso8859-13.ucm
19410           !> ext/Encode/Encode/iso8859-14.ucm
19411           !> ext/Encode/Encode/iso8859-15.ucm
19412           !> ext/Encode/Encode/iso8859-16.ucm
19413           !> ext/Encode/Encode/iso8859-2.ucm
19414           !> ext/Encode/Encode/iso8859-3.ucm
19415           !> ext/Encode/Encode/iso8859-4.ucm
19416           !> ext/Encode/Encode/iso8859-5.ucm
19417           !> ext/Encode/Encode/iso8859-6.ucm
19418           !> ext/Encode/Encode/iso8859-7.ucm
19419           !> ext/Encode/Encode/iso8859-8.ucm
19420           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19421           !> t/lib/encode.t
19422 ____________________________________________________________________________
19423 [  9033] By: jhi                                   on 2001/03/05  15:33:18
19424         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
19425              From: Gurusamy Sarathy <gsar@ActiveState.com>
19426              Date: Sun, 04 Mar 2001 22:33:15 -0800
19427              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
19428              
19429              PMOPs need to remember their own stash so that they can
19430              gracefully remove themselves from their linked list.
19431      Branch: perl
19432            ! op.c
19433 ____________________________________________________________________________
19434 [  9032] By: nick                                  on 2001/03/05  14:51:50
19435         Log: Encode implementation "completion"
19436              Implement and document define_encoding()
19437              Implement and document encoding aliases including define_alias()
19438              Make Encode::XS use define_encoding() rather than back-door.
19439              Move run-time *.enc to separate Encode::Tcl module.
19440              Make 'compile' honour <codeset_name>
19441              Change canonical names of to iso-8859-* and US-ascii.
19442      Branch: perlio
19443            + ext/Encode/Encode/Tcl.pm
19444            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19445            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19446            ! ext/Encode/Encode/iso8859-1.ucm
19447            ! ext/Encode/Encode/iso8859-10.ucm
19448            ! ext/Encode/Encode/iso8859-13.ucm
19449            ! ext/Encode/Encode/iso8859-14.ucm
19450            ! ext/Encode/Encode/iso8859-15.ucm
19451            ! ext/Encode/Encode/iso8859-16.ucm
19452            ! ext/Encode/Encode/iso8859-2.ucm
19453            ! ext/Encode/Encode/iso8859-3.ucm
19454            ! ext/Encode/Encode/iso8859-4.ucm
19455            ! ext/Encode/Encode/iso8859-5.ucm
19456            ! ext/Encode/Encode/iso8859-6.ucm
19457            ! ext/Encode/Encode/iso8859-7.ucm
19458            ! ext/Encode/Encode/iso8859-8.ucm
19459            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19460            ! t/lib/encode.t
19461 ____________________________________________________________________________
19462 [  9031] By: jhi                                   on 2001/03/05  13:51:17
19463         Log: Integrate change #9030 from maintperl into mainline.
19464              
19465              Subject: [PATCH 5.6.1] OS/2 cleanup
19466      Branch: perl
19467           +> os2/os2add.sym
19468           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19469           !> makedef.pl os2/Changes os2/Makefile.SHs
19470           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19471           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19472           !> os2/os2.sym os2/os2ish.h
19473 ____________________________________________________________________________
19474 [  9030] By: jhi                                   on 2001/03/05  13:46:49
19475         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
19476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19477              Date: Mon, 5 Mar 2001 02:29:44 -0500
19478              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
19479      Branch: maint-5.6/perl
19480            + os2/os2add.sym
19481            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19482            ! makedef.pl os2/Changes os2/Makefile.SHs
19483            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19484            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19485            ! os2/os2.sym os2/os2ish.h
19486 ____________________________________________________________________________
19487 [  9029] By: jhi                                   on 2001/03/05  13:40:35
19488         Log: Integrate change #9028 from maintperl into mainline.
19489              
19490              various nits in MM_Unix.pm found by disabling SelfLoader
19491      Branch: perl
19492           !> lib/ExtUtils/MM_Unix.pm
19493 ____________________________________________________________________________
19494 [  9028] By: gsar                                  on 2001/03/05  09:58:38
19495         Log: various nits in MM_Unix.pm found by disabling SelfLoader
19496      Branch: maint-5.6/perl
19497            ! lib/ExtUtils/MM_Unix.pm
19498 ____________________________________________________________________________
19499 [  9027] By: nick                                  on 2001/03/05  08:35:22
19500         Log: Integrate mainline
19501      Branch: perlio
19502           !> (integrate 28 files)
19503 ____________________________________________________________________________
19504 [  9026] By: jhi                                   on 2001/03/05  02:14:59
19505         Log: Integrate change #9025 from mainline to maintperl,
19506              retract \N{U+HHHH}.
19507      Branch: maint-5.6/perl
19508           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19509           !> t/lib/charnames.t toke.c
19510 ____________________________________________________________________________
19511 [  9025] By: jhi                                   on 2001/03/05  02:13:09
19512         Log: Retracting \N{U+HHHH}.
19513      Branch: perl
19514            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19515            ! t/lib/charnames.t toke.c
19516 ____________________________________________________________________________
19517 [  9024] By: jhi                                   on 2001/03/04  20:51:07
19518         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
19519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19520              Date: Fri, 02 Mar 2001 18:25:26 +0100
19521              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
19522              
19523              Casting problem.
19524      Branch: perl
19525            ! ext/Storable/Storable.xs
19526 ____________________________________________________________________________
19527 [  9023] By: jhi                                   on 2001/03/04  19:46:45
19528         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
19529              From: nick@talking.bollo.cx
19530              Date: Sat, 03 Mar 2001 21:41:33 +0000
19531              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
19532              
19533              Revert the workaround.
19534      Branch: perl
19535            ! perlio.c
19536 ____________________________________________________________________________
19537 [  9022] By: jhi                                   on 2001/03/04  19:36:28
19538         Log: Update Changes.
19539      Branch: perl
19540            ! Changes patchlevel.h
19541 ____________________________________________________________________________
19542 [  9021] By: jhi                                   on 2001/03/04  18:41:00
19543         Log: makedef.pl updates suggested by Chris Nandor; double-checking
19544              the changes in AIX, OS/2 Win32 would be nice.
19545      Branch: perl
19546            ! makedef.pl
19547 ____________________________________________________________________________
19548 [  9020] By: jhi                                   on 2001/03/04  18:23:58
19549         Log: Integrate change #9012 from maintperl into mainline,
19550              quench a compiler warning.
19551      Branch: perl
19552           !> toke.c
19553 ____________________________________________________________________________
19554 [  9019] By: jhi                                   on 2001/03/04  18:18:43
19555         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
19556              
19557              \N{U+HHHH} fix.
19558              
19559              pattern in G_ARRAY context
19560      Branch: maint-5.6/perl
19561           !> pp_hot.c t/op/pat.t toke.c
19562 ____________________________________________________________________________
19563 [  9018] By: jhi                                   on 2001/03/04  18:07:48
19564         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
19565              From: Jeff Pinyan <jeffp@crusoe.net>
19566              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
19567              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
19568      Branch: perl
19569            ! pp_hot.c t/op/pat.t
19570 ____________________________________________________________________________
19571 [  9017] By: jhi                                   on 2001/03/04  18:06:21
19572         Log: I thought I tested the #9014.
19573      Branch: perl
19574            ! toke.c
19575 ____________________________________________________________________________
19576 [  9016] By: jhi                                   on 2001/03/04  17:41:22
19577         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
19578              
19579              Tweak the get*ent() OS/2 prototypes.
19580              
19581              Add the \N{U+HHHH} syntax.
19582              
19583              More tr/// UTF-8 fixes from Inaba Hiroto.
19584      Branch: maint-5.6/perl
19585           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
19586           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
19587 ____________________________________________________________________________
19588 [  9015] By: jhi                                   on 2001/03/04  17:36:04
19589         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
19590      Branch: perl
19591            ! doop.c t/op/tr.t
19592 ____________________________________________________________________________
19593 [  9014] By: jhi                                   on 2001/03/04  17:24:49
19594         Log: Add the \N{U+HHHH} syntax.
19595      Branch: perl
19596            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19597            ! t/lib/charnames.t toke.c
19598 ____________________________________________________________________________
19599 [  9013] By: jhi                                   on 2001/03/04  17:20:45
19600         Log: Tweak the get*ent() OS/2 prototypes.
19601      Branch: perl
19602            ! os2/os2.c
19603 ____________________________________________________________________________
19604 [  9012] By: gsar                                  on 2001/03/04  06:26:14
19605         Log: avoid warning (nit in change#9009)
19606      Branch: maint-5.6/perl
19607            ! toke.c
19608 ____________________________________________________________________________
19609 [  9011] By: gsar                                  on 2001/03/04  06:15:24
19610         Log: lib/charnames.t fails in 5.6.x because of older Unicode
19611              data
19612              
19613              TODO: need to revisit this after updating lib/unicode/...
19614      Branch: maint-5.6/perl
19615            ! t/lib/charnames.t
19616 ____________________________________________________________________________
19617 [  9010] By: gsar                                  on 2001/03/04  06:08:36
19618         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
19619      Branch: maint-5.6/perl
19620            ! toke.c
19621 ____________________________________________________________________________
19622 [  9009] By: jhi                                   on 2001/03/03  19:27:20
19623         Log: Integrate change #9008 from mainline to maintperl,
19624              UTF-8 tr/// fixes from Inaba Hiroto.
19625      Branch: maint-5.6/perl
19626           !> doop.c op.c t/op/tr.t toke.c
19627 ____________________________________________________________________________
19628 [  9008] By: jhi                                   on 2001/03/03  19:19:42
19629         Log: UTF8 tr/// fixes from Inaba Hiroto.
19630      Branch: perl
19631            ! doop.c op.c t/op/tr.t toke.c
19632 ____________________________________________________________________________
19633 [  9007] By: jhi                                   on 2001/03/03  19:00:30
19634         Log: Integrate change #9006 from maintperl to mainline,
19635              more robust quest for the infinite.
19636      Branch: perl
19637           !> lib/Math/Complex.pm
19638 ____________________________________________________________________________
19639 [  9006] By: jhi                                   on 2001/03/03  18:58:06
19640         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
19641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19642              Date: Sat, 3 Mar 2001 12:51:50 -0500
19643              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
19644              
19645              Be more robust in our quest for the infinite.
19646      Branch: maint-5.6/perl
19647            ! lib/Math/Complex.pm
19648 ____________________________________________________________________________
19649 [  9005] By: jhi                                   on 2001/03/03  17:55:50
19650         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
19651      Branch: maint-5.6/perl
19652            ! doio.c
19653 ____________________________________________________________________________
19654 [  9004] By: jhi                                   on 2001/03/03  17:40:14
19655         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
19656              so that picky compilers like IRIX won't get huffy about
19657              "statements without effect" (like 1;).
19658      Branch: perl
19659            ! toke.c
19660 ____________________________________________________________________________
19661 [  9003] By: jhi                                   on 2001/03/03  17:15:52
19662         Log: Integrate change #9002 from mainline to maintperl.
19663              
19664              Subject: [perl-5.6.x, perl-current] accept for EPOC
19665      Branch: maint-5.6/perl
19666           !> pp_sys.c
19667 ____________________________________________________________________________
19668 [  9002] By: jhi                                   on 2001/03/03  17:14:30
19669         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
19670              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19671              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
19672              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
19673      Branch: perl
19674            ! pp_sys.c
19675 ____________________________________________________________________________
19676 [  9001] By: jhi                                   on 2001/03/03  17:13:13
19677         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
19678              From: "Craig A. Berry" <craigberry@mac.com>
19679              Date: Fri, 02 Mar 2001 17:44:40 -0600
19680              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
19681      Branch: perl
19682            ! t/pod/find.t
19683 ____________________________________________________________________________
19684 [  9000] By: jhi                                   on 2001/03/03  17:11:55
19685         Log: Integrate changes #8997,8999 from maintperl.
19686              
19687              Subject: [PATCH 5.6.1] compiling on OS/2
19688              (Better error message from hints/os2.sh)
19689              
19690              Subject: [PATCH 5.6.1] syslog.t
19691      Branch: perl
19692           !> hints/os2.sh t/lib/syslog.t
19693 ____________________________________________________________________________
19694 [  8999] By: jhi                                   on 2001/03/03  17:09:28
19695         Log: Subject: [PATCH 5.6.1] syslog.t
19696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19697              Date: Sat, 3 Mar 2001 02:11:17 -0500
19698              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
19699      Branch: maint-5.6/perl
19700            ! t/lib/syslog.t
19701 ____________________________________________________________________________
19702 [  8998] By: jhi                                   on 2001/03/03  17:07:50
19703         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
19704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19705              Date: Sat, 3 Mar 2001 01:53:52 -0500
19706              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
19707      Branch: maint-5.6/perl
19708            ! opcode.pl os2/os2.c
19709 ____________________________________________________________________________
19710 [  8997] By: jhi                                   on 2001/03/03  17:03:30
19711         Log: Subject: [PATCH 5.6.1] compiling on OS/2
19712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19713              Date: Sat, 3 Mar 2001 01:59:59 -0500
19714              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
19715      Branch: maint-5.6/perl
19716            ! hints/os2.sh
19717 ____________________________________________________________________________
19718 [  8996] By: jhi                                   on 2001/03/03  00:55:58
19719         Log: Regen files for mainline.
19720      Branch: perl
19721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19722            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
19723 ____________________________________________________________________________
19724 [  8995] By: jhi                                   on 2001/03/03  00:35:22
19725         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
19726              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
19727              to maintperl.
19728              
19729              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19730              
19731              Add Configure option -Dmksymlinks which will create a symlink
19732              forest if the current/build differs from the source directory.
19733              (8218,8220,8221,8317,8318,8971)
19734              
19735              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19736              (Document APPLLIB_EXP in INSTALL.)
19737              
19738              If running byacc write-enable also perly.h.
19739              
19740              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
19741              
19742              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
19743              
19744              Sanity check for conflicting thread flavours.
19745              
19746              Fix the sys/fcntl.h problem reported by Peter Prymmer.
19747              
19748              Add few CPUs/architectures to the Cppsym scan,
19749              add -perlio to archname if so selected (modified 8890)
19750              
19751              Be more helpful for devel builders, suggested by John L. Allen.
19752              (admittedly pointless change for maintperl, but the usedevel
19753              code is there already)
19754      Branch: maint-5.6/perl
19755           !> Configure INSTALL Makefile.SH Porting/Glossary
19756           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
19757           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
19758           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
19759           !> win32/config.bc win32/config.gc win32/config.vc
19760 ____________________________________________________________________________
19761 [  8994] By: jhi                                   on 2001/03/02  23:31:41
19762         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
19763      Branch: metaconfig/U/perl
19764            ! gccvers.U
19765 ____________________________________________________________________________
19766 [  8993] By: jhi                                   on 2001/03/02  23:22:12
19767         Log: Regenerate various files for maint.
19768      Branch: maint-5.6/perl
19769            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
19770            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
19771 ____________________________________________________________________________
19772 [  8992] By: alanbur                               on 2001/03/02  22:48:34
19773         Log: Resync wuth parent
19774      Branch: maint-5.6/pureperl
19775           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19776           !> (integrate 60 files)
19777 ____________________________________________________________________________
19778 [  8991] By: jhi                                   on 2001/03/02  21:00:08
19779         Log: Retract the #8742 part of #8986, backward compat.
19780      Branch: maint-5.6/perl
19781            ! embed.pl
19782 ____________________________________________________________________________
19783 [  8990] By: jhi                                   on 2001/03/02  20:40:07
19784         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
19785      Branch: maint-5.6/perl
19786            ! hv.c
19787 ____________________________________________________________________________
19788 [  8989] By: jhi                                   on 2001/03/02  19:59:56
19789         Log: Update Changes.
19790      Branch: perl
19791            ! Changes patchlevel.h
19792 ____________________________________________________________________________
19793 [  8988] By: jhi                                   on 2001/03/02  19:57:08
19794         Log: Integrate perlio.
19795      Branch: perl
19796           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19797           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19798           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19799           !> ext/Encode/Encode/iso8859-10.ucm
19800           !> ext/Encode/Encode/iso8859-13.ucm
19801           !> ext/Encode/Encode/iso8859-14.ucm
19802           !> ext/Encode/Encode/iso8859-15.ucm
19803           !> ext/Encode/Encode/iso8859-16.ucm
19804           !> ext/Encode/Encode/iso8859-2.ucm
19805           !> ext/Encode/Encode/iso8859-3.ucm
19806           !> ext/Encode/Encode/iso8859-4.ucm
19807           !> ext/Encode/Encode/iso8859-5.ucm
19808           !> ext/Encode/Encode/iso8859-6.ucm
19809           !> ext/Encode/Encode/iso8859-7.ucm
19810           !> ext/Encode/Encode/iso8859-8.ucm
19811           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19812           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
19813 ____________________________________________________________________________
19814 [  8987] By: jhi                                   on 2001/03/02  19:43:40
19815         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
19816              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
19817              8950,8952,8955 from mainline to maintperl.
19818              
19819              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
19820              
19821              Put to rest the 20010205.001, the email address checking (not) regex.
19822              
19823              fork() not everywhere, cleanup temp files.
19824              
19825              The #8843 wasn't quite right: %Config needs to imported.
19826              
19827              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
19828              (#8849: the glob-basic hunk needed massaging as it depended
19829              on Schwern's large-scale (unintegrated) patches)
19830              
19831              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
19832              
19833              Upgrade to CGI.pm 2.752, from Lincoln Stein.
19834              (Note: there were some conflicts due to EBCDIC and EPOC
19835              patches, in general I preferred the repository code.)
19836              (When 2.753 comes out, we need to synchronize.)
19837              
19838              Subject: [PATCH] fix for charnames above FFFF
19839              
19840              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
19841              
19842              If no sfio, no -lsfio.
19843              
19844              Run run/*.t also in minitest.
19845              
19846              Subject:  [PATCH perl 5.7.0] malloc message address offset
19847              
19848              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
19849              
19850              Subject: fix for parameter -Dm (for perl@8867)
19851              
19852              Subject: [PATCH: perl@8892] was Re: hashing order difference?
19853              (make the test more portable)
19854              
19855              Subject: Re: [PATCH] fix for charnames above FFFF
19856              
19857              Subject: Re: I'm losing the war...
19858              (hv_store() not working correctly in ENV_IS_CASELESS case.)
19859              
19860              Subject: Modified README.bs2000 
19861              
19862              Subject: [PATCH: perl@8935] -Dt padsv($var)
19863              
19864              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
19865              
19866              Subject: PATCH: extra tests to check on negative float to unsigned cast
19867              
19868              Subject: [PATCH] XPUSH[insp] was Re: progress
19869              
19870              Subject: Re: Compile with perlcc..
19871      Branch: maint-5.6/perl
19872           !> (integrate 36 files)
19873 ____________________________________________________________________________
19874 [  8986] By: jhi                                   on 2001/03/02  18:51:25
19875         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
19876              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
19877              to maintperl.
19878              
19879              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
19880              
19881              Subject: [DOC PATCH] overload.pm nits
19882              
19883              Add header for LIB$ prototypes (C. Berry)
19884              
19885              Convert fwrite()s to sockets to write()s, since some socket stacks
19886              don't take kindly to stdio.
19887              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
19888              (for often optional LNMs)
19889              Correct a few typos
19890              (C. Bailey)
19891              
19892              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
19893              
19894              De-cut-and-pasto.
19895              
19896              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
19897              
19898              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
19899              
19900              Upgrade to CPAN 1.59_54, from Andreas König.
19901              
19902              Bogus shebang.
19903              
19904              Subject: [PATCH] Document makepatch in Porting/patching
19905              
19906              UTF-8 documentation.
19907              
19908              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
19909              
19910              Sort the MANIFEST.
19911              
19912              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
19913              
19914              Subject: [PATCH @8807] toke.c cleanup: scan_str()
19915              
19916              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
19917              
19918              Add run/*.t to testables.
19919              
19920              TODO: integrate #8784.
19921      Branch: maint-5.6/perl
19922           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19923           !> (integrate 28 files)
19924 ____________________________________________________________________________
19925 [  8985] By: nick                                  on 2001/03/02  18:15:45
19926         Log: Integrate mainline
19927      Branch: perlio
19928           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
19929           !> vms/vms.c
19930 ____________________________________________________________________________
19931 [  8984] By: jhi                                   on 2001/03/02  16:00:17
19932         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
19933              
19934              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
19935              5.004_05, and mention the suidperl August 2000 security problem.
19936              (#8978,#8981)
19937              
19938              Subject: [ID 20010301.004] Technically speaking in perldata
19939              
19940              Subject: [PATCH] File::Copy for bleadperl, maintperl
19941              
19942              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19943              
19944              (The #8982, fix for 20010221.005 and 20010221.008,
19945              would be nice too but it didn't integrate cleanly.)
19946      Branch: maint-5.6/perl
19947           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
19948 ____________________________________________________________________________
19949 [  8983] By: jhi                                   on 2001/03/02  15:51:16
19950         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19951              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19952              Date:     Thu, 1 Mar 2001 15:54:09 EST
19953              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
19954      Branch: perl
19955            ! vms/vms.c
19956 ____________________________________________________________________________
19957 [  8982] By: jhi                                   on 2001/03/02  15:43:31
19958         Log: Subject: Re: sync sync sync: have I missed any patches?
19959              From: Radu Greab <radu@netsoft.ro> 
19960              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
19961              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
19962              
19963              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
19964              was checking argv[0] regardless of whether a different pathname
19965              will actually be executed."  Test case not supplied because 
19966              drafting that, ironically enough, revealed another bug
19967              (or a feature).
19968      Branch: perl
19969            ! doio.c
19970 ____________________________________________________________________________
19971 [  8981] By: jhi                                   on 2001/03/02  15:28:03
19972         Log: Misdate in #8978.
19973      Branch: perl
19974            ! pod/perlfaq1.pod
19975 ____________________________________________________________________________
19976 [  8980] By: jhi                                   on 2001/03/02  15:24:20
19977         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
19978              From: Chris Nandor <pudge@pobox.com>
19979              Date: Wed, 28 Feb 2001 22:10:15 -0500
19980              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
19981      Branch: perl
19982            ! lib/File/Copy.pm
19983 ____________________________________________________________________________
19984 [  8979] By: jhi                                   on 2001/03/02  15:17:16
19985         Log: Subject: [ID 20010301.004] Technically speaking in perldata
19986              From: abela@geneanet.org
19987              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
19988              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
19989      Branch: perl
19990            ! pod/perldata.pod
19991 ____________________________________________________________________________
19992 [  8978] By: jhi                                   on 2001/03/02  15:15:27
19993         Log: Subject: [ID 20010301.003] ref to 5.004
19994              From: abela@geneanet.org
19995              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
19996              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
19997              
19998              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
19999              and mention the suidperl August 2000 security problem.
20000      Branch: perl
20001            ! pod/perlfaq1.pod
20002 ____________________________________________________________________________
20003 [  8977] By: alanbur                               on 2001/03/02  14:17:45
20004         Log: Resynchronised with parent
20005      Branch: maint-5.6/pureperl
20006           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
20007           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
20008           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
20009           !> vms/descrip_mms.template win32/win32.c win32/win32.h
20010           !> win32/win32iop.h
20011 ____________________________________________________________________________
20012 [  8976] By: nick                                  on 2001/03/01  23:25:30
20013         Log: Integrate mainline.
20014      Branch: perlio
20015            - t/op/qu.t
20016           !> (integrate 55 files)
20017 ____________________________________________________________________________
20018 [  8975] By: jhi                                   on 2001/03/01  16:51:34
20019         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
20020      Branch: perl
20021           !> toke.c
20022 ____________________________________________________________________________
20023 [  8974] By: gsar                                  on 2001/03/01  16:28:21
20024         Log: fix for bugid 20010226.008
20025              
20026              the problem was that some of the pointers (PL_last_lop and
20027              PL_last_uni specifically) into the lex buffers weren't correctly
20028              being invalidated when the buffer changed; this would leave the
20029              pointers pointing at an arbitrary location in the buffer if
20030              the buffer didn't need to be reallocated, or point into freed
20031              memory if the buffer had to be realloced
20032              
20033              TODO item for bugdb maintainers: check other seemingly random
20034              parser-related bugs--they might be cured by this
20035      Branch: maint-5.6/perl
20036            ! toke.c
20037 ____________________________________________________________________________
20038 [  8973] By: jhi                                   on 2001/03/01  02:23:25
20039         Log: Retract #8970 because of a completely mysterious core dump:
20040              adding the tests 241..244 causes op/pat dump core at test #25.
20041              The test needs a lot of whittling down before the bug can be solved.
20042      Branch: perl
20043            ! t/op/pat.t
20044 ____________________________________________________________________________
20045 [  8972] By: jhi                                   on 2001/03/01  01:58:38
20046         Log: Regen perlapi.
20047      Branch: perl
20048            ! pod/perlapi.pod
20049 ____________________________________________________________________________
20050 [  8971] By: jhi                                   on 2001/03/01  01:34:09
20051         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))
20052              From: Nicholas Clark <nick@ccl4.org>
20053              Date: Wed, 28 Feb 2001 23:28:49 +0000
20054              Message-ID: <20010228232849.A55187@plum.flirble.org>
20055              
20056              Allow a completely write protected source code tree
20057              when using the Configure -Dmksymlinks.
20058      Branch: perl
20059            ! embed.pl warnings.pl
20060 ____________________________________________________________________________
20061 [  8970] By: jhi                                   on 2001/03/01  01:32:04
20062         Log: Add back the EBCDIC character range tests (for matching).
20063      Branch: perl
20064            ! t/op/pat.t
20065 ____________________________________________________________________________
20066 [  8969] By: nick                                  on 2001/02/28  18:18:01
20067         Log: Add charname comments to .ucm files writen by 'compile',
20068              also order charmaps in those files by source encoding.
20069              regenerate distrubuted .ucm files
20070      Branch: perlio
20071            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20072            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20073            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20074            ! ext/Encode/Encode/iso8859-10.ucm
20075            ! ext/Encode/Encode/iso8859-13.ucm
20076            ! ext/Encode/Encode/iso8859-14.ucm
20077            ! ext/Encode/Encode/iso8859-15.ucm
20078            ! ext/Encode/Encode/iso8859-16.ucm
20079            ! ext/Encode/Encode/iso8859-2.ucm
20080            ! ext/Encode/Encode/iso8859-3.ucm
20081            ! ext/Encode/Encode/iso8859-4.ucm
20082            ! ext/Encode/Encode/iso8859-5.ucm
20083            ! ext/Encode/Encode/iso8859-6.ucm
20084            ! ext/Encode/Encode/iso8859-7.ucm
20085            ! ext/Encode/Encode/iso8859-8.ucm
20086            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20087            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
20088 ____________________________________________________________________________
20089 [  8968] By: jhi                                   on 2001/02/28  16:26:37
20090         Log: Expand usemorebits early if d_casti32 needs to be undefined.
20091      Branch: perl
20092            ! hints/hpux.sh hints/irix_6.sh
20093 ____________________________________________________________________________
20094 [  8967] By: jhi                                   on 2001/02/28  16:22:26
20095         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
20096              retract toke.c/qu parts of #8583, retract #8485, retract
20097              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
20098              op/length.t, and MANIFEST, and delete t/op/qu.t.
20099      Branch: perl
20100            - t/op/qu.t
20101            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
20102            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
20103            ! t/op/length.t toke.c
20104 ____________________________________________________________________________
20105 [  8966] By: jhi                                   on 2001/02/28  15:00:27
20106         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
20107              by not changing from pre-Unicode days into being Unicode-aware.
20108              Sniff.
20109      Branch: perl
20110            ! pp.c t/op/pack.t t/op/qu.t
20111 ____________________________________________________________________________
20112 [  8965] By: jhi                                   on 2001/02/28  14:37:55
20113         Log: Subject: Re: Errors in core PODs
20114              From: Michael Stevens <michael@etla.org> 
20115              Date: Fri, 23 Feb 2001 15:47:56 +0000
20116              Message-ID: <20010223154756.A7723@firedrake.org> 
20117      Branch: perl
20118            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
20119            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
20120            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20121            ! x2p/a2p.pod
20122 ____________________________________________________________________________
20123 [  8964] By: jhi                                   on 2001/02/28  14:35:35
20124         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
20125              (The #8961 was too bold.)
20126      Branch: perl
20127            ! hints/hpux.sh hints/irix_6.sh
20128 ____________________________________________________________________________
20129 [  8963] By: jhi                                   on 2001/02/28  14:33:39
20130         Log: Subject: Re: sync sync sync: have I missed any patches?
20131              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20132              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
20133              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
20134              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
20135              
20136              Replace djSP with dSP.
20137      Branch: perl
20138            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
20139            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
20140            ! win32/perlhost.h
20141 ____________________________________________________________________________
20142 [  8962] By: jhi                                   on 2001/02/27  23:21:14
20143         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
20144      Branch: perl
20145            ! lib/Filter/Simple.pm
20146 ____________________________________________________________________________
20147 [  8961] By: jhi                                   on 2001/02/27  22:55:26
20148         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
20149              and this would be it.
20150      Branch: perl
20151            ! hints/hpux.sh hints/irix_6.sh
20152 ____________________________________________________________________________
20153 [  8960] By: jhi                                   on 2001/02/27  22:51:33
20154         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20155              From: "Craig A. Berry" <craigberry@mac.com>
20156              Date: Tue, 27 Feb 2001 16:11:44 -0600
20157              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20158      Branch: maint-5.6/perl
20159            ! configure.com vms/descrip_mms.template
20160 ____________________________________________________________________________
20161 [  8959] By: jhi                                   on 2001/02/27  22:47:23
20162         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20163              From: "Craig A. Berry" <craigberry@mac.com>
20164              Date: Tue, 27 Feb 2001 16:11:44 -0600
20165              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20166      Branch: perl
20167            ! configure.com vms/descrip_mms.template
20168 ____________________________________________________________________________
20169 [  8958] By: jhi                                   on 2001/02/27  15:16:42
20170         Log: Update Changes.
20171      Branch: perl
20172            ! Changes patchlevel.h
20173 ____________________________________________________________________________
20174 [  8957] By: jhi                                   on 2001/02/27  06:15:07
20175         Log: Subject: [5.6.x] EPOC additions
20176              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20177              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
20178              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
20179      Branch: maint-5.6/perl
20180            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
20181 ____________________________________________________________________________
20182 [  8956] By: jhi                                   on 2001/02/27  06:12:11
20183         Log: Subject: [perl-current] EPOC 
20184              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20185              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
20186              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
20187      Branch: perl
20188            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
20189            ! epoc/epocish.c epoc/epocish.h pp_sys.c
20190 ____________________________________________________________________________
20191 [  8955] By: jhi                                   on 2001/02/27  05:59:50
20192         Log: Subject: Re: Compile with perlcc..
20193              From: Edward Peschko <edwardp@excitehome.net>
20194              Date: Mon, 26 Feb 2001 18:51:58 -0800
20195              Message-ID: <20010226185158.A9871@excitehome.net>
20196              
20197              plus add a simple usage message if no arguments given.
20198      Branch: perl
20199            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
20200            ! utils/Makefile utils/perlcc.PL win32/pod.mak
20201 ____________________________________________________________________________
20202 [  8954] By: nick                                  on 2001/02/26  21:02:59
20203         Log: Integrate mainline
20204      Branch: perlio
20205           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
20206           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
20207           !> t/op/sprintf.t
20208 ____________________________________________________________________________
20209 [  8953] By: jhi                                   on 2001/02/26  14:43:54
20210         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
20211              From: Nicholas Clark <nick@ccl4.org>
20212              Date: Mon, 26 Feb 2001 00:42:07 +0000
20213              Message-ID: <20010226004207.F23333@plum.flirble.org>
20214      Branch: perl
20215            ! pp_ctl.c
20216 ____________________________________________________________________________
20217 [  8952] By: jhi                                   on 2001/02/26  14:42:13
20218         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
20219              From: Simon Cozens <simon@netthink.co.uk>
20220              Date: Mon, 26 Feb 2001 12:23:48 +0000
20221              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
20222      Branch: perl
20223            ! pod/perlguts.pod
20224 ____________________________________________________________________________
20225 [  8951] By: jhi                                   on 2001/02/26  14:39:15
20226         Log: Subject: [PATCH] perlio - unknown layer
20227              From: Nicholas Clark <nick@ccl4.org>
20228              Date: Mon, 26 Feb 2001 00:27:19 +0000
20229              Message-ID: <20010226002719.E23333@plum.flirble.org>
20230      Branch: perl
20231            ! perlio.c
20232 ____________________________________________________________________________
20233 [  8950] By: jhi                                   on 2001/02/26  14:38:04
20234         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
20235              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
20236              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
20237              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
20238      Branch: perl
20239            ! t/op/bop.t
20240 ____________________________________________________________________________
20241 [  8949] By: jhi                                   on 2001/02/26  14:37:07
20242         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
20243              From: Peter Prymmer <pvhp@forte.com>
20244              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
20245              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
20246      Branch: perl
20247            ! lib/Test.pm
20248 ____________________________________________________________________________
20249 [  8948] By: jhi                                   on 2001/02/26  14:35:53
20250         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20251              From: Radu Greab <radu@netsoft.ro>
20252              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
20253              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
20254      Branch: perl
20255            ! pod/perlop.pod
20256 ____________________________________________________________________________
20257 [  8947] By: jhi                                   on 2001/02/26  14:34:46
20258         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
20259              From: David Mitchell <davem@fdgroup.co.uk>
20260              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
20261              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
20262      Branch: perl
20263            ! run.c
20264 ____________________________________________________________________________
20265 [  8946] By: jhi                                   on 2001/02/26  14:32:37
20266         Log: Subject: Modified README.bs2000 
20267              From: Dorner Thomas <Thomas.Dorner@start.de>
20268              Date: Mon, 26 Feb 2001 09:22:17 +0100
20269              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
20270      Branch: perl
20271            ! README.bs2000
20272 ____________________________________________________________________________
20273 [  8945] By: jhi                                   on 2001/02/26  14:19:53
20274         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
20275              to maintperl, listing the known failures on the tests 129 and 130.
20276      Branch: maint-5.6/perl
20277           !> t/op/sprintf.t
20278 ____________________________________________________________________________
20279 [  8944] By: jhi                                   on 2001/02/26  14:14:15
20280         Log: Add more known sprintf failures.
20281      Branch: perl
20282            ! t/op/sprintf.t
20283 ____________________________________________________________________________
20284 [  8943] By: jhi                                   on 2001/02/26  13:56:22
20285         Log: perlglob.exe needs to be found in Win32, patch from
20286              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
20287              which needs external glob at mini-perl time."
20288      Branch: perl
20289            ! ext/Encode/compile
20290 ____________________________________________________________________________
20291 [  8942] By: jhi                                   on 2001/02/26  13:52:19
20292         Log: A missing dTHX from Vadim Konovalov.
20293      Branch: perl
20294            ! perlio.c
20295 ____________________________________________________________________________
20296 [  8941] By: jhi                                   on 2001/02/26  13:37:05
20297         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
20298      Branch: perl
20299            ! op.c
20300 ____________________________________________________________________________
20301 [  8940] By: jhi                                   on 2001/02/26  13:35:40
20302         Log: Integrate perlio.
20303      Branch: perl
20304           !> ext/Encode/Encode.pm
20305 ____________________________________________________________________________
20306 [  8939] By: nick                                  on 2001/02/25  23:47:09
20307         Log: Integrate mainline.
20308      Branch: perlio
20309           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
20310           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
20311 ____________________________________________________________________________
20312 [  8938] By: nick                                  on 2001/02/25  19:36:28
20313         Log: Encode implementations docs.
20314      Branch: perlio
20315            ! ext/Encode/Encode.pm
20316 ____________________________________________________________________________
20317 [  8937] By: jhi                                   on 2001/02/25  19:26:16
20318         Log: Script wasn't aligned with reality.
20319      Branch: perl
20320            ! t/pod/find.t
20321 ____________________________________________________________________________
20322 [  8936] By: jhi                                   on 2001/02/25  18:54:55
20323         Log: Update Changes.
20324      Branch: perl
20325            ! Changes patchlevel.h
20326 ____________________________________________________________________________
20327 [  8935] By: jhi                                   on 2001/02/25  18:46:36
20328         Log: Retract #8929,8930,8932,8933 for now.
20329      Branch: perl
20330            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
20331 ____________________________________________________________________________
20332 [  8934] By: jhi                                   on 2001/02/25  17:34:35
20333         Log: Integrate perlio.
20334      Branch: perl
20335           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20336           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
20337           !> t/lib/encode.t
20338 ____________________________________________________________________________
20339 [  8933] By: jhi                                   on 2001/02/25  17:33:12
20340         Log: (Retracted by #8395.)
20341              
20342              Slight tweaks in scan_const(), not fixes yet, it seems like
20343              lots of work remains to be done...
20344      Branch: perl
20345            ! toke.c
20346 ____________________________________________________________________________
20347 [  8932] By: jhi                                   on 2001/02/25  17:27:11
20348         Log: (Retracted by #8395.)
20349              
20350              Missing from #8930.
20351      Branch: perl
20352            ! perl.h
20353 ____________________________________________________________________________
20354 [  8931] By: jhi                                   on 2001/02/25  17:26:19
20355         Log: A comment tweak.
20356      Branch: perl
20357            ! utf8.c
20358 ____________________________________________________________________________
20359 [  8930] By: jhi                                   on 2001/02/25  17:25:47
20360         Log: (Retracted by #8395.)
20361              
20362              Attempt to fix the EBCDIC character range problwm with //.
20363      Branch: perl
20364            ! regcomp.c
20365 ____________________________________________________________________________
20366 [  8929] By: jhi                                   on 2001/02/25  17:23:45
20367         Log: (Retracted by #8395.)
20368              
20369              Expand the EBCDIC character range tests, and add few nasty
20370              tr tests from Karsten Sperling.
20371      Branch: perl
20372            ! t/op/pat.t t/op/tr.t
20373 ____________________________________________________________________________
20374 [  8928] By: jhi                                   on 2001/02/25  17:18:49
20375         Log: Missing check-in.
20376      Branch: perl
20377            ! lib/Pod/Find.pm
20378 ____________________________________________________________________________
20379 [  8927] By: nick                                  on 2001/02/25  11:30:22
20380         Log: Change method names in Encode implementation classes to something
20381              less confusing (preparing to "go public").
20382      Branch: perlio
20383            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
20384 ____________________________________________________________________________
20385 [  8926] By: nick                                  on 2001/02/25  10:53:24
20386         Log: GCC __atribute__ / printf fix
20387      Branch: perlio
20388            ! perl.h
20389 ____________________________________________________________________________
20390 [  8925] By: nick                                  on 2001/02/25  10:52:25
20391         Log: Checked in the wrong one ...
20392      Branch: perlio
20393            ! ext/Encode/Encode.pm
20394 ____________________________________________________________________________
20395 [  8924] By: nick                                  on 2001/02/24  18:46:51
20396         Log: Integrate mainline - to see what Jarkko has in ...
20397      Branch: perlio
20398           +> t/pod/testpods/lib/Pod/Stuff.pm
20399           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
20400 ____________________________________________________________________________
20401 [  8923] By: nick                                  on 2001/02/24  17:05:23
20402         Log: Encode API documentation nd tidy up.
20403              Minor additions to test.
20404              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
20405              Adds STRLEN to standard typemap.
20406      Branch: perlio
20407            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20408            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
20409 ____________________________________________________________________________
20410 [  8922] By: jhi                                   on 2001/02/24  16:38:12
20411         Log: Add a test for the "character range should match in EBCDIC
20412              if specified using explicit numerics" bug found by Karsten
20413              Sperling.
20414      Branch: perl
20415            ! t/op/pat.t
20416 ____________________________________________________________________________
20417 [  8921] By: jhi                                   on 2001/02/24  16:30:16
20418         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
20419              From: schwern@pobox.com
20420              Date: Fri, 23 Feb 2001 03:21:37 -0500
20421              Message-ID: <20010223032137.A26022@magnonel.guild.net>
20422              
20423              plus Charles Lane's fixes, plus tweaks.
20424      Branch: perl
20425            + t/pod/testpods/lib/Pod/Stuff.pm
20426            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
20427 ____________________________________________________________________________
20428 [  8920] By: nick                                  on 2001/02/24  10:30:11
20429         Log: Integrate mainline
20430      Branch: perlio
20431           !> (integrate 33 files)
20432 ____________________________________________________________________________
20433 [  8919] By: jhi                                   on 2001/02/24  00:23:35
20434         Log: Subject: Re: I'm losing the war...
20435              From: "Vadim Konovalov" <watman@inbox.ru>
20436              Date: Sat, 24 Feb 2001 00:10:14 +0300
20437              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
20438              
20439              hv_store() not working correctly in ENV_IS_CASELESS case.
20440      Branch: perl
20441            ! hv.c
20442 ____________________________________________________________________________
20443 [  8918] By: jhi                                   on 2001/02/24  00:20:09
20444         Log: Subject: Re: [PATCH] fix for charnames above FFFF
20445              From: andreas.koenig@anima.de (Andreas J. Koenig)
20446              Date: 23 Feb 2001 02:39:03 +0100
20447              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
20448              
20449              A further efficiency tweak.
20450      Branch: perl
20451            ! lib/charnames.pm
20452 ____________________________________________________________________________
20453 [  8917] By: jhi                                   on 2001/02/23  20:27:51
20454         Log: Integrate change #8916 from mainline,
20455              do away with USE_WIN32_RTL_ENV.
20456      Branch: maint-5.6/perl
20457           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20458 ____________________________________________________________________________
20459 [  8916] By: jhi                                   on 2001/02/23  20:02:25
20460         Log: Abolish USE_WIN32_RTL_ENV.
20461      Branch: perl
20462            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20463 ____________________________________________________________________________
20464 [  8915] By: jhi                                   on 2001/02/23  19:36:00
20465         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
20466              later protected by some #define.
20467      Branch: perl
20468            ! gv.c
20469 ____________________________________________________________________________
20470 [  8914] By: jhi                                   on 2001/02/23  19:31:38
20471         Log: Retract #8902 for now, requested by Charles Lane, the correct
20472              fix will be something else.
20473      Branch: perl
20474            ! op.c
20475 ____________________________________________________________________________
20476 [  8913] By: jhi                                   on 2001/02/23  19:11:36
20477         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
20478              From: Peter Prymmer <pvhp@forte.com>
20479              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
20480              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
20481      Branch: perl
20482            ! t/op/lex_assign.t
20483 ____________________________________________________________________________
20484 [  8912] By: jhi                                   on 2001/02/23  18:38:20
20485         Log: Subject: [patch] perlio + useithreads
20486              From: Doug MacEachern <dougm@covalent.net>
20487              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
20488              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
20489              
20490              Gets things running but not complete.
20491      Branch: perl
20492            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
20493 ____________________________________________________________________________
20494 [  8911] By: jhi                                   on 2001/02/23  04:20:02
20495         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
20496              
20497              Duplicated environment freeing, File::Temp 0.12,
20498              op/append portability (EBCDIC) tweak.
20499      Branch: maint-5.6/perl
20500           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20501           !> t/op/append.t
20502 ____________________________________________________________________________
20503 [  8910] By: jhi                                   on 2001/02/23  02:07:33
20504         Log: Integrate change #8909 from mainline, a better Borland
20505              putenv() workaround.
20506      Branch: maint-5.6/perl
20507           !> perl.c
20508 ____________________________________________________________________________
20509 [  8909] By: jhi                                   on 2001/02/23  02:05:46
20510         Log: A better workaround for Borland putenv() brokenness from Sarathy.
20511      Branch: perl
20512            ! perl.c
20513 ____________________________________________________________________________
20514 [  8908] By: jhi                                   on 2001/02/23  02:04:14
20515         Log: Subject: fix for parameter -Dm (for perl@8867)
20516              From: "Vadim Konovalov" <watman@inbox.ru>
20517              Date: Thu, 22 Feb 2001 17:30:12 +0300
20518              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
20519      Branch: perl
20520            ! perl.h
20521 ____________________________________________________________________________
20522 [  8907] By: jhi                                   on 2001/02/23  01:58:20
20523         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
20524              From: Peter Prymmer <pvhp@forte.com>
20525              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
20526              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
20527      Branch: perl
20528            ! t/op/append.t
20529 ____________________________________________________________________________
20530 [  8906] By: jhi                                   on 2001/02/23  01:48:34
20531         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
20532      Branch: perl
20533            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20534 ____________________________________________________________________________
20535 [  8905] By: jhi                                   on 2001/02/23  01:43:30
20536         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
20537              From: Peter Prymmer <pvhp@forte.com>
20538              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
20539              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
20540      Branch: perl
20541            ! t/lib/st-06compat.t
20542 ____________________________________________________________________________
20543 [  8904] By: jhi                                   on 2001/02/23  01:42:39
20544         Log: Metaconfig unit change for #8903.
20545      Branch: metaconfig/U/perl
20546            ! Devel.U
20547 ____________________________________________________________________________
20548 [  8903] By: jhi                                   on 2001/02/23  01:42:12
20549         Log: Be more helpful for devel builders, suggested by John L. Allen.
20550      Branch: perl
20551            ! Configure
20552 ____________________________________________________________________________
20553 [  8902] By: jhi                                   on 2001/02/23  01:37:41
20554         Log: (Retracted by #8914)
20555              (Wrongly, reinstated by #8941)             
20556
20557              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20558              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20559              Date:     Thu, 22 Feb 2001 09:43:57 EST
20560              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
20561      Branch: perl
20562            ! op.c
20563 ____________________________________________________________________________
20564 [  8901] By: jhi                                   on 2001/02/23  01:20:32
20565         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
20566              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20567              Date:     Thu, 22 Feb 2001 08:01:35 EST
20568              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
20569      Branch: perl
20570            ! malloc.c
20571 ____________________________________________________________________________
20572 [  8900] By: jhi                                   on 2001/02/23  01:18:02
20573         Log: Integrate changes #8898,8899 from mainline, environ handling.
20574      Branch: maint-5.6/perl
20575           !> perl.c
20576 ____________________________________________________________________________
20577 [  8899] By: jhi                                   on 2001/02/23  01:16:25
20578         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
20579              putenv() is not to be relied on, they are either broken or leaky
20580              or both.)
20581      Branch: perl
20582            ! perl.c
20583 ____________________________________________________________________________
20584 [  8898] By: jhi                                   on 2001/02/22  23:36:59
20585         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
20586              and safesysfree() must be used.
20587      Branch: perl
20588            ! perl.c
20589 ____________________________________________________________________________
20590 [  8897] By: jhi                                   on 2001/02/22  23:25:45
20591         Log: With environ one must use safesysmalloc()/safesysfree().
20592      Branch: perl
20593            ! perl.c
20594 ____________________________________________________________________________
20595 [  8896] By: jhi                                   on 2001/02/22  22:13:18
20596         Log: If we have a duplicated environment free it
20597              if PERL_DESTRUCT_LEVEL.
20598      Branch: perl
20599            ! perl.c
20600 ____________________________________________________________________________
20601 [  8895] By: alanbur                               on 2001/02/22  19:31:57
20602         Log: Synchronised with parent
20603      Branch: maint-5.6/pureperl
20604           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
20605 ____________________________________________________________________________
20606 [  8894] By: gsar                                  on 2001/02/22  19:06:18
20607         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
20608              
20609              fix memory leak in method call optimization (change#3768);
20610              made C<eval "$x->foo()"> leak
20611              
20612              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20613      Branch: maint-5.6/perl
20614           !> op.c
20615 ____________________________________________________________________________
20616 [  8893] By: jhi                                   on 2001/02/22  18:35:27
20617         Log: (Retracted by #8915.)
20618              
20619              Third Degree finding:
20620              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
20621      Branch: perl
20622            ! gv.c
20623 ____________________________________________________________________________
20624 [  8892] By: jhi                                   on 2001/02/22  14:28:32
20625         Log: Update Changes.
20626      Branch: perl
20627            ! Changes patchlevel.h
20628 ____________________________________________________________________________
20629 [  8891] By: jhi                                   on 2001/02/22  13:22:45
20630         Log: Metaconfig unit changes for #8890.
20631      Branch: metaconfig
20632            ! U/modified/Cppsym.U U/threads/archname.U
20633 ____________________________________________________________________________
20634 [  8890] By: jhi                                   on 2001/02/22  13:22:12
20635         Log: Add -stdio to the archname if no perlio selected,
20636              no -perlio added since that is now the default.
20637              
20638              Add few CPUs/architectures to the Cppsym scan.
20639      Branch: perl
20640            ! Configure config_h.SH
20641 ____________________________________________________________________________
20642 [  8889] By: jhi                                   on 2001/02/22  13:05:59
20643         Log: Metaconfig unit change for #8888.
20644      Branch: metaconfig/U/perl
20645            ! useperlio.U
20646 ____________________________________________________________________________
20647 [  8888] By: jhi                                   on 2001/02/22  13:05:28
20648         Log: *drum roll*  Make perlio the default.
20649      Branch: perl
20650            ! Configure config_h.SH
20651 ____________________________________________________________________________
20652 [  8887] By: jhi                                   on 2001/02/22  12:50:52
20653         Log: Integrate change #8665 from maintperl to mainline,
20654              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
20655      Branch: perl
20656           !> ext/POSIX/POSIX.xs
20657 ____________________________________________________________________________
20658 [  8886] By: jhi                                   on 2001/02/22  12:49:24
20659         Log: Integrate changes #8883,8884 from mainline to maintperl.
20660              
20661              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20662              Subject: Re: File::Temp::_gettemp warning
20663      Branch: maint-5.6/perl
20664           !> embed.h embed.pl lib/File/Temp.pm
20665 ____________________________________________________________________________
20666 [  8885] By: jhi                                   on 2001/02/22  12:43:59
20667         Log: Based on
20668              
20669              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
20670              From: schwab@suse.de
20671              Date: Thu, 22 Feb 2001 13:08:09 +0100
20672              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
20673              
20674              but the fix done slightly differently because the other
20675              half was already done in #8664.
20676      Branch: maint-5.6/perl
20677            ! ext/POSIX/POSIX.xs
20678 ____________________________________________________________________________
20679 [  8884] By: jhi                                   on 2001/02/22  12:37:15
20680         Log: Subject: Re: File::Temp::_gettemp warning
20681              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20682              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
20683              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
20684              
20685              This patch to File::Temp does two things:
20686              
20687              1. Fixes the problem with CGI::Carp when determining
20688              the Fcntl constants
20689              
20690              2. Removes most of the carps and consolidates them so that all the
20691              reasons are included in a single die that is caught by the test. This
20692              means that the correct skipping behaviour is displayed by the test.
20693      Branch: perl
20694            ! lib/File/Temp.pm
20695 ____________________________________________________________________________
20696 [  8883] By: jhi                                   on 2001/02/22  12:29:19
20697         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20698              From: Peter Prymmer <pvhp@forte.com>
20699              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
20700              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
20701      Branch: perl
20702            ! embed.h embed.pl
20703 ____________________________________________________________________________
20704 [  8882] By: jhi                                   on 2001/02/21  19:41:33
20705         Log: Integrate change #8881 from mainlin to maintperl.
20706              
20707              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20708      Branch: maint-5.6/perl
20709           !> op.c
20710 ____________________________________________________________________________
20711 [  8881] By: jhi                                   on 2001/02/21  19:38:57
20712         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20713              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20714              Date:     Wed, 21 Feb 2001 13:08:03 EST
20715              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
20716      Branch: perl
20717            ! op.c
20718 ____________________________________________________________________________
20719 [  8880] By: jhi                                   on 2001/02/21  19:34:34
20720         Log: Retract #8875, cannot let go of the old semantics of unpack U
20721              without rethinking utf8decode.t.
20722      Branch: perl
20723            ! pp.c t/op/pack.t
20724 ____________________________________________________________________________
20725 [  8879] By: jhi                                   on 2001/02/21  19:08:02
20726         Log: Run run/*.t also in minitest.
20727      Branch: perl
20728            ! Makefile.SH
20729 ____________________________________________________________________________
20730 [  8878] By: nick                                  on 2001/02/21  18:55:37
20731         Log: Integrate mainline
20732      Branch: perlio
20733           !> (integrate 76 files)
20734 ____________________________________________________________________________
20735 [  8877] By: jhi                                   on 2001/02/21  15:09:33
20736         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
20737      Branch: metaconfig
20738            ! U/compline/nblock_io.U
20739      Branch: perl
20740            ! Configure config_h.SH
20741 ____________________________________________________________________________
20742 [  8876] By: jhi                                   on 2001/02/21  14:54:45
20743         Log: If no sfio, no -lsfio.
20744      Branch: metaconfig/U/perl
20745            ! d_sfio.U
20746      Branch: perl
20747            ! Configure config_h.SH
20748 ____________________________________________________________________________
20749 [  8875] By: jhi                                   on 2001/02/21  14:54:00
20750         Log: Make unpack C and unpack C truly equivalent.
20751      Branch: perl
20752            ! pp.c t/op/pack.t
20753 ____________________________________________________________________________
20754 [  8874] By: jhi                                   on 2001/02/21  14:26:02
20755         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20756              From: Peter Prymmer <pvhp@forte.com>
20757              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
20758              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
20759      Branch: perl
20760            ! pod/perlport.pod
20761 ____________________________________________________________________________
20762 [  8873] By: jhi                                   on 2001/02/21  14:24:31
20763         Log: Subject: [PATCH] fix for charnames above FFFF
20764              From: andreas.koenig@anima.de (Andreas J. Koenig)
20765              Date: 21 Feb 2001 07:05:45 +0100
20766              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
20767      Branch: perl
20768            ! lib/charnames.pm t/lib/charnames.t
20769 ____________________________________________________________________________
20770 [  8872] By: jhi                                   on 2001/02/21  14:15:25
20771         Log: Integrate change #8868 from pureperl to mainline.
20772              
20773              Fixed reference count loop caused by sv_magic.
20774      Branch: perl
20775           !> sv.c
20776 ____________________________________________________________________________
20777 [  8871] By: jhi                                   on 2001/02/21  14:07:29
20778         Log: Integrate change #8868 from pureperl to maintperl.
20779              
20780              Fixed reference count loop caused by sv_magic.
20781      Branch: maint-5.6/perl
20782           !> sv.c
20783 ____________________________________________________________________________
20784 [  8870] By: jhi                                   on 2001/02/21  14:04:41
20785         Log: Put back the #8840, it was innocent.
20786      Branch: perl
20787            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20788            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20789 ____________________________________________________________________________
20790 [  8869] By: jhi                                   on 2001/02/21  14:00:03
20791         Log: unpack("C", ...) was left slightly unfinished by #8865.
20792      Branch: perl
20793            ! pp.c t/op/pack.t
20794 ____________________________________________________________________________
20795 [  8868] By: alanbur                               on 2001/02/21  01:33:45
20796         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
20797              from gv_fetchpv to create single-character magic variables (e.g. $!),
20798              and it is passed a sv and the gv that contains the sv as the mg_obj
20799              value.  When sv_magic stores the mg_obj pointer it increments the gv
20800              refcount, thus causing a sv-gv pair that can't be freed.  There is
20801              already a check for sv == obj which is used to prevent such reference
20802              loops.  This change extends the check to cover the case described above.
20803      Branch: maint-5.6/pureperl
20804            ! sv.c
20805 ____________________________________________________________________________
20806 [  8867] By: jhi                                   on 2001/02/21  00:52:39
20807         Log: Update Changes.
20808      Branch: perl
20809            ! Changes patchlevel.h
20810 ____________________________________________________________________________
20811 [  8866] By: jhi                                   on 2001/02/21  00:34:20
20812         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
20813              (Note: there were some conflicts due to EBCDIC and EPOC
20814              patches, in general I preferred the repository code.)
20815              (When 2.753 comes out, we need to synchronize.)
20816      Branch: perl
20817            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20818            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
20819            ! t/lib/cgi-html.t
20820 ____________________________________________________________________________
20821 [  8865] By: jhi                                   on 2001/02/21  00:24:22
20822         Log: Make pack("C", 0x100) to create Unicode, unless under the
20823              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
20824              will understand Unicode, unless you under know what.
20825      Branch: perl
20826            ! pp.c t/op/pack.t t/op/qu.t
20827 ____________________________________________________________________________
20828 [  8864] By: alanbur                               on 2001/02/20  22:35:34
20829         Log: Resynchronised with parent
20830      Branch: maint-5.6/pureperl
20831           !> README.win32 ext/GDBM_File/GDBM_File.pm
20832           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20833           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
20834           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
20835           !> t/lib/sdbm.t util.c
20836 ____________________________________________________________________________
20837 [  8863] By: jhi                                   on 2001/02/20  20:55:11
20838         Log: Integrate change #8860,8861 from mainline into maintperl.
20839              
20840              "pseudo-literal j"
20841              
20842              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20843      Branch: maint-5.6/perl
20844           !> lib/Test.pm pod/perlop.pod
20845 ____________________________________________________________________________
20846 [  8862] By: jhi                                   on 2001/02/20  20:30:07
20847         Log: Don't do casting between pointers pointing to differently sized
20848              integers.
20849      Branch: perl
20850            ! hv.c sv.c
20851 ____________________________________________________________________________
20852 [  8861] By: jhi                                   on 2001/02/20  19:53:44
20853         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20854              From: Peter Prymmer <pvhp@forte.com>
20855              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
20856              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
20857      Branch: perl
20858            ! lib/Test.pm
20859 ____________________________________________________________________________
20860 [  8860] By: jhi                                   on 2001/02/20  19:48:02
20861         Log: "pseudo-literal j", a documentation glitch reported to Debian.
20862              The text recovered from Perl 5.005_03, and pseudo-literal replaced
20863              by "backtick string".
20864      Branch: perl
20865            ! pod/perlop.pod
20866 ____________________________________________________________________________
20867 [  8859] By: jhi                                   on 2001/02/20  19:15:46
20868         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
20869              from Chris Nandor.
20870      Branch: perl
20871            ! makedef.pl
20872 ____________________________________________________________________________
20873 [  8858] By: jhi                                   on 2001/02/20  17:36:53
20874         Log: Integrate pureperl changes #8844,8845,8850 to mainline
20875              (via maintperl #8855).
20876              
20877              Fixed %^H scoping bug
20878              
20879              Removed GV <-> CV refcount loop
20880              
20881              Removed %ENV refcount loop
20882      Branch: perl
20883           !> gv.c op.c perl.c pp.c scope.c
20884 ____________________________________________________________________________
20885 [  8857] By: jhi                                   on 2001/02/20  17:34:32
20886         Log: Integrate changes #8853,8854 from maintperl to mainline.
20887              
20888              EBDIC fixes, README.win32 Borland update.
20889      Branch: perl
20890           !> README.win32 handy.h util.c
20891 ____________________________________________________________________________
20892 [  8856] By: jhi                                   on 2001/02/20  17:33:16
20893         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
20894      Branch: maint-5.6/perl
20895           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20896           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20897           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20898 ____________________________________________________________________________
20899 [  8855] By: jhi                                   on 2001/02/20  17:32:13
20900         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
20901              
20902              Fixed %^H scoping bug
20903              
20904              Removed GV <-> CV refcount loop
20905              
20906              Removed %ENV refcount loop
20907      Branch: maint-5.6/perl
20908           !> gv.c op.c perl.c pp.c scope.c
20909 ____________________________________________________________________________
20910 [  8854] By: jhi                                   on 2001/02/20  17:25:06
20911         Log: Subject: Addition to readme.win32 for Borland C++ compilers
20912              Date: Tue, 20 Feb 2001 02:15:25 +0300
20913              From: "Vadim Konovalov" <watman@inbox.ru>
20914              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
20915              
20916              Document Borland compiler misbehaviour.
20917      Branch: maint-5.6/perl
20918            ! README.win32
20919 ____________________________________________________________________________
20920 [  8853] By: jhi                                   on 2001/02/20  17:22:25
20921         Log: The assimilation of ebcdic.c didn't quite work at the first try,
20922              patches from Thomas Dorner.
20923      Branch: maint-5.6/perl
20924            ! handy.h util.c
20925 ____________________________________________________________________________
20926 [  8852] By: jhi                                   on 2001/02/20  17:20:15
20927         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
20928              From: Chris Nandor <pudge@pobox.com>
20929              Date: Tue, 20 Feb 2001 08:32:45 -0500
20930              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
20931      Branch: maint-5.6/perl
20932            ! makedef.pl mg.c
20933 ____________________________________________________________________________
20934 [  8851] By: jhi                                   on 2001/02/20  17:15:52
20935         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
20936      Branch: perl
20937            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
20938            ! t/lib/filter-util.t
20939 ____________________________________________________________________________
20940 [  8850] By: alanbur                               on 2001/02/20  17:12:40
20941         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
20942              and the magic pointer points back to the GV that contains the
20943              %ENV hash.  This creates a refcount loop that prevents members
20944              of %ENV from being freed correctly.  This change removes the
20945              refcount loop - the magic pointer was never used anyway, the
20946              only use of the magic was to check the type ('E') so that the
20947              appropriate environment manipulation code is called when %ENV
20948              is modified.
20949      Branch: maint-5.6/pureperl
20950            ! perl.c
20951 ____________________________________________________________________________
20952 [  8849] By: jhi                                   on 2001/02/20  17:12:20
20953         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20954              From: "Craig A. Berry" <craigberry@mac.com>
20955              Date: Mon, 19 Feb 2001 23:36:12 -0600
20956              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
20957              
20958              Case-forgiving systems match TestInit.pm with TES*.
20959      Branch: perl
20960            ! t/lib/glob-basic.t
20961 ____________________________________________________________________________
20962 [  8848] By: jhi                                   on 2001/02/20  17:10:02
20963         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
20964      Branch: perl
20965            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20966            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20967            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20968 ____________________________________________________________________________
20969 [  8847] By: jhi                                   on 2001/02/20  15:34:41
20970         Log: The #8843 wasn't quite right: %Config needs to imported.
20971      Branch: perl
20972            ! t/run/runenv.t
20973 ____________________________________________________________________________
20974 [  8846] By: jhi                                   on 2001/02/20  15:31:50
20975         Log: Retract the #8838 and #8840 for now because of
20976              the DB_File tie problem.
20977      Branch: perl
20978            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
20979            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
20980            ! proto.h sv.c
20981 ____________________________________________________________________________
20982 [  8845] By: alanbur                               on 2001/02/20  14:25:41
20983         Log: Removed GV <-> CV refcount loop
20984              CvGV(mycv) points to the parent GV of the CV, and was previously
20985              refcounted.  The pointer remains, but the refcounting has been removed
20986              as it causes a refcount loop between the CV and GV that means the CV
20987              can't ever be deleted.
20988      Branch: maint-5.6/pureperl
20989            ! gv.c op.c pp.c
20990 ____________________________________________________________________________
20991 [  8844] By: alanbur                               on 2001/02/20  14:23:13
20992         Log: Fixed %^H scoping bug
20993      Branch: maint-5.6/pureperl
20994            ! scope.c
20995 ____________________________________________________________________________
20996 [  8843] By: jhi                                   on 2001/02/19  13:38:08
20997         Log: fork() not everywhere, cleanup temp files.
20998      Branch: perl
20999            ! t/run/runenv.t
21000 ____________________________________________________________________________
21001 [  8842] By: alanbur                               on 2001/02/19  12:42:07
21002         Log: Resynchronised with parent
21003      Branch: maint-5.6/pureperl
21004           !> pod/perlfaq4.pod sv.c utf8.c
21005 ____________________________________________________________________________
21006 [  8841] By: jhi                                   on 2001/02/19  03:35:51
21007         Log: Update Changes.
21008      Branch: perl
21009            ! Changes patchlevel.h
21010 ____________________________________________________________________________
21011 [  8840] By: jhi                                   on 2001/02/19  00:23:41
21012         Log: Subject: [patch] add sv_setref_uv
21013              From: Doug MacEachern <dougm@covalent.net>
21014              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
21015              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
21016      Branch: perl
21017            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21018            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
21019 ____________________________________________________________________________
21020 [  8839] By: jhi                                   on 2001/02/19  00:01:38
21021         Log: Put to rest the 20010205.001, the email address checking (not) regex.
21022      Branch: perl
21023            ! pod/perlfaq9.pod
21024 ____________________________________________________________________________
21025 [  8838] By: jhi                                   on 2001/02/18  22:17:54
21026         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
21027              From: Doug MacEachern <dougm@covalent.net>
21028              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
21029              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
21030      Branch: perl
21031            ! lib/ExtUtils/xsubpp
21032 ____________________________________________________________________________
21033 [  8837] By: jhi                                   on 2001/02/18  22:16:50
21034         Log: Subject: [patch] -Wall cleanup round 2
21035              From: Doug MacEachern <dougm@covalent.net>
21036              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
21037              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
21038      Branch: perl
21039            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
21040            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
21041            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
21042            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
21043            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
21044            ! ext/SDBM_File/SDBM_File.xs
21045 ____________________________________________________________________________
21046 [  8836] By: jhi                                   on 2001/02/18  22:11:20
21047         Log: Misapplied regex optimizations when \C is present.
21048              Fixes 20001230.002.
21049              
21050              What still remains broken is that the submatches that
21051              have \C in them get their UTF8 flag on because their
21052              parent SV has it on.  This will result in malformed
21053              UTF8 if a \C happened to match a non-ASCII byte.
21054      Branch: perl
21055            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
21056            ! t/pragma/utf8.t
21057 ____________________________________________________________________________
21058 [  8835] By: jhi                                   on 2001/02/18  20:12:02
21059         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
21060              
21061              The hash key got wrongly UTF8fied.
21062      Branch: perl
21063            ! pod/perlapi.pod toke.c utf8.c
21064 ____________________________________________________________________________
21065 [  8834] By: jhi                                   on 2001/02/18  19:44:25
21066         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
21067              don't warn on magical or overloaded things.
21068      Branch: perl
21069            ! pp_hot.c
21070 ____________________________________________________________________________
21071 [  8833] By: nick                                  on 2001/02/18  19:31:22
21072         Log: Integrate mainline
21073      Branch: perlio
21074           +> t/TestInit.pm t/run/runenv.t
21075            - t/UTEST
21076           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
21077           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
21078           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
21079           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
21080           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21081           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
21082           !> utf8.c
21083 ____________________________________________________________________________
21084 [  8832] By: jhi                                   on 2001/02/18  19:21:18
21085         Log: Integrate perlio.
21086      Branch: perl
21087           !> perlio.c pod/perldiag.pod
21088 ____________________________________________________________________________
21089 [  8831] By: jhi                                   on 2001/02/18  19:14:20
21090         Log: Integrate change #8827 from mainline.
21091              
21092              UTF8 tweaks.
21093      Branch: maint-5.6/perl
21094           !> sv.c utf8.c
21095 ____________________________________________________________________________
21096 [  8830] By: nick                                  on 2001/02/18  19:10:34
21097         Log: Apply the spirit of patch from Nick Clark:
21098              Subject: [PATCH] Re: extensions that provide layers
21099              From: Nicholas Clark <nick@ccl4.org>
21100              Date: Mon, 12 Feb 2001 16:43:51 +0000
21101              Message-Id: <20010212164350.Q3652@plum.flirble.org>
21102      Branch: perlio
21103            ! perlio.c pod/perldiag.pod
21104 ____________________________________________________________________________
21105 [  8829] By: jhi                                   on 2001/02/18  19:03:25
21106         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
21107              From: schwern@pobox.com 
21108              Date: Sun, 18 Feb 2001 13:44:35 -0500
21109              Message-ID: <20010218134435.A17544@magnonel.guild.net>
21110              
21111              Applied, but as t/TestInit.pm.
21112      Branch: perl
21113            + t/TestInit.pm
21114            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
21115            ! t/op/subst_wamp.t
21116 ____________________________________________________________________________
21117 [  8828] By: jhi                                   on 2001/02/18  18:43:52
21118         Log: Integrate perlio.
21119      Branch: perl
21120           !> perlio.c
21121 ____________________________________________________________________________
21122 [  8827] By: jhi                                   on 2001/02/18  18:41:33
21123         Log: UTF-8 tweaks.
21124      Branch: perl
21125            ! sv.c utf8.c
21126 ____________________________________________________________________________
21127 [  8826] By: nick                                  on 2001/02/18  17:40:59
21128         Log: Fix [ID 20010217.002]
21129              open FOO, "<:raw:perlio", ...
21130              :raw now inserts default base layer below itself.
21131              Also
21132              open FOO, "<:unix", ...
21133              works as well - but leaves buffer layer on stack under the unix layer.
21134      Branch: perlio
21135            ! perlio.c
21136 ____________________________________________________________________________
21137 [  8825] By: jhi                                   on 2001/02/18  17:15:39
21138         Log: Integrate perlio.
21139      Branch: perl
21140           !> perlio.c perliol.h
21141 ____________________________________________________________________________
21142 [  8824] By: jhi                                   on 2001/02/18  17:10:53
21143         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
21144              From: schwern@pobox.com
21145              Date: Sun, 18 Feb 2001 01:48:50 -0500
21146              Message-ID: <20010218014850.C19957@magnonel.guild.net>
21147      Branch: perl
21148            ! lib/Test/Harness.pm t/TEST t/op/chop.t
21149 ____________________________________________________________________________
21150 [  8823] By: jhi                                   on 2001/02/18  17:01:06
21151         Log: Add run/*.t to testables.
21152      Branch: perl
21153            ! t/TEST
21154 ____________________________________________________________________________
21155 [  8822] By: jhi                                   on 2001/02/18  16:58:58
21156         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21157              From: schwern@pobox.com
21158              Date: Sun, 18 Feb 2001 01:11:35 -0500
21159              Message-ID: <20010218011135.A19957@magnonel.guild.net>
21160              
21161              Revive mjd's and Simon's PERL5OPT fix.
21162      Branch: perl
21163            + t/run/runenv.t
21164            ! MANIFEST perl.c
21165 ____________________________________________________________________________
21166 [  8821] By: jhi                                   on 2001/02/18  16:53:46
21167         Log: Subject: Re: Why t/TEST and not Test::Harness?
21168              From: schwern@pobox.com
21169              Date: Sat, 17 Feb 2001 22:44:44 -0500
21170              Message-ID: <20010217224444.A6679@magnonel.guild.net>
21171              
21172              Replace UTEST with TEST -utf8.
21173      Branch: perl
21174            - t/UTEST
21175            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
21176            ! t/lib/glob-basic.t
21177 ____________________________________________________________________________
21178 [  8820] By: nick                                  on 2001/02/18  13:06:16
21179         Log: Clean up a few core dumps when layers are used in unexpected ways.
21180              (Still not "right"...)
21181      Branch: perlio
21182            ! perlio.c perliol.h
21183 ____________________________________________________________________________
21184 [  8819] By: jhi                                   on 2001/02/18  02:25:55
21185         Log: Integrate change #8818 from maintperl, a FAQ nit.
21186      Branch: perl
21187           !> pod/perlfaq4.pod
21188 ____________________________________________________________________________
21189 [  8818] By: jhi                                   on 2001/02/18  02:24:50
21190         Log: FAQ nit from Chris Fedde.
21191      Branch: maint-5.6/perl
21192            ! pod/perlfaq4.pod
21193 ____________________________________________________________________________
21194 [  8817] By: nick                                  on 2001/02/17  18:20:14
21195         Log: Integrate mainline
21196      Branch: perlio
21197           +> lib/unicode/UCD.html lib/unicode/Unicode.html
21198           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21199           +> pod/perlclib.pod
21200            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21201            - lib/unicode/Unicode.301
21202           !> (integrate 324 files)
21203 ____________________________________________________________________________
21204 [  8816] By: jhi                                   on 2001/02/17  16:56:58
21205         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
21206      Branch: perl
21207            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21208            ! ext/Storable/Storable.xs t/lib/st-06compat.t
21209            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21210 ____________________________________________________________________________
21211 [  8815] By: jhi                                   on 2001/02/17  16:40:07
21212         Log: Subject: [patch] -Wall
21213              From: Doug MacEachern <dougm@covalent.net>
21214              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
21215              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
21216      Branch: perl
21217            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
21218            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
21219 ____________________________________________________________________________
21220 [  8814] By: jhi                                   on 2001/02/16  19:27:18
21221         Log: Document qu better.
21222      Branch: perl
21223            ! pod/perlop.pod
21224 ____________________________________________________________________________
21225 [  8813] By: jhi                                   on 2001/02/15  13:54:37
21226         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
21227              From: Hugo <hv@crypt.compulink.co.uk>
21228              Date: Thu, 15 Feb 2001 13:39:49 +0000
21229              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
21230      Branch: perl
21231            ! toke.c
21232 ____________________________________________________________________________
21233 [  8812] By: alanbur                               on 2001/02/15  13:52:16
21234         Log: Resynchronised with parent
21235      Branch: maint-5.6/pureperl
21236            - ebcdic.c
21237           !> (integrate 36 files)
21238 ____________________________________________________________________________
21239 [  8811] By: jhi                                   on 2001/02/15  13:51:16
21240         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
21241              
21242              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
21243              From: Jan Dubois <JanD@ActiveState.com>
21244              Date: Wed, 31 Jan 2001 21:17:03 -0800
21245              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
21246              
21247              tweak change#8659 to keep it simple
21248              
21249              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21250              From: Russ Allbery <rra@stanford.edu>
21251              Date: 14 Feb 2001 10:15:41 -0800
21252              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21253              
21254              (8809 empty)
21255
21256              Upgrade to podlators 1.08, from Russ Allbery.
21257      Branch: perl
21258           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
21259           !> utils/perldoc.PL
21260 ____________________________________________________________________________
21261 [  8810] By: jhi                                   on 2001/02/15  13:35:08
21262         Log: Upgrade to podlators 1.08, from Russ Allbery.
21263      Branch: maint-5.6/perl
21264            ! lib/Pod/Man.pm lib/Pod/Text.pm
21265 ____________________________________________________________________________
21266 [  8809] By: jhi                                   on 2001/02/15  13:26:38
21267         Log: (accidentally empty check-in)
21268      Branch: maint-5.6/perl
21269            ! lib/Test/Harness.pm
21270 ____________________________________________________________________________
21271 [  8808] By: jhi                                   on 2001/02/15  13:23:47
21272         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21273              From: Russ Allbery <rra@stanford.edu>
21274              Date: 14 Feb 2001 10:15:41 -0800
21275              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21276              
21277              perldoc was hardcoding $Config{installscript}, which breaks
21278              when install* isn't where Perl ends up (such as with AFS).
21279              
21280              Use $Config{scriptdir} instead.
21281      Branch: maint-5.6/perl
21282            ! utils/perldoc.PL
21283 ____________________________________________________________________________
21284 [  8807] By: jhi                                   on 2001/02/14  14:37:27
21285         Log: Update Changes.
21286      Branch: perl
21287            ! Changes patchlevel.h
21288 ____________________________________________________________________________
21289 [  8806] By: jhi                                   on 2001/02/14  14:25:31
21290         Log: Integrate changes #8803,8804,8805 from mainline.
21291              
21292              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21293              
21294              Don't skip too much of the locale error message if no environ array,
21295              from Chris Nandor.
21296              
21297              More MacOS Classic fixes from Chris Nandor.
21298      Branch: maint-5.6/perl
21299           !> doop.c lib/Cwd.pm perl.c perl.h util.c
21300 ____________________________________________________________________________
21301 [  8805] By: jhi                                   on 2001/02/14  03:29:01
21302         Log: More MacOS Classic fixes from Chris Nandor.
21303      Branch: perl
21304            ! doop.c lib/Cwd.pm
21305 ____________________________________________________________________________
21306 [  8804] By: jhi                                   on 2001/02/14  03:18:35
21307         Log: Don't skip too much of the locale error message if no environ array,
21308              from Chris Nandor.
21309      Branch: perl
21310            ! util.c
21311 ____________________________________________________________________________
21312 [  8803] By: jhi                                   on 2001/02/14  03:14:14
21313         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21314      Branch: perl
21315            ! perl.c perl.h
21316 ____________________________________________________________________________
21317 [  8802] By: jhi                                   on 2001/02/13  18:31:33
21318         Log: AUTHORS update.
21319      Branch: perl
21320            ! AUTHORS
21321 ____________________________________________________________________________
21322 [  8801] By: jhi                                   on 2001/02/13  17:55:19
21323         Log: Integrate change #8792 from mainline.
21324              
21325              Subject: buncha MacPerl patches for bleadperl
21326              From: Chris Nandor <pudge@pobox.com>
21327              Date: Tue, 13 Feb 2001 00:02:43 -0500
21328              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21329      Branch: maint-5.6/perl
21330           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21331           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21332           !> t/lib/basename.t toke.c util.h
21333 ____________________________________________________________________________
21334 [  8800] By: jhi                                   on 2001/02/13  17:46:43
21335         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
21336              to be forced to Off_t.
21337              
21338              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
21339              From: nick@ccl4.org
21340              Date: Thu, 1 Feb 2001 12:01:04 +0000
21341              Message-Id: <20010201120103.E11401@plum.flirble.org>
21342      Branch: maint-5.6/perl
21343            ! iperlsys.h perlio.c
21344 ____________________________________________________________________________
21345 [  8799] By: jhi                                   on 2001/02/13  16:52:51
21346         Log: Duplex duplex hunk hunk.
21347      Branch: maint-5.6/perl
21348            ! Makefile.SH
21349 ____________________________________________________________________________
21350 [  8797] By: jhi                                   on 2001/02/13  14:52:04
21351         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
21352              From: "Craig A. Berry" <craigberry@mac.com>
21353              Date: Mon, 12 Feb 2001 11:05:25 -0600
21354              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
21355      Branch: perl
21356            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
21357 ____________________________________________________________________________
21358 [  8796] By: jhi                                   on 2001/02/13  14:36:47
21359         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21360              From: simon.cozens@pembroke.oxford.ac.uk 
21361              Date: Sat, 10 Feb 2001 17:57:02 +0000
21362              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
21363              
21364              Now it does include.
21365      Branch: perl
21366            ! pod/perldiag.pod
21367 ____________________________________________________________________________
21368 [  8795] By: jhi                                   on 2001/02/13  14:30:11
21369         Log: Sort the MANIFEST.
21370      Branch: perl
21371            ! MANIFEST
21372 ____________________________________________________________________________
21373 [  8794] By: jhi                                   on 2001/02/13  14:26:51
21374         Log: Integrate change #8793 from mainline, FAQ updates.
21375      Branch: maint-5.6/perl
21376           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21377 ____________________________________________________________________________
21378 [  8793] By: jhi                                   on 2001/02/13  14:25:13
21379         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
21380      Branch: perl
21381            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21382 ____________________________________________________________________________
21383 [  8792] By: jhi                                   on 2001/02/13  14:22:50
21384         Log: Subject: buncha MacPerl patches for bleadperl
21385              From: Chris Nandor <pudge@pobox.com>
21386              Date: Tue, 13 Feb 2001 00:02:43 -0500
21387              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21388      Branch: perl
21389            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21390            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21391            ! t/lib/basename.t toke.c util.h
21392 ____________________________________________________________________________
21393 [  8791] By: jhi                                   on 2001/02/13  14:10:39
21394         Log: Integrate change #8790 from mainline.
21395              
21396              environ array wrongly assumed in Perl_init_i18nl10n(),
21397      Branch: maint-5.6/perl
21398           !> util.c
21399 ____________________________________________________________________________
21400 [  8790] By: jhi                                   on 2001/02/13  14:06:15
21401         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
21402              noticed by Chris Nandor in MacOS Classic.
21403      Branch: perl
21404            ! util.c
21405 ____________________________________________________________________________
21406 [  8789] By: jhi                                   on 2001/02/13  13:58:07
21407         Log: Integrate changes #8373,8487,8544,8783 from mainline.
21408              
21409              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
21410              hints files, the dynaloading, assimilate ebcdic into util.c.
21411      Branch: maint-5.6/perl
21412            - ebcdic.c
21413            ! MANIFEST hints/posix-bc.sh
21414           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
21415           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
21416           !> perlapi.c proto.h util.c
21417 ____________________________________________________________________________
21418 [  8788] By: alanbur                               on 2001/02/13  10:33:13
21419         Log: Integrated changes from maint-5.6
21420      Branch: maint-5.6/pureperl
21421           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
21422           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
21423           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21424           !> vos/config.ga.h vos/configure_perl.cm
21425 ____________________________________________________________________________
21426 [  8787] By: jhi                                   on 2001/02/13  05:56:36
21427         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
21428      Branch: perl
21429           !> Makefile.SH
21430 ____________________________________________________________________________
21431 [  8786] By: jhi                                   on 2001/02/13  05:54:34
21432         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
21433              From: Dorner Thomas <Thomas.Dorner@start.de>
21434              Date: Mon, 12 Feb 2001 15:06:26 +0100
21435              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
21436      Branch: maint-5.6/perl
21437            ! Makefile.SH
21438 ____________________________________________________________________________
21439 [  8785] By: jhi                                   on 2001/02/13  05:29:04
21440         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
21441      Branch: perl
21442           !> hints/openbsd.sh
21443 ____________________________________________________________________________
21444 [  8784] By: jhi                                   on 2001/02/13  02:25:24
21445         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21446              From: Peter Prymmer <pvhp@forte.com>
21447              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
21448              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
21449      Branch: perl
21450            ! pod/perlclib.pod
21451 ____________________________________________________________________________
21452 [  8783] By: jhi                                   on 2001/02/13  02:22:36
21453         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
21454      Branch: perl
21455            - ebcdic.c
21456            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
21457            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
21458            ! util.c
21459 ____________________________________________________________________________
21460 [  8782] By: jhi                                   on 2001/02/13  02:00:07
21461         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
21462      Branch: maint-5.6/perl
21463            ! pod/perlport.pod
21464 ____________________________________________________________________________
21465 [  8781] By: jhi                                   on 2001/02/13  01:58:44
21466         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
21467      Branch: maint-5.6/perl
21468            ! hints/openbsd.sh
21469 ____________________________________________________________________________
21470 [  8780] By: jhi                                   on 2001/02/13  01:57:33
21471         Log: Synchronize the regexp tests between maintperl and mainline.
21472      Branch: maint-5.6/perl
21473           !> t/op/re_tests
21474 ____________________________________________________________________________
21475 [  8779] By: jhi                                   on 2001/02/13  01:49:35
21476         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
21477              From: Hugo <hv@crypt.compulink.co.uk>
21478              Date: Tue, 13 Feb 2001 00:11:11 +0000
21479              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21480      Branch: perl
21481            ! regcomp.c t/op/re_tests
21482 ____________________________________________________________________________
21483 [  8778] By: jhi                                   on 2001/02/13  00:23:10
21484         Log: Comments do not nest.
21485      Branch: perl
21486            ! perl.h
21487 ____________________________________________________________________________
21488 [  8777] By: jhi                                   on 2001/02/13  00:17:54
21489         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
21490              From: Hugo <hv@crypt.compulink.co.uk>
21491              Date: Tue, 13 Feb 2001 00:11:11 +0000
21492              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21493      Branch: maint-5.6/perl
21494            ! regcomp.c t/op/re_tests
21495 ____________________________________________________________________________
21496 [  8776] By: jhi                                   on 2001/02/12  23:25:52
21497         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
21498      Branch: maint-5.6/perl
21499            ! pod/perlport.pod
21500 ____________________________________________________________________________
21501 [  8775] By: jhi                                   on 2001/02/12  23:04:28
21502         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
21503      Branch: maint-5.6/perl
21504            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21505            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21506            ! vos/configure_perl.cm
21507 ____________________________________________________________________________
21508 [  8774] By: jhi                                   on 2001/02/12  22:59:11
21509         Log: Subject: Re: [patch] context for 'U' magic functions
21510              From: Doug MacEachern <dougm@covalent.net>
21511              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
21512              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
21513              
21514              plus the suggestion by Nick Ing-Simmons to name the macro
21515              as PERL_MG_UFUNC to avoid namespace pollution, plus add
21516              the advice by Doug for XS writers to perl.h
21517      Branch: perl
21518            ! mg.c perl.h
21519 ____________________________________________________________________________
21520 [  8773] By: jhi                                   on 2001/02/11  20:14:12
21521         Log: Update Changes.
21522      Branch: perl
21523            ! Changes patchlevel.h
21524 ____________________________________________________________________________
21525 [  8772] By: jhi                                   on 2001/02/11  18:47:52
21526         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21527              From: Simon Cozens <simon@cozens.net>
21528              Date: Wed, 31 Jan 2001 16:31:43 +0000
21529              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
21530      Branch: perl
21531            + pod/perlclib.pod
21532            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
21533            ! pod/perltoc.pod
21534 ____________________________________________________________________________
21535 [  8771] By: jhi                                   on 2001/02/11  18:36:48
21536         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
21537              
21538              Blocks-4d3.beta.txt
21539              CaseFolding-3d4.beta.txt
21540              CompositionExclusions-3d6.beta.txt
21541              EastAsianWidth-4d4.beta.txt
21542              LineBreak-6d3.beta.txt
21543              NamesList-3.1.0d1.beta.txt
21544              PropList-3.1.0d4.beta.txt
21545              SpecialCasing-4d1.beta.txt
21546              UnicodeData-3.1.0d6.beta.txt
21547      Branch: perl
21548            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21549           +> lib/unicode/UCD.html lib/unicode/Unicode.html
21550            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21551            - lib/unicode/Unicode.301
21552            ! (edit 257 files)
21553 ____________________________________________________________________________
21554 [  8770] By: jhi                                   on 2001/02/11  17:26:22
21555         Log: UTF-8 documentation.
21556      Branch: perl
21557            ! utf8.h
21558 ____________________________________________________________________________
21559 [  8769] By: jhi                                   on 2001/02/11  17:12:49
21560         Log: Retract #8762.
21561      Branch: perl
21562            ! regexec.c
21563 ____________________________________________________________________________
21564 [  8768] By: jhi                                   on 2001/02/11  16:54:45
21565         Log: Subject: [PATCH] Test::Harness
21566              From: andreas.koenig@anima.de (Andreas J. Koenig)
21567              Date: 11 Feb 2001 14:37:00 +0100
21568              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
21569      Branch: perl
21570            ! lib/Test/Harness.pm
21571 ____________________________________________________________________________
21572 [  8767] By: jhi                                   on 2001/02/11  16:53:52
21573         Log: Subject: [PATCH] Document makepatch in Porting/patching
21574              From: andreas.koenig@anima.de (Andreas J. Koenig)
21575              Date: 11 Feb 2001 16:46:28 +0100
21576              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
21577      Branch: perl
21578            ! Porting/patching.pod
21579 ____________________________________________________________________________
21580 [  8766] By: jhi                                   on 2001/02/11  06:30:23
21581         Log: Subject: Re: [patch] GvSHARED
21582              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
21583              From: Doug MacEachern <dougm@covalent.net>
21584              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
21585              
21586              Subject: Re: [patch] GvSHARED
21587              From: Doug MacEachern <dougm@covalent.net>
21588              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
21589              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
21590              
21591              Subject: [patch] attributes.pm support for `shared'
21592              From: Doug MacEachern <dougm@covalent.net>
21593              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
21594              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
21595              
21596              our() attributes were ignored, our :shared pieces missing,
21597              allow attributes.pm to turn on shared.
21598      Branch: perl
21599            ! op.c t/op/attrs.t toke.c xsutils.c
21600 ____________________________________________________________________________
21601 [  8765] By: alanbur                               on 2001/02/10  23:11:19
21602         Log: Resync with parent (hopefully sucessfully this time)
21603      Branch: maint-5.6/pureperl
21604           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
21605           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21606           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21607           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21608           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21609           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21610           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21611 ____________________________________________________________________________
21612 [  8764] By: jhi                                   on 2001/02/10  22:54:38
21613         Log: Make TEST and UTEST more verbose in case something goes
21614              wrong in running/compiling a script, suggested by Doug
21615              MacEachern.
21616      Branch: perl
21617            ! t/TEST t/UTEST
21618 ____________________________________________________________________________
21619 [  8763] By: jhi                                   on 2001/02/10  22:11:34
21620         Log: Bogus shebang.
21621      Branch: perl
21622            ! t/lib/texttabs.t
21623 ____________________________________________________________________________
21624 [  8762] By: jhi                                   on 2001/02/10  21:56:02
21625         Log: (Retracted by #8769)
21626      Branch: perl
21627            ! regexec.c
21628 ____________________________________________________________________________
21629 [  8761] By: jhi                                   on 2001/02/10  21:26:15
21630         Log: Subject: Re: [patch] GvSHARED 
21631              From: Doug MacEachern <dougm@covalent.net>
21632              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
21633              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
21634              
21635              our @EXPORT : shared = (...);
21636      Branch: perl
21637            ! toke.c
21638 ____________________________________________________________________________
21639 [  8760] By: jhi                                   on 2001/02/10  21:25:07
21640         Log: Subject: [patch] GvSHARED
21641              From: Doug MacEachern <dougm@covalent.net>
21642              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
21643              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
21644      Branch: perl
21645            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
21646 ____________________________________________________________________________
21647 [  8759] By: alanbur                               on 2001/02/10  21:24:27
21648         Log: Backed out mismerge.
21649      Branch: maint-5.6/pureperl
21650            ! MANIFEST README.hpux README.vmesa gv.c installhtml
21651            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
21652            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21653            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21654            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21655            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21656            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
21657 ____________________________________________________________________________
21658 [  8758] By: jhi                                   on 2001/02/10  18:01:17
21659         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
21660              
21661              Fixed UMRs and leak in Perl_pmtrans()
21662              
21663              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21664              associated UTFied tr/// code.  Also fixed scoping leak of
21665              PL_reg_start_tmp.
21666              
21667              newATTRSUB leaks when an attempt to redefine the active sort sub is
21668              made.
21669      Branch: maint-5.6/perl
21670           !> op.c regcomp.c
21671 ____________________________________________________________________________
21672 [  8757] By: alanbur                               on 2001/02/10  17:56:46
21673         Log: Resynchronised with parent
21674      Branch: maint-5.6/pureperl
21675           +> README.bs2000
21676            - README.posix-bc
21677            ! gv.c perl.c sv.c
21678           !> MANIFEST README.hpux README.vmesa installhtml
21679           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21680           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21681           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21682           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21683           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21684           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21685 ____________________________________________________________________________
21686 [  8756] By: alanbur                               on 2001/02/10  17:51:15
21687         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
21688              made.
21689      Branch: maint-5.6/pureperl
21690            ! op.c
21691 ____________________________________________________________________________
21692 [  8755] By: jhi                                   on 2001/02/09  22:41:35
21693         Log: Upgrade to CPAN 1.59_54, from Andreas König.
21694      Branch: perl
21695            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21696 ____________________________________________________________________________
21697 [  8754] By: jhi                                   on 2001/02/09  22:29:20
21698         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21699              
21700              Didn't upgrade the fill.t since it has a dependency to File::Slurp
21701              purely for debugging purposes, the actual test hasn't changed.
21702      Branch: perl
21703            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
21704            ! t/lib/textwrap.t
21705 ____________________________________________________________________________
21706 [  8753] By: jhi                                   on 2001/02/09  20:17:50
21707         Log: Integrate change #8682 from maintperl.
21708              
21709              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
21710              to work correctly.
21711      Branch: perl
21712           !> hints/irix_6.sh
21713 ____________________________________________________________________________
21714 [  8752] By: jhi                                   on 2001/02/09  20:00:46
21715         Log: Update Changes.
21716      Branch: perl
21717            ! Changes patchlevel.h
21718 ____________________________________________________________________________
21719 [  8751] By: nick                                  on 2001/02/09  19:48:37
21720         Log: Integrate mainline
21721      Branch: perlio
21722           +> README.bs2000 t/lib/cgi-esc.t
21723            - README.posix-bc
21724           !> (integrate 53 files)
21725 ____________________________________________________________________________
21726 [  8750] By: nick                                  on 2001/02/09  19:25:16
21727         Log: Subject: RE: Biannual Competition to Improve Hashing Function
21728              From: Fisher Mark <fisherm@tce.com>
21729              Date: Thu, 8 Feb 2001 10:44:00 -0500
21730              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
21731              Date: Thu, 8 Feb 2001 15:02:47 -0500
21732              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
21733      Branch: perl
21734            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
21735 ____________________________________________________________________________
21736 [  8749] By: jhi                                   on 2001/02/09  19:02:35
21737         Log: Forgotten fragment.
21738      Branch: perl
21739            ! pod/perlapi.pod
21740 ____________________________________________________________________________
21741 [  8748] By: jhi                                   on 2001/02/09  18:31:34
21742         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
21743              plus manual tweakage.
21744              
21745              Sync the perlfaq2 between mainline and maintperl.
21746      Branch: maint-5.6/perl
21747            ! pod/perlfaq2.pod
21748      Branch: perl
21749           !> pod/perlfaq2.pod
21750 ____________________________________________________________________________
21751 [  8747] By: jhi                                   on 2001/02/09  18:12:04
21752         Log: Subject: versiononly and installperl
21753              From: abigail@foad.org
21754              Date: Wed, 7 Feb 2001 22:43:12 +0100
21755              Message-ID: <20010207214312.7045.qmail@foad.org>    
21756              
21757              Add +v flag to force a normal install of the perl binary
21758              and the utilities.
21759              
21760              Subject: [PATCH] installperl
21761              From: Nicholas Clark <nick@ccl4.org>
21762              Date: Fri, 9 Feb 2001 16:28:57 +0000
21763              Message-ID: <20010209162857.B10931@plum.flirble.org>
21764              
21765              Add -A flag which also hardlinks the binary with
21766              the full architecture name.
21767      Branch: perl
21768            ! installperl
21769 ____________________________________________________________________________
21770 [  8746] By: jhi                                   on 2001/02/09  18:03:43
21771         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
21772              
21773              Subject: perlfaq2, re: perlmongers
21774              
21775              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21776              
21777              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21778              
21779              Subject: [ID 20010205.001] typo in perlfaq9
21780              
21781              Subject: [ID 20010208.002] unordered explanation in perlcall
21782      Branch: maint-5.6/perl
21783           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21784           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
21785           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
21786 ____________________________________________________________________________
21787 [  8745] By: jhi                                   on 2001/02/09  17:59:09
21788         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
21789              From: abela@geneanet.org
21790              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
21791              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
21792      Branch: perl
21793            ! pod/perlcall.pod
21794 ____________________________________________________________________________
21795 [  8744] By: jhi                                   on 2001/02/09  17:48:16
21796         Log: Subject: [ID 20010205.001] typo in perlfaq9
21797              From: eserte@vran.herceg.de
21798              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
21799              Message-Id: <200102042244.XAA21926@vran.herceg.de>
21800      Branch: perl
21801            ! pod/perlfaq9.pod
21802 ____________________________________________________________________________
21803 [  8743] By: jhi                                   on 2001/02/09  17:25:12
21804         Log: Integrate change #8695 from maintperl.
21805              
21806              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
21807      Branch: perl
21808           !> thread.h
21809 ____________________________________________________________________________
21810 [  8742] By: jhi                                   on 2001/02/09  17:21:22
21811         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21812              From: Andy Dougherty <doughera@lafayette.edu>
21813              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
21814              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
21815      Branch: perl
21816            ! embed.pl
21817 ____________________________________________________________________________
21818 [  8741] By: jhi                                   on 2001/02/09  17:05:19
21819         Log: Integrate changes #8738,8739,8740 from maintperl.
21820              
21821              Html files will be installed in a more logical and easier to
21822              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21823              
21824              Html files will be generated with a header to make them look
21825              a little less bare.
21826              
21827              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21828      Branch: perl
21829           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
21830 ____________________________________________________________________________
21831 [  8740] By: jhi                                   on 2001/02/09  17:03:46
21832         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21833              From: "Brendan O'Dea" <bod@compusol.com.au>
21834              Date: Sun, 4 Feb 2001 11:17:56 +1100
21835              Message-ID: <20010204111756.A16301@compusol.com.au>
21836      Branch: maint-5.6/perl
21837            ! pod/perlfaq3.pod
21838 ____________________________________________________________________________
21839 [  8739] By: jhi                                   on 2001/02/09  17:01:59
21840         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
21841              From: "Indy Singh" <indy@nusphere.com>
21842              Date: Fri, 2 Feb 2001 15:09:59 -0500
21843              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
21844              
21845              Html files will be generated with a header to make them look
21846              a little less bare.
21847      Branch: maint-5.6/perl
21848            ! installhtml
21849 ____________________________________________________________________________
21850 [  8738] By: jhi                                   on 2001/02/09  16:58:48
21851         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
21852              From: "Indy Singh" <indy@nusphere.com>
21853              Date: Fri, 2 Feb 2001 15:08:23 -0500
21854              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
21855              
21856              Html files will be installed in a more logical and easier to
21857              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21858      Branch: maint-5.6/perl
21859            ! win32/Makefile win32/makefile.mk
21860 ____________________________________________________________________________
21861 [  8737] By: jhi                                   on 2001/02/09  16:46:54
21862         Log: Integrate changes #8687,8736 from maintperl.
21863              
21864              HP-UX thread patches from Merijn H. Brand.
21865              
21866              Latin nit from Philip Newton.
21867      Branch: perl
21868           !> README.hpux hints/hpux.sh
21869 ____________________________________________________________________________
21870 [  8736] By: jhi                                   on 2001/02/09  16:42:31
21871         Log: Latin nit from Philip Newton.
21872      Branch: maint-5.6/perl
21873            ! README.hpux
21874 ____________________________________________________________________________
21875 [  8735] By: jhi                                   on 2001/02/09  16:24:03
21876         Log: Integrate changes #8704,8710 from pureperl.
21877              
21878              Fixed UMRs and leak in Perl_pmtrans()
21879              
21880              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21881              associated UTFied tr/// code.  Also fixed scoping leak of
21882              PL_reg_start_tmp.
21883      Branch: perl
21884           !> op.c regcomp.c
21885 ____________________________________________________________________________
21886 [  8734] By: jhi                                   on 2001/02/09  15:40:21
21887         Log: Integrate change #8733 from maintperl.
21888              
21889              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21890      Branch: perl
21891           !> pod/perlre.pod
21892 ____________________________________________________________________________
21893 [  8733] By: jhi                                   on 2001/02/09  15:35:47
21894         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21895              From: Prymmer/Kahn <pvhp@best.com>
21896              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
21897              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
21898      Branch: maint-5.6/perl
21899            ! pod/perlre.pod
21900 ____________________________________________________________________________
21901 [  8732] By: jhi                                   on 2001/02/09  15:26:17
21902         Log: Rename README.posix-bc to README.bs2000 (to avoid the
21903              confusion of a "perlposix-bc.pod"), add a few missing
21904              arch pods, regen toc.
21905      Branch: maint-5.6/perl
21906           +> README.bs2000
21907            - README.posix-bc
21908            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21909            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21910 ____________________________________________________________________________
21911 [  8731] By: jhi                                   on 2001/02/09  15:23:39
21912         Log: De-cut-and-pasto.
21913      Branch: perl
21914            ! pod/perl.pod
21915 ____________________________________________________________________________
21916 [  8730] By: jhi                                   on 2001/02/09  15:11:13
21917         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
21918              when people think that perlposix-bc.pod tells anything about
21919              Perl and POSIX.  Regen toc.
21920      Branch: perl
21921           +> README.bs2000
21922            - README.posix-bc
21923            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21924            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21925 ____________________________________________________________________________
21926 [  8729] By: jhi                                   on 2001/02/09  14:52:28
21927         Log: The README.vmesa part of #8712 from maintperl.
21928      Branch: perl
21929            ! README.vmesa
21930 ____________________________________________________________________________
21931 [  8728] By: jhi                                   on 2001/02/09  14:46:06
21932         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
21933              From: Peter Prymmer <pvhp@forte.com>
21934              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
21935              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
21936      Branch: maint-5.6/perl
21937            ! README.vmesa win32/Makefile win32/makefile.mk
21938 ____________________________________________________________________________
21939 [  8727] By: jhi                                   on 2001/02/09  14:33:25
21940         Log: Integrate change #8712 from mainline.
21941              
21942              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
21943      Branch: maint-5.6/perl
21944           !> lib/Pod/Find.pm
21945 ____________________________________________________________________________
21946 [  8726] By: jhi                                   on 2001/02/09  14:30:28
21947         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21948              From: Peter Prymmer <pvhp@forte.com>
21949              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
21950              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
21951      Branch: perl
21952            + t/lib/cgi-esc.t
21953            ! MANIFEST lib/CGI/Util.pm
21954 ____________________________________________________________________________
21955 [  8725] By: jhi                                   on 2001/02/09  04:56:47
21956         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
21957      Branch: maint-5.6/perl
21958            ! pod/perlport.pod
21959 ____________________________________________________________________________
21960 [  8724] By: jhi                                   on 2001/02/09  04:40:59
21961         Log: Integrate changes 7819,7820 from vmsperl into mainline.
21962              
21963              Add header for LIB$ prototypes (C. Berry)
21964              
21965              Convert fwrite()s to sockets to write()s, since some socket stacks
21966              don't take kindly to stdio.
21967              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21968              (for often optional LNMs)
21969              Correct a few typos
21970              (C. Bailey)
21971      Branch: perl
21972           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
21973 ____________________________________________________________________________
21974 [  8723] By: jhi                                   on 2001/02/09  03:29:29
21975         Log: Integrate change #8722 from mainline.
21976              
21977              The Im() function wasn't returning zero for non-Math::Complex
21978              arguments.  The bug reported by John Gamble.
21979      Branch: maint-5.6/perl
21980           !> lib/Math/Complex.pm
21981 ____________________________________________________________________________
21982 [  8722] By: jhi                                   on 2001/02/09  03:28:33
21983         Log: The Im() function wasn't returning zero for non-Math::Complex
21984              arguments.  The bug reported by John Gamble.
21985      Branch: perl
21986            ! lib/Math/Complex.pm
21987 ____________________________________________________________________________
21988 [  8721] By: nick                                  on 2001/02/08  22:11:35
21989         Log: Correct the correction :-(
21990      Branch: perl
21991            ! perl.c
21992 ____________________________________________________________________________
21993 [  8720] By: bailey                                on 2001/02/08  20:59:22
21994         Log: Convert frwite()s to sockets to write()s, since some socket stacks
21995              don't take kindly to stdio.
21996              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21997              (for often optional LNMs)
21998              Correct a few typos
21999              (C. Bailey)
22000      Branch: vmsperl
22001            ! vms/vms.c vms/vmsish.h
22002 ____________________________________________________________________________
22003 [  8719] By: bailey                                on 2001/02/08  20:51:02
22004         Log: Add header for LIB$ prototypes (C. Berry)
22005      Branch: vmsperl
22006            ! ext/Devel/DProf/DProf.xs
22007 ____________________________________________________________________________
22008 [  8718] By: bailey                                on 2001/02/08  20:49:00
22009         Log: SYN SYN
22010      Branch: vmsperl
22011           +> pod/perliol.pod t/lib/sample-tests/bailout
22012           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
22013           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
22014           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
22015           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
22016           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
22017           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
22018            - lib/unicode/Is/DCinital.pl
22019           !> (integrate 101 files)
22020 ____________________________________________________________________________
22021 [  8717] By: nick                                  on 2001/02/08  19:38:48
22022         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
22023              From: Robin Barker <rmb1@cise.npl.co.uk>
22024              Date: Thu, 8 Feb 2001 14:38:07 GMT
22025              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
22026      Branch: perl
22027            ! lib/CPAN.pm
22028 ____________________________________________________________________________
22029 [  8716] By: nick                                  on 2001/02/08  19:29:07
22030         Log: Generated files form 8713 etc.
22031      Branch: perl
22032            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22033 ____________________________________________________________________________
22034 [  8715] By: nick                                  on 2001/02/08  19:26:08
22035         Log: Fixup non-ithread build after 8713
22036      Branch: perl
22037            ! perl.c
22038 ____________________________________________________________________________
22039 [  8714] By: nick                                  on 2001/02/08  19:17:45
22040         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
22041              From: nick@ccl4.org
22042              Date: Wed, 7 Feb 2001 00:27:47 +0000
22043              Message-Id: <20010207002747.B63724@plum.flirble.org>
22044      Branch: perl
22045            ! sv.c toke.c
22046 ____________________________________________________________________________
22047 [  8713] By: nick                                  on 2001/02/08  19:15:58
22048         Log: Subject: Re: [patch] Re: PL_ptr_table
22049              From: Doug Maceachern <dougm@covalent.net>
22050              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
22051              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
22052      Branch: perl
22053            ! embed.pl perl.c sv.c sv.h
22054 ____________________________________________________________________________
22055 [  8712] By: nick                                  on 2001/02/08  19:12:47
22056         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
22057              From: Peter Prymmer <pvhp@forte.com>
22058              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
22059              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
22060      Branch: perl
22061            ! lib/Pod/Find.pm
22062 ____________________________________________________________________________
22063 [  8711] By: nick                                  on 2001/02/07  21:06:11
22064         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
22065              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
22066              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22067              Date: Tue, 06 Feb 2001 23:37:01 +0000
22068              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
22069      Branch: perl
22070            ! regcomp.c
22071 ____________________________________________________________________________
22072 [  8710] By: alanbur                               on 2001/02/07  00:22:04
22073         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22074              associated UTFied tr/// code.  Also fixed scoping leak of
22075              PL_reg_start_tmp.
22076      Branch: maint-5.6/pureperl
22077            ! op.c regcomp.c
22078 ____________________________________________________________________________
22079 [  8709] By: nick                                  on 2001/02/06  21:16:49
22080         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
22081              From: Michael G Schwern <schwern@pobox.com>
22082              Date: Sun, 4 Feb 2001 19:47:14 -0500
22083              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
22084      Branch: perl
22085            ! pod/perlapi.pod pod/perlmodlib.PL
22086 ____________________________________________________________________________
22087 [  8708] By: nick                                  on 2001/02/06  20:41:20
22088         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
22089              From: Michael G Schwern <schwern@pobox.com>
22090              Date: Sun, 4 Feb 2001 21:17:49 -0500
22091              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
22092      Branch: perl
22093            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
22094            ! pod/perltootc.pod
22095 ____________________________________________________________________________
22096 [  8707] By: nick                                  on 2001/02/06  20:29:11
22097         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
22098              From: Michael G Schwern <schwern@pobox.com>
22099              Date: Tue, 6 Feb 2001 05:54:30 -0500
22100              Message-Id: <20010206055430.A951@blackrider.aocn.com>
22101      Branch: perl
22102            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
22103 ____________________________________________________________________________
22104 [  8706] By: nick                                  on 2001/02/06  20:21:40
22105         Log: Subject: RE: some win32 fixes
22106              Date: Tue, 6 Feb 2001 09:23:20 +0300
22107              From: Vadim Konovalov <vkonovalov@lucent.com>
22108              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
22109      Branch: perl
22110            ! toke.c win32/Makefile win32/config.bc win32/config.gc
22111            ! win32/config.vc win32/config_H.bc win32/makefile.mk
22112 ____________________________________________________________________________
22113 [  8705] By: alanbur                               on 2001/02/06  15:00:03
22114         Log: Synchronised with parent
22115      Branch: maint-5.6/pureperl
22116            ! regexec.c
22117           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22118           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
22119 ____________________________________________________________________________
22120 [  8704] By: alanbur                               on 2001/02/06  14:55:24
22121         Log: Fixed UMRs and leak in Perl_pmtrans()
22122      Branch: maint-5.6/pureperl
22123            ! op.c
22124 ____________________________________________________________________________
22125 [  8703] By: gsar                                  on 2001/02/06  02:29:37
22126         Log: $(MAKE) distclean doesn't clean up properly on windows
22127      Branch: maint-5.6/perl
22128            ! win32/Makefile win32/makefile.mk
22129 ____________________________________________________________________________
22130 [  8702] By: gsar                                  on 2001/02/06  01:00:46
22131         Log: tweak change#8659 to keep it simple
22132      Branch: maint-5.6/perl
22133            ! utils/perldoc.PL
22134 ____________________________________________________________________________
22135 [  8701] By: gsar                                  on 2001/02/05  22:45:41
22136         Log: change#8693 was missing testsuite changes
22137      Branch: maint-5.6/perl
22138           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22139 ____________________________________________________________________________
22140 [  8700] By: nick                                  on 2001/02/05  20:32:52
22141         Log: Integrate mainline
22142      Branch: perlio
22143           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
22144           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22145           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22146           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22147           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22148           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22149           +> t/lib/test-harness.t
22150           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
22151           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
22152           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
22153           !> pod/perlutil.pod t/TEST utils/h2xs.PL
22154 ____________________________________________________________________________
22155 [  8699] By: nick                                  on 2001/02/05  19:41:07
22156         Log: Subject: perlfaq2, re: perlmongers
22157              From: David H. Adler <dha@panix.com>
22158              Date: Sun, 4 Feb 2001 23:48:23 -0500
22159              Message-Id: <20010204234823.A13429@panix.com>
22160      Branch: perl
22161            ! pod/perlfaq2.pod
22162 ____________________________________________________________________________
22163 [  8698] By: nick                                  on 2001/02/05  19:39:31
22164         Log: Missed file f#rom the testharness mess.
22165      Branch: perl
22166            + t/lib/test-harness.t
22167 ____________________________________________________________________________
22168 [  8697] By: nick                                  on 2001/02/05  19:37:21
22169         Log: Subject: [DOC PATCH] overload.pm nits
22170              From: John Tobey <jtobey@john-edwin-tobey.org>
22171              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
22172              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
22173      Branch: perl
22174            ! lib/overload.pm
22175 ____________________________________________________________________________
22176 [  8696] By: alanbur                               on 2001/02/05  11:56:00
22177         Log: Sync with parent
22178      Branch: maint-5.6/pureperl
22179           !> thread.h
22180 ____________________________________________________________________________
22181 [  8695] By: gsar                                  on 2001/02/05  03:27:34
22182         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22183      Branch: maint-5.6/perl
22184            ! thread.h
22185 ____________________________________________________________________________
22186 [  8694] By: alanbur                               on 2001/02/05  00:07:47
22187         Log: Initial branch creation from //depot/maint-5.6/perl
22188      Branch: maint-5.6/pureperl
22189           +> (branch 1719 files)
22190 ____________________________________________________________________________
22191 [  8693] By: gsar                                  on 2001/02/04  22:38:49
22192         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
22193              changes)
22194      Branch: maint-5.6/perl
22195           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22196           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
22197           !> ext/DB_File/version.c
22198 ____________________________________________________________________________
22199 [  8692] By: nick                                  on 2001/02/04  18:15:57
22200         Log: The missed t/TEST part of the grand testharness upgrade.
22201      Branch: perl
22202            ! t/TEST
22203 ____________________________________________________________________________
22204 [  8691] By: nick                                  on 2001/02/04  18:05:17
22205         Log: New improved test harness
22206              Subject: Re: [PATCH Test::Harness] Third time's a charm?
22207              From: Michael G Schwern <schwern@pobox.com>
22208              Date: Sun, 4 Feb 2001 08:01:20 -0500
22209              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
22210      Branch: perl
22211            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
22212            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22213            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22214            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22215            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22216            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22217            ! MANIFEST lib/Test/Harness.pm
22218 ____________________________________________________________________________
22219 [  8690] By: nick                                  on 2001/02/04  17:57:51
22220         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
22221              From: Jonathan Stowe <gellyfish@gellyfish.com>
22222              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
22223              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
22224      Branch: perl
22225            ! utils/h2xs.PL
22226 ____________________________________________________________________________
22227 [  8689] By: nick                                  on 2001/02/04  17:55:24
22228         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22229              From: Michael G Schwern <schwern@pobox.com>
22230              Date: Sat, 3 Feb 2001 22:46:38 -0500
22231              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
22232      Branch: perl
22233            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
22234            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
22235 ____________________________________________________________________________
22236 [  8688] By: nick                                  on 2001/02/04  17:43:55
22237         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
22238              length byfailing to spot lack of closing )
22239              From: nick@talking.bollo.cx
22240              Date: Sat, 03 Feb 2001 23:53:16 +0000
22241              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
22242      Branch: perl
22243            ! perlio.c pod/perldiag.pod
22244 ____________________________________________________________________________
22245 [  8687] By: jhi                                   on 2001/02/03  17:11:42
22246         Log: HP-UX thread patches from Merijn H. Brand.
22247      Branch: maint-5.6/perl
22248            ! README.hpux hints/hpux.sh
22249 ____________________________________________________________________________
22250 [  8686] By: jhi                                   on 2001/02/03  16:40:12
22251         Log: Metaconfig changes for #8685.
22252      Branch: metaconfig
22253            ! U/installdirs/instubperl.U
22254      Branch: metaconfig/U/perl
22255            ! Devel.U versiononly.U
22256 ____________________________________________________________________________
22257 [  8685] By: jhi                                   on 2001/02/03  16:39:49
22258         Log: For -Dusedevel builds turn off installusrbinperl and turn on
22259              versiononly, a combined idea of Richard Soderberg and Merijn
22260              H. Brand.  You can still override both of these from the command
22261              line if you need to, -Dinstallusrbinperl and -Uversiononly.
22262      Branch: perl
22263            ! Configure
22264 ____________________________________________________________________________
22265 [  8684] By: jhi                                   on 2001/02/03  16:16:34
22266         Log: Metaconfig unit fix for #8683.
22267      Branch: metaconfig
22268            ! U/compline/nblock_io.U
22269 ____________________________________________________________________________
22270 [  8683] By: jhi                                   on 2001/02/03  16:16:12
22271         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
22272              reported by Peter Prymmer for 5.6-TRIAL1.
22273      Branch: perl
22274            ! Configure
22275 ____________________________________________________________________________
22276 [  8682] By: jhi                                   on 2001/02/03  05:52:11
22277         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22278              to work correctly.
22279      Branch: maint-5.6/perl
22280            ! hints/irix_6.sh
22281 ____________________________________________________________________________
22282 [  8681] By: jhi                                   on 2001/02/03  05:47:33
22283         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
22284      Branch: maint-5.6/perl
22285            ! pod/perlport.pod
22286 ____________________________________________________________________________
22287 [  8680] By: jhi                                   on 2001/02/02  21:39:49
22288         Log: perlport update from Peter Prymmer.
22289      Branch: maint-5.6/perl
22290            ! pod/perlport.pod
22291 ____________________________________________________________________________
22292 [  8679] By: nick                                  on 2001/02/02  20:50:48
22293         Log: Integrate mainline
22294      Branch: perlio
22295           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22296           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
22297           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22298 ____________________________________________________________________________
22299 [  8678] By: gsar                                  on 2001/02/02  16:02:12
22300         Log: note about bincompat, slightly modified (from Lupe Christoph)
22301      Branch: maint-5.6/perl
22302            ! README.solaris
22303 ____________________________________________________________________________
22304 [  8677] By: jhi                                   on 2001/02/02  15:46:20
22305         Log: Supported platforms updates.
22306      Branch: maint-5.6/perl
22307            ! pod/perlport.pod
22308 ____________________________________________________________________________
22309 [  8676] By: jhi                                   on 2001/02/02  03:41:26
22310         Log: A couple more perlfaq2 tweaks.
22311      Branch: maint-5.6/perl
22312            ! pod/perlfaq2.pod
22313 ____________________________________________________________________________
22314 [  8675] By: jhi                                   on 2001/02/02  03:17:44
22315         Log: Misedit in #8661.
22316      Branch: maint-5.6/perl
22317            ! Configure
22318 ____________________________________________________________________________
22319 [  8674] By: jhi                                   on 2001/02/02  03:14:38
22320         Log: Damien again.
22321      Branch: maint-5.6/perl
22322            ! pod/perlfaq2.pod
22323 ____________________________________________________________________________
22324 [  8673] By: jhi                                   on 2001/02/02  03:12:40
22325         Log: perlfaq update from Elaine Ashton.
22326      Branch: maint-5.6/perl
22327            ! pod/perlfaq2.pod
22328 ____________________________________________________________________________
22329 [  8672] By: jhi                                   on 2001/02/02  03:07:08
22330         Log: UTF-8 s/// patch from Inaba Hiroto.
22331      Branch: maint-5.6/perl
22332            ! pp_ctl.c pp_hot.c
22333 ____________________________________________________________________________
22334 [  8671] By: jhi                                   on 2001/02/01  22:34:31
22335         Log: Update Changes.
22336      Branch: perl
22337            ! Changes patchlevel.h
22338 ____________________________________________________________________________
22339 [  8670] By: jhi                                   on 2001/02/01  22:15:29
22340         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
22341              from maintperl.
22342              
22343              Upgrade to Getopt::Long 2.25, from Johan Vromans.
22344              
22345              more files need to be writable in the source distribution
22346              
22347              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22348              
22349              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22350              
22351              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22352              
22353              Allow the float to be fuzzier.
22354              
22355              need to use INT2PTR instead of a straight cast or ia64 fails
22356              
22357              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
22358              
22359              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22360      Branch: perl
22361           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22362           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
22363           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22364 ____________________________________________________________________________
22365 [  8669] By: jhi                                   on 2001/02/01  21:57:02
22366         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22367              From: Robin Barker <rmb1@cise.npl.co.uk>
22368              Date: Thu, 1 Feb 2001 16:59:05 GMT
22369              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
22370      Branch: maint-5.6/perl
22371            ! pod/perlmodlib.PL
22372 ____________________________________________________________________________
22373 [  8668] By: nick                                  on 2001/02/01  19:41:40
22374         Log: Integrate mainline
22375      Branch: perlio
22376           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
22377           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
22378           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
22379 ____________________________________________________________________________
22380 [  8667] By: gsar                                  on 2001/02/01  16:59:11
22381         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22382      Branch: maint-5.6/perl
22383            ! embed.pl embedvar.h
22384 ____________________________________________________________________________
22385 [  8666] By: gsar                                  on 2001/02/01  16:34:51
22386         Log: add missing entries to win32/config.?c
22387      Branch: maint-5.6/perl
22388            ! win32/config.bc win32/config.gc win32/config.vc
22389            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22390 ____________________________________________________________________________
22391 [  8665] By: jhi                                   on 2001/02/01  14:58:51
22392         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
22393              From: "Stephen P. Potter" <spp@spotter.yi.org>
22394              Date: Thu, 01 Feb 2001 10:45:46 -0500
22395              Message-Id: <200102011545.KAA31479@spotter.yi.org>
22396      Branch: maint-5.6/perl
22397            ! pod/perlfunc.pod
22398 ____________________________________________________________________________
22399 [  8664] By: gsar                                  on 2001/02/01  14:52:37
22400         Log: need to use INT2PTR instead of a straight cast or ia64 fails
22401              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
22402      Branch: maint-5.6/perl
22403            ! ext/POSIX/POSIX.xs
22404 ____________________________________________________________________________
22405 [  8663] By: jhi                                   on 2001/02/01  14:09:13
22406         Log: Allow the float to be fuzzier.
22407      Branch: maint-5.6/perl
22408            ! t/lib/peek.t
22409 ____________________________________________________________________________
22410 [  8662] By: jhi                                   on 2001/02/01  13:59:00
22411         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22412              From: Robin Barker <rmb1@cise.npl.co.uk>
22413              Date: Thu, 1 Feb 2001 13:05:39 GMT
22414              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
22415      Branch: maint-5.6/perl
22416            ! pod/perlmodlib.pod
22417 ____________________________________________________________________________
22418 [  8661] By: jhi                                   on 2001/02/01  13:57:38
22419         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
22420              Date: Thu, 01 Feb 2001 14:15:41 +0100
22421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22422              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
22423              
22424              Have the $ccflags in the gcc version test (strange, this change
22425              is claimed to be have been integrated already)
22426      Branch: maint-5.6/perl
22427            ! Configure
22428 ____________________________________________________________________________
22429 [  8660] By: jhi                                   on 2001/02/01  13:44:10
22430         Log: Integrate changes #7950,7964,7962 from mainline.
22431              
22432              Find the stdchar signedness using cpp, should fix some of
22433              the Solaris compiler warnings reported by Alan Burlison.
22434      Branch: maint-5.6/perl
22435           !> Configure config_h.SH
22436 ____________________________________________________________________________
22437 [  8659] By: jhi                                   on 2001/02/01  05:35:32
22438         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22439              From: Jan Dubois <JanD@ActiveState.com>
22440              Date: Wed, 31 Jan 2001 21:17:03 -0800
22441              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22442      Branch: maint-5.6/perl
22443            ! utils/perldoc.PL
22444 ____________________________________________________________________________
22445 [  8658] By: jhi                                   on 2001/02/01  04:33:17
22446         Log: Integrate the README.os390 and README.posix-bc parts of mainline
22447              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
22448              installperl parts were taken care of by #8657.)
22449      Branch: maint-5.6/perl
22450           !> README.os390 README.posix-bc
22451 ____________________________________________________________________________
22452 [  8657] By: jhi                                   on 2001/02/01  04:29:21
22453         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22454              From: Peter Prymmer <pvhp@forte.com>
22455              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
22456              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
22457      Branch: maint-5.6/perl
22458            + ext/DynaLoader/dl_dllload.xs
22459            ! MANIFEST Makefile.SH hints/os390.sh installperl
22460 ____________________________________________________________________________
22461 [  8656] By: jhi                                   on 2001/02/01  04:25:45
22462         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
22463              From: Peter Prymmer <pvhp@forte.com>
22464              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
22465              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
22466      Branch: maint-5.6/perl
22467            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
22468 ____________________________________________________________________________
22469 [  8655] By: jhi                                   on 2001/02/01  04:14:47
22470         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
22471              From: troc@netrus.net
22472              Date: Wed, 31 Jan 2001 22:31:26 -0500
22473              Message-Id: <200102010331.WAA117.85@rocco.homenet>
22474      Branch: maint-5.6/perl
22475            ! os2/os2.c
22476 ____________________________________________________________________________
22477 [  8654] By: jhi                                   on 2001/02/01  04:12:52
22478         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22479              as reported by Alan Burlison.
22480      Branch: maint-5.6/perl
22481            ! pp.h
22482 ____________________________________________________________________________
22483 [  8653] By: jhi                                   on 2001/02/01  04:05:12
22484         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
22485              From: dsugalski@northernlight.com
22486              Date: Wed, 31 Jan 2001 18:54:11 -0500
22487              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
22488      Branch: maint-5.6/perl
22489            ! configure.com
22490 ____________________________________________________________________________
22491 [  8652] By: jhi                                   on 2001/02/01  04:03:11
22492         Log: Misplaced #endif.
22493              
22494              Subject: [perl-5-6-1-trial2] patches for EPOC
22495              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22496              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22497              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22498      Branch: maint-5.6/perl
22499            ! epoc/epocish.c
22500 ____________________________________________________________________________
22501 [  8651] By: jhi                                   on 2001/02/01  04:00:25
22502         Log: Integrate changes #8647,8648,8650 from mainline.
22503              
22504              Macrofy a magic UTF-8 test.
22505              
22506              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
22507              
22508              Watch out for cross compiling for EPOC (usually done on linux).
22509      Branch: maint-5.6/perl
22510           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
22511 ____________________________________________________________________________
22512 [  8650] By: jhi                                   on 2001/02/01  03:56:20
22513         Log: Watch out for cross compiling for EPOC (usually done on linux)
22514              
22515              Subject: [perl-5-6-1-trial2] patches for EPOC
22516              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22517              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22518              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22519      Branch: perl
22520            ! ext/Errno/Errno_pm.PL
22521 ____________________________________________________________________________
22522 [  8649] By: gsar                                  on 2001/02/01  00:46:00
22523         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22524      Branch: maint-5.6/perl
22525            ! sv.c
22526 ____________________________________________________________________________
22527 [  8648] By: jhi                                   on 2001/01/31  23:35:36
22528         Log: All the uses of PL_numeric_radix must be protected by
22529              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
22530              
22531              Subject: [perl-5-6-1-trial2] patches for EPOC
22532              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22533              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22534              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22535      Branch: perl
22536            ! sv.c
22537 ____________________________________________________________________________
22538 [  8647] By: jhi                                   on 2001/01/31  22:56:16
22539         Log: Macrofy a magic UTF-8 test.
22540      Branch: perl
22541            ! utf8.c utf8.h
22542 ____________________________________________________________________________
22543 [  8646] By: gsar                                  on 2001/01/31  15:55:12
22544         Log: update Changes
22545      Branch: maint-5.6/perl
22546            ! Changes
22547 ____________________________________________________________________________
22548 [  8645] By: gsar                                  on 2001/01/31  15:10:14
22549         Log: Configure tweak suggested by Peter Prymmer
22550      Branch: maint-5.6/perl
22551            ! Configure
22552 ____________________________________________________________________________
22553 [  8644] By: gsar                                  on 2001/01/31  15:06:32
22554         Log: more files need to be writable in the source distribution
22555      Branch: maint-5.6/perl
22556            ! Porting/makerel
22557 ____________________________________________________________________________
22558 [  8643] By: jhi                                   on 2001/01/31  14:59:46
22559         Log: Integrate changes #8258,8278,8279 from mainline.
22560              
22561              Make the large file tests more robust/talkative.
22562      Branch: maint-5.6/perl
22563           !> t/lib/syslfs.t t/op/lfs.t
22564 ____________________________________________________________________________
22565 [  8642] By: gsar                                  on 2001/01/31  14:53:48
22566         Log: integrate changes#8311,8334 from mainline
22567              
22568              Add a new MakeMaker variable PM_FILTER that defines a Unix
22569              filter to be run on each .pm during the pm_to_blib() phase,
22570              a fixed version of
22571              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
22572              
22573              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22574              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22575              accurate reading of the "atime".  
22576      Branch: maint-5.6/perl
22577           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
22578           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22579           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
22580 ____________________________________________________________________________
22581 [  8641] By: jhi                                   on 2001/01/31  14:46:37
22582         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
22583      Branch: maint-5.6/perl
22584            ! lib/Getopt/Long.pm
22585 ____________________________________________________________________________
22586 [  8640] By: gsar                                  on 2001/01/31  14:40:24
22587         Log: make regen_all
22588      Branch: maint-5.6/perl
22589            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
22590 ____________________________________________________________________________
22591 [  8639] By: gsar                                  on 2001/01/31  14:37:25
22592         Log: refresh windows config files
22593      Branch: maint-5.6/perl
22594            ! win32/Makefile win32/config_H.bc win32/config_H.gc
22595            ! win32/config_H.vc win32/makefile.mk
22596 ____________________________________________________________________________
22597 [  8638] By: gsar                                  on 2001/01/31  14:28:10
22598         Log: makefile tweaks for windows: introduce a bulk-switch to enable
22599              same options as ActivePerl; sync changes with makefile.mk
22600      Branch: maint-5.6/perl
22601            ! win32/Makefile win32/makefile.mk
22602 ____________________________________________________________________________
22603 [  8637] By: jhi                                   on 2001/01/31  04:41:30
22604         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
22605              From: Nicholas Clark <nick@ccl4.org>
22606              Date: Tue, 30 Jan 2001 19:51:05 +0000
22607              Message-ID: <20010130195105.R76607@plum.flirble.org> 
22608              
22609              op/inc cure.
22610      Branch: perl
22611            ! pp.c pp.h pp_hot.c t/op/arith.t
22612 ____________________________________________________________________________
22613 [  8636] By: jhi                                   on 2001/01/31  02:38:32
22614         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
22615              no perlio],8257,8380,8479,8515 from mainline.
22616              
22617              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
22618              
22619              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
22620              Subject: [PATCH perl@8133] fix-up for VMS extensions
22621              
22622              In VMS embedded perls couldn't access the statically built Socket.
22623              
22624              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
22625              
22626              Further VMS piping fixes from Charles Lane.
22627              
22628              Subject:  [PATCH] make t/op/misc.t work on VMS
22629              
22630              Add tracing for debugging extensions builds in VMS.
22631              
22632              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
22633      Branch: maint-5.6/perl
22634           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
22635           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
22636           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
22637 ____________________________________________________________________________
22638 [  8635] By: jhi                                   on 2001/01/31  01:46:41
22639         Log: Integrate change #7732 from mainline.
22640              
22641              Sparc 64-bit pack() fix from Jens Hamisch.
22642      Branch: maint-5.6/perl
22643           !> pp.c
22644 ____________________________________________________________________________
22645 [  8634] By: jhi                                   on 2001/01/31  01:41:16
22646         Log: One spot missing from #8626.
22647      Branch: maint-5.6/perl
22648            ! sv.c
22649 ____________________________________________________________________________
22650 [  8633] By: jhi                                   on 2001/01/31  00:49:17
22651         Log: Integrate change #7495 from mainline.
22652              
22653              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22654      Branch: maint-5.6/perl
22655           !> MANIFEST ext/re/Makefile.PL
22656 ____________________________________________________________________________
22657 [  8632] By: jhi                                   on 2001/01/30  23:38:49
22658         Log: Integrate change #8396 from mainline.
22659              
22660              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
22661              better multicast support (resend)
22662      Branch: maint-5.6/perl
22663           !> ext/Socket/Socket.pm
22664 ____________________________________________________________________________
22665 [  8631] By: jhi                                   on 2001/01/30  23:28:03
22666         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
22667              
22668              More AIX lore. (7514, ext/re/hints/aix.pl)
22669              
22670              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
22671              
22672              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)
22673              
22674              Subject: [ID 20001214.002] Net::Ping patch
22675              
22676              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22677              
22678              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
22679              
22680              Add ReuseAddr as a (preferred) alias for Reuse as we now
22681              also have ReusePort.
22682              
22683              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
22684      Branch: maint-5.6/perl
22685           +> ext/re/hints/aix.pl
22686           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
22687           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
22688 ____________________________________________________________________________
22689 [  8630] By: jhi                                   on 2001/01/30  23:03:59
22690         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
22691              
22692              read() documentation tweak for 20001121.004.
22693              
22694              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
22695      Branch: maint-5.6/perl
22696           !> pod/perlfunc.pod pod/perlre.pod
22697 ____________________________________________________________________________
22698 [  8629] By: jhi                                   on 2001/01/30  22:41:57
22699         Log: Integrate change #8098 from mainline.
22700              
22701              fastgetcwd is defined using a glob alias on a $^O dependent basis
22702              and there was no default assignment or perl subroutine.
22703      Branch: maint-5.6/perl
22704           !> lib/Cwd.pm
22705 ____________________________________________________________________________
22706 [  8628] By: jhi                                   on 2001/01/30  21:58:52
22707         Log: Integrate change #7866 from mainline.
22708              
22709              File::Temp 0.11.
22710      Branch: maint-5.6/perl
22711           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
22712 ____________________________________________________________________________
22713 [  8627] By: jhi                                   on 2001/01/30  21:39:44
22714         Log: Integrate changes #8075,8086,8228 from mainline.  
22715              
22716              Darwin is not Windows. (8075,8086)
22717              
22718              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22719      Branch: maint-5.6/perl
22720           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
22721           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
22722           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
22723           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
22724 ____________________________________________________________________________
22725 [  8626] By: jhi                                   on 2001/01/30  21:22:11
22726         Log: Integrate with tweakery the change #8625 from mainline,
22727              the multibyte decimal separator fix ("fa_IR locale failure").
22728      Branch: maint-5.6/perl
22729            ! embedvar.h perlapi.h
22730           !> intrpvar.h perl.c perl.h sv.c util.c
22731 ____________________________________________________________________________
22732 [  8625] By: jhi                                   on 2001/01/30  20:26:33
22733         Log: Fix for the fa_IR locale failure.  The reason for the failure
22734              was that Perl was assuming the decimal separator aka the radix
22735              separator is one character.  The Farsi-Iranian locale crushed
22736              that bad assumption since there the separator is 'Momayyez',
22737              glyphwise looking somewhat like a slash, and in Unicode UTF-8
22738              encoded in two bytes, 0xd9 0xab.
22739      Branch: perl
22740            ! intrpvar.h perl.c perl.h sv.c util.c
22741 ____________________________________________________________________________
22742 [  8624] By: gsar                                  on 2001/01/30  20:17:03
22743         Log: regen_headers
22744      Branch: maint-5.6/perl
22745            ! Makefile.SH pod/perlintern.pod
22746 ____________________________________________________________________________
22747 [  8623] By: gsar                                  on 2001/01/30  19:42:34
22748         Log: backout change#7431 and its dependents (causes spurious rebuilds
22749              of autogenerated files)
22750              
22751              fix benign b.t failure
22752      Branch: maint-5.6/perl
22753            ! Makefile.SH t/lib/b.t
22754 ____________________________________________________________________________
22755 [  8622] By: jhi                                   on 2001/01/30  19:41:41
22756         Log: Microperl sync.
22757      Branch: perl
22758            ! mg.c perl.h
22759 ____________________________________________________________________________
22760 [  8621] By: gsar                                  on 2001/01/30  19:24:47
22761         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
22762              from mainline
22763              
22764              Subject: podlators 1.06 released
22765              
22766              Subject: [PATCH @8436] Eliminate op_children
22767              
22768              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
22769              
22770              (Replaced by #8448)  More op_children traces (cleanup of #8442).
22771              
22772              Subject: [PATCH #3 @8436] Re: Eliminate op_children
22773              Replace #8444 and #8445.
22774              
22775              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
22776              at the setting of the ofs_sv in new_struct_thread() as the
22777              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
22778              uninitialized fields are, uh, initialized with),
22779              SvREFCNT_inc()ing that invited a core dump.
22780              
22781              podlators 1.07, from Russ Allbery.
22782              
22783              Subject: [PATCH] regcomp.c old feature removal
22784              From: mjd@plover.com
22785              Date: 16 Jan 2001 14:43:18 -0000 
22786              Message-ID: <20010116144318.7140.qmail@plover.com> 
22787      Branch: maint-5.6/perl
22788           +> lib/Pod/Text/Overstrike.pm
22789           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
22790           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
22791           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
22792           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
22793           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
22794           !> util.c
22795 ____________________________________________________________________________
22796 [  8620] By: gsar                                  on 2001/01/30  18:48:32
22797         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
22798              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
22799              now fails one test)
22800              
22801              Subject: [PATCH] lvalue AUTOLOAD. No, really.
22802              
22803              Subject: [PATCH] Interesting syntax idea
22804              Make opens + bareword assigns do typeglob assigns.
22805              
22806              Tests for #8254.
22807              
22808              Subject: [PATCH @8269] Continue blocks and B::Deparse
22809              Make the peephole optimizer to bypass more null ops and
22810              and rewrite the deparse handling of continue blocks.
22811              
22812              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22813              Doc tweak on #8313.
22814              
22815              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
22816              
22817              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
22818              
22819              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
22820              
22821              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
22822              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
22823              according to the platform.
22824              
22825              Subject: [PATCH @8404] Consolidated lvalue sub changes
22826              
22827              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
22828              
22829              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
22830              
22831              Subject: B::Concise -- an improved replacement for B::Terse 
22832              
22833              The B::Terse drop-in replacement wasn't quite drop-in.
22834              
22835              The LVRET macro needed an aTHX.
22836              
22837              Use the /^Perl_/-less form of is_lvalue_sub().
22838              
22839              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
22840      Branch: maint-5.6/perl
22841           +> ext/B/B/Concise.pm
22842           !> (integrate 27 files)
22843 ____________________________________________________________________________
22844 [  8619] By: nick                                  on 2001/01/30  18:40:28
22845         Log: Integrate mainline
22846      Branch: perlio
22847           !> (integrate 40 files)
22848 ____________________________________________________________________________
22849 [  8618] By: jhi                                   on 2001/01/30  18:37:18
22850         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
22851              Date: Mon, 29 Jan 2001 22:51:29 -0600
22852              From: "Craig A. Berry" <craigberry@mac.com>
22853              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
22854      Branch: perl
22855            ! vms/test.com
22856 ____________________________________________________________________________
22857 [  8617] By: jhi                                   on 2001/01/30  18:34:53
22858         Log: Subject: [PATCH] Add missing CV flags to dump.c
22859              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22860              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
22861              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
22862      Branch: perl
22863            ! dump.c
22864 ____________________________________________________________________________
22865 [  8616] By: jhi                                   on 2001/01/30  18:20:58
22866         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
22867              part isn't applicable to maintperl.
22868              
22869              UTF-8 nit from Inaba Hiroto.
22870      Branch: maint-5.6/perl
22871           !> pod/perlapi.pod utf8.c
22872 ____________________________________________________________________________
22873 [  8615] By: jhi                                   on 2001/01/30  18:18:51
22874         Log: UTF-8 nit from Inaba Hiroto.
22875      Branch: perl
22876            ! pod/perlapi.pod t/op/each.t utf8.c
22877 ____________________________________________________________________________
22878 [  8614] By: jhi                                   on 2001/01/30  18:13:38
22879         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
22880              
22881              perl's internal variables are not for public consumption,
22882              move their docs from perlapi.pod to perlintern.pod
22883              
22884              support for -Dusethreads build under HP-UX 10.20 and DCE threads
22885              library (11.0 and later have pthreads but 10.x don't)
22886              
22887              avoid uninitialized value warnings
22888              
22889              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22890              gets weird results)
22891              
22892              perldoc nit on windows
22893              
22894              make it possible to run the tests outside the source tree
22895              (there's still a dependency on ../lib being the library
22896              location)
22897      Branch: perl
22898           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
22899           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
22900           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
22901           !> win32/bin/search.pl win32/vdir.h
22902 ____________________________________________________________________________
22903 [  8613] By: gsar                                  on 2001/01/30  16:39:59
22904         Log: make it possible to run the tests outside the source tree
22905              (there's still a dependency on ../lib being the library
22906              location)
22907      Branch: maint-5.6/perl
22908            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
22909 ____________________________________________________________________________
22910 [  8612] By: gsar                                  on 2001/01/30  16:31:12
22911         Log: perldoc nit on windows
22912      Branch: maint-5.6/perl
22913            ! utils/perldoc.PL
22914 ____________________________________________________________________________
22915 [  8611] By: gsar                                  on 2001/01/30  16:22:54
22916         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22917              gets weird results)
22918      Branch: maint-5.6/perl
22919            ! win32/vdir.h
22920 ____________________________________________________________________________
22921 [  8610] By: gsar                                  on 2001/01/30  16:12:45
22922         Log: avoid uninitialized value warnings
22923      Branch: maint-5.6/perl
22924            ! win32/bin/search.pl
22925 ____________________________________________________________________________
22926 [  8609] By: gsar                                  on 2001/01/30  16:08:01
22927         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
22928              library (11.0 and later have pthreads but 10.x don't)
22929      Branch: maint-5.6/perl
22930            ! hints/hpux.sh thread.h
22931 ____________________________________________________________________________
22932 [  8608] By: gsar                                  on 2001/01/30  15:48:55
22933         Log: perl's internal variables are not for public consumption,
22934              move their docs from perlapi.pod to perlintern.pod
22935      Branch: maint-5.6/perl
22936            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
22937            ! thrdvar.h
22938 ____________________________________________________________________________
22939 [  8607] By: gsar                                  on 2001/01/30  15:44:27
22940         Log: mistakenly branched perl56delta.pod, revert
22941      Branch: maint-5.6/perl
22942            - pod/perl56delta.pod
22943           !> pod/perldelta.pod
22944 ____________________________________________________________________________
22945 [  8606] By: gsar                                  on 2001/01/30  14:20:24
22946         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
22947              dTHR which has been a noop for a while now, except for the
22948              compatibility definition in thread.h)
22949      Branch: maint-5.6/perl
22950           !> (integrate 45 files)
22951 ____________________________________________________________________________
22952 [  8605] By: jhi                                   on 2001/01/30  05:43:58
22953         Log: Mark the UTF-8 APIs as experimental.
22954      Branch: maint-5.6/perl
22955            ! embed.pl pod/perlapi.pod
22956 ____________________________________________________________________________
22957 [  8604] By: jhi                                   on 2001/01/30  05:38:40
22958         Log: Nits from earlier integrates.
22959      Branch: maint-5.6/perl
22960            ! lib/Carp/Heavy.pm
22961           !> sv.c
22962 ____________________________________________________________________________
22963 [  8603] By: jhi                                   on 2001/01/30  05:27:26
22964         Log: Regenerate Porting files.
22965      Branch: maint-5.6/perl
22966            ! Porting/Glossary Porting/config.sh Porting/config_H
22967 ____________________________________________________________________________
22968 [  8602] By: jhi                                   on 2001/01/30  05:14:59
22969         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
22970              8310,8339,8447,8492,8493,8505,8525: documentation changes.
22971              
22972              Subject: Re: perlfaq style changes
22973              
22974              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
22975              
22976              Subject: [PATCH] docs on NaN
22977              
22978              Subject: [patch] perlfaq7
22979              
22980              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
22981              
22982              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
22983              
22984              Subject: [PATCH] open() example in perlfunc.pod
22985              
22986              Podify README.mpeix (a new version from the web)
22987              
22988              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22989              
22990              Subject: [PATCH] format and rewording in perlfaq.pod
22991              
22992              Subject: [PATCH] API Variable documentation   
22993              
22994              Memory management calls documentation.
22995              
22996              Subject: [PATCH: perl@8482] README.vms URL updates
22997              
22998              Subject: Minor typos in perlfaq2.pod
22999              
23000              Subject: [PATCH] pod/perlvar.pod
23001      Branch: maint-5.6/perl
23002           +> pod/perl56delta.pod
23003            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23004           !> README.amiga README.epoc README.mpeix README.vms
23005           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
23006           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
23007           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
23008           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
23009           !> pod/perlvar.pod thrdvar.h
23010 ____________________________________________________________________________
23011 [  8601] By: jhi                                   on 2001/01/30  04:38:35
23012         Log: Integrate changes #8036,8096,8253 from mainline:
23013              hints changes.
23014              
23015              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23016              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
23017              
23018              Output the (apparent) version of gcc in Tru64.
23019      Branch: maint-5.6/perl
23020           +> ext/POSIX/hints/svr4.pl
23021           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
23022           !> hints/svr4.sh t/lib/bigfltpm.t
23023 ____________________________________________________________________________
23024 [  8600] By: jhi                                   on 2001/01/30  04:04:01
23025         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
23026              locale fixes.
23027              
23028              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
23029              
23030              Debian allows /usr/bin/locale to exist without any locales. (7868)
23031              
23032              Allow the locale test needing POSIX and the taint test
23033              needing IPC::SysV to run under 'minitest' (basically,
23034              bail out if loading the extension fails). (8384)
23035              
23036              Cleanup the locale.t output  (8480)
23037      Branch: maint-5.6/perl
23038           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
23039           !> t/pragma/locale.t
23040 ____________________________________________________________________________
23041 [  8599] By: jhi                                   on 2001/01/30  03:51:04
23042         Log: Missing generated files from #8598.
23043      Branch: maint-5.6/perl
23044            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23045 ____________________________________________________________________________
23046 [  8598] By: jhi                                   on 2001/01/30  03:41:54
23047         Log: Integrate change #8555 from mainline, manually integrate parts
23048              of changes 8452 and 8583.
23049              
23050              Subject: [PATCH] utf8.c documentation (8452)
23051              
23052              No point in checking the length if the pointer is bogus. (8555)
23053              
23054              Introduce bytes_from_utf8() and implement sv_eq() using it,
23055              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
23056              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
23057              was malformed. (8583)
23058      Branch: maint-5.6/perl
23059            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
23060           !> pod/perlapi.pod sv.c utf8.c
23061 ____________________________________________________________________________
23062 [  8597] By: gsar                                  on 2001/01/30  02:37:26
23063         Log: get PERL_OBJECT build going again on windows
23064      Branch: maint-5.6/perl
23065            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23066            ! pod/perlapi.pod proto.h sv.c
23067 ____________________________________________________________________________
23068 [  8596] By: jhi                                   on 2001/01/30  02:16:17
23069         Log: Signedness nit.
23070      Branch: perl
23071            ! sv.c
23072 ____________________________________________________________________________
23073 [  8595] By: jhi                                   on 2001/01/30  02:11:07
23074         Log: EBCDIC patch for Storable, from Peter Prymmer.
23075      Branch: perl
23076            ! t/lib/st-06compat.t
23077 ____________________________________________________________________________
23078 [  8594] By: jhi                                   on 2001/01/30  01:04:48
23079         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
23080              From: Peter Prymmer <pvhp@forte.com>
23081              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
23082              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
23083      Branch: perl
23084            ! t/lib/b.t
23085 ____________________________________________________________________________
23086 [  8593] By: jhi                                   on 2001/01/30  00:56:47
23087         Log: Subject: [PATCH: perl@8585] pod problems in io
23088              From: Peter Prymmer <pvhp@forte.com>
23089              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
23090              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
23091      Branch: perl
23092            ! pod/perlapio.pod pod/perliol.pod
23093 ____________________________________________________________________________
23094 [  8592] By: jhi                                   on 2001/01/30  00:48:20
23095         Log: Integrate perlio.
23096      Branch: perl
23097           !> pod/perlapio.pod pod/perliol.pod
23098 ____________________________________________________________________________
23099 [  8591] By: nick                                  on 2001/01/29  22:02:28
23100         Log: GNU 'merge' Simon's copy of perliol.pod with version
23101              patched by Craig's patch.
23102      Branch: perlio
23103            ! pod/perliol.pod
23104 ____________________________________________________________________________
23105 [  8590] By: nick                                  on 2001/01/29  21:55:10
23106         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
23107      Branch: perlio
23108            ! pod/perlapio.pod pod/perliol.pod
23109 ____________________________________________________________________________
23110 [  8589] By: jhi                                   on 2001/01/29  15:35:33
23111         Log: Integrate change #8586 from maint-5.6/perl.
23112              
23113              make the BOM detection code not call tell() until it has to
23114              (meant to fix esoteric compatibility issues where PL_rsfp
23115              is overridden)
23116      Branch: perl
23117           !> toke.c
23118 ____________________________________________________________________________
23119 [  8588] By: jhi                                   on 2001/01/29  15:29:11
23120         Log: Subject: MAking Solaris malloc() the default
23121              From: Lupe Christoph <lupe@lupe-christoph.de>
23122              Date: Mon, 29 Jan 2001 12:59:36 +0100
23123              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
23124              
23125              The README.solaris part slightly tweaked.
23126      Branch: perl
23127            ! README.solaris hints/solaris_2.sh
23128 ____________________________________________________________________________
23129 [  8587] By: jhi                                   on 2001/01/29  15:17:34
23130         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
23131              From: root@ak-75.mind.de
23132              Date: Sun, 28 Jan 2001 20:32:29 +0100
23133              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
23134      Branch: perl
23135            ! pod/perlre.pod
23136 ____________________________________________________________________________
23137 [  8586] By: gsar                                  on 2001/01/29  13:43:44
23138         Log: make the BOM detection code not call tell() until it has to
23139              (meant to fix esoteric compatibility issues where PL_rsfp
23140              is overridden)
23141      Branch: maint-5.6/perl
23142            ! toke.c
23143 ____________________________________________________________________________
23144 [  8585] By: jhi                                   on 2001/01/28  20:05:45
23145         Log: Update Changes.
23146      Branch: perl
23147            ! Changes patchlevel.h
23148 ____________________________________________________________________________
23149 [  8584] By: jhi                                   on 2001/01/28  19:30:02
23150         Log: Integrate perlio.
23151      Branch: perl
23152           +> pod/perliol.pod
23153           !> MANIFEST pod/perlapio.pod
23154 ____________________________________________________________________________
23155 [  8583] By: jhi                                   on 2001/01/28  19:28:40
23156         Log: Patch from Inaba Hiroto:
23157              - canonical UTF-8 hash keys: if a key string for a hash is
23158              UTF8-on, try downgrade the string and use it if
23159              unicode::distinct is not in effect.
23160              For the task, I added a function bytes_from_utf8() to utf8.c.
23161              It might resemble utf8_to_bytes() but it is not convenient
23162              to the task.
23163              Made a test for it and added to t/op/each.t
23164              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
23165              the mortal copy of the argument SV.
23166              And changed t/io/utf8.t test 18 which expects print() to
23167              upgrade its argument.
23168              - re-implement sv_eq with bytes_from_utf8()
23169              - some bug fixes
23170              - tr/// does not handle UTF8 range (\x{}-\x{})
23171              - \ before raw UTF8 character produced
23172              "Malformed UTF-8 character" warning.
23173              - "\x{100}\N{CENT SIGN}" is Malformed.
23174              Added tests for these 3.
23175              - and one silly bug (by me) with qu operator.
23176      Branch: perl
23177            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
23178            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
23179            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
23180 ____________________________________________________________________________
23181 [  8582] By: nick                                  on 2001/01/28  19:25:04
23182         Log: Add pod/perliol.pod to MANIFEST :-(
23183      Branch: perlio
23184            ! MANIFEST
23185 ____________________________________________________________________________
23186 [  8581] By: nick                                  on 2001/01/28  19:22:40
23187         Log: PerlIO documentation. Proofing and sub-editing requested.
23188      Branch: perlio
23189            + pod/perliol.pod
23190            ! pod/perlapio.pod
23191 ____________________________________________________________________________
23192 [  8580] By: jhi                                   on 2001/01/28  05:16:25
23193         Log: Revert the change to sv_2pv() done by #8054: Someone who
23194              did SvNV_set() on a scalar that also happened to be POK,
23195              followed by sv_2pv() won't get the right coercion anymore.
23196              [Sarathy]
23197      Branch: maint-5.6/perl
23198            ! sv.c
23199 ____________________________________________________________________________
23200 [  8579] By: jhi                                   on 2001/01/28  05:15:04
23201         Log: Remove the #8084 effect: do not allow -Q to be interpreted
23202              as -&Q(), this is too much wiggle room.
23203      Branch: maint-5.6/perl
23204            ! toke.c
23205 ____________________________________________________________________________
23206 [  8578] By: jhi                                   on 2001/01/28  05:12:45
23207         Log: Needed bits of #8439 (should have been in #8576),
23208              mainly for lval substr().
23209      Branch: maint-5.6/perl
23210            ! mg.c pp.c pp_hot.c
23211 ____________________________________________________________________________
23212 [  8577] By: jhi                                   on 2001/01/28  05:02:46
23213         Log: A missing check-in.
23214      Branch: maint-5.6/perl
23215            ! utf8.c
23216 ____________________________________________________________________________
23217 [  8576] By: jhi                                   on 2001/01/28  04:26:18
23218         Log: Integrate changes #8425,8436,8439,8517 from mainline.
23219              The 8439 was not truly integrated because it had too many
23220              dependencies on the development branch and because it introduced
23221              concepts too bold for a maintenance branch (such as the qu operator).
23222              
23223              Subject: [PATCH perl@8342] -Wformat
23224              
23225              Tighten some of the UTF-8 tests a bit.
23226              
23227              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
23228              - The substr lval was still not okay.
23229              - Now pp_stringify and sv_setsv copies source's UTF8 flag
23230              even if IN_BYTE.  pp_stringify is called from fold_constants
23231              at optimization phase and "\x{100}" was made SvUTF8_off under
23232              use bytes (the bytes pragma is for "byte semantics" and not
23233              for "do not produce UTF8 data")
23234      Branch: maint-5.6/perl
23235            ! t/lib/charnames.t t/op/substr.t toke.c
23236           !> sv.c t/pragma/utf8.t
23237 ____________________________________________________________________________
23238 [  8575] By: jhi                                   on 2001/01/28  04:01:51
23239         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
23240              
23241              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
23242              
23243              Subject: [ID 20001230.003] UTF-8 tr still hurts
23244              
23245              Test cases for #8385 (from Simon's "torture.pl")
23246              
23247              Start fixing UTF-8 lval substr() (8405)
23248      Branch: maint-5.6/perl
23249           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
23250           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
23251 ____________________________________________________________________________
23252 [  8574] By: jhi                                   on 2001/01/28  03:09:06
23253         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
23254              from mainline.
23255              
23256              UTF-8 cleanup.
23257              
23258              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
23259              
23260              "\x{FF}\xFF" was broken.
23261              
23262              Tests for #8329 and #8330.
23263              
23264              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
23265              
23266              IRIX compiler noticed that the bof initialization might be
23267              bypassed by control flow.
23268              
23269              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
23270      Branch: maint-5.6/perl
23271           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23272           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
23273 ____________________________________________________________________________
23274 [  8573] By: jhi                                   on 2001/01/28  02:06:12
23275         Log: Retract #8552.
23276      Branch: perl
23277            ! lib/Text/Wrap.pm t/lib/textwrap.t
23278 ____________________________________________________________________________
23279 [  8572] By: jhi                                   on 2001/01/28  02:04:49
23280         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
23281              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
23282              not really integrated but instead salvaged by hand
23283              (they had too many dependencies on the development release
23284              to be cleanly integratable).
23285              
23286              Subject: more UTF8 test suites and an UTF8 patch
23287              
23288              Tweak for MULTIPLICITY/USE_PERLIO
23289              
23290              Signedness nit.
23291              
23292              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
23293              
23294              Use the UTF8_XXX macros in is_utf8_char().
23295              
23296              Rewrite pp_concat() in terms of sv_catsv().  The . operator
23297              should now be UTF-8-proof.
23298              
23299              Subject: [PATCH perl@8269] scanning two hex-constants
23300              fails on EBCDIC environment (script length.t)
23301              
23302              Add some Unicode chop() tests.
23303      Branch: maint-5.6/perl
23304            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
23305           !> sv.c t/op/chop.t utf8.h
23306 ____________________________________________________________________________
23307 [  8571] By: jhi                                   on 2001/01/28  00:35:59
23308         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
23309              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
23310              
23311              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
23312              
23313              The maxiters upper limit sanity check (guarding against
23314              non-progress) assumed bytes instead of characters in s///
23315              and split().
23316              
23317              Signedness nit.
23318              
23319              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
23320              join() should now be UTF-8-proof.
23321              
23322              More split // UTF-8 tests. (8250)
23323      Branch: maint-5.6/perl
23324           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
23325           !> util.c
23326 ____________________________________________________________________________
23327 [  8570] By: jhi                                   on 2001/01/27  22:15:46
23328         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
23329              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
23330              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
23331              8084,8204,8244,8333 from mainline.
23332              
23333              For -Q where Q might be a one-letter sub name one does no more
23334              get a warning about an unknown filetest (7941,7943,7944,8084).
23335              
23336              Subject: Re: [ID 20001130.011] expression parsing bug ?
23337              
23338              Make uv_to_utf8() to zero-terminate its output buffer.
23339              
23340              Split off t/op/length.t (7995)
23341              
23342              Split off t/op/utf8decode.t (7996)
23343              
23344              Remove an unnecessary 'use utf8' from the utf8.t (7998)
23345              
23346              Split off t/op/concat.t (8004)
23347              
23348              Split off t/op/ver.t (8005)
23349              
23350              Document utf8_length(), utf8_distance(), and utf8_hop().
23351              
23352              Document utf8_to_uv() better.
23353              
23354              Introduce macros for UTF8 decoding (8028,8033).
23355              
23356              Add test for reverse() (8030,8031).
23357              
23358              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
23359              
23360              Do not return the Unicode replacement character    on UTF-8
23361              decoding failure.
23362              
23363              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
23364              not this_utf8 i.e. the output string has one, but don't mess
23365              with source assumption. (8052,8053)
23366              
23367              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
23368              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
23369              was not expecting to be called with something that was already
23370              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
23371              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
23372              (8054)
23373              
23374              Recode the naughty binary bytes in utf8decode.t using the \xHH.
23375              
23376              Make some panic messages a bit more logical.
23377      Branch: maint-5.6/perl
23378           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
23379           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
23380           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
23381           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
23382           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
23383           !> utf8.c utf8.h
23384 ____________________________________________________________________________
23385 [  8569] By: jhi                                   on 2001/01/27  19:16:43
23386         Log: Integrate changes #7750 from perlio and #8566 from mainline.
23387      Branch: maint-5.6/perl
23388           !> regexec.c sv.c
23389 ____________________________________________________________________________
23390 [  8568] By: jhi                                   on 2001/01/27  18:06:51
23391         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
23392              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
23393              7935[-perlio.c],7936,7959,7965 from mainline.
23394              
23395              Change the "big byte" error message to "Wide character".
23396              (7355, the croak-if-wide-chars-in-print part ignored)
23397              
23398              Use UINT64_C().
23399              
23400              Introduce Perl_utf8_length().
23401              
23402              diff -se shows these as different (7753, forgotten check-ins)
23403              
23404              Subject: [PATCH] doop.c - UTF8 tr///
23405              
23406              If we use (aTHX_ ...) then put Perl_ on the front.
23407              
23408              Make utf8_length() and utf8_distance() to be less forgiving
23409              about bad UTF-8.
23410              
23411              Test line numbers are different with utf8.
23412              
23413              No need to scan till infinity, 13 is enough. (7872,7911)
23414              
23415              Subject: [PATCH] Tokeniser debugging
23416              
23417              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
23418              
23419              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
23420              
23421              Be more careful in Perl_sv_utf8_downgrade().
23422              
23423              Use DO_UTF8().
23424              
23425              Raw zero bytes in text files confuse at least GNU patch 2.1.
23426      Branch: maint-5.6/perl
23427           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
23428           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
23429           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
23430           !> t/pragma/utf8.t toke.c utf8.c utf8.h
23431 ____________________________________________________________________________
23432 [  8567] By: nick                                  on 2001/01/27  11:10:38
23433         Log: Integrate mainline
23434      Branch: perlio
23435           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
23436           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
23437           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
23438           !> toke.c
23439 ____________________________________________________________________________
23440 [  8566] By: jhi                                   on 2001/01/27  06:22:48
23441         Log: More documentation for the regexp context stack.
23442      Branch: perl
23443            ! regexec.c
23444 ____________________________________________________________________________
23445 [  8565] By: jhi                                   on 2001/01/27  05:21:57
23446         Log: Update Changes.
23447      Branch: perl
23448            ! Changes patchlevel.h
23449 ____________________________________________________________________________
23450 [  8564] By: jhi                                   on 2001/01/27  04:44:04
23451         Log: Threadedness patch for #8562 from Doug MacEachern.
23452      Branch: perl
23453            ! toke.c
23454 ____________________________________________________________________________
23455 [  8563] By: jhi                                   on 2001/01/27  04:26:24
23456         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23457              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23458              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
23459              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
23460      Branch: perl
23461            ! op.c
23462 ____________________________________________________________________________
23463 [  8562] By: jhi                                   on 2001/01/27  04:20:30
23464         Log: Subject: Re: Announce : Tokener reporting patch
23465              From: Simon Cozens <simon@cozens.net>
23466              Date: Mon, 22 Jan 2001 02:17:22 +0000
23467              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
23468      Branch: perl
23469            ! embed.h embed.pl proto.h toke.c
23470 ____________________________________________________________________________
23471 [  8561] By: jhi                                   on 2001/01/27  04:17:24
23472         Log: Forgot from #8545.  Oops.
23473      Branch: perl
23474            ! pp.c t/pragma/overload.t
23475 ____________________________________________________________________________
23476 [  8560] By: jhi                                   on 2001/01/27  03:01:47
23477         Log: A better module compilation test, use MANIFEST as suggested
23478              by Spider.
23479      Branch: perl
23480            ! t/lib/1_compile.t
23481 ____________________________________________________________________________
23482 [  8559] By: jhi                                   on 2001/01/27  02:50:48
23483         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
23484              From: Peter Prymmer <pvhp@forte.com>
23485              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
23486              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
23487      Branch: perl
23488            ! t/lib/b.t
23489 ____________________________________________________________________________
23490 [  8558] By: jhi                                   on 2001/01/27  02:27:05
23491         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
23492              From: Peter Prymmer <pvhp@forte.com>
23493              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
23494              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
23495      Branch: perl
23496            ! t/pragma/sub_lval.t
23497 ____________________________________________________________________________
23498 [  8557] By: jhi                                   on 2001/01/27  02:26:03
23499         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
23500              From: Peter Prymmer <pvhp@forte.com>
23501              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
23502              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
23503      Branch: perl
23504            ! t/lib/st-06compat.t
23505 ____________________________________________________________________________
23506 [  8556] By: jhi                                   on 2001/01/27  02:24:33
23507         Log: Subject: [PATCH: perl@8531] minor update to README.os390
23508              From: Peter Prymmer <pvhp@forte.com>
23509              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
23510              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
23511      Branch: perl
23512            ! README.os390
23513 ____________________________________________________________________________
23514 [  8555] By: jhi                                   on 2001/01/27  00:35:47
23515         Log: No point in checking the length before we know whether the pointer
23516              is bogus or not, fixes Abigail's odbm failures in Linux.
23517      Branch: perl
23518            ! sv.c
23519 ____________________________________________________________________________
23520 [  8554] By: nick                                  on 2001/01/26  19:01:31
23521         Log: Integrate mainline
23522      Branch: perlio
23523           !> lib/Text/Wrap.pm t/lib/textwrap.t
23524 ____________________________________________________________________________
23525 [  8553] By: jhi                                   on 2001/01/26  15:19:39
23526         Log: Integrate change #7792 from perlio (multiplicity fix),
23527              fix the AV leak in regex DEBUGGING (tiny part of the
23528              polymorphic regexp patch #8143).
23529      Branch: maint-5.6/perl
23530            ! regcomp.c
23531           !> scope.h
23532 ____________________________________________________________________________
23533 [  8552] By: jhi                                   on 2001/01/26  15:03:23
23534         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
23535              From: Michael G Schwern <schwern@pobox.com>
23536              Date: Fri, 26 Jan 2001 09:28:31 -0500
23537              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
23538      Branch: perl
23539            ! lib/Text/Wrap.pm t/lib/textwrap.t
23540 ____________________________________________________________________________
23541 [  8551] By: jhi                                   on 2001/01/26  02:33:19
23542         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
23543              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
23544              
23545              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23546              
23547              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23548              
23549              Message nit.
23550              
23551              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
23552              
23553              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
23554              
23555              (the cleanup of unused submatches in regtry() and regcppop())
23556              
23557              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
23558              stored and restored, and thusly was trounced by the utf8 swash
23559              routines.
23560              
23561              use utf8 not required to use \x{}.
23562              
23563              Removed two more tests that make no sense in UTF-8 since the test
23564              data is not in UTF-8.
23565              
23566              Get the three different space character classes right under utf8.
23567              
23568              Implement ANYOFUTF8 regprop() dumping.
23569              
23570              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
23571              
23572              Document the regex context pushing/popping a bit better.
23573      Branch: maint-5.6/perl
23574           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
23575           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
23576           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
23577           !> t/op/regmesg.t utf8.c
23578 ____________________________________________________________________________
23579 [  8550] By: nick                                  on 2001/01/25  19:42:30
23580         Log: Integrate mainline
23581      Branch: perlio
23582           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
23583           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
23584           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
23585           !> t/lib/bigint.t t/lib/bigintpm.t
23586 ____________________________________________________________________________
23587 [  8549] By: jhi                                   on 2001/01/25  15:22:28
23588         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
23589      Branch: maint-5.6/perl
23590            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
23591 ____________________________________________________________________________
23592 [  8548] By: jhi                                   on 2001/01/25  15:02:55
23593         Log: Integrate changes #7997,8063,8492,8547 from mainline.
23594              
23595              Subject: Re: STRLEN - what?
23596              
23597              Subject: [PATCH] perlguts.pod
23598              
23599              Memory management calls documentation.
23600              
23601              Layout using tabulator is not a good idea in a pod.
23602      Branch: maint-5.6/perl
23603           !> pod/perlguts.pod
23604 ____________________________________________________________________________
23605 [  8547] By: jhi                                   on 2001/01/25  14:49:05
23606         Log: Layout using tabulator is not a good idea in a pod.
23607      Branch: perl
23608            ! pod/perlguts.pod
23609 ____________________________________________________________________________
23610 [  8546] By: jhi                                   on 2001/01/25  14:31:12
23611         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
23612              from mainline.
23613              
23614              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23615              
23616              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
23617              
23618              More Win32 editor/IDE/shell hints.
23619              
23620              More Win32 Perling.
23621              
23622              Yet another editor edit.
23623              
23624              Edit edit edit.
23625              
23626              IDE/editor section tweaking.
23627              
23628              Few more IDE/editor nits from p5p.
23629      Branch: maint-5.6/perl
23630           !> pod/perlfaq3.pod
23631 ____________________________________________________________________________
23632 [  8545] By: jhi                                   on 2001/01/25  04:16:32
23633         Log: Subject: [PATCH 5.7.0] overload int()
23634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23635              Date: Wed, 24 Jan 2001 19:06:57 -0500
23636              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
23637      Branch: perl
23638            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
23639            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
23640            ! t/lib/bigintpm.t
23641 ____________________________________________________________________________
23642 [  8544] By: jhi                                   on 2001/01/25  04:15:11
23643         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
23644              From: Peter Prymmer <pvhp@forte.com>
23645              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
23646              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
23647      Branch: perl
23648            ! Makefile.SH README.os390 hints/os390.sh installperl
23649 ____________________________________________________________________________
23650 [  8543] By: jhi                                   on 2001/01/25  03:52:08
23651         Log: Integrate change #8462,8469 from mainline.
23652              
23653              In VMS Perl subversion (perl -V) is undef.
23654      Branch: maint-5.6/perl
23655           !> configure.com
23656 ____________________________________________________________________________
23657 [  8542] By: jhi                                   on 2001/01/25  03:44:55
23658         Log: Integrate changes #7835,7850,8315,8316 from mainline.
23659              
23660              Solaris hints.
23661      Branch: maint-5.6/perl
23662           !> hints/solaris_2.sh
23663 ____________________________________________________________________________
23664 [  8541] By: jhi                                   on 2001/01/25  03:39:28
23665         Log: Integrate #8336 from mainline.
23666      Branch: maint-5.6/perl
23667           !> hv.c
23668 ____________________________________________________________________________
23669 [  8540] By: jhi                                   on 2001/01/25  03:23:50
23670         Log: Retract #8539.
23671      Branch: maint-5.6/perl
23672            ! pod/perlfaq3.pod
23673 ____________________________________________________________________________
23674 [  8539] By: jhi                                   on 2001/01/25  03:21:55
23675         Log: (Retracted by #5940.)
23676      Branch: maint-5.6/perl
23677            ! pod/perlfaq3.pod
23678 ____________________________________________________________________________
23679 [  8538] By: jhi                                   on 2001/01/25  03:14:07
23680         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
23681              From: Peter Prymmer <pvhp@forte.com>
23682              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
23683              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
23684              
23685              The VMS bits.
23686      Branch: maint-5.6/perl
23687            ! configure.com vms/descrip_mms.template
23688 ____________________________________________________________________________
23689 [  8537] By: jhi                                   on 2001/01/25  03:06:09
23690         Log: Integrate #7710,7824,7973 from mainline.
23691      Branch: maint-5.6/perl
23692           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23693           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
23694           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
23695           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23696           !> win32/config.gc win32/config.vc
23697 ____________________________________________________________________________
23698 [  8536] By: jhi                                   on 2001/01/24  13:50:20
23699         Log: Revert the edits made by me so far to the 5.6 branch since
23700              the TRIAL1 since I did edits when I should have been using
23701              integrates.  Bad programmer.   (Will integrate them properly later.)
23702              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
23703              The #8353 will not be reapplied at least for now since
23704              the UTF-8 hash keys need more thinking.
23705              (The patches #8347, #8354, #8454, #8473 were okay since they
23706              were original edits made specifically for the 5.6.1-TRIAL1.)
23707      Branch: maint-5.6/perl
23708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23709            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
23710            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
23711            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
23712            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
23713            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23714            ! win32/config.bc win32/config.gc win32/config.vc
23715 ____________________________________________________________________________
23716 [  8535] By: bailey                                on 2001/01/24  06:37:02
23717         Log: SYN SYN
23718      Branch: vmsperl
23719           +> (branch 26 files)
23720           !> (integrate 130 files)
23721 ____________________________________________________________________________
23722 [  8534] By: nick                                  on 2001/01/23  19:30:57
23723         Log: Integrate mainline.
23724      Branch: perlio
23725           !> Changes Configure Porting/Glossary Porting/config.sh
23726           !> Porting/config_H embed.h embed.pl ext/Encode/compile
23727           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
23728           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
23729           !> pod/perlvar.pod proto.h t/lib/1_compile.t
23730 ____________________________________________________________________________
23731 [  8533] By: jhi                                   on 2001/01/23  16:15:46
23732         Log: Forgotten from #8501.
23733      Branch: perl
23734            ! Porting/Glossary Porting/config.sh Porting/config_H
23735 ____________________________________________________________________________
23736 [  8532] By: jhi                                   on 2001/01/23  16:13:27
23737         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
23738              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23739              Date: Mon, 22 Jan 2001 17:51:58 +0100
23740              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
23741      Branch: perl
23742            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
23743 ____________________________________________________________________________
23744 [  8531] By: jhi                                   on 2001/01/23  15:46:01
23745         Log: Update Changes.
23746      Branch: perl
23747            ! Changes patchlevel.h
23748 ____________________________________________________________________________
23749 [  8530] By: jhi                                   on 2001/01/23  15:38:39
23750         Log: De-cut-and-pasto.
23751      Branch: perl
23752            ! t/lib/1_compile.t
23753 ____________________________________________________________________________
23754 [  8529] By: jhi                                   on 2001/01/23  15:11:04
23755         Log: Document the mkdir trailing slashes case.
23756      Branch: perl
23757            ! pod/perlfunc.pod
23758 ____________________________________________________________________________
23759 [  8528] By: jhi                                   on 2001/01/23  15:08:28
23760         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
23761              get installed:
23762              
23763              Subject: lib/lib.pm
23764              From: <abigail@foad.org>
23765              Date: Mon, 28 Aug 2000 20:35:08 -0400
23766              Message-ID: <20000829003508.21281.qmail@foad.org>
23767      Branch: perl
23768            ! installperl
23769 ____________________________________________________________________________
23770 [  8527] By: jhi                                   on 2001/01/23  14:44:04
23771         Log: Metaconfig unit change for #8526.
23772      Branch: metaconfig
23773            ! U/threads/archname.U
23774 ____________________________________________________________________________
23775 [  8526] By: jhi                                   on 2001/01/23  14:43:19
23776         Log: Attach -perlio to the archname if so selected.
23777      Branch: perl
23778            ! Configure
23779 ____________________________________________________________________________
23780 [  8525] By: jhi                                   on 2001/01/23  14:24:01
23781         Log: Subject: [PATCH] pod/perlvar.pod
23782              From: abigail@foad.org
23783              Date: Tue, 23 Jan 2001 01:41:10 +0100
23784              Message-ID: <20010123004110.22259.qmail@foad.org>
23785      Branch: perl
23786            ! pod/perlvar.pod
23787 ____________________________________________________________________________
23788 [  8524] By: jhi                                   on 2001/01/23  14:22:32
23789         Log: A bug introduced in #8217 (the undefined variable in the
23790              lib/safe1_t #3) fixed, by Charles Lane:
23791              
23792              The earlier patch made it so that stuff running in Safe
23793              compartments could do a "caller" and see "main".  That
23794              little change in name is done right before the code in
23795              the compartment is run, and apparantly the parser
23796              was picking up the stash name before it got changed.
23797              
23798              (why it was threaded vs. unthreaded Perl that was sensitive to this
23799              I still don't know...and it probably doesn't matter).
23800              
23801              I tryed removing the stash name-change and saw that threaded Perl
23802              did indeed pass the lib/safe1.t tests.
23803              
23804              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
23805              do the name change (and to connect _ in the compartment to the global
23806              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
23807              to call _safe_pkg_prep when creating a new compartment.
23808              
23809              Passes all tests with threaded perl on linux; passes all tests
23810              with unthreaded perl on VMS.
23811              
23812              At some point I'll probably want to revisit Safe and Opcode to
23813              provide more sensible handling of global variables...and to get
23814              formats working in Safe compartments, which they don't do currently.
23815      Branch: perl
23816            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
23817 ____________________________________________________________________________
23818 [  8523] By: jhi                                   on 2001/01/23  14:11:58
23819         Log: Also the lib/Thread.pm itself needs to be ignored if
23820              the Thread extension hasn't been built.
23821      Branch: perl
23822            ! t/lib/1_compile.t
23823 ____________________________________________________________________________
23824 [  8522] By: jhi                                   on 2001/01/23  13:51:28
23825         Log: print() instead of warn() so that stderr doesn't get
23826              unncessarily polluted.
23827      Branch: perl
23828            ! ext/Encode/compile
23829 ____________________________________________________________________________
23830 [  8521] By: jhi                                   on 2001/01/23  13:49:48
23831         Log: Integrate perlio.
23832      Branch: perl
23833           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
23834           !> ext/Encode/encode.h
23835 ____________________________________________________________________________
23836 [  8520] By: nick                                  on 2001/01/22  21:44:00
23837         Log: More messing with Encode:
23838              Extra fields in header to allow multiple names and to record
23839              other things "compile" knows.
23840              Re-organise compile to factor out common output routines.
23841      Branch: perlio
23842            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
23843 ____________________________________________________________________________
23844 [  8519] By: nick                                  on 2001/01/22  20:33:50
23845         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
23846      Branch: perlio
23847            ! ext/Encode/Makefile.PL ext/Encode/compile
23848 ____________________________________________________________________________
23849 [  8518] By: nick                                  on 2001/01/22  20:28:13
23850         Log: Integrate mainline
23851      Branch: perlio
23852           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
23853           !> vos/config.alpha.def vos/config.alpha.h
23854 ____________________________________________________________________________
23855 [  8517] By: jhi                                   on 2001/01/22  15:37:17
23856         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
23857              by Inaba Hiroto.
23858      Branch: perl
23859            ! sv.c
23860 ____________________________________________________________________________
23861 [  8516] By: jhi                                   on 2001/01/22  14:55:15
23862         Log: More SIG_SIZE fixes.
23863      Branch: perl
23864            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
23865 ____________________________________________________________________________
23866 [  8515] By: jhi                                   on 2001/01/22  14:50:27
23867         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23868              From: "Craig A. Berry" <craigberry@mac.com>
23869              Date: Mon, 22 Jan 2001 00:42:24 -0600
23870              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
23871      Branch: perl
23872            ! configure.com
23873 ____________________________________________________________________________
23874 [  8514] By: jhi                                   on 2001/01/22  14:31:17
23875         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
23876              From: "Craig A. Berry" <craigberry@mac.com>
23877              Date: Sun, 21 Jan 2001 23:03:25 -0600
23878              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
23879      Branch: perl
23880            ! configure.com
23881 ____________________________________________________________________________
23882 [  8513] By: jhi                                   on 2001/01/22  14:14:00
23883         Log: Add the .ucm encoding tables to the MANIFEST.
23884      Branch: perl
23885            ! MANIFEST
23886 ____________________________________________________________________________
23887 [  8512] By: jhi                                   on 2001/01/22  13:43:33
23888         Log: Integrate perlio.
23889      Branch: perl
23890           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23891           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23892           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23893           +> ext/Encode/Encode/iso8859-10.ucm
23894           +> ext/Encode/Encode/iso8859-13.ucm
23895           +> ext/Encode/Encode/iso8859-14.ucm
23896           +> ext/Encode/Encode/iso8859-15.ucm
23897           +> ext/Encode/Encode/iso8859-16.ucm
23898           +> ext/Encode/Encode/iso8859-2.ucm
23899           +> ext/Encode/Encode/iso8859-3.ucm
23900           +> ext/Encode/Encode/iso8859-4.ucm
23901           +> ext/Encode/Encode/iso8859-5.ucm
23902           +> ext/Encode/Encode/iso8859-6.ucm
23903           +> ext/Encode/Encode/iso8859-7.ucm
23904           +> ext/Encode/Encode/iso8859-8.ucm
23905           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23906           +> ext/Encode/Encode/symbol.ucm
23907           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
23908           !> perliol.h
23909 ____________________________________________________________________________
23910 [  8511] By: nick                                  on 2001/01/21  23:44:47
23911         Log: Make "real" layers of ":utf8" and ":raw".
23912              So now PERLIO=utf8 perl ...
23913              does what Andreas wanted.
23914              Fix arg passing in open.pm (still have a Carp issue).
23915      Branch: perlio
23916            ! lib/open.pm perlio.c perliol.h
23917 ____________________________________________________________________________
23918 [  8510] By: jhi                                   on 2001/01/21  22:56:53
23919         Log: Document the regex context pushing/popping a bit better.
23920      Branch: perl
23921            ! regexec.c
23922 ____________________________________________________________________________
23923 [  8509] By: jhi                                   on 2001/01/21  22:55:44
23924         Log: Tweak the mkdir trailing slash code some more.
23925              
23926              TO DO: the same handling should probably be done for
23927              all the other filesystem functions that can have directories
23928              as their arguments.
23929      Branch: perl
23930            ! pp_sys.c
23931 ____________________________________________________________________________
23932 [  8508] By: nick                                  on 2001/01/21  21:37:43
23933         Log: Switch "compiled in" encodings to .ucm format.
23934              (Leave others as .enc till we can run-time load .ucm,
23935              or find some other way to load them.)
23936      Branch: perlio
23937            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23938            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23939            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23940            + ext/Encode/Encode/iso8859-10.ucm
23941            + ext/Encode/Encode/iso8859-13.ucm
23942            + ext/Encode/Encode/iso8859-14.ucm
23943            + ext/Encode/Encode/iso8859-15.ucm
23944            + ext/Encode/Encode/iso8859-16.ucm
23945            + ext/Encode/Encode/iso8859-2.ucm
23946            + ext/Encode/Encode/iso8859-3.ucm
23947            + ext/Encode/Encode/iso8859-4.ucm
23948            + ext/Encode/Encode/iso8859-5.ucm
23949            + ext/Encode/Encode/iso8859-6.ucm
23950            + ext/Encode/Encode/iso8859-7.ucm
23951            + ext/Encode/Encode/iso8859-8.ucm
23952            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23953            + ext/Encode/Encode/symbol.ucm
23954            ! ext/Encode/Makefile.PL ext/Encode/compile
23955 ____________________________________________________________________________
23956 [  8507] By: nick                                  on 2001/01/21  21:02:03
23957         Log: Integrate (partial) mainline.
23958      Branch: perlio
23959           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
23960           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
23961           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23962 ____________________________________________________________________________
23963 [  8506] By: jhi                                   on 2001/01/21  20:09:30
23964         Log: Update Changes.
23965      Branch: perl
23966            ! Changes patchlevel.h
23967 ____________________________________________________________________________
23968 [  8505] By: jhi                                   on 2001/01/21  19:39:59
23969         Log: Subject: Minor typos in perlfaq2.pod
23970              From: "Stephen P. Potter" <spp@spotter.yi.org>
23971              Message-Id: <200101192101.QAA11911@spotter.yi.org>
23972              Date: Fri, 19 Jan 2001 16:01:13 -0500
23973              
23974              with a nit from Philip Netwon.
23975      Branch: perl
23976            ! pod/perlfaq2.pod
23977 ____________________________________________________________________________
23978 [  8504] By: jhi                                   on 2001/01/21  19:33:05
23979         Log: Metaconfig change for #8503.
23980      Branch: metaconfig
23981            ! U/threads/usethreads.U
23982 ____________________________________________________________________________
23983 [  8503] By: jhi                                   on 2001/01/21  19:32:21
23984         Log: Sanity check for conflicting thread flavours.
23985      Branch: perl
23986            ! Configure config_h.SH
23987 ____________________________________________________________________________
23988 [  8502] By: jhi                                   on 2001/01/21  19:23:00
23989         Log: Metaconfig change for #8501.
23990      Branch: metaconfig
23991            ! U/modified/sig_name.U
23992 ____________________________________________________________________________
23993 [  8501] By: jhi                                   on 2001/01/21  19:22:26
23994         Log: The SIG_SIZE is the number of the elements *excluding*
23995              the terminating NULL.
23996      Branch: perl
23997            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
23998            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
23999            ! win32/config_H.vc
24000 ____________________________________________________________________________
24001 [  8500] By: jhi                                   on 2001/01/21  18:31:31
24002         Log: Integrate perlio.
24003      Branch: perl
24004           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
24005           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
24006           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
24007           !> pp_sys.c proto.h sv.c
24008 ____________________________________________________________________________
24009 [  8499] By: jhi                                   on 2001/01/21  17:43:57
24010         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
24011              From: Hugo <hv@crypt.compulink.co.uk>
24012              Date: Sun, 21 Jan 2001 13:34:05 +0000
24013              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
24014              
24015              In sprintf UTF8ize only if necessary.
24016      Branch: perl
24017            ! sv.c
24018 ____________________________________________________________________________
24019 [  8498] By: nick                                  on 2001/01/21  16:25:32
24020         Log: Encode cleanup.
24021              Add command line control over "compile" so that Makefile.PL
24022              needs can be combined with other uses.
24023              Use command line options in Makefile.PL.
24024              Fix multi-byte parsing in .ucm files.
24025      Branch: perlio
24026            ! ext/Encode/Makefile.PL ext/Encode/compile
24027 ____________________________________________________________________________
24028 [  8497] By: nick                                  on 2001/01/21  12:56:27
24029         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
24030      Branch: perlio
24031            ! ext/Encode/Encode.xs
24032 ____________________________________________________________________________
24033 [  8496] By: nick                                  on 2001/01/21  12:18:45
24034         Log: Fixup after integrate:
24035              missed the .sym files that are changed by regen_headers
24036              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
24037      Branch: perlio
24038            ! global.sym pp.sym sv.c
24039 ____________________________________________________________________________
24040 [  8495] By: nick                                  on 2001/01/21  11:51:07
24041         Log: Integrate mainline.
24042      Branch: perlio
24043           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
24044           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
24045           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
24046           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
24047           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
24048           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
24049           !> win32/Makefile win32/makefile.mk
24050 ____________________________________________________________________________
24051 [  8494] By: jhi                                   on 2001/01/20  23:12:11
24052         Log: Forgot the expect_number() prototype.
24053      Branch: perl
24054            ! embed.h embed.pl proto.h
24055 ____________________________________________________________________________
24056 [  8493] By: jhi                                   on 2001/01/20  22:56:39
24057         Log: Subject: [PATCH: perl@8482] README.vms URL updates
24058              From: Peter Prymmer <pvhp@forte.com>
24059              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
24060              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
24061              
24062              Plus Craig A. Berry's suggestion to use compaq.com instead
24063              of digital.com.
24064      Branch: perl
24065            ! README.vms
24066 ____________________________________________________________________________
24067 [  8492] By: jhi                                   on 2001/01/20  22:50:05
24068         Log: Memory management calls documentation.
24069      Branch: perl
24070            ! pod/perlguts.pod
24071 ____________________________________________________________________________
24072 [  8491] By: jhi                                   on 2001/01/20  22:38:33
24073         Log: Signedness nit plus few memcpy/Copy nits.
24074      Branch: perl
24075            ! sv.c
24076 ____________________________________________________________________________
24077 [  8490] By: jhi                                   on 2001/01/20  22:25:53
24078         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24079              From: Peter Prymmer <pvhp@forte.com>
24080              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
24081              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
24082      Branch: perl
24083            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24084 ____________________________________________________________________________
24085 [  8489] By: jhi                                   on 2001/01/20  22:24:41
24086         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
24087              From: Peter Prymmer <pvhp@forte.com>
24088              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
24089              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
24090      Branch: perl
24091            ! win32/Makefile win32/makefile.mk
24092 ____________________________________________________________________________
24093 [  8488] By: jhi                                   on 2001/01/20  22:22:27
24094         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
24095              From: Peter Prymmer <pvhp@forte.com>
24096              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
24097              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
24098      Branch: perl
24099            ! Makefile.SH
24100 ____________________________________________________________________________
24101 [  8487] By: jhi                                   on 2001/01/20  22:21:18
24102         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
24103              From: Peter Prymmer <pvhp@forte.com>
24104              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
24105              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
24106      Branch: perl
24107            + ext/DynaLoader/dl_dllload.xs
24108            ! MANIFEST Makefile.SH hints/os390.sh
24109 ____________________________________________________________________________
24110 [  8486] By: jhi                                   on 2001/01/20  22:17:53
24111         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
24112              From: Peter Prymmer <pvhp@forte.com>
24113              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
24114              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
24115      Branch: perl
24116            ! README.os390 README.posix-bc
24117 ____________________________________________________________________________
24118 [  8485] By: jhi                                   on 2001/01/20  20:15:30
24119         Log: Document and test the new qu operator.
24120      Branch: perl
24121            + t/op/qu.t
24122            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24123            ! pod/perlretut.pod pod/perlunicode.pod
24124 ____________________________________________________________________________
24125 [  8484] By: nick                                  on 2001/01/20  19:42:30
24126         Log: Infrastructure to allow:
24127              open($fh,"|-",@array);
24128              to be implemented
24129              i.e. mark pp_open as needing a stack mark, and make pp_open
24130              process its args in that style (and pass them _all_ to tied handles OPEN).
24131              Invent do_openn() which takes SV ** at allow it to see multiple args.
24132              Note this does not _do_ anything yet.
24133      Branch: perlio
24134            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
24135            ! perlapi.c pp_proto.h pp_sys.c proto.h
24136 ____________________________________________________________________________
24137 [  8483] By: nick                                  on 2001/01/20  17:23:14
24138         Log: Integrate mainline.
24139      Branch: perlio
24140           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
24141           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
24142 ____________________________________________________________________________
24143 [  8482] By: jhi                                   on 2001/01/19  15:37:49
24144         Log: Update Changes.
24145      Branch: perl
24146            ! Changes patchlevel.h
24147 ____________________________________________________________________________
24148 [  8481] By: jhi                                   on 2001/01/19  14:41:24
24149         Log: Subject: Re: new feature: s?printf parameter reordering 
24150              From: Hugo <hv@crypt.compulink.co.uk>
24151              Date: Thu, 11 Jan 2001 17:09:03 +0000
24152              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
24153              
24154              - support reordering for all parameters: %, *v, *, .*
24155              - lay down that the reordering specification must immediately
24156              follow that parameter: %3$, *v3$, *3$, .*3$
24157              - fix vectorisation of a zero-length string
24158              - factor out the code choosing the argument to format
24159              
24160              Possibly unwanted side-effects:
24161              - the special format specifiers ' +-0' must now precede any
24162              vectorisation specifier. Tests in op/sprintf and op/ver
24163              have been changed to reflect this.
24164              - sprintf.t test #214 changed its expectations because in many
24165              cases, the next parameter has already been consumed when an
24166              invalid type letter is detected.
24167              
24168              Probably wanted side-effects:
24169              - attempts to format a non-existent parameter will warn as if C<undef>
24170              - attempt to write to non-existent parameter with '%n' will complain
24171              of "attempt to modify read-only value" instead of being silent
24172      Branch: perl
24173            ! sv.c t/op/sprintf.t t/op/ver.t
24174 ____________________________________________________________________________
24175 [  8480] By: jhi                                   on 2001/01/19  14:08:37
24176         Log: Subject: PATCH pragma/locale.t
24177              From: andreas.koenig@anima.de (Andreas J. Koenig)
24178              Date: 18 Jan 2001 09:45:37 +0100
24179              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
24180      Branch: perl
24181            ! t/pragma/locale.t
24182 ____________________________________________________________________________
24183 [  8479] By: jhi                                   on 2001/01/19  13:19:58
24184         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
24185      Branch: perl
24186            ! configure.com
24187 ____________________________________________________________________________
24188 [  8478] By: jhi                                   on 2001/01/19  02:12:35
24189         Log: Automate 1_compile.t.
24190      Branch: perl
24191            ! t/lib/1_compile.t
24192 ____________________________________________________________________________
24193 [  8477] By: jhi                                   on 2001/01/19  01:49:56
24194         Log: Integrate perlio.
24195      Branch: perl
24196           !> sv.c win32/config.bc win32/config.gc win32/config.vc
24197           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24198 ____________________________________________________________________________
24199 [  8476] By: nick                                  on 2001/01/18  21:51:52
24200         Log: Integrate mainline
24201      Branch: perlio
24202           +> t/lib/1_compile.t t/lib/compmod.pl
24203           !> MANIFEST configure.com lib/unicode/distinct.pm
24204 ____________________________________________________________________________
24205 [  8475] By: nick                                  on 2001/01/18  21:48:02
24206         Log: Win32 "safe signals" co-existance fix.
24207              Fix SIG_SIZE value.
24208              Clear PL_sig_pending when cloning (fork).
24209      Branch: perlio
24210            ! sv.c win32/config.bc win32/config.gc win32/config.vc
24211            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24212 ____________________________________________________________________________
24213 [  8474] By: jhi                                   on 2001/01/18  14:40:57
24214         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
24215      Branch: perl
24216            ! t/lib/1_compile.t
24217 ____________________________________________________________________________
24218 [  8473] By: gsar                                  on 2001/01/18  11:42:31
24219         Log: unsubmitted trial1 change
24220      Branch: maint-5.6/perl
24221            ! Changes
24222 ____________________________________________________________________________
24223 [  8472] By: jhi                                   on 2001/01/18  04:30:24
24224         Log: The first bug found by 1_compile.t.
24225      Branch: perl
24226            ! lib/unicode/distinct.pm
24227 ____________________________________________________________________________
24228 [  8471] By: jhi                                   on 2001/01/18  04:29:42
24229         Log: Add Schwern's 1_compile test.  The compile_module script renamed
24230              to be a bit shorter for the 8.3 people.
24231      Branch: perl
24232            + t/lib/1_compile.t t/lib/compmod.pl
24233            ! MANIFEST
24234 ____________________________________________________________________________
24235 [  8470] By: jhi                                   on 2001/01/18  04:16:00
24236         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)
24237              From: Peter Prymmer <pvhp@forte.com>
24238              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24239              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24240              Replace #8463.
24241      Branch: maint-5.6/perl
24242            ! configure.com
24243 ____________________________________________________________________________
24244 [  8469] By: jhi                                   on 2001/01/18  04:13:02
24245         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)
24246              From: Peter Prymmer <pvhp@forte.com>
24247              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24248              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24249              Replace #8462.
24250      Branch: perl
24251            ! configure.com
24252 ____________________________________________________________________________
24253 [  8468] By: jhi                                   on 2001/01/18  03:42:08
24254         Log: Integrate perlio.
24255      Branch: perl
24256           !> gv.c mg.c perlio.c util.c
24257 ____________________________________________________________________________
24258 [  8467] By: nick                                  on 2001/01/17  22:41:10
24259         Log: "Safe" signals - trial implementation.
24260              gv.c tweaked to zero PL_sig_pend array
24261              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
24262              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
24263              Odd thing is that it "works" with PERLIO=stdio as well (linux).
24264      Branch: perlio
24265            ! gv.c mg.c perlio.c util.c
24266 ____________________________________________________________________________
24267 [  8466] By: nick                                  on 2001/01/17  20:40:20
24268         Log: Integrate mainline.
24269      Branch: perlio
24270           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24271           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24272           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
24273           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24274           !> vos/config.ga.h win32/config.bc win32/config.gc
24275           !> win32/config.vc
24276 ____________________________________________________________________________
24277 [  8465] By: jhi                                   on 2001/01/17  18:37:13
24278         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24279              From: Nicholas Clark <nick@ccl4.org>
24280              Date: Wed, 17 Jan 2001 17:31:33 +0000
24281              Message-ID: <20010117173133.I2633@plum.flirble.org>
24282      Branch: perl
24283            ! t/op/int.t
24284 ____________________________________________________________________________
24285 [  8464] By: jhi                                   on 2001/01/17  14:43:17
24286         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24287              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24288              Date: Wed, 17 Jan 2001 15:16:43 +0100
24289              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
24290              
24291              pp_int() was dropping an NV to the floor,
24292              int(279964589018079/59) either returned not an integer
24293              4745162525730.15, or one got "Attempt to free unreferenced scalar."
24294      Branch: perl
24295            ! pp.c
24296 ____________________________________________________________________________
24297 [  8463] By: jhi                                   on 2001/01/17  06:12:42
24298         Log: (Replaced by #8470)
24299              
24300              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)
24301              From: "Craig A. Berry" <craigberry@mac.com>
24302              Date: Tue, 16 Jan 2001 23:38:46 -0600
24303              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24304      Branch: maint-5.6/perl
24305            ! configure.com
24306 ____________________________________________________________________________
24307 [  8462] By: jhi                                   on 2001/01/17  06:11:31
24308         Log: (Replaced by #8469)
24309              
24310              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)
24311              From: "Craig A. Berry" <craigberry@mac.com>
24312              Date: Tue, 16 Jan 2001 23:38:46 -0600
24313              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24314      Branch: perl
24315            ! configure.com
24316 ____________________________________________________________________________
24317 [  8461] By: jhi                                   on 2001/01/17  05:56:12
24318         Log: Allow for one trailing slash in the directory of mkdir().
24319      Branch: perl
24320            ! pp_sys.c
24321 ____________________________________________________________________________
24322 [  8460] By: jhi                                   on 2001/01/17  03:26:01
24323         Log: Metaconfig unit changes for #8459.
24324      Branch: metaconfig
24325            ! U/modified/Loc.U U/modified/sig_name.U
24326 ____________________________________________________________________________
24327 [  8459] By: jhi                                   on 2001/01/17  03:24:48
24328         Log: Define SIG_SIZE, the number of elements in the sig_name and
24329              sig_num arrays, including the final NULL entry.
24330      Branch: perl
24331            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24332            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24333            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
24334            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24335            ! win32/config.bc win32/config.gc win32/config.vc
24336 ____________________________________________________________________________
24337 [  8458] By: jhi                                   on 2001/01/17  01:41:33
24338         Log: Integrate perlio.
24339      Branch: perl
24340           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24341           !> perlapi.h proto.h sv.c
24342 ____________________________________________________________________________
24343 [  8457] By: nick                                  on 2001/01/16  22:07:26
24344         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
24345              Provides all the "cost" but no benefit yet - it is to allow cost
24346              to be measured, and implementation experiments (just in mg.c?).
24347      Branch: perlio
24348            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24349            ! perlapi.h proto.h sv.c
24350 ____________________________________________________________________________
24351 [  8456] By: nick                                  on 2001/01/16  21:07:07
24352         Log: Integrate mainline.
24353      Branch: perlio
24354           !> (integrate 51 files)
24355 ____________________________________________________________________________
24356 [  8455] By: jhi                                   on 2001/01/16  18:13:43
24357         Log: Subject: [PATCH] regcomp.c old feature removal
24358              From: mjd@plover.com
24359              Date: 16 Jan 2001 14:43:18 -0000 
24360              Message-ID: <20010116144318.7140.qmail@plover.com> 
24361      Branch: perl
24362            ! regcomp.c
24363 ____________________________________________________________________________
24364 [  8454] By: jhi                                   on 2001/01/16  16:12:39
24365         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
24366              From: "Indy Singh" <indy@nusphere.com>
24367              Date: Wed, 10 Jan 2001 20:17:49 -0500
24368              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
24369      Branch: maint-5.6/perl
24370            ! win32/Makefile
24371 ____________________________________________________________________________
24372 [  8453] By: jhi                                   on 2001/01/16  16:09:33
24373         Log: Update Changes.
24374      Branch: perl
24375            ! Changes patchlevel.h
24376 ____________________________________________________________________________
24377 [  8452] By: jhi                                   on 2001/01/16  15:42:04
24378         Log: Subject: Re: API Cleanup
24379              To: perl5-porters@perl.org
24380              Date: Tue, 16 Jan 2001 13:42:30 +0000
24381              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
24382              
24383              Subject: [PATCH] utf8.c documentation
24384              From: Simon Cozens <simon@cozens.net>
24385              Date: Tue, 16 Jan 2001 13:52:48 +0000
24386              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
24387              
24388              Subject: Re: API Cleanup
24389              From: Simon Cozens <simon@cozens.net>
24390              Date: Tue, 16 Jan 2001 14:58:55 +0000
24391              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
24392              
24393              UTF-8 doc patches.
24394      Branch: perl
24395            ! embed.pl pod/perlapi.pod utf8.c
24396 ____________________________________________________________________________
24397 [  8451] By: jhi                                   on 2001/01/16  14:41:39
24398         Log: podlators 1.07, from Russ Allbery.
24399      Branch: perl
24400            ! lib/Pod/Man.pm
24401 ____________________________________________________________________________
24402 [  8450] By: jhi                                   on 2001/01/16  14:24:19
24403         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
24404              From: "Indy Singh" <indy@nusphere.com>
24405              Date: Mon, 15 Jan 2001 20:59:40 -0500
24406              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
24407      Branch: perl
24408            ! win32/Makefile
24409 ____________________________________________________________________________
24410 [  8449] By: jhi                                   on 2001/01/16  03:42:55
24411         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24412              at the setting of the ofs_sv in new_struct_thread() as the
24413              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
24414              that invited a core dump.
24415      Branch: perl
24416            ! util.c
24417 ____________________________________________________________________________
24418 [  8448] By: jhi                                   on 2001/01/16  01:49:07
24419         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
24420              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24421              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
24422              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
24423              
24424              Replace #8444 and #8445.
24425      Branch: perl
24426            ! ext/B/B.xs ext/B/B/Debug.pm
24427 ____________________________________________________________________________
24428 [  8447] By: jhi                                   on 2001/01/15  21:05:35
24429         Log: Subject: [PATCH] API Variable documentation   
24430              From: Simon Cozens <simon@cozens.net>
24431              Date: Mon, 15 Jan 2001 19:35:54 +0000
24432              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
24433      Branch: perl
24434            ! pod/perlapi.pod thrdvar.h
24435 ____________________________________________________________________________
24436 [  8446] By: jhi                                   on 2001/01/15  20:49:20
24437         Log: Signedness nit.
24438      Branch: perl
24439            ! pp_ctl.c
24440 ____________________________________________________________________________
24441 [  8445] By: jhi                                   on 2001/01/15  20:28:48
24442         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
24443      Branch: perl
24444            ! ext/B/B/Debug.pm
24445 ____________________________________________________________________________
24446 [  8444] By: jhi                                   on 2001/01/15  13:09:10
24447         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
24448      Branch: perl
24449            ! ext/B/B.xs
24450 ____________________________________________________________________________
24451 [  8443] By: jhi                                   on 2001/01/15  13:06:26
24452         Log: Missing from #8439.
24453      Branch: perl
24454            ! keywords.h mg.c
24455 ____________________________________________________________________________
24456 [  8442] By: jhi                                   on 2001/01/15  13:02:38
24457         Log: Subject: [PATCH @8436] Eliminate op_children
24458              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24459              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
24460              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
24461              
24462              Subject: [PATCH @8436] Re: Eliminate op_children
24463              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24464              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
24465              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
24466      Branch: perl
24467            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
24468            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
24469            ! op.c op.h
24470 ____________________________________________________________________________
24471 [  8441] By: jhi                                   on 2001/01/15  12:57:08
24472         Log: Use the /^Perl_/-less form of is_lvalue_sub().
24473      Branch: perl
24474            ! pp.h
24475 ____________________________________________________________________________
24476 [  8440] By: jhi                                   on 2001/01/15  05:13:09
24477         Log: Revert #8437 and #8438, the Linux large files story is more complex.
24478      Branch: metaconfig/U/perl
24479            ! d_fpos64_t.U d_off64_t.U
24480      Branch: perl
24481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24482            ! config_h.SH configure.com epoc/config.sh perl.h
24483            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24484            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24485            ! win32/config.bc win32/config.gc win32/config.vc
24486 ____________________________________________________________________________
24487 [  8439] By: jhi                                   on 2001/01/15  05:02:24
24488         Log: More UTF-8 patches from Inaba Hiroto.
24489              - The substr lval was still not okay.
24490              - Now pp_stringify and sv_setsv copies source's UTF8 flag
24491              even if IN_BYTE.  pp_stringify is called from fold_constants
24492              at optimization phase and "\x{100}" was made SvUTF8_off under
24493              use bytes (the bytes pragma is for "byte semantics" and not
24494              for "do not produce UTF8 data")
24495              - New `qu' operator to generate UTF8 string explicitly.
24496              Though I agree with the policy "0x00-0xff always produce bytes",
24497              sometimes want to such a string to be coded in UTF8.
24498              I can use pack"U0a*" but it requires more typing and has
24499              runtime overhead.
24500              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
24501              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
24502              string is not UTF8_on and has char 0x80-0xff.
24503              
24504              TODO: document and test qu.
24505      Branch: perl
24506            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
24507            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
24508            ! toke.c
24509 ____________________________________________________________________________
24510 [  8438] By: jhi                                   on 2001/01/14  05:10:23
24511         Log: Metaconfig unit changes for #8437.
24512      Branch: metaconfig/U/perl
24513            ! d_fpos64_t.U d_off64_t.U
24514 ____________________________________________________________________________
24515 [  8437] By: jhi                                   on 2001/01/14  04:55:34
24516         Log: Add <features.h> probing, seems to be needed for (some?)
24517              Linux largefileness.
24518      Branch: perl
24519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24520            ! config_h.SH configure.com epoc/config.sh perl.h
24521            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24522            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24523            ! win32/config.bc win32/config.gc win32/config.vc
24524 ____________________________________________________________________________
24525 [  8436] By: jhi                                   on 2001/01/13  17:47:21
24526         Log: Tighten some of the tests a bit.
24527      Branch: perl
24528            ! t/pragma/utf8.t
24529 ____________________________________________________________________________
24530 [  8435] By: jhi                                   on 2001/01/13  17:31:54
24531         Log: Integrate perlio.
24532      Branch: perl
24533           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
24534           !> win32/config_H.gc win32/config_H.vc
24535 ____________________________________________________________________________
24536 [  8434] By: nick                                  on 2001/01/13  11:36:53
24537         Log: Run dmake regen_config_h for Win32
24538      Branch: perlio
24539            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24540 ____________________________________________________________________________
24541 [  8433] By: nick                                  on 2001/01/13  11:31:55
24542         Log: VMS friendly patch to Encode compile process
24543      Branch: perlio
24544            ! ext/Encode/Makefile.PL ext/Encode/compile
24545 ____________________________________________________________________________
24546 [  8432] By: nick                                  on 2001/01/13  11:06:44
24547         Log: Integrate mainline
24548      Branch: perlio
24549           +> ext/B/B/Concise.pm
24550           !> (integrate 52 files)
24551 ____________________________________________________________________________
24552 [  8431] By: jhi                                   on 2001/01/13  05:55:55
24553         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
24554              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24555              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
24556              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
24557      Branch: perl
24558            ! ext/B/B/Concise.pm
24559 ____________________________________________________________________________
24560 [  8430] By: jhi                                   on 2001/01/13  04:24:18
24561         Log: The LVRET macro needed an aTHX.
24562      Branch: perl
24563            ! pp.h
24564 ____________________________________________________________________________
24565 [  8429] By: jhi                                   on 2001/01/13  02:12:42
24566         Log: Update Changes.
24567      Branch: perl
24568            ! Changes patchlevel.h
24569 ____________________________________________________________________________
24570 [  8428] By: jhi                                   on 2001/01/13  02:08:50
24571         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
24572              From: Peter Prymmer <pvhp@forte.com>
24573              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
24574              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
24575              
24576              Add a BEGIN guard for sloppy floating point division.
24577      Branch: perl
24578            ! lib/Math/BigInt.pm lib/bigint.pl
24579 ____________________________________________________________________________
24580 [  8427] By: jhi                                   on 2001/01/13  01:47:16
24581         Log: The B::Terse drop-in replacement wasn't quite drop-in.
24582      Branch: perl
24583            ! ext/B/B/Terse.pm
24584 ____________________________________________________________________________
24585 [  8426] By: jhi                                   on 2001/01/12  21:20:43
24586         Log: Use UVXf.
24587      Branch: perl
24588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24589            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
24590            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24591            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24592            ! win32/config.gc win32/config.vc
24593 ____________________________________________________________________________
24594 [  8425] By: jhi                                   on 2001/01/12  20:20:14
24595         Log: Subject: [PATCH perl@8342] -Wformat
24596              From: Robin Barker <rmb1@cise.npl.co.uk>
24597              Date: Fri, 12 Jan 2001 20:03:14 GMT
24598              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
24599      Branch: perl
24600            ! ext/Encode/Encode.xs mg.c sv.c toke.c
24601 ____________________________________________________________________________
24602 [  8424] By: jhi                                   on 2001/01/12  20:01:48
24603         Log: Subject: B::Concise -- an improved replacement for B::Terse 
24604              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24605              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
24606              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
24607      Branch: perl
24608            + ext/B/B/Concise.pm
24609            ! MANIFEST ext/B/B/Terse.pm
24610 ____________________________________________________________________________
24611 [  8423] By: jhi                                   on 2001/01/12  19:24:02
24612         Log: The new metaconfig unit from the #8421.
24613      Branch: metaconfig/U/perl
24614            + d_sigprocmask.U
24615 ____________________________________________________________________________
24616 [  8422] By: jhi                                   on 2001/01/12  19:23:43
24617         Log: Forgot the microperl config from the #8421.
24618      Branch: perl
24619            ! uconfig.h uconfig.sh
24620 ____________________________________________________________________________
24621 [  8421] By: jhi                                   on 2001/01/12  19:05:27
24622         Log: Add sigprocmask() probe, regen Configure, regen toc.
24623      Branch: perl
24624            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24625            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
24626            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24627            ! vos/config.ga.h win32/config.bc win32/config.gc
24628            ! win32/config.vc
24629 ____________________________________________________________________________
24630 [  8420] By: jhi                                   on 2001/01/12  18:34:31
24631         Log: Add sockatmark() to the todo list.
24632      Branch: perl
24633            ! Todo-5.6
24634 ____________________________________________________________________________
24635 [  8419] By: jhi                                   on 2001/01/12  18:09:46
24636         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24637      Branch: perl
24638            ! op.c
24639 ____________________________________________________________________________
24640 [  8418] By: jhi                                   on 2001/01/12  18:05:30
24641         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24642              From: Radu Greab <radu@netsoft.ro>
24643              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
24644              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
24645      Branch: perl
24646            ! op.c t/pragma/sub_lval.t
24647 ____________________________________________________________________________
24648 [  8417] By: jhi                                   on 2001/01/12  16:09:09
24649         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
24650              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
24651              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
24652              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
24653      Branch: perl
24654            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
24655            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
24656            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
24657            ! t/pragma/sub_lval.t toke.c
24658 ____________________________________________________________________________
24659 [  8416] By: jhi                                   on 2001/01/12  15:42:06
24660         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24661              From: "Richard Soderberg" <rs@crystalflame.net>
24662              Date: Fri, 12 Jan 2001 04:49:35 -0800
24663              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
24664              
24665              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24666              according to the platform.
24667      Branch: perl
24668            ! op.c
24669 ____________________________________________________________________________
24670 [  8415] By: jhi                                   on 2001/01/12  15:33:41
24671         Log: One more UTF-8 fix from Inaba Hiroto.
24672      Branch: perl
24673            ! pp.c regexec.c t/pragma/utf8.t
24674 ____________________________________________________________________________
24675 [  8414] By: jhi                                   on 2001/01/12  15:30:18
24676         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
24677      Branch: perl
24678            ! regexec.c
24679 ____________________________________________________________________________
24680 [  8413] By: jhi                                   on 2001/01/12  15:22:10
24681         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
24682              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24683              Date: Thu, 11 Jan 2001 12:53:36 +0100
24684              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
24685      Branch: perl
24686            ! toke.c
24687 ____________________________________________________________________________
24688 [  8412] By: jhi                                   on 2001/01/12  15:20:25
24689         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
24690              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24691              Date: Fri, 12 Jan 2001 14:37:55 +0100
24692              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
24693      Branch: perl
24694            ! hints/posix-bc.sh
24695 ____________________________________________________________________________
24696 [  8411] By: jhi                                   on 2001/01/12  15:14:14
24697         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
24698              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24699              Date: Fri, 12 Jan 2001 10:42:21 +0100
24700              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
24701      Branch: perl
24702            ! t/op/regmesg.t
24703 ____________________________________________________________________________
24704 [  8410] By: jhi                                   on 2001/01/12  05:48:55
24705         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
24706              From: Nicholas Clark <nick@ccl4.org> 
24707              Date: Sun, 7 Jan 2001 19:47:14 +0000
24708              Message-ID: <20010107194714.B1048@plum.flirble.org>
24709      Branch: perl
24710            ! t/op/numconvert.t
24711 ____________________________________________________________________________
24712 [  8409] By: jhi                                   on 2001/01/12  05:41:28
24713         Log: Integrate perlio.
24714      Branch: perl
24715           !> mg.c scope.h
24716 ____________________________________________________________________________
24717 [  8408] By: nick                                  on 2001/01/11  22:43:28
24718         Log: Remove variables that were used in experiments.
24719      Branch: perlio
24720            ! mg.c
24721 ____________________________________________________________________________
24722 [  8407] By: nick                                  on 2001/01/11  20:57:44
24723         Log: Catch die in %SIG handler and unblock the signal before re-dying.
24724              This make Linux work _without_ sigsetjmp().
24725              Turn off sigsetjmp() to see what else it does.
24726              May need Configure probe for sigprocmask() if anything has sigaction()
24727              but not sigprocmask().
24728      Branch: perlio
24729            ! mg.c scope.h
24730 ____________________________________________________________________________
24731 [  8406] By: nick                                  on 2001/01/11  19:32:07
24732         Log: Integrate mainline
24733      Branch: perlio
24734           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
24735           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
24736           !> t/op/substr.t
24737 ____________________________________________________________________________
24738 [  8405] By: jhi                                   on 2001/01/11  17:11:01
24739         Log: Fix UTF-8 lval substr().
24740      Branch: perl
24741            ! mg.c t/op/substr.t
24742 ____________________________________________________________________________
24743 [  8404] By: jhi                                   on 2001/01/11  05:13:58
24744         Log: Update Changes.
24745      Branch: perl
24746            ! Changes patchlevel.h
24747 ____________________________________________________________________________
24748 [  8403] By: jhi                                   on 2001/01/11  04:38:24
24749         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24750              From: Hugo <hv@crypt.compulink.co.uk>
24751              Date: Mon, 30 Oct 2000 01:33:26 +0000
24752              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
24753      Branch: perl
24754            ! regexec.c t/op/re_tests
24755 ____________________________________________________________________________
24756 [  8402] By: jhi                                   on 2001/01/11  04:26:12
24757         Log: Integrate perlio.
24758      Branch: perl
24759           !> scope.h util.c
24760 ____________________________________________________________________________
24761 [  8401] By: nick                                  on 2001/01/10  22:52:55
24762         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
24763              (So Alan and Ilya can try setting via hints.)
24764              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
24765              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
24766              doing the save everywhere seems to restart read() correctly, but just
24767              doing it once "round" the handler does not.
24768      Branch: perlio
24769            ! scope.h
24770 ____________________________________________________________________________
24771 [  8400] By: jhi                                   on 2001/01/10  21:57:54
24772         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
24773              of IRIX, HP-UX is unaffected.
24774      Branch: perl
24775            ! perl.h
24776 ____________________________________________________________________________
24777 [  8399] By: nick                                  on 2001/01/10  21:29:19
24778         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
24779      Branch: perlio
24780            ! util.c
24781 ____________________________________________________________________________
24782 [  8398] By: jhi                                   on 2001/01/10  20:55:31
24783         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
24784              also have ReusePort.
24785      Branch: perl
24786            ! ext/IO/lib/IO/Socket/INET.pm
24787 ____________________________________________________________________________
24788 [  8397] By: jhi                                   on 2001/01/10  20:50:57
24789         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24790              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24791              Date: Wed, 10 Jan 2001 01:38:13 -0800
24792              Message-ID: <20010110013813.B41744@yahoo-inc.com>
24793      Branch: perl
24794            ! ext/IO/lib/IO/Socket/INET.pm
24795 ____________________________________________________________________________
24796 [  8396] By: jhi                                   on 2001/01/10  20:49:30
24797         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
24798              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24799              Date: Wed, 10 Jan 2001 01:37:32 -0800
24800              Message-ID: <20010110013732.A41744@yahoo-inc.com>
24801      Branch: perl
24802            ! ext/Socket/Socket.pm
24803 ____________________________________________________________________________
24804 [  8395] By: jhi                                   on 2001/01/10  20:41:37
24805         Log: Test for bug id 20010105.016 (fixed by #8378).
24806      Branch: perl
24807            ! t/op/split.t
24808 ____________________________________________________________________________
24809 [  8394] By: jhi                                   on 2001/01/10  20:26:32
24810         Log: Integrate perlio.
24811      Branch: perl
24812            ! util.c
24813 ____________________________________________________________________________
24814 [  8393] By: nick                                  on 2001/01/10  19:34:30
24815         Log: Back out Simon's pid hackery for now.
24816      Branch: perlio
24817            ! util.c
24818 ____________________________________________________________________________
24819 [  8392] By: nick                                  on 2001/01/10  19:23:13
24820         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
24821      Branch: perlio
24822           !> (integrate 29 files)
24823 ____________________________________________________________________________
24824 [  8391] By: jhi                                   on 2001/01/10  18:43:15
24825         Log: Subject: [PATCH] Fix my_pclose segfault
24826              From: Simon Cozens <simon@cozens.net>
24827              Date: Wed, 10 Jan 2001 18:39:35 +0000
24828              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
24829      Branch: perl
24830            ! util.c
24831 ____________________________________________________________________________
24832 [  8390] By: jhi                                   on 2001/01/10  18:42:08
24833         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
24834              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24835              Date:     Wed, 10 Jan 2001 13:23:02 EST
24836              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
24837      Branch: perl
24838            ! ext/Opcode/Opcode.xs
24839 ____________________________________________________________________________
24840 [  8389] By: jhi                                   on 2001/01/10  15:16:07
24841         Log: Turn off the integer preservation for now.
24842      Branch: perl
24843            ! perl.h
24844 ____________________________________________________________________________
24845 [  8388] By: jhi                                   on 2001/01/10  15:01:25
24846         Log: Few more IDE/editor nits from p5p.
24847      Branch: perl
24848            ! pod/perlfaq3.pod
24849 ____________________________________________________________________________
24850 [  8387] By: jhi                                   on 2001/01/10  06:53:16
24851         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
24852              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
24853              Date: Tue, 9 Jan 2001 23:16:02 +0000
24854              Message-ID: <20010109231602.A81101@plum.flirble.org>
24855      Branch: perl
24856            ! sv.c
24857 ____________________________________________________________________________
24858 [  8386] By: jhi                                   on 2001/01/10  03:17:54
24859         Log: Test cases for #8385 (from Simon's "torture.pl")
24860      Branch: perl
24861            ! t/op/tr.t
24862 ____________________________________________________________________________
24863 [  8385] By: jhi                                   on 2001/01/10  03:17:11
24864         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
24865              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
24866              Date: Wed, 10 Jan 2001 11:39:39 +0900
24867              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
24868              
24869              Some more UTF-8 tr cases fixed.
24870      Branch: perl
24871            ! doop.c
24872 ____________________________________________________________________________
24873 [  8384] By: jhi                                   on 2001/01/09  22:45:40
24874         Log: Allow the locale test needing POSIX and the taint test
24875              needing IPC::SysV to run under 'minitest' (basically,
24876              bail out if loading the extension fails)
24877      Branch: perl
24878            ! t/op/misc.t t/op/taint.t
24879 ____________________________________________________________________________
24880 [  8383] By: jhi                                   on 2001/01/09  21:36:04
24881         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24882              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24883              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
24884              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
24885      Branch: perl
24886            ! t/io/openpid.t
24887 ____________________________________________________________________________
24888 [  8382] By: jhi                                   on 2001/01/09  21:06:08
24889         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
24890              Should finish up the bug id 20001205.022.
24891      Branch: perl
24892            ! pp.c pp_hot.c scope.c
24893 ____________________________________________________________________________
24894 [  8381] By: jhi                                   on 2001/01/09  18:27:43
24895         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
24896              From: Andy Dougherty <doughera@lafayette.edu>
24897              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
24898              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
24899              
24900              More robust yacc/bison error detection.
24901      Branch: perl
24902            ! t/comp/proto.t
24903 ____________________________________________________________________________
24904 [  8380] By: jhi                                   on 2001/01/09  15:21:38
24905         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
24906              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24907              Date:     Tue, 9 Jan 2001 07:53:55 EST
24908              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
24909      Branch: perl
24910            ! t/op/misc.t vms/test.com
24911 ____________________________________________________________________________
24912 [  8379] By: jhi                                   on 2001/01/09  15:20:38
24913         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
24914              From: jhi@cc.hut.fi
24915              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
24916              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
24917              
24918              The #8378 fixed this.
24919      Branch: perl
24920            ! t/op/tr.t
24921 ____________________________________________________________________________
24922 [  8378] By: jhi                                   on 2001/01/09  15:05:32
24923         Log: Subject: One more patch for UTF8 
24924              From: Inaba Hiroto <inaba@st.rim.or.jp>
24925              Date: Tue, 09 Jan 2001 01:04:32 +0900
24926              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
24927              
24928              UTF-8 fixes for 'x' and tr///.
24929      Branch: perl
24930            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
24931            ! regcomp.c regexec.c toke.c utf8.c
24932 ____________________________________________________________________________
24933 [  8377] By: jhi                                   on 2001/01/09  14:32:17
24934         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24935      Branch: perl
24936            ! t/op/length.t
24937 ____________________________________________________________________________
24938 [  8376] By: jhi                                   on 2001/01/09  04:32:32
24939         Log: integrate changes #7775, #8316, #8316 from mainline
24940      Branch: maint-5.6/perl
24941            ! hints/solaris_2.sh
24942 ____________________________________________________________________________
24943 [  8375] By: jhi                                   on 2001/01/09  04:26:43
24944         Log: Update Changes.
24945      Branch: perl
24946            ! Changes patchlevel.h
24947 ____________________________________________________________________________
24948 [  8374] By: jhi                                   on 2001/01/09  04:14:32
24949         Log: IDE/editor section tweaking.
24950      Branch: perl
24951            ! pod/perlfaq3.pod
24952 ____________________________________________________________________________
24953 [  8373] By: jhi                                   on 2001/01/09  02:38:26
24954         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
24955              From: Peter Prymmer <pvhp@forte.com>
24956              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
24957              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
24958              
24959              In preparation os OS/390 dynamic loading.
24960      Branch: perl
24961            ! README.os390 hints/os390.sh
24962 ____________________________________________________________________________
24963 [  8372] By: jhi                                   on 2001/01/09  00:24:30
24964         Log: Integrate with perlio.
24965      Branch: perl
24966           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24967 ____________________________________________________________________________
24968 [  8371] By: nick                                  on 2001/01/08  23:54:33
24969         Log: Fix "scalars leaked" bugs caused by overload magic
24970              (Highlighted by Ilya's DESTROY optimization.)
24971      Branch: perlio
24972            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24973 ____________________________________________________________________________
24974 [  8370] By: nick                                  on 2001/01/08  20:19:41
24975         Log: Integrate mainline
24976      Branch: perlio
24977           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
24978           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
24979           !> t/op/64bitint.t
24980 ____________________________________________________________________________
24981 [  8369] By: jhi                                   on 2001/01/08  17:30:52
24982         Log: save_delete() Safefree() doesn't (anymore?) work with shared
24983              strings, one test failure in op/misc and almost all of lib/b.
24984              (Outcomments #8369.)
24985      Branch: perl
24986            ! scope.c
24987 ____________________________________________________________________________
24988 [  8368] By: jhi                                   on 2001/01/08  14:47:10
24989         Log: (Outcommented by #8369.)
24990              
24991              Subject: Re: Perl BugID 20001205.022 ---- save_delete
24992              From: Simon Cozens <simon@cozens.net>
24993              Date: Sat, 6 Jan 2001 11:48:40 +0000
24994              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
24995              
24996              The save_delete() does need the Safefree.
24997      Branch: perl
24998            ! scope.c
24999 ____________________________________________________________________________
25000 [  8367] By: bailey                                on 2001/01/08  08:53:52
25001         Log: Once again syncing after too long an absence
25002      Branch: vmsperl
25003           +> (branch 55 files)
25004            - MAINTAIN fix_pl vos/config.def vos/config.h
25005            - vos/config_h.SH_orig
25006           !> (integrate 498 files)
25007 ____________________________________________________________________________
25008 [  8366] By: jhi                                   on 2001/01/08  02:42:59
25009         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
25010              From: nick@ccl4.org
25011              Date: Sun, 7 Jan 2001 21:07:18 +0000
25012              Message-Id: <20010107210717.D1048@plum.flirble.org>
25013      Branch: perl
25014            ! sv.c t/op/64bitint.t
25015 ____________________________________________________________________________
25016 [  8365] By: jhi                                   on 2001/01/08  02:35:16
25017         Log: Subject: [PATCH] environ nit
25018              From: Simon Cozens <simon@cozens.net>
25019              Date: Sun, 7 Jan 2001 17:57:07 +0000
25020              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
25021              
25022              Use environ only if we have it.
25023      Branch: perl
25024            ! mg.c
25025 ____________________________________________________________________________
25026 [  8364] By: jhi                                   on 2001/01/08  02:24:51
25027         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
25028      Branch: perl
25029            ! ext/GDBM_File/GDBM_File.xs
25030 ____________________________________________________________________________
25031 [  8363] By: jhi                                   on 2001/01/08  02:19:24
25032         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25033              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25034              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
25035              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
25036      Branch: perl
25037            ! dump.c op.c
25038 ____________________________________________________________________________
25039 [  8362] By: jhi                                   on 2001/01/08  02:17:43
25040         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
25041              From: Doug MacEachern <dougm@covalent.net>
25042              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
25043              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
25044              
25045              Allow AUTOLOAD to be an xsub and allow such xsubs
25046              to avoid use of $AUTOLOAD.
25047      Branch: perl
25048            ! gv.c
25049 ____________________________________________________________________________
25050 [  8361] By: jhi                                   on 2001/01/08  02:16:07
25051         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25052              From: Radu Greab <radu@netsoft.ro>
25053              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
25054              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
25055              
25056              No need for the potentially unportable $SIG{CHLD}.
25057      Branch: perl
25058            ! t/io/pipe.t
25059 ____________________________________________________________________________
25060 [  8360] By: jhi                                   on 2001/01/08  01:58:23
25061         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
25062      Branch: perl
25063            ! lib/Getopt/Long.pm
25064 ____________________________________________________________________________
25065 [  8359] By: jhi                                   on 2001/01/08  01:55:44
25066         Log: Integrate perlio.
25067      Branch: perl
25068           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
25069           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
25070           !> utf8.c win32/Makefile
25071 ____________________________________________________________________________
25072 [  8358] By: jhi                                   on 2001/01/07  21:16:50
25073         Log: Update the EPOC cross SDK URL.
25074      Branch: perl
25075            ! README.epoc
25076 ____________________________________________________________________________
25077 [  8357] By: jhi                                   on 2001/01/07  21:16:09
25078         Log: Update the EPOC cross SDK URL.
25079      Branch: maint-5.6/perl
25080            ! README.epoc
25081 ____________________________________________________________________________
25082 [  8356] By: nick                                  on 2001/01/06  21:47:52
25083         Log: FILE * in XS code for PerlIO world:
25084              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
25085              - Add FILE * T_STDIO typemap.
25086              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
25087      Branch: perlio
25088            ! lib/ExtUtils/typemap perlio.c perlio.h
25089 ____________________________________________________________________________
25090 [  8355] By: jhi                                   on 2001/01/06  20:27:15
25091         Log: integrate change #8336 from mainline
25092              
25093              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
25094      Branch: maint-5.6/perl
25095            ! hv.c
25096 ____________________________________________________________________________
25097 [  8354] By: jhi                                   on 2001/01/06  20:24:29
25098         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25099              From: Robin Barker <rmb1@cise.npl.co.uk>
25100              Date: Fri, 22 Dec 2000 12:17:38 GMT
25101              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
25102              
25103              The patch reformats some long =item lines so they give
25104              correct output via pod2man | nroff -man
25105              
25106              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25107              From: Robin Barker <rmb1@cise.npl.co.uk>
25108              Date: Tue, 2 Jan 2001 15:35:03 GMT
25109              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25110              
25111              Here is a _further_ patch which corrects a few more errors:
25112              * an empty C<=item> in CPAN.pm
25113              * patching the wrong file (pod/perlamiga.pod not README.amiga)
25114              * leaving empty C<=item>s which formatted incorrectly
25115              * over long C<=item>s revealed by latest patch to Pod::Man
25116      Branch: maint-5.6/perl
25117            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25118            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25119            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
25120            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
25121            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
25122            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
25123 ____________________________________________________________________________
25124 [  8353] By: jhi                                   on 2001/01/06  20:21:10
25125         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
25126              
25127              UTF-8 hash keys.
25128      Branch: maint-5.6/perl
25129            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
25130 ____________________________________________________________________________
25131 [  8352] By: jhi                                   on 2001/01/06  20:18:44
25132         Log: Forgotten from #8438.
25133      Branch: maint-5.6/perl
25134            ! epoc/epocish.h
25135 ____________________________________________________________________________
25136 [  8351] By: jhi                                   on 2001/01/06  20:18:12
25137         Log: Forgotten from #8347.
25138      Branch: maint-5.6/perl
25139            ! config_h.SH
25140 ____________________________________________________________________________
25141 [  8350] By: jhi                                   on 2001/01/06  20:00:19
25142         Log: Thinko in #8347.
25143      Branch: maint-5.6/perl
25144            ! regcomp.c
25145 ____________________________________________________________________________
25146 [  8349] By: jhi                                   on 2001/01/06  18:05:30
25147         Log: Copy the FAQ3 IDE section from the development branch,
25148              changes originally by Peter Prymmer.
25149      Branch: maint-5.6/perl
25150            ! pod/perlfaq3.pod
25151 ____________________________________________________________________________
25152 [  8348] By: jhi                                   on 2001/01/06  18:03:02
25153         Log: EPOC updates for TRIAL1.
25154              
25155              Subject: [5.6.1 trial1] EPOC update
25156              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25157              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
25158              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
25159              
25160              Subject: epoc patch2 for perl-5.6.1-trial1
25161              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25162              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
25163              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
25164      Branch: maint-5.6/perl
25165            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25166            ! epoc/epocish.c
25167 ____________________________________________________________________________
25168 [  8347] By: jhi                                   on 2001/01/06  17:29:10
25169         Log: integrate changes #7710,7824,7973 from mainline,
25170              plus VMS nits from Peter Prymmer and Dan Sugalski.
25171              
25172              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25173              library (getprotobyname and getprotobynumber are outversioned by
25174              the same calls in libc, at least for xlc version 3.
25175              
25176              Add HAS_SBRK_PROTO.
25177              
25178              Fixes for signedness warnings noticed by VMSperlers.
25179      Branch: maint-5.6/perl
25180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25181            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
25182            ! sv.c vms/descrip_mms.template vos/config.alpha.def
25183            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25184            ! win32/config.bc win32/config.gc win32/config.vc
25185 ____________________________________________________________________________
25186 [  8346] By: nick                                  on 2001/01/06  14:36:01
25187         Log: Fixup accumulated integrate muddles (perlio == devperl again)
25188      Branch: perlio
25189            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
25190 ____________________________________________________________________________
25191 [  8345] By: nick                                  on 2001/01/06  14:24:58
25192         Log: Integrate mainline
25193      Branch: perlio
25194           !> (integrate 55 files)
25195 ____________________________________________________________________________
25196 [  8344] By: jhi                                   on 2001/01/06  02:24:02
25197         Log: Subject: [patch] PerlIO_cleanup() prototype
25198              From: Doug MacEachern <dougm@covalent.net>
25199              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
25200              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
25201      Branch: perl
25202            ! perlio.h
25203 ____________________________________________________________________________
25204 [  8343] By: jhi                                   on 2001/01/06  01:04:09
25205         Log: IRIX compiler noticed that the bof initialization might be
25206              bypassed by control flow.
25207      Branch: perl
25208            ! toke.c
25209 ____________________________________________________________________________
25210 [  8342] By: jhi                                   on 2001/01/06  00:10:48
25211         Log: Update Changes.
25212      Branch: perl
25213            ! Changes patchlevel.h
25214 ____________________________________________________________________________
25215 [  8341] By: jhi                                   on 2001/01/05  23:52:33
25216         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25217      Branch: perl
25218            ! toke.c
25219 ____________________________________________________________________________
25220 [  8340] By: jhi                                   on 2001/01/05  22:44:08
25221         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25222              From: Radu Greab <radu@netsoft.ro>
25223              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
25224              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
25225      Branch: perl
25226            ! t/io/pipe.t util.c
25227 ____________________________________________________________________________
25228 [  8339] By: jhi                                   on 2001/01/05  22:35:17
25229         Log: Subject: [PATCH] format and rewording in perlfaq.pod
25230              From: Robin Barker <rmb1@cise.npl.co.uk>
25231              Date: Fri, 5 Jan 2001 18:51:20 GMT
25232              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
25233      Branch: perl
25234            ! pod/perlfaq.pod
25235 ____________________________________________________________________________
25236 [  8338] By: jhi                                   on 2001/01/05  22:31:17
25237         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
25238              From: Peter Prymmer <pvhp@forte.com>
25239              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
25240              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
25241      Branch: perl
25242            ! utils/perlbug.PL
25243 ____________________________________________________________________________
25244 [  8337] By: jhi                                   on 2001/01/05  18:15:11
25245         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25246              From: Robin Barker <rmb1@cise.npl.co.uk>
25247              Date: Tue, 2 Jan 2001 15:24:07 GMT
25248              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
25249              
25250              If you call configure as C<./Configure> or C<sh ./Configure>,
25251              $src is set to the absolute path name, not '.'.
25252              
25253              This, in turn, means -Dmksymlink tries to do its stuff because
25254              it does not think it is in the src directory.
25255              
25256              (plus a metaconfig nitfix)
25257      Branch: metaconfig
25258            ! U/compline/ccflags.U U/modified/src.U
25259      Branch: perl
25260            ! Configure config_h.SH
25261 ____________________________________________________________________________
25262 [  8336] By: jhi                                   on 2001/01/05  17:48:32
25263         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
25264              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25265              Message-ID: <3A5606C4.473D2226@uk.sun.com>
25266              Date: Fri, 05 Jan 2001 17:39:16 +0000
25267      Branch: perl
25268            ! hv.c
25269 ____________________________________________________________________________
25270 [  8335] By: jhi                                   on 2001/01/05  16:05:44
25271         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
25272      Branch: perl
25273            ! lib/Getopt/Long.pm
25274 ____________________________________________________________________________
25275 [  8334] By: jhi                                   on 2001/01/05  16:00:51
25276         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25277              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25278              Date: Fri, 05 Jan 2001 13:46:51 +0100
25279              Message-ID: <13693.978698811@nice.ram.loc>
25280              
25281              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25282              accurate reading of the "atime".  
25283      Branch: perl
25284            ! t/io/fs.t
25285 ____________________________________________________________________________
25286 [  8333] By: jhi                                   on 2001/01/05  15:57:37
25287         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
25288              From: Simon Cozens <simon@cozens.net>
25289              Date: Fri, 8 Dec 2000 13:33:31 +0000
25290              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
25291              
25292              A lost patch fragment.
25293      Branch: perl
25294            ! doop.c
25295 ____________________________________________________________________________
25296 [  8332] By: jhi                                   on 2001/01/05  15:40:42
25297         Log: Do away with strncpy() and a fixed length buffer.
25298      Branch: perl
25299            ! utf8.c
25300 ____________________________________________________________________________
25301 [  8331] By: jhi                                   on 2001/01/05  15:03:07
25302         Log: Tests for #8329 and #8330.
25303      Branch: perl
25304            ! t/op/bop.t
25305 ____________________________________________________________________________
25306 [  8330] By: jhi                                   on 2001/01/05  15:02:38
25307         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
25308              raw 8-bit form to the UTF-8 string.
25309      Branch: perl
25310            ! toke.c
25311 ____________________________________________________________________________
25312 [  8329] By: jhi                                   on 2001/01/05  14:55:13
25313         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25314              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25315              Date: Fri, 5 Jan 2001 12:28:52 +0100
25316              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
25317              
25318              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
25319              no effect.  (changed the strncpy() to Copy())
25320      Branch: perl
25321            ! toke.c
25322 ____________________________________________________________________________
25323 [  8328] By: jhi                                   on 2001/01/05  06:44:27
25324         Log: UTF-8 cleanup.
25325      Branch: perl
25326            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25327            ! regexec.c sv.c toke.c
25328 ____________________________________________________________________________
25329 [  8327] By: jhi                                   on 2001/01/05  01:11:29
25330         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')
25331              From: Radu Greab <radu@netsoft.ro>
25332              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
25333              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
25334              
25335              Cleans up Harness to not use FileHandle, which uses IO.
25336      Branch: perl
25337            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25338 ____________________________________________________________________________
25339 [  8326] By: jhi                                   on 2001/01/05  00:56:37
25340         Log: Update Changes.
25341      Branch: perl
25342            ! Changes patchlevel.h
25343 ____________________________________________________________________________
25344 [  8325] By: jhi                                   on 2001/01/05  00:53:18
25345         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
25346              From: Peter Prymmer <pvhp@forte.com>
25347              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
25348              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
25349              
25350              plus a couple more tailing whitespace removals.
25351      Branch: perl
25352            ! win32/Makefile
25353 ____________________________________________________________________________
25354 [  8324] By: jhi                                   on 2001/01/05  00:47:39
25355         Log: Add some Unicode chop() tests.
25356      Branch: perl
25357            ! t/op/chop.t
25358 ____________________________________________________________________________
25359 [  8323] By: jhi                                   on 2001/01/05  00:47:23
25360         Log: Unify UTF-8 malformedness handling.
25361      Branch: perl
25362            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
25363 ____________________________________________________________________________
25364 [  8322] By: jhi                                   on 2001/01/04  22:21:54
25365         Log: The new $issymlink was unknown to Mksymlinks.
25366      Branch: metaconfig/U/perl
25367            ! Mksymlinks.U issymlink.U
25368      Branch: perl
25369            ! Configure config_h.SH
25370 ____________________________________________________________________________
25371 [  8321] By: jhi                                   on 2001/01/04  21:51:05
25372         Log: The test didn't work under the core test framework.
25373      Branch: perl
25374            ! t/lib/st-lock.t
25375 ____________________________________________________________________________
25376 [  8320] By: jhi                                   on 2001/01/04  21:14:22
25377         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25378      Branch: perl
25379            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
25380 ____________________________________________________________________________
25381 [  8319] By: jhi                                   on 2001/01/04  20:46:17
25382         Log: Typo in #8312 when manually appying a problematic patch fragment.
25383      Branch: perl
25384            ! ext/Storable/Storable.xs
25385 ____________________________________________________________________________
25386 [  8318] By: jhi                                   on 2001/01/04  20:43:01
25387         Log: The $sh_c didn't fly.
25388      Branch: metaconfig
25389            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25390            ! U/modified/Loc.U U/modified/myhostname.U
25391            ! U/modified/spitshell.U
25392      Branch: metaconfig/U/perl
25393            ! issymlink.U
25394      Branch: perl
25395            ! Configure config_h.SH
25396 ____________________________________________________________________________
25397 [  8317] By: jhi                                   on 2001/01/04  19:58:01
25398         Log: AIX builtin test -h is broken, changes based on
25399              
25400              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
25401              Date: Tue, 02 Jan 2001 11:24:39 +0100
25402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25403              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
25404      Branch: metaconfig
25405            + U/modified/spitshell.U
25406            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25407            ! U/modified/Loc.U U/modified/myhostname.U
25408      Branch: metaconfig/U/perl
25409            ! Mksymlinks.U issymlink.U
25410      Branch: perl
25411            ! Configure
25412 ____________________________________________________________________________
25413 [  8316] By: jhi                                   on 2001/01/04  19:02:22
25414         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
25415              From: Andy Dougherty <doughera@lafayette.edu>
25416              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
25417              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
25418              
25419              Beware of GNU ld.
25420      Branch: perl
25421            ! hints/solaris_2.sh
25422 ____________________________________________________________________________
25423 [  8315] By: jhi                                   on 2001/01/04  18:56:48
25424         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
25425              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
25426              Date: Wed, 3 Jan 2001 07:58:51 +0100
25427              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
25428      Branch: perl
25429            ! hints/solaris_2.sh
25430 ____________________________________________________________________________
25431 [  8314] By: jhi                                   on 2001/01/04  18:54:07
25432         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25433              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25434              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
25435              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
25436              
25437              Doc tweak on #8313.
25438      Branch: perl
25439            ! ext/B/B/Deparse.pm
25440 ____________________________________________________________________________
25441 [  8313] By: jhi                                   on 2001/01/04  18:52:27
25442         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
25443              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
25444              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25445              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
25446              
25447              Make the peephole optimizer to bypass more null ops and
25448              and rewrite the deparse handling of continue blocks.
25449      Branch: perl
25450            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
25451 ____________________________________________________________________________
25452 [  8312] By: jhi                                   on 2001/01/04  18:47:39
25453         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
25454      Branch: perl
25455            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25456            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25457            ! t/lib/st-lock.t
25458 ____________________________________________________________________________
25459 [  8311] By: jhi                                   on 2001/01/04  18:36:08
25460         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
25461              filter to be run on each .pm during the pm_to_blib() phase,
25462              a fixed version of
25463              
25464              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25465              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25466              Date: Wed, 03 Jan 2001 22:01:30 +0100
25467              Message-ID: <5296.978555690@nice.ram.loc>
25468      Branch: perl
25469            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25470            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25471            ! lib/ExtUtils/MakeMaker.pm
25472 ____________________________________________________________________________
25473 [  8310] By: jhi                                   on 2001/01/04  18:32:54
25474         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25475              From: Robin Barker <rmb1@cise.npl.co.uk>
25476              Date: Tue, 2 Jan 2001 15:35:03 GMT
25477              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25478      Branch: perl
25479            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
25480            ! pod/perlrequick.pod
25481 ____________________________________________________________________________
25482 [  8309] By: jhi                                   on 2001/01/04  18:29:07
25483         Log: Subject: Re: [patch] static-ize XS()
25484              From: Doug MacEachern <dougm@covalent.net>
25485              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
25486              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
25487              
25488              Provide prototypes for the XS functions.
25489      Branch: perl
25490            ! lib/ExtUtils/xsubpp
25491 ____________________________________________________________________________
25492 [  8308] By: jhi                                   on 2001/01/04  18:27:44
25493         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
25494              From: Doug MacEachern <dougm@covalent.net>
25495              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
25496              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
25497      Branch: perl
25498            ! lib/ExtUtils/typemap
25499 ____________________________________________________________________________
25500 [  8307] By: jhi                                   on 2001/01/04  18:25:25
25501         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
25502              From: Doug MacEachern <dougm@covalent.net>
25503              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
25504              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
25505              
25506              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
25507      Branch: perl
25508            ! lib/ExtUtils/MM_Unix.pm
25509 ____________________________________________________________________________
25510 [  8306] By: jhi                                   on 2001/01/04  18:23:00
25511         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
25512              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25513              Date: Thu, 4 Jan 2001 12:47:10 +0100 
25514              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
25515              
25516              The toke.c part only, patching embed.h and proto.h is futile.
25517      Branch: perl
25518            ! toke.c
25519 ____________________________________________________________________________
25520 [  8305] By: jhi                                   on 2001/01/04  18:05:51
25521         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
25522              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25523              Date: Thu, 4 Jan 2001 17:50:12 +0100 
25524              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
25525      Branch: perl
25526            ! toke.c
25527 ____________________________________________________________________________
25528 [  8304] By: jhi                                   on 2001/01/04  18:03:26
25529         Log: Subject: [PATCH perl@8269]
25530              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25531              Date: Thu, 4 Jan 2001 12:53:39 +0100 
25532              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
25533              
25534              If running byacc write-enable also perly.h.
25535      Branch: perl
25536            ! Makefile.SH
25537 ____________________________________________________________________________
25538 [  8303] By: jhi                                   on 2001/01/04  15:40:49
25539         Log: Rewrite pp_concat() in terms of sv_catsv().
25540      Branch: perl
25541            ! pp_hot.c
25542 ____________________________________________________________________________
25543 [  8302] By: nick                                  on 2001/01/03  22:43:22
25544         Log: Integrate mainline.
25545      Branch: perlio
25546           !> ext/Encode/Encode.xs sv.c utf8.c
25547 ____________________________________________________________________________
25548 [  8301] By: jhi                                   on 2001/01/02  23:40:26
25549         Log: Variable naming tweak.
25550      Branch: perl
25551            ! sv.c
25552 ____________________________________________________________________________
25553 [  8300] By: jhi                                   on 2001/01/02  23:40:02
25554         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
25555              in is_utf8_string().
25556      Branch: perl
25557            ! utf8.c
25558 ____________________________________________________________________________
25559 [  8299] By: jhi                                   on 2001/01/02  22:14:40
25560         Log: Integrate perlio.
25561      Branch: perl
25562           !> pp.c pp_hot.c win32/Makefile
25563 ____________________________________________________________________________
25564 [  8298] By: nick                                  on 2001/01/02  22:03:06
25565         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25566      Branch: perlio
25567            ! pp.c pp_hot.c
25568 ____________________________________________________________________________
25569 [  8297] By: jhi                                   on 2001/01/02  04:26:28
25570         Log: Signedness nit.
25571      Branch: perl
25572            ! ext/Encode/Encode.xs
25573 ____________________________________________________________________________
25574 [  8296] By: nick                                  on 2001/01/01  23:49:36
25575         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
25576      Branch: perlio
25577            ! win32/Makefile
25578 ____________________________________________________________________________
25579 [  8295] By: jhi                                   on 2001/01/01  23:05:48
25580         Log: Integrate perlio.
25581      Branch: perl
25582           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25583           !> t/lib/encode.t
25584 ____________________________________________________________________________
25585 [  8294] By: nick                                  on 2001/01/01  22:48:34
25586         Log: Integrate mainline
25587      Branch: perlio
25588            ! pp_hot.c t/lib/encode.t
25589           !> (integrate 65 files)
25590 ____________________________________________________________________________
25591 [  8293] By: nick                                  on 2001/01/01  21:58:50
25592         Log: More rigor in UTF-8-ness of Encode's toUnicode
25593              XS export some of the utf8 internal functions.
25594              Test some of the functions.
25595              Fix pp_concat() bug shown by said tests.
25596      Branch: perlio
25597            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25598            ! t/lib/encode.t
25599 ____________________________________________________________________________
25600 [  8292] By: jhi                                   on 2001/01/01  18:11:44
25601         Log: Integrate perlio.
25602      Branch: perl
25603           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25604           !> ext/Encode/encengine.c ext/Encode/encode.h
25605 ____________________________________________________________________________
25606 [  8291] By: jhi                                   on 2001/01/01  18:10:58
25607         Log: Podify README.mpeix (a new version from the web),
25608              add a dummy NAME to Carp::Heavy, regen toc.
25609      Branch: perl
25610            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
25611            ! pod/perltoc.pod
25612 ____________________________________________________________________________
25613 [  8290] By: nick                                  on 2001/01/01  17:43:47
25614         Log: Loose the "Loading..." warning.
25615              Another bug in fallback support
25616      Branch: perlio
25617            ! ext/Encode/Encode.pm ext/Encode/encengine.c
25618 ____________________________________________________________________________
25619 [  8289] By: jhi                                   on 2001/01/01  00:01:57
25620         Log: Bump up Larry's copyright.
25621      Branch: perl
25622            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25623            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
25624            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
25625            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
25626            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
25627            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
25628            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
25629            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
25630 ____________________________________________________________________________
25631 [  8288] By: nick                                  on 2000/12/31  21:27:53
25632         Log: Fix .ucm reading - forgot a chr()
25633              Start of .ucm write (for .enc to .ucm)
25634      Branch: perlio
25635            ! ext/Encode/compile
25636 ____________________________________________________________________________
25637 [  8287] By: jhi                                   on 2000/12/31  18:15:56
25638         Log: Comment away a diagnostic message as noted by Craig A. Berry
25639              (the unexpected message was confusing testing)
25640      Branch: perl
25641            ! ext/Encode/Encode.pm
25642 ____________________________________________________________________________
25643 [  8286] By: jhi                                   on 2000/12/31  18:14:51
25644         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
25645              Date: Sun, 31 Dec 2000 11:17:37 -0600
25646              From: "Craig A. Berry" <craigberry@mac.com>
25647              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
25648      Branch: perl
25649            ! ext/Encode/Makefile.PL
25650 ____________________________________________________________________________
25651 [  8285] By: nick                                  on 2000/12/31  18:11:54
25652         Log: Start of support of ICU-style .ucm files:
25653              - teach compile how to read a .ucm file
25654              - first guess at how to represent fallbacks in "tries".
25655              - use fallbacks if check == 0
25656              - new return code to indicate we used one.
25657      Branch: perlio
25658            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25659            ! ext/Encode/encengine.c ext/Encode/encode.h
25660 ____________________________________________________________________________
25661 [  8284] By: jhi                                   on 2000/12/31  18:04:41
25662         Log: Pacify picky VMS compiler.
25663              
25664              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
25665              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25666              Date: Sat, 30 Dec 2000 18:10:02 -0600
25667              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
25668      Branch: perl
25669            ! sv.c
25670 ____________________________________________________________________________
25671 [  8283] By: jhi                                   on 2000/12/31  16:11:47
25672         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
25673      Branch: perl
25674            ! t/lib/glob-basic.t
25675 ____________________________________________________________________________
25676 [  8282] By: jhi                                   on 2000/12/31  15:26:11
25677         Log: Integrate perlio.
25678      Branch: perl
25679           !> makedef.pl opcode.pl os2/os2.c perlio.c
25680 ____________________________________________________________________________
25681 [  8281] By: nick                                  on 2000/12/31  10:06:15
25682         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
25683              is available to be exported
25684      Branch: perlio
25685            ! makedef.pl perlio.c
25686 ____________________________________________________________________________
25687 [  8280] By: nick                                  on 2000/12/31  09:41:26
25688         Log: Ilya's OS2 patch (testing for damage on Win32)
25689      Branch: perlio
25690            ! makedef.pl opcode.pl os2/os2.c
25691 ____________________________________________________________________________
25692 [  8279] By: jhi                                   on 2000/12/30  21:52:07
25693         Log: Test nits.
25694      Branch: perl
25695            ! t/lib/syslfs.t t/op/lfs.t
25696 ____________________________________________________________________________
25697 [  8278] By: jhi                                   on 2000/12/30  21:47:49
25698         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25699              From: andreas.koenig@anima.de (Andreas J. Koenig)
25700              Date: 30 Dec 2000 22:35:37 +0100
25701              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
25702              
25703              The 32-bit wraparound test wasn't quite right.
25704      Branch: perl
25705            ! t/lib/syslfs.t t/op/lfs.t
25706 ____________________________________________________________________________
25707 [  8277] By: jhi                                   on 2000/12/30  21:33:44
25708         Log: Subject: [PATCH] open() example in perlfunc.pod 
25709              From: Karsten Sperling <s_sperli@ira.uka.de>
25710              Date: Sat, 30 Dec 2000 22:27:09 +0100
25711              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
25712      Branch: perl
25713            ! pod/perlfunc.pod
25714 ____________________________________________________________________________
25715 [  8276] By: jhi                                   on 2000/12/30  20:32:40
25716         Log: Not quite that many tests yet.
25717      Branch: perl
25718            ! t/op/pat.t
25719 ____________________________________________________________________________
25720 [  8275] By: jhi                                   on 2000/12/30  20:26:58
25721         Log: Integrate perlio.
25722      Branch: perl
25723           !> toke.c
25724 ____________________________________________________________________________
25725 [  8274] By: jhi                                   on 2000/12/30  20:24:56
25726         Log: Signedness nit.
25727      Branch: perl
25728            ! utf8.c
25729 ____________________________________________________________________________
25730 [  8273] By: jhi                                   on 2000/12/30  20:15:46
25731         Log: Add a test case for 20000731.001 which was fixed by the #8267.
25732      Branch: perl
25733            ! t/op/pat.t
25734 ____________________________________________________________________________
25735 [  8272] By: nick                                  on 2000/12/30  19:47:51
25736         Log: Tweak for MULTIPLICITY/USE_PERLIO
25737      Branch: perlio
25738            ! toke.c
25739 ____________________________________________________________________________
25740 [  8271] By: nick                                  on 2000/12/30  19:46:45
25741         Log: Integrate mainline
25742      Branch: perlio
25743           +> lib/unicode/distinct.pm
25744           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
25745           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
25746           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
25747 ____________________________________________________________________________
25748 [  8270] By: jhi                                   on 2000/12/30  19:39:50
25749         Log: Subject: RE: perl@8269
25750              From: "Richard Soderberg" <rs@crystalflame.net>
25751              Date: Sat, 30 Dec 2000 11:36:27 -0800
25752              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
25753              
25754              A missing aTHX_.
25755      Branch: perl
25756            ! toke.c
25757 ____________________________________________________________________________
25758 [  8269] By: jhi                                   on 2000/12/30  18:55:48
25759         Log: Update Changes.
25760      Branch: perl
25761            ! Changes patchlevel.h
25762 ____________________________________________________________________________
25763 [  8268] By: jhi                                   on 2000/12/30  17:18:40
25764         Log: Add a test for Unicode split //.  The #8267 was the cure.
25765      Branch: perl
25766            ! t/op/split.t
25767 ____________________________________________________________________________
25768 [  8267] By: jhi                                   on 2000/12/30  17:14:19
25769         Log: Subject: more UTF8 test suites and an UTF8 patch
25770              From: Inaba Hiroto <inaba@st.rim.or.jp>
25771              Date: Sat, 30 Dec 2000 14:27:10 +0900
25772              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
25773              
25774              Just the patch part for now, and the pragma renamed
25775              as unicode::distinct.
25776      Branch: perl
25777            + lib/unicode/distinct.pm
25778            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
25779            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25780            ! regcomp.h regexec.c sv.c toke.c utf8.c
25781 ____________________________________________________________________________
25782 [  8266] By: nick                                  on 2000/12/30  16:40:49
25783         Log: Integrate mainline
25784      Branch: perlio
25785           +> lib/Pod/Text/Overstrike.pm
25786           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
25787           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
25788           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
25789           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
25790           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
25791 ____________________________________________________________________________
25792 [  8265] By: jhi                                   on 2000/12/30  07:28:55
25793         Log: The sv_catsv() fix, take two.
25794      Branch: perl
25795            ! sv.c t/op/join.t
25796 ____________________________________________________________________________
25797 [  8264] By: jhi                                   on 2000/12/30  06:19:18
25798         Log: Undo all the join-related changes since #8248: relevant
25799              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
25800              The new sv_catsv() doesn't fly so it must go back to
25801              the drawing board.
25802      Branch: perl
25803            ! sv.c t/op/join.t t/pragma/utf8.t
25804 ____________________________________________________________________________
25805 [  8263] By: jhi                                   on 2000/12/30  01:08:32
25806         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
25807      Branch: perl
25808            ! sv.c
25809 ____________________________________________________________________________
25810 [  8262] By: jhi                                   on 2000/12/30  00:45:14
25811         Log: Retract #8261.
25812      Branch: perl
25813            ! hv.c util.c
25814 ____________________________________________________________________________
25815 [  8261] By: jhi                                   on 2000/12/30  00:38:32
25816         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
25817      Branch: perl
25818            ! hv.c util.c
25819 ____________________________________________________________________________
25820 [  8260] By: jhi                                   on 2000/12/29  22:51:33
25821         Log: (Retracted by #8264)  More fixing for #8251.
25822      Branch: perl
25823            ! sv.c
25824 ____________________________________________________________________________
25825 [  8259] By: jhi                                   on 2000/12/29  18:27:30
25826         Log: Subject: podlators 1.06 released
25827              From: Russ Allbery <rra@stanford.edu>
25828              Date: 25 Dec 2000 05:09:30 -0800
25829              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
25830      Branch: perl
25831            + lib/Pod/Text/Overstrike.pm
25832            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
25833            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
25834 ____________________________________________________________________________
25835 [  8258] By: jhi                                   on 2000/12/29  18:20:45
25836         Log: Make the large file tests more robust/talkative as suggested by
25837              
25838              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25839              From: andreas.koenig@anima.de (Andreas J. Koenig)
25840              Date: 29 Dec 2000 14:23:01 +0100
25841              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
25842      Branch: perl
25843            ! t/lib/syslfs.t t/op/lfs.t
25844 ____________________________________________________________________________
25845 [  8257] By: jhi                                   on 2000/12/29  17:48:04
25846         Log: Further VMS piping fixes from Charles Lane:
25847              
25848              In summary, error messages produced when a subprocess terminated
25849              abnormally were being sent not just to the parent process, but to
25850              grandparents, because of default values for error output that were
25851              not completely overridden when the subprocess was started.
25852              
25853              This patch fixes this behavior by defining user-mode (i.e., temporary
25854              for the duration of the program) logical names for SYS$OUTPUT and
25855              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
25856              changes to make it so that the user-mode logicals are the ones that
25857              control where Perl's error messages go if it terminates abnormally.
25858              
25859              I also added some gratuitous fixes to the indentation of braces in
25860              the piping code.  It just looked ugly, before.
25861      Branch: perl
25862            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
25863 ____________________________________________________________________________
25864 [  8256] By: jhi                                   on 2000/12/29  17:45:12
25865         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
25866              From: "Casey R. Tweten" <crt@kiski.net>
25867              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
25868              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
25869              
25870              Tests for for #8240.
25871      Branch: perl
25872            ! t/pragma/constant.t
25873 ____________________________________________________________________________
25874 [  8255] By: jhi                                   on 2000/12/29  17:43:07
25875         Log: Subject: Re: [PATCH] Interesting syntax idea
25876              From: Simon Cozens <simon@cozens.net>
25877              Date: Fri, 29 Dec 2000 14:34:04 +0000
25878              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
25879              
25880              Tests for #8254.
25881      Branch: perl
25882            ! t/pragma/sub_lval.t
25883 ____________________________________________________________________________
25884 [  8254] By: jhi                                   on 2000/12/29  17:42:11
25885         Log: Subject: [PATCH] Interesting syntax idea
25886              From: Simon Cozens <simon@cozens.net>
25887              Date: Wed, 27 Dec 2000 05:08:57 +0000
25888              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
25889              
25890              Make opens + bareword assigns do typeglob assigns.
25891      Branch: perl
25892            ! op.c
25893 ____________________________________________________________________________
25894 [  8253] By: jhi                                   on 2000/12/29  17:36:45
25895         Log: Output the (apparent) version of gcc, as suggested by
25896              
25897              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
25898              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
25899              Date: 26 Dec 2000 04:29:17 -0500
25900              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
25901              
25902              (The patch as such didn't any more apply as the misparsing had
25903              already been addressed in #6474.)  Also change the wording about
25904              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
25905      Branch: perl
25906            ! hints/dec_osf.sh
25907 ____________________________________________________________________________
25908 [  8252] By: nick                                  on 2000/12/29  12:14:31
25909         Log: Integrate mainline
25910      Branch: perlio
25911           !> (integrate 27 files)
25912 ____________________________________________________________________________
25913 [  8251] By: jhi                                   on 2000/12/29  08:45:46
25914         Log: (Retracted by #8264)
25915              
25916              (Fixed by #8260.)
25917              
25918              sv_catsv() needs one more byte space than seems reasonable.
25919              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
25920              Curiouser and curiouser.
25921      Branch: perl
25922            ! sv.c
25923 ____________________________________________________________________________
25924 [  8250] By: jhi                                   on 2000/12/29  07:57:52
25925         Log: More split // UTF-8 tests.
25926      Branch: perl
25927            ! t/pragma/utf8.t
25928 ____________________________________________________________________________
25929 [  8249] By: jhi                                   on 2000/12/29  07:54:51
25930         Log: (Retracted by #8264)  More join() testing which was good because
25931              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
25932      Branch: perl
25933            ! pp.c t/op/join.t utf8.c utf8.h
25934 ____________________________________________________________________________
25935 [  8248] By: jhi                                   on 2000/12/29  07:08:32
25936         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
25937              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
25938              that the only cases to care about are byte+byte and byte+character.
25939              
25940              TODO: See how well pp_concat() could be implemented in terms
25941              of sv_catsv().
25942      Branch: perl
25943            ! doop.c sv.c t/op/join.t utf8.h
25944 ____________________________________________________________________________
25945 [  8247] By: jhi                                   on 2000/12/29  06:35:23
25946         Log: Signedness nit.
25947      Branch: perl
25948            ! pp_hot.c
25949 ____________________________________________________________________________
25950 [  8246] By: jhi                                   on 2000/12/29  01:23:31
25951         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
25952              From: Lupe Christoph <lupe@lupe-christoph.de>
25953              Date: Thu, 28 Dec 2000 23:00:00 +0100
25954              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
25955              
25956              Suggest rsync --delete --dry-run.
25957      Branch: perl
25958            ! pod/perlhack.pod
25959 ____________________________________________________________________________
25960 [  8245] By: jhi                                   on 2000/12/28  23:57:05
25961         Log: The maxiters upper limit sanity check (guarding against
25962              non-progress) assumed bytes instead of characters in s///
25963              and split().
25964      Branch: perl
25965            ! pp.c pp_hot.c
25966 ____________________________________________________________________________
25967 [  8244] By: jhi                                   on 2000/12/28  23:34:08
25968         Log: Make some panic messages a bit more logical.
25969      Branch: perl
25970            ! doop.c pod/perldiag.pod pp.c pp_hot.c
25971 ____________________________________________________________________________
25972 [  8243] By: jhi                                   on 2000/12/28  22:59:16
25973         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
25974              From: Simon Cozens <simon@cozens.net>
25975              Date: Wed, 27 Dec 2000 02:30:03 +0000
25976              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
25977      Branch: perl
25978            ! pp.c t/pragma/sub_lval.t
25979 ____________________________________________________________________________
25980 [  8242] By: jhi                                   on 2000/12/28  22:56:53
25981         Log: Subject: [PATCH blead] Fix B::Terse indentation
25982              From: Daniel Chetlin <daniel@chetlin.com>
25983              Date: Wed, 27 Dec 2000 06:43:30 -0800
25984              Message-ID: <20001227064329.B9573@darkstar>
25985      Branch: perl
25986            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
25987 ____________________________________________________________________________
25988 [  8241] By: jhi                                   on 2000/12/28  22:48:59
25989         Log: The latter patch from the
25990              
25991              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
25992              From: Peter Prymmer <pvhp@forte.com> 
25993              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
25994              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
25995              
25996              (the former patch from the above should have been
25997              taken care of by Nick I-S)
25998      Branch: perl
25999            ! win32/Makefile
26000 ____________________________________________________________________________
26001 [  8240] By: jhi                                   on 2000/12/28  22:45:22
26002         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
26003              From: "Casey R. Tweten" <crt@kiski.net>
26004              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
26005              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
26006      Branch: perl
26007            ! lib/constant.pm
26008 ____________________________________________________________________________
26009 [  8239] By: jhi                                   on 2000/12/28  22:37:45
26010         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
26011              From: Simon Cozens <simon@cozens.net>
26012              Date: Wed, 27 Dec 2000 14:12:44 +0000
26013              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
26014      Branch: perl
26015            ! t/op/method.t t/op/sort.t toke.c
26016 ____________________________________________________________________________
26017 [  8238] By: jhi                                   on 2000/12/28  22:30:32
26018         Log: Subject: [PATCH perl@8229] Call.pm
26019              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26020              Date: Mon, 25 Dec 2000 10:47:15 -0000
26021              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
26022      Branch: perl
26023            ! ext/Filter/Util/Call/Call.pm
26024 ____________________________________________________________________________
26025 [  8237] By: jhi                                   on 2000/12/28  22:19:21
26026         Log: Subject: [PATCH blead] Fix problem with `&' prototype
26027              From: Daniel Chetlin <daniel@chetlin.com>
26028              Date: Wed, 27 Dec 2000 15:55:32 -0800
26029              Message-ID: <20001227155532.D9573@darkstar>
26030      Branch: perl
26031            ! op.c t/comp/proto.t
26032 ____________________________________________________________________________
26033 [  8236] By: jhi                                   on 2000/12/28  22:09:25
26034         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
26035              From: Daniel Chetlin <daniel@chetlin.com>
26036              Date: Sun, 24 Dec 2000 04:09:49 -0800
26037              Message-ID: <20001224040949.B3090@darkstar>
26038      Branch: perl
26039            ! gv.c mg.c t/op/attrs.t
26040 ____________________________________________________________________________
26041 [  8235] By: jhi                                   on 2000/12/28  22:07:11
26042         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
26043              From: Jan Dubois <jand@ActiveState.com>
26044              Date: Tue, 26 Dec 2000 20:57:31 -0800
26045              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
26046      Branch: perl
26047            ! win32/win32.c
26048 ____________________________________________________________________________
26049 [  8234] By: jhi                                   on 2000/12/28  21:52:42
26050         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
26051              From: Simon Cozens <simon@cozens.net>
26052              Date: Thu, 28 Dec 2000 20:33:13 +0000
26053              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
26054      Branch: perl
26055            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
26056 ____________________________________________________________________________
26057 [  8233] By: jhi                                   on 2000/12/28  19:40:49
26058         Log: Integrate perlio.
26059      Branch: perl
26060           !> ext/Encode/Makefile.PL ext/Encode/compile
26061 ____________________________________________________________________________
26062 [  8232] By: nick                                  on 2000/12/23  16:06:00
26063         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
26064              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
26065      Branch: perlio
26066            ! ext/Encode/Makefile.PL
26067 ____________________________________________________________________________
26068 [  8231] By: nick                                  on 2000/12/23  14:30:34
26069         Log: "Compiled" encode build cleanup
26070              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
26071              - .c files do not export sub-tables
26072      Branch: perlio
26073            ! ext/Encode/Makefile.PL ext/Encode/compile
26074 ____________________________________________________________________________
26075 [  8230] By: nick                                  on 2000/12/23  12:50:37
26076         Log: Integrate mainline
26077      Branch: perlio
26078           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26079           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26080           !> pod/perl5004delta.pod pod/perl5005delta.pod
26081           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26082           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26083           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26084           !> pod/perlsub.pod
26085 ____________________________________________________________________________
26086 [  8229] By: jhi                                   on 2000/12/22  15:32:12
26087         Log: Integrate perlio.
26088      Branch: perl
26089           +> win32/distclean.bat
26090           !> MANIFEST t/io/utf8.t
26091 ____________________________________________________________________________
26092 [  8228] By: jhi                                   on 2000/12/22  15:29:40
26093         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
26094              From: Robin Barker <rmb1@cise.npl.co.uk>
26095              Date: Fri, 22 Dec 2000 12:17:38 GMT
26096              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26097      Branch: perl
26098            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26099            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26100            ! pod/perl5004delta.pod pod/perl5005delta.pod
26101            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26102            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26103            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26104            ! pod/perlsub.pod
26105 ____________________________________________________________________________
26106 [  8227] By: jhi                                   on 2000/12/22  15:24:28
26107         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26108              From: "John L. Allen" <allen@grumman.com>
26109              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
26110              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
26111              
26112              Document APPLLIB_EXP.
26113      Branch: perl
26114            ! INSTALL
26115 ____________________________________________________________________________
26116 [  8226] By: nick                                  on 2000/12/21  22:11:50
26117         Log: Handy script for when one forgets to "dmake clean" 
26118      Branch: perlio
26119            + win32/distclean.bat
26120            ! MANIFEST
26121 ____________________________________________________________________________
26122 [  8225] By: nick                                  on 2000/12/21  21:54:04
26123         Log: CRLF platform issue with io/utf8 fix.
26124      Branch: perlio
26125            ! t/io/utf8.t
26126 ____________________________________________________________________________
26127 [  8224] By: nick                                  on 2000/12/21  21:02:20
26128         Log: Integrate mainline
26129      Branch: perlio
26130           !> Changes Configure Makefile.SH Porting/Glossary
26131           !> Porting/config.sh Porting/config_H configure.com
26132           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
26133           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
26134           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
26135           !> win32/config.bc win32/config.gc win32/config.vc
26136 ____________________________________________________________________________
26137 [  8223] By: jhi                                   on 2000/12/21  17:09:16
26138         Log: Update Changes.
26139      Branch: perl
26140            ! Changes patchlevel.h
26141 ____________________________________________________________________________
26142 [  8222] By: jhi                                   on 2000/12/21  16:24:01
26143         Log: Metaconfig unit changes for #8221.
26144      Branch: metaconfig/U/perl
26145           +> issymlink.U
26146            - testsyml.U
26147            ! Mksymlinks.U
26148 ____________________________________________________________________________
26149 [  8221] By: jhi                                   on 2000/12/21  16:23:48
26150         Log: Rename testsyml to issymlink.
26151      Branch: perl
26152            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26153            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
26154            ! win32/config.vc
26155 ____________________________________________________________________________
26156 [  8220] By: jhi                                   on 2000/12/21  15:47:26
26157         Log: Robustness support for #8218 (symlink forest) since the GNU
26158              tools seem to be overly picky about symlinkage depths.
26159      Branch: perl
26160            ! Makefile.SH t/io/fs.t
26161 ____________________________________________________________________________
26162 [  8219] By: jhi                                   on 2000/12/21  15:38:27
26163         Log: Metaconfig changes for #8218.
26164      Branch: metaconfig
26165            ! U/modified/Oldconfig.U
26166      Branch: metaconfig/U/perl
26167            + Mksymlinks.U
26168            ! testsyml.U
26169 ____________________________________________________________________________
26170 [  8218] By: jhi                                   on 2000/12/21  15:37:57
26171         Log: Add Configure option -Dmksymlinks which will create a symlink
26172              forest if the current/build differs from the source directory.
26173              TODO: mkdir -p is not portable.
26174      Branch: perl
26175            ! Configure
26176 ____________________________________________________________________________
26177 [  8217] By: jhi                                   on 2000/12/21  14:39:12
26178         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
26179              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
26180              Date: Thu, 21 Dec 2000 09:38:18 GMT
26181              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
26182              
26183              The ofs became an SV.
26184      Branch: perl
26185            ! ext/Thread/Thread.xs
26186 ____________________________________________________________________________
26187 [  8216] By: jhi                                   on 2000/12/21  05:40:21
26188         Log: The polymorphism seems to have fixed 20000517.001.
26189      Branch: perl
26190            ! t/pragma/utf8.t
26191 ____________________________________________________________________________
26192 [  8215] By: jhi                                   on 2000/12/21  04:44:52
26193         Log: read() documentation tweak for 20001121.004.
26194      Branch: perl
26195            ! pod/perlfunc.pod
26196 ____________________________________________________________________________
26197 [  8214] By: jhi                                   on 2000/12/21  03:54:11
26198         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
26199      Branch: perl
26200            ! pp_sys.c t/op/misc.t
26201 ____________________________________________________________________________
26202 [  8213] By: jhi                                   on 2000/12/21  00:28:10
26203         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
26204              From: Peter Prymmer <pvhp@forte.com>
26205              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
26206              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
26207      Branch: perl
26208            ! configure.com
26209 ____________________________________________________________________________
26210 [  8212] By: jhi                                   on 2000/12/21  00:26:21
26211         Log: Edit edit edit.
26212      Branch: perl
26213            ! pod/perlfaq3.pod
26214 ____________________________________________________________________________
26215 [  8211] By: jhi                                   on 2000/12/20  18:52:46
26216         Log: Update Changes.
26217      Branch: perl
26218            ! Changes patchlevel.h
26219 ____________________________________________________________________________
26220 [  8210] By: jhi                                   on 2000/12/20  18:34:47
26221         Log: Yet another editor edit.
26222      Branch: perl
26223            ! pod/perlfaq3.pod
26224 ____________________________________________________________________________
26225 [  8209] By: jhi                                   on 2000/12/20  15:33:28
26226         Log: More Win32 Perling.
26227      Branch: perl
26228            ! pod/perlfaq3.pod
26229 ____________________________________________________________________________
26230 [  8208] By: jhi                                   on 2000/12/20  15:07:46
26231         Log: More Win32 editor/IDE/shell hints.
26232      Branch: perl
26233            ! pod/perlfaq3.pod
26234 ____________________________________________________________________________
26235 [  8207] By: jhi                                   on 2000/12/20  03:54:08
26236         Log: Subject: [PATCH] obscure timing knowledge
26237              From: Nicholas Clark <nick@ccl4.org>
26238              Date: Tue, 19 Dec 2000 19:22:31 +0000
26239              Message-ID: <20001219192231.F2827@plum.flirble.org>
26240      Branch: perl
26241            ! sv.c
26242 ____________________________________________________________________________
26243 [  8206] By: jhi                                   on 2000/12/20  03:45:57
26244         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
26245              From: Spider Boardman <spider@leggy.zk3.dec.com>
26246              Date: Tue, 19 Dec 2000 21:30:16 -0500
26247              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
26248      Branch: perl
26249            ! sv.c
26250 ____________________________________________________________________________
26251 [  8205] By: jhi                                   on 2000/12/19  23:02:01
26252         Log: Update Changes.
26253      Branch: perl
26254            ! Changes patchlevel.h
26255 ____________________________________________________________________________
26256 [  8204] By: jhi                                   on 2000/12/19  22:58:18
26257         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
26258              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
26259              on editors and diffing/patching.
26260      Branch: perl
26261            ! t/op/utf8decode.t
26262 ____________________________________________________________________________
26263 [  8203] By: nick                                  on 2000/12/19  21:36:16
26264         Log: Integrate mainline (forgot my own change...)
26265      Branch: perlio
26266           !> ext/Encode/compile
26267 ____________________________________________________________________________
26268 [  8202] By: nick                                  on 2000/12/19  21:34:42
26269         Log: Integrate mainline.
26270      Branch: perlio
26271           !> (integrate 61 files)
26272 ____________________________________________________________________________
26273 [  8201] By: nick                                  on 2000/12/19  21:34:06
26274         Log: Avoid looking for File::Glob when we don't need it.
26275      Branch: perl
26276            ! ext/Encode/compile
26277 ____________________________________________________________________________
26278 [  8200] By: jhi                                   on 2000/12/19  18:35:49
26279         Log: Update Changes.
26280      Branch: perl
26281            ! Changes patchlevel.h
26282 ____________________________________________________________________________
26283 [  8199] By: jhi                                   on 2000/12/19  18:35:07
26284         Log: Microperl tweaks.
26285      Branch: perl
26286            ! sv.c uconfig.h uconfig.sh
26287 ____________________________________________________________________________
26288 [  8198] By: jhi                                   on 2000/12/19  18:29:59
26289         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
26290      Branch: perl
26291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26292            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
26293 ____________________________________________________________________________
26294 [  8197] By: jhi                                   on 2000/12/19  17:55:29
26295         Log: In VMS embedded perls couldn't access the statically built Socket,
26296              from Charles Lane.
26297      Branch: perl
26298            ! configure.com
26299 ____________________________________________________________________________
26300 [  8196] By: jhi                                   on 2000/12/19  17:49:50
26301         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
26302              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
26303              Date: Sun, 17 Dec 2000 19:11:44 -0000
26304              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
26305      Branch: perl
26306            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26307            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26308 ____________________________________________________________________________
26309 [  8195] By: jhi                                   on 2000/12/19  17:47:53
26310         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
26311              From: Jonathan Stowe <gellyfish@gellyfish.com>
26312              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
26313              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
26314      Branch: perl
26315            ! utils/h2xs.PL
26316 ____________________________________________________________________________
26317 [  8194] By: jhi                                   on 2000/12/19  17:46:28
26318         Log: Subject: Re: useless use of void context work-around
26319              From: andreas.koenig@anima.de (Andreas J. Koenig)
26320              Date: 16 Dec 2000 15:13:36 +0100
26321              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
26322              
26323              Document (comment) the q(di ds ig) trick in the code.
26324      Branch: perl
26325            ! op.c
26326 ____________________________________________________________________________
26327 [  8193] By: jhi                                   on 2000/12/19  17:10:57
26328         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
26329              From: "Mark J. Reed" <mreed@strange.turner.com>
26330              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
26331              Message-Id: <200012160222.VAA13986@strange.turner.com>
26332      Branch: perl
26333            ! ext/Sys/Syslog/Syslog.pm
26334 ____________________________________________________________________________
26335 [  8192] By: jhi                                   on 2000/12/19  17:07:45
26336         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
26337              From: Nicholas Clark <nick@ccl4.org>
26338              Date: Sat, 16 Dec 2000 19:03:13 +0000
26339              Message-ID: <20001216190313.D68304@plum.flirble.org>
26340      Branch: perl
26341            ! t/op/64bitint.t
26342 ____________________________________________________________________________
26343 [  8191] By: jhi                                   on 2000/12/19  17:06:13
26344         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
26345              From: Dominic Dunlop <domo@computer.org>
26346              Date: Mon, 18 Dec 2000 12:00:15 +0100
26347              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
26348              
26349              This patchlet is needed in order that perl can be statically linked.  
26350      Branch: perl
26351            ! regexec.c
26352 ____________________________________________________________________________
26353 [  8190] By: jhi                                   on 2000/12/19  17:03:08
26354         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
26355              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26356              Date: Sun, 17 Dec 2000 00:18:35 -0600
26357              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
26358      Branch: perl
26359            ! perlio.h vms/gen_shrfls.pl
26360 ____________________________________________________________________________
26361 [  8189] By: jhi                                   on 2000/12/19  16:20:28
26362         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26363              From: Prymmer/Kahn <pvhp@best.com>
26364              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
26365              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
26366              
26367              A better version of #8188.
26368      Branch: perl
26369            ! pod/perlfaq3.pod
26370 ____________________________________________________________________________
26371 [  8188] By: jhi                                   on 2000/12/19  15:57:06
26372         Log: (Replaced by #8189)
26373              
26374              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26375              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
26376              From: Prymmer/Kahn <pvhp@best.com>
26377              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
26378              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26379              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
26380              Date: Mon, 18 Dec 2000 11:10:45 -0500
26381              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
26382      Branch: perl
26383            ! pod/perlfaq3.pod
26384 ____________________________________________________________________________
26385 [  8187] By: jhi                                   on 2000/12/19  15:54:19
26386         Log: Email address fix for Anton Berezin.
26387      Branch: perl
26388            ! AUTHORS
26389 ____________________________________________________________________________
26390 [  8186] By: jhi                                   on 2000/12/19  15:38:54
26391         Log: Subject: [PATCH perl@8102] cygwin port
26392              From: "Eric Fifer" <efifer@dircon.co.uk> 
26393              Date: Thu, 14 Dec 2000 13:41:29 -0000
26394              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
26395              
26396              When compiling modules the data item that is being imported
26397              from libperl.dll needs to be tagged as imported/shared data:
26398              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
26399      Branch: perl
26400            ! perliol.h
26401 ____________________________________________________________________________
26402 [  8185] By: jhi                                   on 2000/12/19  14:53:24
26403         Log: Regen uconfig.h and uconfig.sh.
26404      Branch: perl
26405            ! uconfig.h uconfig.sh
26406 ____________________________________________________________________________
26407 [  8184] By: jhi                                   on 2000/12/18  20:43:49
26408         Log: Comments work so much better when they are closed.
26409      Branch: perl
26410            ! regcomp.c
26411 ____________________________________________________________________________
26412 [  8183] By: jhi                                   on 2000/12/18  18:04:02
26413         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
26414              Fixes the bug 20001218.016.
26415      Branch: perl
26416            ! regcomp.c
26417 ____________________________________________________________________________
26418 [  8182] By: gsar                                  on 2000/12/18  09:53:47
26419         Log: delete spurious files
26420      Branch: maint-5.6/perl
26421            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
26422            - vos/config.h vos/config_h.SH_orig
26423 ____________________________________________________________________________
26424 [  8181] By: gsar                                  on 2000/12/18  09:46:08
26425         Log: regen perltoc
26426      Branch: maint-5.6/perl
26427            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
26428 ____________________________________________________________________________
26429 [  8180] By: gsar                                  on 2000/12/18  09:20:27
26430         Log: integrate changes#7924..7926,7946,7952 from mainline
26431      Branch: maint-5.6/perl
26432           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
26433           !> lib/File/stat.pm t/lib/class-struct.t
26434 ____________________________________________________________________________
26435 [  8179] By: gsar                                  on 2000/12/18  08:55:54
26436         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
26437              7918,7919,7988,8907 from mainline (various)
26438      Branch: maint-5.6/perl
26439           +> t/lib/class-struct.t
26440           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
26441           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
26442           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
26443 ____________________________________________________________________________
26444 [  8178] By: gsar                                  on 2000/12/18  08:16:30
26445         Log: avoid redefinition warnings on windows due to sys/socket.h getting
26446              #included before win32.h
26447      Branch: maint-5.6/perl
26448            ! win32/include/sys/socket.h
26449 ____________________________________________________________________________
26450 [  8177] By: gsar                                  on 2000/12/18  05:24:04
26451         Log: make regen_headers; fix POSIX.xs problems; remove outdated
26452              code from sys/socket.h that makes build fail now
26453      Branch: maint-5.6/perl
26454            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
26455            ! pod/perlapi.pod
26456           !> win32/include/sys/socket.h
26457 ____________________________________________________________________________
26458 [  8176] By: gsar                                  on 2000/12/18  05:20:17
26459         Log: update Changes
26460      Branch: maint-5.6/perl
26461            ! Changes patchlevel.h
26462 ____________________________________________________________________________
26463 [  8175] By: gsar                                  on 2000/12/18  04:57:48
26464         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
26465              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
26466              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
26467              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
26468              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
26469              7823,7825,7838
26470      Branch: maint-5.6/perl
26471           +> lib/File/Spec/Epoc.pm
26472           !> (integrate 88 files)
26473 ____________________________________________________________________________
26474 [  8174] By: gsar                                  on 2000/12/18  03:53:09
26475         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
26476              7625..7629,7631..7634,7637,7639,7642 from mainline
26477      Branch: maint-5.6/perl
26478           +> README.solaris
26479           !> (integrate 26 files)
26480 ____________________________________________________________________________
26481 [  8173] By: gsar                                  on 2000/12/18  03:37:02
26482         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
26483              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
26484              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
26485              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
26486      Branch: maint-5.6/perl
26487           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
26488            - MAINTAIN
26489           !> (integrate 111 files)
26490 ____________________________________________________________________________
26491 [  8172] By: jhi                                   on 2000/12/18  02:49:27
26492         Log: Regen pods.
26493      Branch: perl
26494            ! pod/perlmodlib.pod pod/perltoc.pod
26495 ____________________________________________________________________________
26496 [  8171] By: gsar                                  on 2000/12/18  02:49:24
26497         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
26498              7465..7471 from mainline
26499              
26500              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
26501              in platforms that strictly require all the symbols being present
26502              at link time.
26503              
26504              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
26505              
26506              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
26507              
26508              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
26509              
26510              Subject: [PATCH] todo
26511              
26512              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
26513              
26514              Use $sort, $uniq (and $tr) consistently as wondered
26515              by Nicholas Clark.
26516              
26517              Too enthusiastic editing in #7460.
26518              
26519              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
26520              
26521              Upgrade to CPAN 1.58_55.
26522              Subject: CPAN.pm status
26523              
26524              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
26525              
26526              Make target reordering to avoid pointless re-makes.
26527              Subject: Re: Total re-make of 'make okfile' after 7451 ?
26528              
26529              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
26530              
26531              Subject: DOC PATCH 5.6.0
26532              
26533              Add the repository doc by Malcolm, Sarathy, and by Simon,
26534              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26535      Branch: maint-5.6/perl
26536           +> Porting/repository.pod
26537           !> Configure MANIFEST Makefile.SH README.dos README.os2
26538           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
26539           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
26540           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
26541 ____________________________________________________________________________
26542 [  8169] By: gsar                                  on 2000/12/18  02:33:34
26543         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
26544              7435..7441,7445 from mainline
26545              
26546              Make the UTF-8 decoding stricter and more verbose when
26547              malformation happens.  This involved adding an argument
26548              to utf8_to_uv_chk(), which involved changing its prototype,
26549              and prefer STRLEN over I32 for the UTF-8 length, which as
26550              a domino effect necessitated changing the prototypes of
26551              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
26552              The stricter UTF-8 decoding checking uses Markus Kuhn's
26553              UTF-8 Decode Stress Tester from
26554              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
26555              
26556              Run vms/vms_yfix.pl, should have done that after changing
26557              perly.c in #7382.
26558              
26559              Subject: [PATCH 5.7.0] static linking with uninstalled perl
26560              
26561              (Replaced by #7440.)
26562              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26563              
26564              Fix the bug ID 20001024.005, the bug introduced by #7416.
26565              
26566              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
26567              
26568              Fix the bug reported in
26569              From: andreas.koenig@anima.de (Andreas J. Koenig)
26570              Also make is_utf8_char() stricter.
26571              
26572              Missed the header file changes from #7425.
26573              
26574              Check if stdio supports tweaking lval and cnt simultaneously.
26575              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26576              
26577              Stratus VOS updates from Paul Green.
26578              
26579              Podify README.epoc and README.vos.
26580              
26581              Add targets to Makefile.SH, most importantly
26582              'regen_all' which also remembers to update vms/perly*.
26583              
26584              Subject: Minor update to find2perl, for portability
26585              
26586              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
26587              
26588              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
26589              
26590              Rename UTF8LEN() to be UNISKIP(), too confusing to have
26591              UTF8LEN() and UTF8SKIP(). 
26592              
26593              Allow poking holes at the UTF-8 decoding strictness.
26594              
26595              Continue the internal UTF-8 API tweaking.
26596              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
26597              used much more than the simpler API, now called utf8_to_uv_simple().
26598              Still not quite happy with API, too much partial duplication
26599              of functionality.
26600              
26601              A new version of making the syslog test more robust.
26602              (Replaces #7421.)
26603              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26604              
26605              buildtoc target tweaks.
26606              
26607              Integrate with vmsperl #7430 by Charles Bailey:
26608              
26609              Cleanup from prior patch (Charles Lane?):
26610              - improve handling of MFDs in Basename and Path
26611              - default to no xsubpp line # munging when building debug images
26612      Branch: maint-5.6/perl
26613           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26614           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
26615           !> (integrate 67 files)
26616 ____________________________________________________________________________
26617 [  8168] By: gsar                                  on 2000/12/18  02:05:49
26618         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
26619              
26620              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
26621              From: Martin Husemann <martin@duskware.de>
26622              
26623              Subject: [PATCH 5.7.0] restore match data on backtracing
26624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26625      Branch: maint-5.6/perl
26626           !> regcomp.c regexec.c t/op/re_tests
26627 ____________________________________________________________________________
26628 [  8167] By: gsar                                  on 2000/12/18  01:55:22
26629         Log: integrate changes#7858,7986 from mainline
26630              
26631              C<foreach my $x ...> in pseudo-fork()ed process may diddle
26632              parent's memory; fix it by keeping track of the actual pad
26633              offset rather than a raw pointer (this change is probably also
26634              relevant to non-ithreads case to avoid fallout from reallocs of
26635              the pad array, but is currently only enabled for the ithreads
26636              case in the interests of minimal disruption to existing "well
26637              tested" code)
26638              
26639              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
26640              due to the notorious GetFileType() bug in Windows 9x, which fstat()
26641              tickles)
26642      Branch: maint-5.6/perl
26643           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26644           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
26645           !> win32/win32.c win32/win32.h win32/win32sck.c
26646 ____________________________________________________________________________
26647 [  8166] By: gsar                                  on 2000/12/18  01:52:59
26648         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
26649              from mainline (xsubpp and ExtUtils::LibList fixups, various
26650              other small items)
26651      Branch: maint-5.6/perl
26652           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
26653           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26654           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
26655           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
26656           !> win32/bin/search.pl
26657 ____________________________________________________________________________
26658 [  8165] By: gsar                                  on 2000/12/18  01:28:45
26659         Log: integrate changes#7533,7563,7611,7623 from mainline (various
26660              malloc.c embellishments)
26661      Branch: maint-5.6/perl
26662           !> malloc.c pod/perldiag.pod
26663 ____________________________________________________________________________
26664 [  8164] By: gsar                                  on 2000/12/18  01:23:33
26665         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
26666              fixups)
26667      Branch: maint-5.6/perl
26668           !> utils/h2xs.PL
26669 ____________________________________________________________________________
26670 [  8163] By: gsar                                  on 2000/12/18  01:17:50
26671         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
26672              fixups)
26673      Branch: maint-5.6/perl
26674           !> Makefile.SH utils/perlbug.PL
26675 ____________________________________________________________________________
26676 [  8162] By: gsar                                  on 2000/12/18  00:25:43
26677         Log: always export Perl_deb() (it is required by re.xs whether
26678              Perl is built with or without -DDEBUGGING)
26679      Branch: maint-5.6/perl
26680            ! makedef.pl
26681 ____________________________________________________________________________
26682 [  8161] By: gsar                                  on 2000/12/18  00:23:38
26683         Log: integrate change#7414 from mainline
26684              
26685              Undo the basename() part of #7412 since the lib/basename
26686              tests would need upgrading too.
26687              
26688              squelch two tests in tr.t that rely on tr/// paranoia change
26689              that's not in 5.6.x
26690      Branch: maint-5.6/perl
26691            ! t/op/tr.t
26692           !> lib/File/Basename.pm
26693 ____________________________________________________________________________
26694 [  8160] By: gsar                                  on 2000/12/18  00:05:30
26695         Log: missing change in previous integrate
26696      Branch: maint-5.6/perl
26697           !> README.aix
26698 ____________________________________________________________________________
26699 [  8159] By: gsar                                  on 2000/12/18  00:03:38
26700         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
26701              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
26702              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
26703              7410..7413 from mainline
26704      Branch: maint-5.6/perl
26705           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
26706           +> t/lib/tie-splice.t
26707            - lib/unicode/Is/DCinital.pl
26708           !> (integrate 112 files)
26709 ____________________________________________________________________________
26710 [  8158] By: jhi                                   on 2000/12/17  23:04:24
26711         Log: Subject: [PATCHES] RE: perl@8150 
26712              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
26713              Date: Sun, 17 Dec 2000 21:46:39 +0100
26714              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
26715              
26716              Neither cygwin has a getpwuid() one can trust on.
26717      Branch: perl
26718            ! t/lib/glob-basic.t
26719 ____________________________________________________________________________
26720 [  8157] By: jhi                                   on 2000/12/17  23:01:54
26721         Log: More MAN.PODS => {} fixes.
26722      Branch: perl
26723            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
26724            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
26725            ! os2/OS2/REXX/Makefile.PL
26726 ____________________________________________________________________________
26727 [  8156] By: gsar                                  on 2000/12/17  22:49:13
26728         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
26729              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
26730              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
26731              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
26732              7201,7204 from mainline
26733      Branch: maint-5.6/perl
26734           !> (integrate 121 files)
26735 ____________________________________________________________________________
26736 [  8155] By: jhi                                   on 2000/12/17  22:30:58
26737         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
26738              From: "Craig A. Berry" <craigberry@mac.com>
26739              Date: Sun, 17 Dec 2000 13:09:28 -0600
26740              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
26741              
26742              MAN.PODS => ' ' is naughty.
26743      Branch: perl
26744            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26745 ____________________________________________________________________________
26746 [  8154] By: nick                                  on 2000/12/17  22:07:13
26747         Log: MULTIPLICITY nit.
26748      Branch: perl
26749            ! mg.c
26750 ____________________________________________________________________________
26751 [  8153] By: gsar                                  on 2000/12/17  21:23:05
26752         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
26753              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
26754              from mainline
26755              
26756              Document the SvIOK_.*UV().
26757              
26758              Update Unicode todo list.
26759              
26760              Guard against bad string->int conversion for quads.
26761              
26762              Subject: small apidoc fix
26763              
26764              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26765              
26766              Subject: [PATCH] Tied filehandle documentation
26767              
26768              Subject: [PATCH] Modernize Opcode.pm documentation
26769              
26770              Make Data::Dumper (non-XS) to work with changed semantics of ref().
26771              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26772              [applied even though said semantics didn't change in 5.6.x]
26773              
26774              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26775              
26776              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26777              
26778              Fix the URL, but the server is still missing in action.
26779              Subject: [ID 20000905.002] perlfaq1.pod URL error
26780              
26781              Subject: [ID 20000903.001] \w in utf8-strings
26782              
26783              Fix the ccversion detection for 5.1 and beyond.
26784              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26785              
26786              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26787              
26788              Subject: [ID 20000904.008] Tiny fix for perldiag
26789              
26790              Subject: Re: [ID 20000906.004] segfault with bad perl statement
26791              
26792              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26793              
26794              Subject: [ID 20000908.002] perlipc documentation bug.
26795              
26796              Subject: [PATCH lib/Benchmark.pm]
26797              
26798              Re-allow vec() for characters > 255.
26799              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26800              
26801              Do away with memory models cruft.  Sorry, PDP users.
26802              
26803              Continue #7041.
26804              
26805              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26806              
26807              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26808              
26809              Upgrade to CPAN 1.57_65, from Andreas König.
26810              
26811              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26812              by Russ Allbery.
26813              
26814              Silence t/pod/*.t about alternate quote-mappings now implemented
26815              by Pod::Text, from Brad Appleton.
26816              
26817              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26818              Subject: borland C++ win32.c tweak
26819              
26820              C<@a = @b = split(...)> optimization coredumps under ithreads
26821              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26822              
26823              Document the SvUTF8*().
26824              
26825              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26826              
26827              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26828              
26829              Do in VMS as the #7054 does.
26830              
26831              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26832              
26833              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26834              
26835              Subject: [patch: perl@7045] vms updates
26836              
26837              Test for the #7049.
26838              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26839              
26840              Break up the myconfig lines a bit.
26841              Subject: perlbug/perl -V output format
26842              
26843              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26844              
26845              The #7054 truncated Configure badly.
26846              
26847              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26848              initialization in all the threads on Windows
26849              
26850              Allow for whitespace between "#" and "line" in cpp output.
26851              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26852              
26853              Remove vestiges of tr//CU.
26854              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26855              
26856              The return value of setlocale must be copied away.
26857              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26858              
26859              Allow chop() and chomp() to be overridden.
26860              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26861              
26862              Hints optimization.
26863              Subject: Minor nit
26864              
26865              Subject: [PATCH] de-wall t/README
26866              
26867              Subject: Re: Two advertising clauses need to be removed
26868      Branch: maint-5.6/perl
26869           !> (integrate 75 files)
26870 ____________________________________________________________________________
26871 [  8152] By: gsar                                  on 2000/12/17  20:30:11
26872         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
26873              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
26874              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
26875              
26876              Don't attach -ld to the archname if pointless.
26877              
26878              Document UNTIE in a very minimalistic way.
26879              
26880              POSIX doesn't report long double values under -Duselongdouble
26881              when the long doubles are "real" (bigger than doubles).
26882              
26883              More author updates.
26884              
26885              Try to deduce NV_MAX.  Really should be Configure fodder.
26886              
26887              :: not allowed in pathnames, change to .
26888              Subject: [PATCH perl@6938] cygwin port
26889              
26890              Forget about NV_MAX (#6951).  Various floating point tweaks,
26891              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
26892              
26893              Move the Solaris 7 scan to use64bitall, make the
26894              failure to find 64-bot sparc libc to mention the
26895              possibility of being in an intel, from Lupe and Alan.
26896              
26897              Regen perltoc.
26898              
26899              AUTHORS tweaks, from Peter Prymmer.
26900              
26901              More address tweaking.
26902              
26903              Small tweaks all over.
26904              
26905              File::Temp patches from Andreas König,
26906              
26907              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26908              
26909              Subject: CPAN.pm beta 1.57_57 for the core
26910              
26911              Part of the solution.
26912              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26913              
26914              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26915              
26916              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26917              
26918              Add the overload warnings to perldiag.
26919              
26920              Drop unused argument.
26921              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26922              
26923              Subject: Nit in Configure (bleadperl@6961)
26924              
26925              Update to PodParser 1.18, from Brad Appleton.
26926              
26927              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26928              
26929              Subject: [PATCH: 6948] add SCNfldbl to configure.com
26930              
26931              Document UNTIE. Also tweak implementation to suppress the 'inner references'
26932              warning when UNTIE exists and instead pass the cound of extra references to
26933              the UNTIE method.
26934              
26935              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26936              so that case-ignoring systems like DCL can tell them from
26937              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26938              
26939              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26940              
26941              Feature ordering tweak.
26942              
26943              Regen perltoc.
26944              
26945              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26946              
26947              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26948              
26949              Subject: http:// in L<>
26950              
26951              Detypo.
26952              
26953              change#6791 accidentally clobbered change#6710, put it back
26954              
26955              Only the first line, thank you very much.
26956              
26957              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26958              plus rework the http: spots as suggested by Tom Christiansen,
26959              plus regen perltoc.
26960              
26961              Undo part of change 6489 which looks like a bulk edit which
26962              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26963              The supressing of main:: on return from select() is undesirable.
26964              
26965              Apparently avoiding the swapping is too costly.
26966              
26967              Various Configure nits by Philip Newton,
26968              plus the ebcdic one by me.
26969              
26970              Make certain cc is set before trying to run it.
26971              
26972              If overloaded %{} etc. return the object do not loop.
26973              Thus  sub deref { $_[0] } functions if object is wanted type.
26974              
26975              Update perlhist.
26976              
26977              More %{} and other deref special casing - do not pass to 'nomethod'.
26978      Branch: maint-5.6/perl
26979           !> (integrate 59 files)
26980 ____________________________________________________________________________
26981 [  8151] By: gsar                                  on 2000/12/17  19:14:38
26982         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
26983              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
26984              
26985              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
26986              
26987              Make the epsilon to be relative, not absolute.
26988              
26989              Put back the flags dump as reasoned in
26990              Subject: Re: [PATCH] Glob dumping
26991              
26992              Introduce ccname to keep track of what compiler kind of we have.
26993              
26994              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
26995              
26996              Put back the slice accidentally removed by #6907.
26997              
26998              Reset archname and archname64 always, forcing them be
26999              recomputed at each Configure run, make Configure and
27000              the hints files agree on the naming of largefiles variables.
27001              
27002              Don't say "Perl 5.0 source kit".
27003              
27004              Subject: [PATCH] fix misc cast warnings
27005              
27006              Subject: typos in pods
27007              
27008              NVs not necessarily doubles, as pointed out by Yitzchak.
27009              
27010              Subject: [PATCH 6889] add a few ldbl formats to configure.com
27011              
27012              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27013              
27014              Better options for rsync.
27015              
27016              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27017              
27018              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27019              
27020              Subject: [PATCH] Re: UNTIE method 
27021              
27022              A better fix for the Socket building problem from Craig Berry.
27023              
27024              Retract the dummy test, skip the security tests (instead of failing),
27025              explain what the warnings mean.
27026              
27027              Heap decorruption.
27028              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27029              
27030              Update to Unicode 3.0.1.
27031              
27032              Missed one Unicode file.
27033              
27034              Subject: Re: typos in pods
27035              
27036              The #6929 was too skimpy.
27037              
27038              sscanf() may be the only way to read long doubles from strings.
27039              
27040              Reveal Borland's isnan.
27041              Subject: build with BC++ tweak
27042              
27043              Issue useful diagnostic on unknown pod commands.
27044              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27045              
27046              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
27047              
27048              Clarify the third case of ftmp-security warnings.
27049              
27050              Make -Dusemorebits find long doubles in Solaris.
27051              
27052              Wrap the test in eval.
27053      Branch: maint-5.6/perl
27054           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27055           +> lib/unicode/PropList.txt lib/unicode/README.perl
27056           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27057           +> lib/unicode/Unicode.301 vms/vmspipe.com
27058            - lib/unicode/Props.txt lib/unicode/UCD300.html
27059            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27060           !> (integrate 305 files)
27061 ____________________________________________________________________________
27062 [  8150] By: jhi                                   on 2000/12/17  18:47:57
27063         Log: Uncheckedin generated files.
27064      Branch: perl
27065            ! global.sym perlapi.c pod/perlapi.pod
27066 ____________________________________________________________________________
27067 [  8149] By: jhi                                   on 2000/12/17  18:41:22
27068         Log: Update Changes.
27069      Branch: perl
27070            ! Changes patchlevel.h
27071 ____________________________________________________________________________
27072 [  8148] By: jhi                                   on 2000/12/17  18:39:16
27073         Log: Subject: [PATCH] Fcntl constants speedup
27074              From: Nicholas Clark <nick@ccl4.org>
27075              Date: Sun, 17 Dec 2000 16:29:24 +0000
27076              Message-ID: <20001217162924.E97668@plum.flirble.org>
27077              
27078              Use IVs for the Fcntl constants instead of NVs.
27079      Branch: perl
27080            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
27081 ____________________________________________________________________________
27082 [  8147] By: jhi                                   on 2000/12/17  18:33:41
27083         Log: Add test for #8145 (binmode() warning), add warning for
27084              ioctl() and sockpair(), document them. (fileno() cannot
27085              be tripwired with the same kind of warning because
27086              'defined fileno($foo)' seems to be an idiom.)
27087      Branch: perl
27088            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
27089 ____________________________________________________________________________
27090 [  8146] By: gsar                                  on 2000/12/17  18:09:08
27091         Log: update Changes
27092      Branch: maint-5.6/perl
27093            ! Changes
27094 ____________________________________________________________________________
27095 [  8145] By: jhi                                   on 2000/12/17  17:39:35
27096         Log: Subject: [PATCH] Re: The long awaited feature ...
27097              From: Simon Cozens <simon@cozens.net>
27098              Date: Sun, 17 Dec 2000 12:31:56 +0000
27099              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
27100              
27101              Add a warning to binmode() about using bad filehandles
27102              (can happen e.g. if someone forgets the filehandle argument)
27103      Branch: perl
27104            ! pp_sys.c
27105 ____________________________________________________________________________
27106 [  8144] By: jhi                                   on 2000/12/17  17:33:48
27107         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27108              From: Jonathan Stowe <gellyfish@gellyfish.com>
27109              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
27110              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
27111      Branch: perl
27112            ! lib/Net/Ping.pm
27113 ____________________________________________________________________________
27114 [  8143] By: jhi                                   on 2000/12/17  05:31:37
27115         Log: Polymorphic regexps.
27116              
27117              Fixes at least the bugs 20001028.003 (both of them...) and
27118              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
27119              also to be fixed by now, probably already before this patch.
27120      Branch: perl
27121            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
27122            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
27123            ! t/op/utf8decode.t t/pragma/utf8.t
27124 ____________________________________________________________________________
27125 [  8142] By: jhi                                   on 2000/12/16  17:16:05
27126         Log: Subject: [patch perl@8102] dos/djgpp update
27127              From: Laszlo Molnar <ml1050@freemail.hu>
27128              Date: Sat, 16 Dec 2000 01:40:52 +0100
27129              Message-ID: <20001216014052.A335@freemail.hu>
27130      Branch: perl
27131            ! djgpp/config.over t/base/commonsense.t
27132 ____________________________________________________________________________
27133 [  8141] By: jhi                                   on 2000/12/16  17:09:27
27134         Log: Few uncheckedin files.
27135      Branch: perl
27136            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
27137 ____________________________________________________________________________
27138 [  8140] By: nick                                  on 2000/12/15  22:14:31
27139         Log: Integrate mainline
27140      Branch: perlio
27141           !> (integrate 53 files)
27142 ____________________________________________________________________________
27143 [  8139] By: jhi                                   on 2000/12/15  19:49:49
27144         Log: One more IVUV tweak from Nicholas Clark.
27145      Branch: perl
27146            ! sv.c
27147 ____________________________________________________________________________
27148 [  8138] By: jhi                                   on 2000/12/15  19:17:06
27149         Log: Return of the IVUV-preservation, now seems to be happy even
27150              in Digital UNIX (the broken strtoul brokenness detection
27151              seems to have been the fly in the ointment).
27152      Branch: perl
27153            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27154            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
27155            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
27156            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
27157            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27158            ! vos/config.ga.h win32/config.bc win32/config.gc
27159            ! win32/config.vc
27160 ____________________________________________________________________________
27161 [  8137] By: jhi                                   on 2000/12/15  18:12:14
27162         Log: Metaconfig unit change for #8136.
27163      Branch: metaconfig
27164            ! U/modified/d_strtoul.U
27165      Branch: metaconfig/U/perl
27166            ! d_strtoull.U d_strtouq.U
27167 ____________________________________________________________________________
27168 [  8136] By: jhi                                   on 2000/12/15  18:11:35
27169         Log: I don't think it's sensible or portable to test the strtou*
27170              on /^-/ strings.
27171      Branch: perl
27172            ! Configure
27173 ____________________________________________________________________________
27174 [  8135] By: jhi                                   on 2000/12/15  17:18:49
27175         Log: Metaconfig unit change for #8134.
27176      Branch: metaconfig
27177            ! U/modified/d_strtoul.U
27178 ____________________________________________________________________________
27179 [  8134] By: jhi                                   on 2000/12/15  17:14:13
27180         Log: If longsize is 8 we don't need a LL suffix for integer constants.
27181      Branch: perl
27182            ! Configure config_h.SH
27183 ____________________________________________________________________________
27184 [  8133] By: jhi                                   on 2000/12/15  16:00:23
27185         Log: Update Changes.
27186      Branch: perl
27187            ! Changes patchlevel.h
27188 ____________________________________________________________________________
27189 [  8132] By: jhi                                   on 2000/12/15  15:44:16
27190         Log: Some compilers get huffy if you do not cast a const pointer
27191              to a non-const when assigning.
27192      Branch: perl
27193            ! gv.c
27194 ____________________________________________________________________________
27195 [  8131] By: jhi                                   on 2000/12/15  15:38:30
27196         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
27197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27198              Date: Fri, 15 Dec 2000 05:26:57 -0500
27199              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
27200      Branch: perl
27201            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
27202            ! t/pragma/overload.t
27203 ____________________________________________________________________________
27204 [  8130] By: jhi                                   on 2000/12/15  15:36:08
27205         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
27206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27207              Date: Thu, 14 Dec 2000 22:02:43 -0500
27208              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
27209      Branch: perl
27210            ! gv.c perl.h
27211 ____________________________________________________________________________
27212 [  8129] By: jhi                                   on 2000/12/15  15:34:16
27213         Log: Subject: PATCH: h2xs nit
27214              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27215              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
27216              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
27217              
27218              Add a template README.
27219      Branch: perl
27220            ! utils/h2xs.PL
27221 ____________________________________________________________________________
27222 [  8128] By: jhi                                   on 2000/12/15  15:32:22
27223         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
27224      Branch: perl
27225            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27226 ____________________________________________________________________________
27227 [  8127] By: jhi                                   on 2000/12/15  15:19:34
27228         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
27229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27230              Date:     Thu, 14 Dec 2000 20:04:42 EST
27231              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
27232      Branch: perl
27233            ! ext/Opcode/Opcode.xs
27234 ____________________________________________________________________________
27235 [  8126] By: jhi                                   on 2000/12/15  15:17:49
27236         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
27237              From: Peter Prymmer <pvhp@forte.com>
27238              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
27239              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
27240      Branch: perl
27241            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
27242            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
27243            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
27244 ____________________________________________________________________________
27245 [  8125] By: jhi                                   on 2000/12/15  15:11:05
27246         Log: This seems to be a stage sane and stable enough to checkin.
27247              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
27248      Branch: perl
27249            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
27250            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
27251            ! t/op/cmp.t t/op/numconvert.t
27252 ____________________________________________________________________________
27253 [  8124] By: jhi                                   on 2000/12/15  04:20:26
27254         Log: Something is really wonky.
27255      Branch: perl
27256            ! sv.c
27257 ____________________________________________________________________________
27258 [  8123] By: jhi                                   on 2000/12/15  04:00:50
27259         Log: Fixes for the IV UV patches to compile in Digital UNIX.
27260      Branch: perl
27261            ! sv.c
27262 ____________________________________________________________________________
27263 [  8122] By: jhi                                   on 2000/12/15  02:53:40
27264         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27265              From: "Craig A. Berry" <craigberry@mac.com>
27266              Date: Thu, 14 Dec 2000 19:10:49 -0600
27267              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
27268      Branch: perl
27269            ! vms/vms.c
27270 ____________________________________________________________________________
27271 [  8121] By: jhi                                   on 2000/12/15  02:50:00
27272         Log: Metaconfig changes for #8120.
27273      Branch: metaconfig
27274            + U/modified/d_strtoul.U
27275      Branch: metaconfig/U/perl
27276            ! d_strtoull.U d_strtouq.U
27277 ____________________________________________________________________________
27278 [  8120] By: jhi                                   on 2000/12/15  02:49:42
27279         Log: From: Nicholas Clark <nick@ccl4.org> 
27280              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
27281              Date: Thu, 14 Dec 2000 18:38:57 +0000
27282              Message-ID: <20001214183857.B97909@plum.flirble.org>
27283      Branch: perl
27284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27285            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
27286            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27287            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27288            ! win32/config.gc win32/config.vc
27289 ____________________________________________________________________________
27290 [  8119] By: jhi                                   on 2000/12/14  23:40:58
27291         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
27292              From: Nicholas Clark <nick@ccl4.org>
27293              Date: Wed, 13 Dec 2000 20:08:50 +0000
27294              Message-ID: <20001213200849.B71166@plum.flirble.org>
27295      Branch: perl
27296            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
27297            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
27298 ____________________________________________________________________________
27299 [  8118] By: jhi                                   on 2000/12/14  22:46:26
27300         Log: Integrate perlio.
27301      Branch: perl
27302           !> MANIFEST ext/Encode/compile makedef.pl
27303 ____________________________________________________________________________
27304 [  8117] By: nick                                  on 2000/12/14  22:38:53
27305         Log: Win32 tweaks to get Encode to build
27306              - temp hack to makedef.pl till PerlIO is properly "exported".
27307              - MSVC dislikes  
27308              static encpage_t foo[];
27309              so make 'em extern for now.
27310      Branch: perlio
27311            ! ext/Encode/compile makedef.pl
27312 ____________________________________________________________________________
27313 [  8116] By: nick                                  on 2000/12/14  22:00:53
27314         Log: Document the new files
27315      Branch: perlio
27316            ! MANIFEST
27317 ____________________________________________________________________________
27318 [  8115] By: jhi                                   on 2000/12/14  21:58:01
27319         Log: MANIFEST new files of #8114.
27320      Branch: perl
27321            ! MANIFEST
27322 ____________________________________________________________________________
27323 [  8114] By: jhi                                   on 2000/12/14  21:50:49
27324         Log: Integrate perlio.
27325      Branch: perl
27326           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27327           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27328           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27329           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27330           !> ext/Encode/Makefile.PL
27331 ____________________________________________________________________________
27332 [  8113] By: jhi                                   on 2000/12/14  21:48:49
27333         Log: The documentation part of the
27334              
27335              Subject: [ID 20001214.002] Net::Ping patch
27336              From: Jonathan Stowe <gellyfish@gellyfish.com>
27337              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
27338              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
27339              since the #7529 had already addressed the same problem.
27340      Branch: perl
27341            ! lib/Net/Ping.pm
27342 ____________________________________________________________________________
27343 [  8112] By: jhi                                   on 2000/12/14  21:42:57
27344         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27345              From: Dominic Dunlop <domo@computer.org>
27346              Date: Tue, 12 Dec 2000 10:47:10 +0100
27347              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
27348              
27349              Document how elusive subroutines can be.
27350      Branch: perl
27351            ! pod/perlfunc.pod
27352 ____________________________________________________________________________
27353 [  8111] By: jhi                                   on 2000/12/14  21:38:05
27354         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27355              From: Dominic Dunlop <domo@computer.org>
27356              Date: Thu, 14 Dec 2000 10:13:51 +0100
27357              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
27358      Branch: perl
27359            ! ext/POSIX/POSIX.pod
27360 ____________________________________________________________________________
27361 [  8110] By: jhi                                   on 2000/12/14  21:36:32
27362         Log: Subject: [patch] perlfaq7
27363              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27364              Date: Thu, 14 Dec 2000 15:31:07 +0100
27365              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
27366      Branch: perl
27367            ! pod/perlfaq7.pod
27368 ____________________________________________________________________________
27369 [  8109] By: jhi                                   on 2000/12/14  21:29:20
27370         Log: Subject: [8104] Encode
27371              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27372              Date: Thu, 14 Dec 2000 14:49:34 +0100
27373              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
27374              
27375              Type casting for nervous compilers.
27376      Branch: perl
27377            ! ext/Encode/Encode.xs
27378 ____________________________________________________________________________
27379 [  8108] By: jhi                                   on 2000/12/14  21:26:17
27380         Log: Subject: [8104] DB_File
27381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27382              Date: Thu, 14 Dec 2000 14:49:35 +0100
27383              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
27384              
27385              Type definition incorrect for DB 2.7.7.  Not known when it
27386              changed, so only changed it for a known revision.
27387      Branch: perl
27388            ! ext/DB_File/DB_File.xs
27389 ____________________________________________________________________________
27390 [  8107] By: jhi                                   on 2000/12/14  21:23:41
27391         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
27392              From: Peter Prymmer <pvhp@forte.com>
27393              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
27394              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
27395              
27396              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
27397      Branch: perl
27398            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
27399            ! ext/Encode/Encode/posix-bc.enc
27400 ____________________________________________________________________________
27401 [  8106] By: nick                                  on 2000/12/14  20:36:13
27402         Log: "Cold" build correction to Encode's Makefile.PL
27403      Branch: perlio
27404            ! ext/Encode/Makefile.PL
27405 ____________________________________________________________________________
27406 [  8105] By: nick                                  on 2000/12/14  20:09:37
27407         Log: "Compiled" encodings.
27408              Correct replacement character in EBCDIC .enc files
27409              Add 0x7F to ASCII repertoire.
27410      Branch: perlio
27411            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27412            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27413            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27414            ! ext/Encode/Makefile.PL ext/Encode/compile
27415            ! ext/Encode/encengine.c ext/Encode/encode.h
27416 ____________________________________________________________________________
27417 [  8104] By: nick                                  on 2000/12/14  00:38:20
27418         Log: Integrate mainline
27419      Branch: perlio
27420           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
27421           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
27422           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
27423           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
27424           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
27425           !> t/lib/db-hash.t t/lib/db-recno.t
27426 ____________________________________________________________________________
27427 [  8103] By: nick                                  on 2000/12/13  23:16:13
27428         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
27429              so far and so it does not get lost.
27430      Branch: perlio
27431            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27432 ____________________________________________________________________________
27433 [  8102] By: jhi                                   on 2000/12/13  17:14:22
27434         Log: Update Changes.
27435      Branch: perl
27436            ! Changes patchlevel.h
27437 ____________________________________________________________________________
27438 [  8101] By: jhi                                   on 2000/12/13  16:53:41
27439         Log: Move the proto of start_glob() to a better place; regen api files.
27440      Branch: perl
27441            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
27442 ____________________________________________________________________________
27443 [  8100] By: jhi                                   on 2000/12/13  16:47:11
27444         Log: Metaconfig change for #8099.
27445      Branch: metaconfig
27446            ! U/modified/Head.U
27447 ____________________________________________________________________________
27448 [  8099] By: jhi                                   on 2000/12/13  16:46:48
27449         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
27450              From: Andy Dougherty <doughera@lafayette.edu>
27451              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
27452              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
27453      Branch: perl
27454            ! Configure
27455 ____________________________________________________________________________
27456 [  8098] By: jhi                                   on 2000/12/13  16:39:02
27457         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
27458              From: rspier@pobox.com (Robert Spier)
27459              Date: Tue, 12 Dec 2000 21:12:39 -0500
27460              Message-ID: <14902.56087.678086.725773@rls.cx>
27461              
27462              fastgetcwd is defined using a glob alias on a $^O dependent basis -
27463              and there was no default assignment or perl subroutine.
27464      Branch: perl
27465            ! lib/Cwd.pm
27466 ____________________________________________________________________________
27467 [  8097] By: jhi                                   on 2000/12/13  16:16:01
27468         Log: Subject: [PATCH] move startglob out of pp_hot.c
27469              From: Nicholas Clark <nick@ccl4.org>
27470              Date: Mon, 11 Dec 2000 23:16:39 +0000
27471              Message-ID: <20001211231638.A55550@plum.flirble.org>
27472      Branch: perl
27473            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
27474 ____________________________________________________________________________
27475 [  8096] By: jhi                                   on 2000/12/13  15:26:23
27476         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
27477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27478              Date: Wed, 13 Dec 2000 14:01:37 +0100
27479              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
27480              
27481              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
27482              in turn requires libpthread in libswanted.
27483      Branch: perl
27484            ! hints/hpux.sh
27485 ____________________________________________________________________________
27486 [  8095] By: jhi                                   on 2000/12/12  19:51:05
27487         Log: The integration wars continue.
27488      Branch: perl
27489           !> sv.c
27490 ____________________________________________________________________________
27491 [  8094] By: jhi                                   on 2000/12/12  19:48:26
27492         Log: Subject: [PATCH perl@8070] DB_File-1.74  
27493              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
27494              Date: Mon, 11 Dec 2000 23:07:17 -0000
27495              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
27496      Branch: perl
27497            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27498            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27499            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
27500            ! t/lib/db-recno.t
27501 ____________________________________________________________________________
27502 [  8093] By: nick                                  on 2000/12/12  19:42:13
27503         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
27504      Branch: perlio
27505            ! sv.c
27506           !> lib/File/DosGlob.pm
27507 ____________________________________________________________________________
27508 [  8092] By: jhi                                   on 2000/12/12  19:28:11
27509         Log: Integrate perlio.
27510      Branch: perl
27511           !> sv.c
27512 ____________________________________________________________________________
27513 [  8091] By: nick                                  on 2000/12/12  18:49:45
27514         Log: Fix for Tk, and upgrading shared SVs.
27515      Branch: perlio
27516            ! sv.c
27517 ____________________________________________________________________________
27518 [  8090] By: jhi                                   on 2000/12/12  16:48:59
27519         Log: Subject: [PATCH] Re: Breadperl & Tk
27520              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27521              Date: Tue, 12 Dec 2000 14:48:27 GMT
27522              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
27523      Branch: perl
27524            ! sv.c
27525 ____________________________________________________________________________
27526 [  8089] By: jhi                                   on 2000/12/12  03:37:19
27527         Log: Subject: DosGlob.pm diff for bash style brace expansion.
27528              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
27529              Date: Fri, 8 Dec 2000 10:45:30 -0600
27530              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
27531      Branch: perl
27532            ! lib/File/DosGlob.pm
27533 ____________________________________________________________________________
27534 [  8088] By: nick                                  on 2000/12/11  23:59:59
27535         Log: Integrate mainline
27536      Branch: perlio
27537           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
27538           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27539           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
27540           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
27541           !> t/op/local.t t/pragma/warn/toke toke.c
27542 ____________________________________________________________________________
27543 [  8087] By: jhi                                   on 2000/12/11  23:20:23
27544         Log: Integrate perlio.
27545      Branch: perl
27546           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27547 ____________________________________________________________________________
27548 [  8086] By: jhi                                   on 2000/12/11  22:50:59
27549         Log: Tune further the OS detection of CGI.
27550      Branch: perl
27551            ! lib/CGI.pm
27552 ____________________________________________________________________________
27553 [  8085] By: nick                                  on 2000/12/11  22:50:46
27554         Log: Finish 1st pass of "encoding" layer e.g. :
27555              open($fh,"<encoding(iso8859-7)",$greek) || die;
27556      Branch: perlio
27557            ! ext/Encode/Encode.xs perlio.c perliol.h
27558 ____________________________________________________________________________
27559 [  8084] By: jhi                                   on 2000/12/11  22:32:06
27560         Log: Revert the -f ambiguousity patch, seems to cause
27561              too much hassle (the interpret -Q as a function
27562              where Q is not a known filetest part is left in).
27563      Branch: perl
27564            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
27565            ! toke.c
27566 ____________________________________________________________________________
27567 [  8083] By: jhi                                   on 2000/12/11  22:27:23
27568         Log: (accidentally empty check-in)
27569      Branch: perl
27570            ! lib/File/DosGlob.pm
27571 ____________________________________________________________________________
27572 [  8082] By: nick                                  on 2000/12/11  19:09:51
27573         Log: Restore mmap function (broken by tweaks to shared buffer
27574              layer for encode(xxxx)).
27575      Branch: perlio
27576            ! perlio.c
27577 ____________________________________________________________________________
27578 [  8081] By: jhi                                   on 2000/12/11  18:29:13
27579         Log: Subject: Re: The long awaited feature ...
27580              From: Simon Cozens <simon@cozens.net>
27581              Date: Mon, 11 Dec 2000 15:54:24 +0000
27582              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
27583              
27584              More io/utf8 tests.
27585      Branch: perl
27586            ! t/io/utf8.t
27587 ____________________________________________________________________________
27588 [  8080] By: jhi                                   on 2000/12/11  18:19:36
27589         Log: Subject: PATCH MakeMaker manpage clarification
27590              From: andreas.koenig@anima.de (Andreas J. Koenig)
27591              Date: 10 Dec 2000 20:46:13 +0100
27592              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
27593      Branch: perl
27594            ! lib/ExtUtils/MakeMaker.pm
27595 ____________________________________________________________________________
27596 [  8079] By: jhi                                   on 2000/12/11  15:35:07
27597         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
27598              From: Simon Cozens <simon@cozens.net>
27599              Date: Sun, 10 Dec 2000 19:06:19 +0000
27600              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
27601      Branch: perl
27602            ! ext/B/B/Deparse.pm t/lib/b.t
27603 ____________________________________________________________________________
27604 [  8078] By: jhi                                   on 2000/12/11  15:09:11
27605         Log: Subject: [PATCH] docs on NaN
27606              From: Nicholas Clark <nick@ccl4.org>
27607              Date: Mon, 11 Dec 2000 01:48:38 +0000
27608              Message-ID: <20001211014838.B99205@plum.flirble.org>
27609      Branch: perl
27610            ! pod/perlop.pod
27611 ____________________________________________________________________________
27612 [  8077] By: jhi                                   on 2000/12/11  15:02:21
27613         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
27614              From: Simon Cozens <simon@cozens.net>
27615              Date: Mon, 11 Dec 2000 01:21:45 +0000
27616              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
27617      Branch: perl
27618            ! pp.c pp_hot.c scope.c t/op/local.t
27619 ____________________________________________________________________________
27620 [  8076] By: nick                                  on 2000/12/10  20:43:32
27621         Log: Not merge worthy...
27622              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
27623              syntax is modelled on attributes.
27624              Untested fix for io/utf8 on Win32 etc.
27625              Very clumsy start to the encode layer.
27626      Branch: perlio
27627            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27628 ____________________________________________________________________________
27629 [  8075] By: jhi                                   on 2000/12/10  18:39:33
27630         Log: Darwin is not Windows.
27631      Branch: perl
27632            ! lib/CGI.pm
27633 ____________________________________________________________________________
27634 [  8074] By: jhi                                   on 2000/12/10  18:31:27
27635         Log: Subject: Ambiguous -%c() resolved as a file test
27636              From: "Paul Marquess" <Paul.Marquess@openwave.com>
27637              Date: Sun, 10 Dec 2000 15:35:07 -0000
27638              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
27639      Branch: perl
27640            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27641 ____________________________________________________________________________
27642 [  8073] By: jhi                                   on 2000/12/10  18:16:29
27643         Log: Subject: PATCH installperl misinformed 
27644              From: andreas.koenig@anima.de (Andreas J. Koenig)
27645              Date: 10 Dec 2000 13:01:32 +0100 
27646              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
27647      Branch: perl
27648            ! installperl
27649 ____________________________________________________________________________
27650 [  8072] By: jhi                                   on 2000/12/10  18:07:55
27651         Log: The walkoptree confusion rages; walkoptree() seems to be coming
27652              from B.xs, while walkoptree_slow() comes from B.pm.
27653      Branch: perl
27654            ! ext/B/B.pm
27655 ____________________________________________________________________________
27656 [  8071] By: nick                                  on 2000/12/10  11:45:47
27657         Log: Integrate mainline
27658      Branch: perlio
27659           +> t/base/commonsense.t
27660           !> (integrate 37 files)
27661 ____________________________________________________________________________
27662 [  8070] By: jhi                                   on 2000/12/10  04:46:21
27663         Log: Update Changes.
27664      Branch: perl
27665            ! Changes patchlevel.h
27666 ____________________________________________________________________________
27667 [  8069] By: jhi                                   on 2000/12/10  04:39:19
27668         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
27669              From: andreas.koenig@anima.de (Andreas J. Koenig)
27670              Date: 09 Dec 2000 17:14:25 +0100
27671              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
27672      Branch: perl
27673            + t/base/commonsense.t
27674            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
27675 ____________________________________________________________________________
27676 [  8068] By: jhi                                   on 2000/12/10  04:17:36
27677         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
27678              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27679              Date: Sat, 9 Dec 2000 16:47:22 -0000
27680              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
27681      Branch: perl
27682            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
27683            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
27684            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
27685            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
27686            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
27687            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27688            ! t/lib/sdbm.t
27689 ____________________________________________________________________________
27690 [  8067] By: jhi                                   on 2000/12/10  03:52:02
27691         Log: Test case for #8066.
27692      Branch: perl
27693            ! t/op/misc.t
27694 ____________________________________________________________________________
27695 [  8066] By: jhi                                   on 2000/12/10  03:50:30
27696         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
27697              From: Simon Cozens <simon@cozens.net>
27698              Date: Sun, 10 Dec 2000 00:55:37 +0000
27699              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
27700      Branch: perl
27701            ! pp_sys.c
27702 ____________________________________________________________________________
27703 [  8065] By: jhi                                   on 2000/12/10  03:44:52
27704         Log: Test case for #8064.
27705      Branch: perl
27706            ! t/comp/proto.t
27707 ____________________________________________________________________________
27708 [  8064] By: jhi                                   on 2000/12/10  03:42:32
27709         Log: Subject: Re: prototype of substr
27710              From: Simon Cozens <simon@cozens.net>
27711              Date: Sun, 10 Dec 2000 00:13:33 +0000
27712              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
27713              
27714              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
27715      Branch: perl
27716            ! pp.c
27717 ____________________________________________________________________________
27718 [  8063] By: jhi                                   on 2000/12/10  03:39:42
27719         Log: Subject: [PATCH] perlguts.pod
27720              From: Simon Cozens <simon@cozens.net>
27721              Date: Sun, 10 Dec 2000 00:06:47 +0000
27722              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
27723              
27724              Documentation of the different types of ops,
27725              plus the functions in dump.c
27726      Branch: perl
27727            ! pod/perlguts.pod
27728 ____________________________________________________________________________
27729 [  8062] By: jhi                                   on 2000/12/10  03:30:04
27730         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
27731              From: Nicholas Clark <nick@talking.bollo.cx>
27732              Date: Sat, 09 Dec 2000 18:57:25 +0000
27733              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
27734              
27735              Be more robust in weird hostname setups.
27736      Branch: perl
27737            ! t/lib/net-hostent.t
27738 ____________________________________________________________________________
27739 [  8061] By: jhi                                   on 2000/12/10  03:28:21
27740         Log: Pacify fussy compiler. 
27741      Branch: perl
27742            ! pp_sys.c
27743 ____________________________________________________________________________
27744 [  8060] By: jhi                                   on 2000/12/10  02:52:46
27745         Log: Integrate perlio.
27746      Branch: perl
27747           !> pp_sys.c t/io/utf8.t
27748 ____________________________________________________________________________
27749 [  8059] By: nick                                  on 2000/12/09  23:40:14
27750         Log: read/sysread/recv should now be utf8 aware.
27751              Basic test for utf8 read.
27752      Branch: perlio
27753            ! pp_sys.c t/io/utf8.t
27754 ____________________________________________________________________________
27755 [  8058] By: jhi                                   on 2000/12/09  21:56:02
27756         Log: Integrate perlio.
27757      Branch: perl
27758           +> t/io/utf8.t
27759           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
27760 ____________________________________________________________________________
27761 [  8057] By: jhi                                   on 2000/12/09  21:53:35
27762         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
27763              From: Inaba Hiroto <inaba@st.rim.or.jp>
27764              Date: Sun, 10 Dec 2000 05:53:21 +0900
27765              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
27766              
27767              Tests for #8056.
27768      Branch: perl
27769            ! t/op/each.t
27770 ____________________________________________________________________________
27771 [  8056] By: jhi                                   on 2000/12/09  21:51:16
27772         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
27773              From: Inaba Hiroto <inaba@st.rim.or.jp>
27774              Date: Sat, 09 Dec 2000 18:02:00 +0900
27775              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
27776              
27777              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
27778      Branch: perl
27779            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
27780 ____________________________________________________________________________
27781 [  8055] By: nick                                  on 2000/12/09  20:11:48
27782         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
27783              than raw PerlIO_write() - does not seem to break any tests.
27784      Branch: perlio
27785            ! pp_sys.c
27786 ____________________________________________________________________________
27787 [  8054] By: nick                                  on 2000/12/09  19:47:30
27788         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
27789              (sysread, recv and write i.e. formats still to do...)
27790              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
27791              open($fh,">:utf8","name")
27792              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
27793              so no extra overhead is involved.
27794              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
27795              to a non-utf8 stream.
27796              Add initial io/utf8.t
27797              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
27798              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
27799              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27800      Branch: perlio
27801            + t/io/utf8.t
27802            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
27803 ____________________________________________________________________________
27804 [  8053] By: nick                                  on 2000/12/09  19:26:37
27805         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
27806              was only testing this_utf8.
27807      Branch: perlio
27808            ! toke.c
27809 ____________________________________________________________________________
27810 [  8052] By: nick                                  on 2000/12/09  19:09:41
27811         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
27812              i.e. the output string has one, but don't mess with source assumption.
27813      Branch: perlio
27814            ! toke.c
27815 ____________________________________________________________________________
27816 [  8051] By: jhi                                   on 2000/12/09  16:55:17
27817         Log: Integrate perlio.
27818      Branch: perl
27819           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
27820           !> sv.c thrdvar.h util.c
27821 ____________________________________________________________________________
27822 [  8050] By: jhi                                   on 2000/12/09  16:48:07
27823         Log: Nits noticed by Peter Prymmer.
27824      Branch: perl
27825            ! lib/ExtUtils/MM_VMS.pm
27826 ____________________________________________________________________________
27827 [  8049] By: nick                                  on 2000/12/09  13:49:40
27828         Log: UTF8 output prework.
27829              - Store $\ and $, as SVs so they can have SvUTF8 flag
27830              - use do_print() rather than raw PerlIO_write() to print them.
27831      Branch: perlio
27832            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
27833            ! thrdvar.h util.c
27834 ____________________________________________________________________________
27835 [  8048] By: nick                                  on 2000/12/09  12:30:43
27836         Log: Integrate mainline.
27837      Branch: perlio
27838           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
27839           +> t/op/reverse.t
27840           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
27841           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27842           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
27843           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
27844           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
27845           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27846 ____________________________________________________________________________
27847 [  8047] By: jhi                                   on 2000/12/09  00:23:27
27848         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
27849              From: Michael G Schwern <schwern@pobox.com>
27850              Date: Fri, 8 Dec 2000 14:43:04 -0600
27851      Branch: perl
27852            ! lib/ExtUtils/MM_VMS.pm
27853 ____________________________________________________________________________
27854 [  8046] By: jhi                                   on 2000/12/08  23:10:27
27855         Log: A missed check-in.
27856      Branch: perl
27857            ! lib/ExtUtils/Manifest.pm
27858 ____________________________________________________________________________
27859 [  8045] By: jhi                                   on 2000/12/08  21:57:12
27860         Log: (null check-in)
27861      Branch: perl
27862            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
27863 ____________________________________________________________________________
27864 [  8044] By: jhi                                   on 2000/12/08  21:11:06
27865         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
27866              at the final draft stage.
27867      Branch: perl
27868            + ext/Encode/Encode/iso8859-16.enc
27869            ! MANIFEST
27870 ____________________________________________________________________________
27871 [  8043] By: jhi                                   on 2000/12/08  16:39:04
27872         Log: Update Changes.
27873      Branch: perl
27874            ! Changes patchlevel.h
27875 ____________________________________________________________________________
27876 [  8042] By: jhi                                   on 2000/12/08  16:33:39
27877         Log: Do not return the Unicode replacement character if UTF-8
27878              decoding goes awry, it should be up to the caller to decide.
27879      Branch: perl
27880            ! pod/perlapi.pod utf8.c
27881 ____________________________________________________________________________
27882 [  8041] By: jhi                                   on 2000/12/08  16:22:28
27883         Log: metaconfig maintenance.
27884      Branch: metaconfig
27885            ! U/modified/stdchar.U
27886      Branch: metaconfig/U/perl
27887            + testsyml.U
27888 ____________________________________________________________________________
27889 [  8040] By: jhi                                   on 2000/12/08  16:03:08
27890         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
27891              From: sthoenna@efn.org
27892              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
27893              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
27894      Branch: perl
27895            ! Changes lib/ExtUtils/MM_OS2.pm
27896 ____________________________________________________________________________
27897 [  8039] By: jhi                                   on 2000/12/08  15:57:11
27898         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
27899              From: Simon Cozens <simon@cozens.net>
27900              Date: Fri, 8 Dec 2000 13:33:31 +0000
27901              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
27902              
27903              (The pp_hot part needed a rewrite.)
27904      Branch: perl
27905            ! doop.c pp_hot.c utf8.c
27906 ____________________________________________________________________________
27907 [  8038] By: jhi                                   on 2000/12/08  15:25:08
27908         Log: Subject: djSP
27909              From: Michael Stevens <michael@etla.org>
27910              Date: Wed, 6 Dec 2000 23:24:01 +0000
27911              Message-ID: <20001206232400.A21381@firedrake.org>
27912              
27913              Plus a note from Nick Ing-Simmons.
27914      Branch: perl
27915            ! pp.h
27916 ____________________________________________________________________________
27917 [  8037] By: jhi                                   on 2000/12/08  15:18:35
27918         Log: Filetype is text.
27919      Branch: perl
27920            ! t/op/utf8decode.t
27921 ____________________________________________________________________________
27922 [  8036] By: jhi                                   on 2000/12/08  03:31:27
27923         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27924              From: Andy Dougherty <doughera@lafayette.edu>
27925              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
27926              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
27927              
27928              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27929              From: Andy Dougherty <doughera@lafayette.edu>
27930              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
27931              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
27932      Branch: perl
27933            + ext/POSIX/hints/svr4.pl
27934            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
27935 ____________________________________________________________________________
27936 [  8035] By: jhi                                   on 2000/12/08  03:26:01
27937         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
27938              From: Andy Dougherty <doughera@lafayette.edu>
27939              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
27940              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
27941      Branch: perl
27942            ! t/README t/base/term.t
27943 ____________________________________________________________________________
27944 [  8034] By: jhi                                   on 2000/12/08  03:21:59
27945         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27946              From: mjd@plover.com  
27947              Date: 7 Dec 2000 21:04:20 -0000
27948              Message-ID: <20001207210420.22282.qmail@plover.com>
27949              
27950              Plus -z doc.
27951      Branch: perl
27952            ! pod/perlfunc.pod
27953 ____________________________________________________________________________
27954 [  8033] By: jhi                                   on 2000/12/08  03:19:03
27955         Log: Use the UTF8 macros a bit.  They can't be used with abandon
27956              everywhere because we do generate illegal UTF-8 in some situations.
27957              This is of course naughty.
27958      Branch: perl
27959            ! pod/perlapi.pod utf8.c utf8.h
27960 ____________________________________________________________________________
27961 [  8032] By: jhi                                   on 2000/12/08  03:00:09
27962         Log: Out of sync?
27963      Branch: perl
27964            ! t/pragma/warn/utf8
27965 ____________________________________________________________________________
27966 [  8031] By: jhi                                   on 2000/12/08  02:22:39
27967         Log: Cnt spl.
27968      Branch: perl
27969            ! MANIFEST
27970 ____________________________________________________________________________
27971 [  8030] By: jhi                                   on 2000/12/08  01:23:54
27972         Log: Add test for reverse().
27973      Branch: perl
27974            + t/op/reverse.t
27975            ! MANIFEST
27976 ____________________________________________________________________________
27977 [  8029] By: jhi                                   on 2000/12/08  01:21:47
27978         Log: Integrate perlio.
27979      Branch: perl
27980           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
27981           !> perlio.c perlio.h perlsdio.h warnings.pl
27982 ____________________________________________________________________________
27983 [  8028] By: jhi                                   on 2000/12/08  01:19:08
27984         Log: Introduce macros for UTF8 decoding.
27985      Branch: perl
27986            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27987 ____________________________________________________________________________
27988 [  8027] By: nick                                  on 2000/12/07  22:18:19
27989         Log: Integrate mainline
27990      Branch: perlio
27991           !> embed.pl pod/perlapi.pod utf8.c
27992 ____________________________________________________________________________
27993 [  8026] By: nick                                  on 2000/12/07  21:45:08
27994         Log: Various oddities p4 diff -se showed up
27995              Remove 'our' from warnings.pl
27996      Branch: perlio
27997            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
27998 ____________________________________________________________________________
27999 [  8025] By: nick                                  on 2000/12/07  21:43:32
28000         Log: Change PerlIO_(get|set)pos to take SV *
28001              Should fix, OS/2, VMS, (sfio??)
28002      Branch: perlio
28003            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
28004 ____________________________________________________________________________
28005 [  8024] By: jhi                                   on 2000/12/07  19:05:32
28006         Log: Document utf8_to_uv() better.
28007      Branch: perl
28008            ! pod/perlapi.pod utf8.c
28009 ____________________________________________________________________________
28010 [  8023] By: jhi                                   on 2000/12/07  18:23:47
28011         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
28012      Branch: perl
28013            ! embed.pl pod/perlapi.pod utf8.c
28014 ____________________________________________________________________________
28015 [  8022] By: jhi                                   on 2000/12/07  04:13:51
28016         Log: Integrate perlio.
28017      Branch: perl
28018           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
28019           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
28020           !> win32/makefile.mk
28021 ____________________________________________________________________________
28022 [  8021] By: nick                                  on 2000/12/07  00:28:14
28023         Log: Various attempts at MSVC debug - not sure what has
28024              changed but works now. 
28025              Seems atexit() _may_ work for DLLs built with MSVC so don't
28026              call cleanup that way.
28027      Branch: perlio
28028            ! perlio.c win32/makefile.mk
28029 ____________________________________________________________________________
28030 [  8020] By: nick                                  on 2000/12/06  19:57:20
28031         Log: Integrate mainline
28032      Branch: perlio
28033           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
28034           !> (integrate 75 files)
28035 ____________________________________________________________________________
28036 [  8019] By: nick                                  on 2000/12/06  19:28:21
28037         Log: Add useperlio to config.vc
28038              Turn off binmode in config_H.PL
28039              Regen all the config_H.xx
28040              Attempt to get debugging build with MSVC.
28041      Branch: perlio
28042            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28043            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
28044 ____________________________________________________________________________
28045 [  8018] By: nick                                  on 2000/12/06  19:21:57
28046         Log: Test various dup/external program options on all platforms.
28047      Branch: perlio
28048            ! t/io/dup.t
28049 ____________________________________________________________________________
28050 [  8017] By: nick                                  on 2000/12/06  19:20:47
28051         Log: Fix harness to be less picky
28052      Branch: perlio
28053            ! lib/Test/Harness.pm
28054 ____________________________________________________________________________
28055 [  8016] By: jhi                                   on 2000/12/06  16:45:12
28056         Log: Update Changes.
28057      Branch: perl
28058            ! Changes patchlevel.h
28059 ____________________________________________________________________________
28060 [  8015] By: jhi                                   on 2000/12/06  16:41:03
28061         Log: Test \x{...} with ord().
28062      Branch: perl
28063            ! t/op/ord.t
28064 ____________________________________________________________________________
28065 [  8014] By: jhi                                   on 2000/12/06  16:20:33
28066         Log: Test tweak because of #8013.
28067      Branch: perl
28068            ! t/lib/b.t
28069 ____________________________________________________________________________
28070 [  8013] By: jhi                                   on 2000/12/06  16:09:09
28071         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
28072              From: Michael G Schwern <schwern@pobox.com>
28073              Date: Tue, 5 Dec 2000 21:23:28 -0500
28074              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
28075              
28076              Carp::Heavy parts not very applicable because of recent changes.
28077      Branch: perl
28078            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
28079            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
28080            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
28081            ! lib/Exporter.pm lib/Exporter/Heavy.pm
28082            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
28083            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28084            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
28085            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
28086            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
28087            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
28088            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
28089            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
28090            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
28091            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
28092            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
28093            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
28094            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
28095            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
28096            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
28097            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
28098            ! warnings.pl
28099 ____________________________________________________________________________
28100 [  8012] By: jhi                                   on 2000/12/06  15:22:38
28101         Log: Subject: [PATCH] Re: New harness is failing things
28102              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28103              Date: Wed, 6 Dec 2000 13:00:30 GMT
28104              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
28105      Branch: perl
28106            ! lib/Test/Harness.pm
28107 ____________________________________________________________________________
28108 [  8011] By: jhi                                   on 2000/12/06  15:12:08
28109         Log: Subject: installhtml changes
28110              From: Michael Stevens <michael@etla.org>
28111              Date: Wed, 6 Dec 2000 13:15:53 +0000
28112              Message-ID: <20001206131553.A27317@firedrake.org>
28113      Branch: perl
28114            ! installhtml
28115 ____________________________________________________________________________
28116 [  8010] By: jhi                                   on 2000/12/06  15:06:05
28117         Log: Subject: the dTHR hits
28118              From: Michael Stevens <michael@etla.org>
28119              Date: Wed, 6 Dec 2000 12:06:03 +0000
28120              Message-ID: <20001206120603.A24581@firedrake.org>
28121              
28122              More, errrm, less dTHRs.
28123      Branch: perl
28124            ! bytecode.pl ext/B/B/C.pm
28125 ____________________________________________________________________________
28126 [  8009] By: jhi                                   on 2000/12/06  15:04:25
28127         Log: Subject: MakeMaker mailing list gone?
28128              From: Michael G Schwern <schwern@pobox.com>
28129              Date: Tue, 5 Dec 2000 19:29:59 -0500
28130              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
28131              
28132              The MakeMaker mailing list is dead, perlbug is the right
28133              address to report bugs.
28134      Branch: perl
28135            ! lib/ExtUtils/MakeMaker.pm
28136 ____________________________________________________________________________
28137 [  8008] By: jhi                                   on 2000/12/06  15:00:32
28138         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
28139              From: Michael G Schwern <schwern@pobox.com>
28140              Date: Tue, 5 Dec 2000 19:21:21 -0500
28141              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
28142              
28143              Add a default MANIFEST skip that ignores things like
28144              version control files, editor temporary files, and the Makefile.
28145      Branch: perl
28146            + lib/ExtUtils/MANIFEST.SKIP
28147            ! MANIFEST lib/ExtUtils/Manifest.pm
28148 ____________________________________________________________________________
28149 [  8007] By: jhi                                   on 2000/12/06  14:57:20
28150         Log: In Amiga more manual hackery of the scripts seems to be needed,
28151              from Jan-Erik Karlsson.  Why Configure does not get this right
28152              is unknown, may be shell-induced.
28153      Branch: perl
28154            ! README.amiga
28155 ____________________________________________________________________________
28156 [  8006] By: jhi                                   on 2000/12/05  23:53:12
28157         Log: Add TOPm1s to peek at the second topmost stack item.
28158      Branch: perl
28159            ! pp.h
28160 ____________________________________________________________________________
28161 [  8005] By: jhi                                   on 2000/12/05  23:13:55
28162         Log: Avaunt, you foul UTF-8 tests.
28163      Branch: perl
28164            ! t/op/ver.t t/pragma/utf8.t
28165 ____________________________________________________________________________
28166 [  8004] By: jhi                                   on 2000/12/05  23:09:54
28167         Log: Continue utf8 dispersal. 
28168      Branch: perl
28169            + t/op/concat.t
28170            ! MANIFEST t/pragma/utf8.t
28171 ____________________________________________________________________________
28172 [  8003] By: nick                                  on 2000/12/05  23:02:39
28173         Log: Integrate mainline.
28174      Branch: perlio
28175           +> t/op/length.t t/op/utf8decode.t
28176           !> (integrate 69 files)
28177 ____________________________________________________________________________
28178 [  8002] By: jhi                                   on 2000/12/05  22:59:28
28179         Log: Integrate perlio.
28180      Branch: perl
28181           !> iperlsys.h perl.c perlio.c win32/perllib.c
28182 ____________________________________________________________________________
28183 [  8001] By: nick                                  on 2000/12/05  22:07:52
28184         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
28185              - calloc/free suffer from damage on TerminateThread()
28186              - use PerlMemShared (as originally planned) now fixed
28187              - avoid doing anything important on DLL "detach".
28188      Branch: perlio
28189            ! perl.c perlio.c win32/perllib.c
28190 ____________________________________________________________________________
28191 [  8000] By: nick                                  on 2000/12/05  21:05:09
28192         Log: Fix gross PerlMemShared issue.
28193      Branch: perlio
28194            ! iperlsys.h
28195 ____________________________________________________________________________
28196 [  7999] By: jhi                                   on 2000/12/05  20:46:58
28197         Log: Test for Unicode (UTF-8) hash keys.
28198      Branch: perl
28199            ! t/op/each.t
28200 ____________________________________________________________________________
28201 [  7998] By: jhi                                   on 2000/12/05  20:30:35
28202         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
28203              is now always UTF-8), empty line cosmetics.
28204      Branch: perl
28205            ! t/pragma/utf8.t
28206 ____________________________________________________________________________
28207 [  7997] By: jhi                                   on 2000/12/05  20:15:40
28208         Log: Subject: Re: STRLEN - what?
28209              From: Andy Dougherty <doughera@lafayette.edu>
28210              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
28211              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
28212              
28213              Explain STRLEN.
28214      Branch: perl
28215            ! pod/perlguts.pod
28216 ____________________________________________________________________________
28217 [  7996] By: jhi                                   on 2000/12/05  20:13:34
28218         Log: Split off the UTF-8 decoder tests, make them to check also
28219              the error message.
28220      Branch: perl
28221            + t/op/utf8decode.t
28222            ! MANIFEST t/pragma/utf8.t utf8.c
28223 ____________________________________________________________________________
28224 [  7995] By: jhi                                   on 2000/12/05  16:39:47
28225         Log: Start migrating bits of pragma/utf8 to elsewhere
28226              (since the long term plan is to obsolete 'use utf8').
28227      Branch: perl
28228            + t/op/length.t
28229            ! MANIFEST t/pragma/utf8.t
28230 ____________________________________________________________________________
28231 [  7994] By: jhi                                   on 2000/12/05  16:30:21
28232         Log: Fix a manual edit typo from #7993, fix the message formatting
28233              for Unicode, add few our declarations.
28234      Branch: perl
28235            ! lib/Carp/Heavy.pm
28236 ____________________________________________________________________________
28237 [  7993] By: jhi                                   on 2000/12/05  16:09:15
28238         Log: Subject: Need help with warnings :-(
28239              From: "Ben Tilly" <ben_tilly@hotmail.com>
28240              Date: Tue, 05 Dec 2000 01:35:54 -0500
28241              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
28242              
28243              Subject: UPDATE: Carp/Heavy now passes all tests
28244              From: "Ben Tilly" <ben_tilly@hotmail.com>
28245              Date: Tue, 05 Dec 2000 07:59:41 -0500
28246              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
28247              
28248              The Brave New Carp.
28249      Branch: perl
28250            ! lib/Carp.pm lib/Carp/Heavy.pm
28251 ____________________________________________________________________________
28252 [  7992] By: jhi                                   on 2000/12/05  15:55:08
28253         Log: Subject: [PATCH perl@7979] cygwin port
28254              From: "Eric Fifer" <efifer@dircon.co.uk>
28255              Date: Tue, 5 Dec 2000 14:04:09 -0000
28256              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
28257      Branch: perl
28258            ! t/lib/net-hostent.t
28259 ____________________________________________________________________________
28260 [  7991] By: jhi                                   on 2000/12/05  15:52:34
28261         Log: Subject: Re: [PATCH] The largest hoax of all times?
28262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28263              Date: Tue, 5 Dec 2000 00:40:25 -0500
28264              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
28265              
28266              Subject: Re: [PATCH] The largest hoax of all times?
28267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28268              Date: Mon, 4 Dec 2000 23:55:53 -0500
28269              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
28270              
28271              Subject: Re: [PATCH] The largest hoax of all times?
28272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28273              Date: Tue, 5 Dec 2000 01:28:45 -0500
28274              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
28275              
28276              Fix the unpredictable order of DESTROYs.
28277      Branch: perl
28278            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
28279            ! sv.c sv.h t/op/ref.t
28280 ____________________________________________________________________________
28281 [  7990] By: jhi                                   on 2000/12/05  14:38:53
28282         Log: Subject: [PATCH] shrink pp_hot fractionally
28283              From: Nicholas Clark <nick@ccl4.org>
28284              Date: Tue, 5 Dec 2000 12:44:31 +0000
28285              Message-ID: <20001205124431.E74518@plum.flirble.org>
28286              
28287              Use report_evil_fh().
28288      Branch: perl
28289            ! opcode.pl opnames.h pp_hot.c util.c
28290 ____________________________________________________________________________
28291 [  7989] By: jhi                                   on 2000/12/05  14:21:27
28292         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28293              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28294              Date: Mon, 04 Dec 2000 22:21:59 -0800
28295              Message-ID: <HmIL6gzkgepS092yn@efn.org>
28296              
28297              Harness shouldn't ignore responses like "ok 3\r\r\n".
28298      Branch: perl
28299            ! lib/Test/Harness.pm
28300 ____________________________________________________________________________
28301 [  7988] By: jhi                                   on 2000/12/05  13:51:28
28302         Log: Integrate the "skip" messages to explain().
28303      Branch: perl
28304            ! t/lib/syslfs.t t/op/lfs.t
28305 ____________________________________________________________________________
28306 [  7987] By: jhi                                   on 2000/12/05  12:34:54
28307         Log: The one that got away in #7984.
28308              
28309              Subject: Re: dTHR - what and why?
28310              From: Michael Stevens <michael@etla.org> 
28311              Date: Tue, 5 Dec 2000 11:15:52 +0000
28312              Message-ID: <20001205111552.A4647@firedrake.org>
28313      Branch: perl
28314            ! sv.h
28315 ____________________________________________________________________________
28316 [  7986] By: gsar                                  on 2000/12/05  09:14:44
28317         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28318              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28319              tickles)
28320      Branch: perl
28321            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
28322 ____________________________________________________________________________
28323 [  7985] By: jhi                                   on 2000/12/05  05:49:03
28324         Log: Integrate perlio.
28325      Branch: perl
28326           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28327           !> win32/perlhost.h win32/perllib.c
28328 ____________________________________________________________________________
28329 [  7984] By: jhi                                   on 2000/12/05  05:48:16
28330         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
28331      Branch: perl
28332            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
28333            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
28334            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
28335            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
28336            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
28337            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28338            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
28339            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
28340            ! win32/win32.c
28341 ____________________________________________________________________________
28342 [  7983] By: nick                                  on 2000/12/04  23:27:43
28343         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
28344      Branch: perlio
28345            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28346            ! win32/perlhost.h win32/perllib.c
28347 ____________________________________________________________________________
28348 [  7982] By: jhi                                   on 2000/12/04  19:44:09
28349         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
28350              uncovered by #7980.
28351      Branch: perl
28352            ! op.c
28353 ____________________________________________________________________________
28354 [  7981] By: jhi                                   on 2000/12/04  19:42:07
28355         Log: Subject: [PATCH] Trivial dump.c feature
28356              From: Simon Cozens <simon@cozens.net>
28357              Date: Mon, 4 Dec 2000 18:08:38 +0000
28358              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
28359              
28360              Show whether a constant is UTF-8.
28361      Branch: perl
28362            ! dump.c
28363 ____________________________________________________________________________
28364 [  7980] By: jhi                                   on 2000/12/04  19:36:51
28365         Log: UTF-8 hash keys, patch from Inaba Hiroto.
28366      Branch: perl
28367            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
28368 ____________________________________________________________________________
28369 [  7979] By: jhi                                   on 2000/12/04  17:36:28
28370         Log: Update Changes.
28371      Branch: perl
28372            ! Changes patchlevel.h
28373 ____________________________________________________________________________
28374 [  7978] By: jhi                                   on 2000/12/04  16:42:17
28375         Log: Retract #7977, still too volatile (the euphemism of the day
28376              for unfinished and buggy :-)
28377      Branch: perl
28378            ! doop.c hv.c pp.c sv.h
28379 ____________________________________________________________________________
28380 [  7977] By: jhi                                   on 2000/12/04  16:25:15
28381         Log: (Retracted by #7978, too shaky yet.)
28382              
28383              Subject: Re: utf8 in hash keys, implementor missing
28384              From: Simon Cozens <simon@cozens.net>
28385              Date: Sat, 2 Dec 2000 19:49:35 +0000
28386              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
28387              
28388              The first step at UTF-8 hash keys.
28389      Branch: perl
28390            ! doop.c hv.c pp.c sv.h
28391 ____________________________________________________________________________
28392 [  7976] By: jhi                                   on 2000/12/04  16:13:53
28393         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28394              From: sthoenna@efn.org
28395              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
28396              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
28397      Branch: perl
28398            ! os2/os2.c perlio.c
28399 ____________________________________________________________________________
28400 [  7975] By: jhi                                   on 2000/12/04  16:05:25
28401         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
28402              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28403              Date: Thu, 30 Nov 2000 20:50:37 -0800
28404              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
28405      Branch: perl
28406            ! os2/os2.c
28407 ____________________________________________________________________________
28408 [  7974] By: jhi                                   on 2000/12/04  16:03:57
28409         Log: Subject: [PATCH] ++ 20% faster
28410              From: Nicholas Clark <nick@ccl4.org>
28411              Date: Mon, 4 Dec 2000 12:17:27 +0000
28412              Message-ID: <20001204121726.B52976@plum.flirble.org>
28413              
28414              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
28415      Branch: perl
28416            ! sv.c
28417 ____________________________________________________________________________
28418 [  7973] By: jhi                                   on 2000/12/04  16:00:48
28419         Log: 
28420              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
28421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28422              Date: Mon, 04 Dec 2000 12:30:45 +0100
28423              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
28424              
28425              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
28426              library (getprotobyname and getprotobynumber are outversioned by
28427              the same calls in libc, at least for xlc version 3.
28428      Branch: perl
28429            ! hints/aix.sh
28430 ____________________________________________________________________________
28431 [  7972] By: jhi                                   on 2000/12/04  02:58:31
28432         Log: Integrate perlio.
28433      Branch: perl
28434           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
28435           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
28436           !> win32/win32.h win32/win32iop.h win32/win32thread.h
28437 ____________________________________________________________________________
28438 [  7971] By: nick                                  on 2000/12/04  00:24:33
28439         Log: Quieten some noise in Win32 builds:
28440              - win32.h is included after <sys/socket.h>, so need to 
28441              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
28442              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
28443      Branch: perlio
28444            ! doio.c perl.h toke.c win32/win32.h
28445 ____________________________________________________________________________
28446 [  7970] By: nick                                  on 2000/12/03  22:57:46
28447         Log: PERL_IMPLICIT_SYS compiles but does not work.
28448      Branch: perlio
28449            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
28450            ! win32/perlhost.h win32/perllib.c win32/win32.h
28451            ! win32/win32iop.h win32/win32thread.h
28452 ____________________________________________________________________________
28453 [  7969] By: jhi                                   on 2000/12/03  22:12:58
28454         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
28455              used to swash_init(), makes regprop() dumps more informative
28456              (+utf8::IsAlpha, -utf8::IsDigit, for example).
28457      Branch: perl
28458            ! regcomp.c regexec.c
28459 ____________________________________________________________________________
28460 [  7968] By: jhi                                   on 2000/12/03  21:39:56
28461         Log: Implement ANYOFUTF8 regprop() dumping.
28462      Branch: perl
28463            ! regcomp.c
28464 ____________________________________________________________________________
28465 [  7967] By: jhi                                   on 2000/12/03  20:57:19
28466         Log: Make uv_to_utf8() to zero-terminate its output buffer,
28467              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
28468      Branch: perl
28469            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
28470 ____________________________________________________________________________
28471 [  7966] By: nick                                  on 2000/12/03  18:41:21
28472         Log: Integrate mainline (STDCHAR)
28473      Branch: perlio
28474           !> Configure t/pragma/utf8.t
28475 ____________________________________________________________________________
28476 [  7965] By: jhi                                   on 2000/12/03  17:58:20
28477         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
28478      Branch: perl
28479            ! t/pragma/utf8.t
28480 ____________________________________________________________________________
28481 [  7964] By: jhi                                   on 2000/12/03  17:35:56
28482         Log: Integrate perlio.
28483      Branch: perl
28484           !> iperlsys.h perlio.c
28485 ____________________________________________________________________________
28486 [  7963] By: jhi                                   on 2000/12/03  17:33:55
28487         Log: Metaconfig unit change for #7962.
28488      Branch: metaconfig
28489            ! U/modified/stdchar.U
28490 ____________________________________________________________________________
28491 [  7962] By: jhi                                   on 2000/12/03  17:33:27
28492         Log: Untangle the <stdio.h> #include nest for the stdchar test,
28493              from Andy Dougherty.
28494      Branch: perl
28495            ! Configure
28496 ____________________________________________________________________________
28497 [  7961] By: nick                                  on 2000/12/03  16:53:00
28498         Log: Make iperlsys.h vector stdio not PerlIO.
28499      Branch: perlio
28500            ! iperlsys.h perlio.c
28501 ____________________________________________________________________________
28502 [  7960] By: nick                                  on 2000/12/03  14:43:01
28503         Log: Integrate mainline
28504      Branch: perlio
28505           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
28506           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
28507 ____________________________________________________________________________
28508 [  7959] By: jhi                                   on 2000/12/03  08:16:36
28509         Log: Use DO_UTF8().
28510      Branch: perl
28511            ! op.c
28512 ____________________________________________________________________________
28513 [  7958] By: jhi                                   on 2000/12/02  18:33:05
28514         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28515              From: Mike Guy <mjtg@cam.ac.uk>         
28516              Date: Sat, 02 Dec 2000 17:27:13 +0000
28517              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
28518              
28519              An extraneous argument.
28520      Branch: perl
28521            ! toke.c
28522 ____________________________________________________________________________
28523 [  7957] By: jhi                                   on 2000/12/02  18:22:32
28524         Log: A missing hunk.
28525      Branch: perl
28526            ! t/lib/net-hostent.t
28527 ____________________________________________________________________________
28528 [  7956] By: jhi                                   on 2000/12/02  18:06:20
28529         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
28530              From: Nicholas Clark <nick@ccl4.org>
28531              Date: Sat, 2 Dec 2000 14:28:27 +0000
28532              Message-ID: <20001202142827.A12308@plum.flirble.org>
28533              
28534              Test robustness.
28535      Branch: perl
28536            ! t/lib/net-hostent.t
28537 ____________________________________________________________________________
28538 [  7955] By: jhi                                   on 2000/12/02  17:58:06
28539         Log: Metaconfig unit change for #7954.
28540      Branch: metaconfig
28541            ! U/modified/stdchar.U
28542 ____________________________________________________________________________
28543 [  7954] By: jhi                                   on 2000/12/02  17:54:32
28544         Log: An inconvenient hang would happen if the stdio _ptr wasn't
28545              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
28546              would be grepping stdin for all eternity for the _ptr.)
28547      Branch: perl
28548            ! Configure
28549 ____________________________________________________________________________
28550 [  7953] By: jhi                                   on 2000/12/02  00:07:15
28551         Log: Update Changes.
28552      Branch: perl
28553            ! Changes patchlevel.h
28554 ____________________________________________________________________________
28555 [  7952] By: jhi                                   on 2000/12/01  23:54:47
28556         Log: Subject: Re: long shell lines
28557              From: Andy Dougherty <doughera@lafayette.edu>
28558              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
28559              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
28560              
28561              Split overly long shell command lines.
28562      Branch: perl
28563            ! lib/ExtUtils/MM_Unix.pm
28564 ____________________________________________________________________________
28565 [  7951] By: jhi                                   on 2000/12/01  23:48:02
28566         Log: The metaconfig unit change for #7950.
28567      Branch: metaconfig
28568            + U/modified/stdchar.U
28569 ____________________________________________________________________________
28570 [  7950] By: jhi                                   on 2000/12/01  23:47:39
28571         Log: Try to find stdchar also from <stdio_impl.h>.
28572      Branch: perl
28573            ! Configure config_h.SH
28574 ____________________________________________________________________________
28575 [  7949] By: jhi                                   on 2000/12/01  23:46:45
28576         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28577              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28578              Date: Fri, 1 Dec 2000 16:26:08 -0500
28579              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
28580              
28581              Reword the diagnostic message.
28582      Branch: perl
28583            ! pod/perldiag.pod
28584 ____________________________________________________________________________
28585 [  7948] By: nick                                  on 2000/12/01  22:49:43
28586         Log: Integrate mainline (for s/y/m as sub names stuff).
28587      Branch: perlio
28588           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
28589           !> t/pragma/warn/toke toke.c
28590 ____________________________________________________________________________
28591 [  7947] By: jhi                                   on 2000/12/01  20:55:41
28592         Log: Integrate perlio.
28593      Branch: perl
28594           !> perlio.c perliol.h t/io/pipe.t
28595 ____________________________________________________________________________
28596 [  7946] By: jhi                                   on 2000/12/01  20:36:51
28597         Log: Upgrade to CPAN 1.59_51, from Andreas König.
28598      Branch: perl
28599            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28600 ____________________________________________________________________________
28601 [  7945] By: nick                                  on 2000/12/01  20:31:32
28602         Log: Integrate mainline
28603      Branch: perlio
28604           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
28605           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
28606           +> t/lib/net-hostent.t
28607           !> (integrate 35 files)
28608 ____________________________________________________________________________
28609 [  7944] By: jhi                                   on 2000/12/01  20:23:29
28610         Log: Some help for 20001130.011.  Now one gets warnings like
28611              "Ambiguous -f() resolved as a file test ..."
28612      Branch: perl
28613            ! pod/perldiag.pod t/pragma/warn/toke toke.c
28614 ____________________________________________________________________________
28615 [  7943] By: jhi                                   on 2000/12/01  19:44:44
28616         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
28617              that also breaks using them as methods. 
28618      Branch: perl
28619            ! pod/perldiag.pod t/op/misc.t toke.c
28620 ____________________________________________________________________________
28621 [  7942] By: nick                                  on 2000/12/01  17:56:46
28622         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
28623              Make 'unix' pass most tests
28624              - do unread by temporary push of layer ("pending") holding unread chars
28625              - fast_gets is now based on per-handle flag
28626              - relax one of io/pipe.t tests to allow print to fail and close to
28627              succeed so that it passes on unbuffered "unix" layer.
28628              Remaining fail is sporadic and a genuine race condition between
28629              parent/child in fork test.
28630      Branch: perlio
28631            ! perlio.c perliol.h t/io/pipe.t
28632 ____________________________________________________________________________
28633 [  7941] By: jhi                                   on 2000/12/01  15:28:58
28634         Log: (Retracted by #7943.)
28635              
28636              Reserve the short named string operator names.
28637      Branch: perl
28638            ! pod/perldiag.pod t/op/misc.t toke.c
28639 ____________________________________________________________________________
28640 [  7940] By: jhi                                   on 2000/12/01  06:45:53
28641         Log: Get the three different space character classes right under utf8.
28642      Branch: perl
28643            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28644            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28645            ! regexec.c t/op/pat.t utf8.c
28646 ____________________________________________________________________________
28647 [  7939] By: jhi                                   on 2000/12/01  03:26:26
28648         Log: Two more tests that make no sense in UTF-8 since the test
28649              data is not in UTF-8.
28650      Branch: perl
28651            ! t/op/regexp.t
28652 ____________________________________________________________________________
28653 [  7938] By: jhi                                   on 2000/12/01  03:20:39
28654         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
28655              should it be required inside regexen?
28656      Branch: perl
28657            ! regcomp.c t/op/regmesg.t
28658 ____________________________________________________________________________
28659 [  7937] By: jhi                                   on 2000/12/01  02:58:53
28660         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28661              stored and restored, and thusly was trounced by the utf8 swash
28662              routines.
28663      Branch: perl
28664            ! regcomp.c
28665 ____________________________________________________________________________
28666 [  7936] By: jhi                                   on 2000/11/30  20:41:39
28667         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
28668              Why the different platforms behave so differently (core dump vs
28669              no core dump) on this bug is a but of a mystery, but if I had to
28670              guess I would mumble something like 'alignment'.
28671      Branch: perl
28672            ! sv.c
28673 ____________________________________________________________________________
28674 [  7935] By: jhi                                   on 2000/11/30  16:17:02
28675         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
28676              From: Robin Barker <rmb1@cise.npl.co.uk>
28677              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
28678              Date: Thu, 30 Nov 2000 14:27:12 GMT
28679      Branch: perl
28680            ! perlio.c toke.c
28681 ____________________________________________________________________________
28682 [  7934] By: jhi                                   on 2000/11/30  16:04:49
28683         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
28684      Branch: perl
28685            ! t/lib/net-hostent.t
28686 ____________________________________________________________________________
28687 [  7933] By: jhi                                   on 2000/11/30  06:07:26
28688         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
28689              From: Peter Prymmer <pvhp@forte.com>
28690              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
28691              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
28692              
28693              In VMS the localhost may be LOCALHOST.
28694      Branch: perl
28695            ! t/lib/net-hostent.t
28696 ____________________________________________________________________________
28697 [  7932] By: jhi                                   on 2000/11/30  01:11:11
28698         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28699              From: Peter Prymmer <pvhp@forte.com>
28700              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
28701              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
28702              
28703              plus regen perlapi.pod.
28704      Branch: perl
28705            ! pod/perlapi.pod utf8.c
28706 ____________________________________________________________________________
28707 [  7931] By: jhi                                   on 2000/11/30  01:06:19
28708         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
28709              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28710              Date:     Wed, 29 Nov 2000 17:15:11 EST
28711              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
28712      Branch: perl
28713            ! t/lib/filter-util.pl t/lib/filter-util.t
28714 ____________________________________________________________________________
28715 [  7930] By: jhi                                   on 2000/11/29  18:51:55
28716         Log: Update Changes.
28717      Branch: perl
28718            ! Changes patchlevel.h
28719 ____________________________________________________________________________
28720 [  7929] By: jhi                                   on 2000/11/29  18:50:55
28721         Log: Update the va_copy() metaconfig unit.
28722      Branch: metaconfig/U/perl
28723            ! need_va_copy.U
28724 ____________________________________________________________________________
28725 [  7928] By: jhi                                   on 2000/11/29  17:50:43
28726         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
28727              From: Dominic Dunlop <domo@computer.org>
28728              Date: Tue, 28 Nov 2000 16:41:57 +0100
28729              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
28730              
28731              Patch to catch a core dump in the Configure va_copy test.
28732      Branch: perl
28733            ! Configure config_h.SH
28734 ____________________________________________________________________________
28735 [  7927] By: jhi                                   on 2000/11/29  17:31:59
28736         Log: Retract #7921, the patch shouldn't be needed.
28737      Branch: perl
28738            ! sv.c
28739 ____________________________________________________________________________
28740 [  7926] By: jhi                                   on 2000/11/29  17:01:41
28741         Log: Make the Class::Struct import() wiser.
28742      Branch: perl
28743            ! lib/Class/Struct.pm t/lib/class-struct.t
28744 ____________________________________________________________________________
28745 [  7925] By: jhi                                   on 2000/11/29  16:36:33
28746         Log: All the core library users of Class::Struct seem to be
28747              using "use Class::Struct 'struct';" instead of the bare
28748              "use Class::Struct;", which isn't documented in Class::Struct.
28749              This can't be right.
28750      Branch: perl
28751            ! lib/File/stat.pm
28752 ____________________________________________________________________________
28753 [  7924] By: jhi                                   on 2000/11/29  16:32:15
28754         Log: A test works better if it has the right 1..$n output.
28755      Branch: perl
28756            ! t/lib/class-struct.t
28757 ____________________________________________________________________________
28758 [  7923] By: jhi                                   on 2000/11/29  16:29:11
28759         Log: Forgot to MANIFEST the new Net::hostent test.
28760      Branch: perl
28761            ! MANIFEST
28762 ____________________________________________________________________________
28763 [  7922] By: jhi                                   on 2000/11/29  16:27:49
28764         Log: Integrate perlio.
28765      Branch: perl
28766           !> iperlsys.h perlio.c
28767 ____________________________________________________________________________
28768 [  7921] By: jhi                                   on 2000/11/29  16:27:10
28769         Log: (Retracted by #7927.)
28770              
28771              Subject: [PATCH] Is infinity a number?
28772              From: Simon Cozens <simon@cozens.net>
28773              Date: Wed, 29 Nov 2000 14:48:20 +0000
28774              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
28775      Branch: perl
28776            ! sv.c
28777 ____________________________________________________________________________
28778 [  7920] By: jhi                                   on 2000/11/29  16:23:02
28779         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
28780              From: rspier@pobox.com (Robert Spier)
28781              Date: Wed, 29 Nov 2000 02:17:49 -0500
28782              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
28783              
28784              Add a test for Net::hostent.
28785      Branch: perl
28786            + t/lib/net-hostent.t
28787 ____________________________________________________________________________
28788 [  7919] By: jhi                                   on 2000/11/29  16:21:31
28789         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
28790              add a test for Class::Struct.
28791      Branch: perl
28792            + t/lib/class-struct.t
28793            ! MANIFEST lib/Class/Struct.pm
28794 ____________________________________________________________________________
28795 [  7918] By: jhi                                   on 2000/11/29  15:48:40
28796         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
28797              From: rspier@pobox.com (Robert Spier)
28798              Date: Wed, 29 Nov 2000 02:25:39 -0500
28799              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
28800              
28801              More checking in case someone has broken their services or
28802              protocol databases.
28803      Branch: perl
28804            ! ext/Sys/Syslog/Syslog.pm
28805 ____________________________________________________________________________
28806 [  7917] By: jhi                                   on 2000/11/29  15:46:25
28807         Log: Subject: [PATCH] $^O  win32 -> MSWin32
28808              From: rspier@pobox.com (Robert Spier)
28809              Date: Wed, 29 Nov 2000 02:17:38 -0500
28810              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
28811              
28812              plus similar nits for vms, err, VMS, and UNICOS.
28813      Branch: perl
28814            ! t/lib/syslfs.t t/op/lfs.t
28815 ____________________________________________________________________________
28816 [  7916] By: jhi                                   on 2000/11/29  15:42:51
28817         Log: Subject: [PATCH] Tokeniser debugging
28818              From: Simon Cozens <simon@cozens.net>
28819              Date: Wed, 29 Nov 2000 14:15:45 +0000
28820              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
28821      Branch: perl
28822            ! perl.c perl.h pod/perlrun.pod toke.c
28823 ____________________________________________________________________________
28824 [  7915] By: jhi                                   on 2000/11/29  15:41:36
28825         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28827              Date: Wed, 29 Nov 2000 02:13:14 -0500
28828              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
28829              
28830              OUT keyword nits.
28831              
28832              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28834              Date: Wed, 29 Nov 2000 03:09:04 -0500
28835              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
28836              
28837              OUT and IN_OUT documentation.
28838      Branch: perl
28839            ! lib/ExtUtils/xsubpp pod/perlxs.pod
28840 ____________________________________________________________________________
28841 [  7914] By: jhi                                   on 2000/11/29  03:35:01
28842         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
28843              From: John Tobey <jtobey@john-edwin-tobey.org>
28844              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
28845              Message-Id: <m140e1N-000FOoC@feynman.localnet>
28846              
28847              plus a performance speedup noticed by Sarathy.
28848      Branch: perl
28849            ! op.c
28850 ____________________________________________________________________________
28851 [  7913] By: jhi                                   on 2000/11/29  03:16:59
28852         Log: Use "1 while unlink" so that VMS gets clean, too.
28853      Branch: perl
28854            ! t/lib/filter-util.t
28855 ____________________________________________________________________________
28856 [  7912] By: jhi                                   on 2000/11/29  03:09:08
28857         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
28858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28859              Date: Tue, 28 Nov 2000 03:27:09 -0500
28860              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
28861      Branch: perl
28862            ! lib/ExtUtils/xsubpp
28863 ____________________________________________________________________________
28864 [  7911] By: jhi                                   on 2000/11/29  03:06:30
28865         Log: This should have been part of #7872: no need to scan UTF-8
28866              until eternity.
28867      Branch: perl
28868            ! utf8.c
28869 ____________________________________________________________________________
28870 [  7910] By: jhi                                   on 2000/11/29  02:50:04
28871         Log: One more perltie.pod nit from Casey R. Tweten.
28872      Branch: perl
28873            ! pod/perltie.pod
28874 ____________________________________________________________________________
28875 [  7909] By: jhi                                   on 2000/11/29  02:44:23
28876         Log: Document the known sprintf test failures, exact standard
28877              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
28878      Branch: perl
28879            ! pod/perldelta.pod t/op/sprintf.t
28880 ____________________________________________________________________________
28881 [  7908] By: jhi                                   on 2000/11/29  02:36:23
28882         Log: Add the Encoding table format documentation.
28883      Branch: perl
28884            + ext/Encode/Encode/EncodeFormat.pod
28885            ! MANIFEST
28886 ____________________________________________________________________________
28887 [  7907] By: jhi                                   on 2000/11/29  02:07:24
28888         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
28889              From: "Casey R. Tweten" <crt@kiski.net>
28890              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
28891              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
28892              
28893              Subject: Re: [PATCH] Updating perltie.pod for arrays
28894              From: "Casey R. Tweten" <crt@kiski.net>
28895              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
28896              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
28897      Branch: perl
28898            ! pod/perltie.pod
28899 ____________________________________________________________________________
28900 [  7906] By: nick                                  on 2000/11/28  22:40:59
28901         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
28902      Branch: perlio
28903            ! iperlsys.h perlio.c
28904 ____________________________________________________________________________
28905 [  7905] By: nick                                  on 2000/11/28  22:04:34
28906         Log: Integrate mainline
28907      Branch: perlio
28908           !> (integrate 39 files)
28909 ____________________________________________________________________________
28910 [  7904] By: jhi                                   on 2000/11/28  16:44:43
28911         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
28912              From: Nicholas Clark <nick@babyhippo.co.uk>
28913              Date: Tue, 28 Nov 2000 11:16:57 +0000
28914              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
28915      Branch: perl
28916            ! pod/perlipc.pod
28917 ____________________________________________________________________________
28918 [  7903] By: jhi                                   on 2000/11/28  16:40:31
28919         Log: Subject: [PATCH] Updating perltie.pod for arrays
28920              From: "Casey R. Tweten" <crt@kiski.net>
28921              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
28922              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
28923      Branch: perl
28924            ! pod/perltie.pod
28925 ____________________________________________________________________________
28926 [  7902] By: jhi                                   on 2000/11/28  16:39:37
28927         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
28928              From: Robin Barker <rmb1@cise.npl.co.uk>
28929              Date: Mon, 27 Nov 2000 17:56:44 GMT
28930              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
28931      Branch: perl
28932            ! pod/perlfunc.pod t/op/split.t
28933 ____________________________________________________________________________
28934 [  7901] By: jhi                                   on 2000/11/28  16:28:04
28935         Log: setmode() is a DOSish-only thing.
28936      Branch: perl
28937            ! perlio.c
28938 ____________________________________________________________________________
28939 [  7900] By: jhi                                   on 2000/11/28  16:21:46
28940         Log: Subject: [PATCH] perlcc.PL cleanups
28941              From: Simon Cozens <simon@cozens.net>
28942              Date: Tue, 28 Nov 2000 12:44:35 +0000
28943              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
28944      Branch: perl
28945            ! utils/perlcc.PL
28946 ____________________________________________________________________________
28947 [  7899] By: gsar                                  on 2000/11/28  06:32:55
28948         Log: reintegrate files missed by change#7895
28949      Branch: maint-5.6/perl
28950           +> ext/ByteLoader/bytecode.h utils/Makefile
28951            - utils/perlbc.PL
28952 ____________________________________________________________________________
28953 [  7897] By: gsar                                  on 2000/11/27  18:22:47
28954         Log: can't integrate these two files, for some reason
28955      Branch: maint-5.6/perl
28956            - ext/ByteLoader/bytecode.h utils/Makefile
28957 ____________________________________________________________________________
28958 [  7895] By: gsar                                  on 2000/11/27  18:11:21
28959         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
28960              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
28961              6757..6890,6892..6901 from mainline
28962              
28963              Bytecompiler patches from Benjamin Stuhl.
28964              
28965              More bytecompiler.
28966              
28967              Subject: [PATCH blead] B:: missing dependency
28968              
28969              Subject: [PATCH: 6757] configure.com updates and syslog build
28970              
28971              Long double Gconvert fixes from Yitzchak Scott-Thoennes
28972              and Spider Boardman.
28973              
28974              Subject: [PATCH blead] nextchar() abuse misses an optimisation
28975              
28976              Long double fixes from Spider Boardman.
28977              
28978              Make the selection of NVff et al stricter.
28979              
28980              cSVOPo_*v things index into the current PL_curpad
28981              under ithreads, which is different from the curpad
28982              used by the XSUB.  (In other words, the code as-is
28983              before this patch wouldn't work under ithreads.)
28984              
28985              Be portable.
28986              
28987              VMS MMS (make) wants null action.
28988              
28989              Mac and other portability updates from Chris Nandor.
28990              
28991              Storable support, v-version fixes.
28992              Subject: CPAN.pm beta for testing available
28993              
28994              Portability fix from Hugo van der Sanden.
28995              
28996              Bad makefile.
28997              
28998              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28999              
29000              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
29001              
29002              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29003              
29004              Replace #6705 with a minimal doc patch.
29005              Subject: [PATCH 5.6.0] replace change #6705
29006              
29007              Drop the separate perlbc, perlcc -b should be enough.
29008              
29009              installperl couldn't tell whether it had run tests or not.
29010              Subject: [PATCH] Re: installperl and t/TEST
29011              
29012              Add silencer flags to installperl.
29013              Subject: [PATCH] Making installperl silent.
29014              
29015              Make "make install" by default silent.  A new "install-verbose"
29016              target is verbose.
29017              
29018              More liberal parsing of version numbers.
29019              Subject: Re: CPAN.pm beta for testing available
29020              
29021              Create directories in silence.
29022              Subject: [PATCH] Another silencer for MakeMaker
29023              
29024              DOS patches and portability/porting notes, from Tim Jenness.
29025              
29026              Make installman to recognize the silence flag -S.
29027              
29028              Actually do something with the silencer option.
29029              
29030              Continue silencing.
29031              
29032              Show the doc file, not the temp file.
29033              
29034              Regen perltoc.
29035              
29036              Subject: [PATCH] More silencing of installman.
29037              
29038              Better wording for the vec lvalue diagnostic.
29039              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29040              
29041              Subject: [PATCH: 6805] several more tweaks to configure.com
29042              
29043              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
29044              
29045              Missing parts of 
29046              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
29047              
29048              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
29049              (applied slightly modified)
29050              
29051              installperl --verbose and --silent.
29052              Subject: Re: [PATCH] More silencing of installman.
29053              
29054              Add install-silent target.
29055              
29056              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
29057              the problem reported in
29058              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
29059              
29060              Tweak the sfio/useperlio logic, hopefully as wished in
29061              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
29062              
29063              One forgotten file from #6816.
29064              
29065              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29066              
29067              Remove duplicately applied patch shards.
29068              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
29069              
29070              Support preserving extremely big/small angles.
29071              
29072              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29073              
29074              Subject: [PATCH] installation not quite silent yet.
29075              
29076              Update the test count.
29077              
29078              Use UVxf, PTR2UV, NVff.
29079              
29080              Document PTR2XX and INT2PTR.
29081              
29082              no-install target a la make -n.
29083              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
29084              
29085              grep -e isn't portable.
29086              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
29087              
29088              Can't get the test to reliably work thanks to the
29089              inaccurateness of floating point.  "Resolves" bug ids
29090              20000826.003, 20000826.009, 20000826.010,
29091              
29092              Subject: installman buglet
29093              
29094              DJGPP update from Laszlo Molnar.
29095              
29096              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29097              
29098              Passing -R in ldflags makes now it to appear in the default
29099              for lddlflags, just like with -L.
29100              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29101              
29102              Test nit.
29103              
29104              Use the actual thread type, not the pointer-to-struct.
29105              
29106              Provice virtual $Config{ccflags_nolargefiles} etc. 
29107              
29108              display_format used as a class method without arguments was broken,
29109              reported in
29110              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
29111              
29112              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29113              
29114              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29115              
29116              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29117              
29118              opmini.o may be left around if a build is interrupted.
29119              
29120              Typo in #6858.
29121              
29122              Fix for ID 20000828.001, long doubles were not formatted
29123              correctly (showed up in $], which stopped installing perl).
29124              
29125              An attempt to fix the problem reported in
29126              Subject: Building perl@6856 using gcc/AIX 4.3.3 
29127              I can't test this properly since the gcc installation I have
29128              access to seems to be botched (gcc is calling the AIX cpp,
29129              a losing proposition...)
29130              
29131              Add -ld to archname on long tr...double platforms.
29132              
29133              Subject: hv.h Doc Patch
29134              
29135              Potential cruft.
29136              
29137              Subject: [PATCH bleedperl@6856] warnings fixes
29138              
29139              -S is the silent flag, -s is the strip flag.
29140              Subject: [PATCH] Re: [PATCH] make no-install          
29141              
29142              Take out the SUIDMAIL thing, that will not be
29143              a problem in 5.7.*.
29144              
29145              Subject: [PATCH bleedperl@6866] spellings
29146              
29147              Subject: [PATCH] Re: files not cleaned even by veryclean
29148              
29149              Use minimal @INC in tests, most of the time just '../lib',
29150              so that we simply can't pick up stuff from other Perls than
29151              the one we are testing.  Pointed out by
29152              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
29153              
29154              Update to Getopt::Long 2.24, from Johan Vromans.
29155              
29156              Fix for thinko in #6848.
29157              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29158              
29159              Patches all over for people and the files they (hopefully) care about.
29160              
29161              Subject: Net::protoent does not export 'getproto'
29162              
29163              Missed a change in #6869.
29164              
29165              Subject: [PATCH] Warnings in B::Deparse
29166              
29167              Subject: [PATCH] Glob dumping
29168              
29169              Disable one of the tests for now.
29170              
29171              Disabling the one test is a bit tricky.
29172              
29173              Don't forget to tidy up.
29174              
29175              The #6881 removed one dump line.
29176              
29177              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29178              
29179              Under usethreads the dumped variable is IN_PAD.
29180              Subject: Re: [PATCH] Glob dumping
29181              
29182              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29183              
29184              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29185              
29186              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29187              
29188              Regen Configure for #6894.
29189              
29190              Subject: [PATCH: 6889] updates to perlebcdic.pod
29191              
29192              Undo namespace pollution of #6878.
29193              Subject: Re: Net::protoent does not export 'getproto'
29194              
29195              Admit that we are leaking scalars.
29196              
29197              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29198      Branch: maint-5.6/perl
29199           !> (integrate 271 files)
29200 ____________________________________________________________________________
29201 [  7894] By: gsar                                  on 2000/11/27  16:00:34
29202         Log: a couple of nits
29203      Branch: maint-5.6/perl
29204            ! MANIFEST pp_sys.c
29205 ____________________________________________________________________________
29206 [  7893] By: gsar                                  on 2000/11/27  15:10:56
29207         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
29208              6740..6745,6747..6757,6760
29209              
29210              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29211              
29212              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29213              
29214              Doc nits spotted by Richard Soderberg.
29215              
29216              move WNOHANG definition to where other such things are
29217              
29218              Make $Config{byteorder} more magical so that it is
29219              dynamically computed: nice for 'fat binaries'.
29220              Subject: [PATCH]: default byteorder
29221              
29222              Subject: [PATCH] Cwd.pm now uses strict
29223              
29224              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29225              
29226              Get -DLEAKTEST to compile (not necessarily to work, mind)
29227              Subject: [ID 20000724.006] -DLEAKTEST problem
29228              
29229              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29230              
29231              Add perlebcdic from Peter Prymmer, regen toc.
29232              
29233              Don't propose using modules built for 5.005 if no binary
29234              compatibility with 5.005 is attempted.
29235              
29236              Do not use prototyping here.
29237              Subject: [ID 20000817.016] [PATCH] Peek.xs
29238              
29239              Document what the backtick returns if the command fails.
29240              
29241              Add byteorder to the myconfig output.
29242              
29243              Introduce NVef, NVff, and NVgf, use the middle one.
29244              (helps for lib/peek + Linux + long doubles)  Reported in
29245              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29246              Use NVs in POSIX math, not doubles.
29247              Subject: [ID 20000817.014] POSIX & modfl
29248              
29249              Subject: [PATCH 5.6.0+] newSVrv() memory leak
29250              
29251              The byteorder code in #6671 was wrong.
29252              
29253              Fix the lib/complex failure of
29254              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29255              Linux long double accuracy issue: something that
29256              when printed with %g looks like "2" but int() of it is 1.
29257              
29258              Propagate new Configure vars.
29259              
29260              Unbuffer the output.
29261              
29262              Subject: [PATCH] perltrap.pod spring cleaning
29263              
29264              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29265              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29266              
29267              Tiny Getopt::Long patch from Johan Vromans.
29268              
29269              Document code point which makes if (defined %stash::) to work
29270              (noted by Spider Boardman).
29271              
29272              Subject: [PATCH perl@6698] cygwin port
29273              
29274              Document the NDBM_File and ODBM_File as SDBM_File
29275              was documented in #6417.
29276              
29277              The new tests were missing from #6415.
29278              
29279              Add [[:blank:]] as suggested in
29280              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29281              (the [=cc=] has already been taken care of by #6439
29282              so the whole bug report can be closed)
29283              and make [[:space:]] to be equivalent to isspace(3)
29284              (as opposed to \s, which is isSPACE()).  The difference
29285              is that now [[:space:]] matches the mythical vertical tab,
29286              while \s doesn't.
29287              
29288              Don't eat leading os from index entries.
29289              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29290              
29291              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29292              
29293              Typo in pp_complement().
29294              Subject: [PATCH perl-current] Deparse
29295              
29296              Add warnif(), check warnings further up the stack,
29297              all the warnings functions now can take an optional object reference.
29298              Subject: [PATCH bleedperl@6691] warnings pragma update
29299              
29300              Fix a core dump in lib/selfloader under -DDEBUGGING.
29301              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
29302              
29303              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29304              
29305              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29306              
29307              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29308              Put back the long double avoidance code to POSIX.xs
29309              because VMS seems to need it still.
29310              
29311              Introduce a 'veryclean' target that is like 'distclean'
29312              but also removes *~ and *.orig.
29313              
29314              Subject: [ID 20000817.023] endianness description in perlfunc.pod
29315              
29316              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29317              
29318              Let's try #6717 again.
29319              
29320              UTF8 concat fixes.
29321              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29322              
29323              pp_open() could pass an uninitialized filename down to do_open9().
29324              
29325              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
29326              
29327              Update to CGI 2.72, from Lincoln Stein.
29328              
29329              Subject: [PATCH] Silence MakeMaker (Was: installman)
29330              
29331              Use temporary directory instead of current directory.
29332              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
29333              
29334              Document odd vs even subreleases and -Dusedevel.
29335              
29336              The veryclean target needs to clobber.
29337              
29338              Use File::Spec->tmpdir().
29339              
29340              Document the number of exponent digits.
29341              
29342              Mention perlebcdic and perlposix-bc.
29343              
29344              s/this one/the 5.6.0 release/
29345              
29346              The #6724 is here.
29347              
29348              The correct cleaning order is an art.
29349              
29350              small tweaks for change#6705: avoid C++ style comments in C code;
29351              use Perl's malloc API rather than the low level system one
29352              
29353              Array context keeps slithering in.
29354              
29355              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
29356              
29357              Subject: [PATCH] os2.c fix for use64bitint
29358              
29359              Update to Pod::LaTeX 0.53.
29360              Subject: [PATCH] lib/Pod/LaTeX.pm updates
29361              
29362              Document the endianness of Alpha more precisely.
29363              
29364              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
29365              
29366              Rename the macro argument because some preprocessors
29367              can't tell the difference and expand arguments also inside
29368              double quoted strings.
29369              
29370              free TLS slot properly on Windows
29371              
29372              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
29373              
29374              Unicos/mk requires elaborate paranoia.
29375              
29376              Tweak the floating point output routine preferences.
29377              
29378              Also under djgpp the timestamps are funky.
29379              
29380              Apply some PodParser 1.18 patches; the Pod/Find.pm
29381              patches cannot be applied since #6712 conflicts.
29382              
29383              Use PodParser 1.18 new test.
29384              
29385              A pod nit.
29386              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
29387              
29388              Be verydeepclean.
29389      Branch: maint-5.6/perl
29390           +> pod/perlebcdic.pod
29391           !> (integrate 106 files)
29392 ____________________________________________________________________________
29393 [  7892] By: jhi                                   on 2000/11/27  15:02:32
29394         Log: Update Changes.
29395      Branch: perl
29396            ! Changes patchlevel.h
29397 ____________________________________________________________________________
29398 [  7891] By: jhi                                   on 2000/11/27  14:57:23
29399         Log: Subject: Re: perlfaq style changes
29400              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29401              Date: Sat, 25 Nov 2000 23:32:26 -0800
29402              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
29403              
29404              plus a note from Ronald Kimball.
29405      Branch: perl
29406            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
29407 ____________________________________________________________________________
29408 [  7890] By: jhi                                   on 2000/11/27  14:53:14
29409         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
29410              From: Benjamin Holzman <bah@ecnvantage.com>
29411              Date: Sun, 26 Nov 2000 16:27:33 -0500
29412              Message-ID: <20001126162733.J25040@ecnvantage.com>
29413      Branch: perl
29414            ! gv.c
29415 ____________________________________________________________________________
29416 [  7889] By: jhi                                   on 2000/11/27  14:43:11
29417         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
29418              From: lvirden@cas.org
29419              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
29420              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
29421      Branch: perl
29422            ! README.amiga
29423 ____________________________________________________________________________
29424 [  7888] By: jhi                                   on 2000/11/27  14:32:34
29425         Log: Restore also the locale test to no-sprintf-taint state.
29426              Fixes the bug 20001127.003.
29427      Branch: perl
29428            ! sv.c t/pragma/locale.t
29429 ____________________________________________________________________________
29430 [  7887] By: gsar                                  on 2000/11/27  14:13:05
29431         Log: integrate changes#6613..6616,6620..6665 from mainline
29432              
29433              VMS configure.com update continues.
29434              
29435              Subject: Test fails / warnings with perl-current #6612
29436              
29437              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29438              
29439              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29440              
29441              For now remove the mail code.
29442              
29443              Subject: Re: [PATCH] @+, @- readonly
29444              
29445              Subject: warning: storage class after type is obsolescent
29446              
29447              Subject: sfio2000
29448              
29449              Subject: Re: File::Temp problems on VMS in bleedperl
29450              
29451              README.os2 update.
29452              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29453              
29454              Make the user to give up his firstborn, err, to knowingly
29455              verify installing an unstable developer release.  Also bump
29456              the release to 5.7.0, but leave a patch tag in the local
29457              patches saying that this is not yet the real thing.
29458              
29459              Update (kinda) to Test 1.14, from Joshua Pritikin.
29460              
29461              make ok etc also for win32.
29462              
29463              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29464              
29465              Don't blow limited stacks, a lower number is enough to
29466              tickle the lookbehind limit.
29467              
29468              Use -Dusedevel; regen Configure and the respective Porting stuff.
29469              
29470              Subject: [PATCH] debugger exit code should reflect user exit code
29471              
29472              Subject: [PATCH perl@6620] cygwin port
29473              
29474              Missed a file from #6638.
29475              
29476              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)
29477              
29478              magic callbacks all need to have same type signature
29479              
29480              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29481              
29482              Fix a dependency problem.
29483              Subject: [PATCH: 6640] VMS Makefile.SH update
29484              
29485              The numeric locale was reset to "C" by s?printf and never restored.
29486              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29487              No test since adding the failing example to locale.t
29488              does not fail -- probably because the locale settings are so
29489              thoroughly tweaked by that time.  Running the example standalone
29490              does fail, though.  UPDATE: test case added at change #7540.
29491              
29492              Subject: [ID 20000324.040] minor fix to perlhpux.pod
29493              
29494              Update to CPAN 1.57.
29495              
29496              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29497              
29498              Change the perlbug address to perl.org since it's more forgiving.
29499              
29500              Change the regx compilation error markers to use = instead of <
29501              since pod makes using the latter quite messy.  Reported in
29502              ID 20000814.006 by Abigail and in
29503              Subject: Unknown escape E<> ?
29504              
29505              Update to perldebtut 1.9, from Richard Foley.
29506              
29507              check that the number pseudo children doesn't exceed
29508              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29509              the WaitForMultipleObjects() limit that would cause wait()
29510              to crash)
29511              wait() and waitpid() could potentially be rewritten to use
29512              more than one thread to do the waiting to eliminate this
29513              limitation
29514              
29515              change#6328 could make close(SOCKET) return false on windows
29516              when it shouldn't
29517              
29518              pod nit seen in passing
29519              
29520              on windows, the return values from wait() and waitpid() don't
29521              match those of pseudo-pids
29522              
29523              waitpid() now handles externally spawned pids correctly;
29524              fixes for backtick/wait/waitpid failures on Windows 9x
29525              these changes make the pid returned by process functions on
29526              Windows 9x always positive by clearing the high bit (which
29527              is always set on Win9x); pseudo-process PIDs are likewise
29528              always negative now on Win9x (just as on NT/2000)
29529              
29530              trailing new %ENV entries weren't being pushed into the real
29531              environment of subprocesses on Windows
29532              
29533              Tweak the regex compilation errors once more.
29534              
29535              avoid warnings from dense compiler
29536              
29537              add "ok" targets from change#6632 in makefile.mk
29538      Branch: maint-5.6/perl
29539            - lib/Pod/PlainText.pm vms/configure.com
29540           !> (integrate 66 files)
29541 ____________________________________________________________________________
29542 [  7886] By: jhi                                   on 2000/11/27  13:54:18
29543         Log: __FUNCTION__ isn't portable and trying to emulate it leads
29544              into practically spelling out the name of the function.
29545              Takes care of the bug 20001127.001.
29546      Branch: perl
29547            ! perlio.c
29548 ____________________________________________________________________________
29549 [  7885] By: gsar                                  on 2000/11/27  13:53:18
29550         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
29551              6610..6611 from mainline
29552              
29553              Make regular expression parse error messages easier to understand.
29554              Subject: Re: enhanced(?) regex error messages
29555              
29556              Tiny tidying on report_evil_fh().
29557              
29558              Subject: Re: enhanced(?) regex error messages 
29559              plus Capitalize the error messages, plus perldiag them.
29560              
29561              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
29562              
29563              Document here-doc better.
29564              
29565              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29566              
29567              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
29568              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
29569              (either perlbug or p5p ate the original), plus regen
29570              perlapi and perltoc. 
29571              
29572              Regen global.sym.
29573              
29574              Double check that we have a dirhandle.
29575              
29576              Subject: Re: enhanced(?) regex error messages
29577              (plus two small patches sent privately)
29578              (this still seems to leave few test failures)
29579              
29580              warn is a macro, avoid using at a variable to avoid warnings
29581              in some configurations; readdir.t is too conservative in
29582              estimating number of *.t's
29583              
29584              Get back into sync with Jeffrey on the enhanced regex warnings.
29585              
29586              Subject: [PATCH 5.6.0] cygwin port
29587              
29588              Zero entries were skipped, fix from Adrian Goalby
29589              <argoalby@yahoo.co.uk>
29590              
29591              Subject: Remove dead entry in perldiag
29592              
29593              Amend the description of Perl6.
29594              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29595              
29596              detypo
29597              
29598              It's the 2ndO'ROSSC.
29599              
29600              Revert the sv.c part of #6559, a better fix is needed.
29601              
29602              Iterating perl6 description.
29603              
29604              Update to Term::ANSIColor 1.03, from Russ Allbery.
29605              
29606              Update to Getopt::Long 2.23_05, from Johan Vromans.
29607              
29608              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
29609              
29610              Update to Pod::Parser 1.17, from Brad Appleton.
29611              
29612              Update to CPAN 1.56, from Andreas König.
29613              
29614              Update to CGI 2.70, from Lincoln Stein.
29615              
29616              Put back the std @INC thing.
29617              
29618              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29619              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29620              
29621              Document the IO::Select timeout.
29622              
29623              sleep(1) does not necessarily return 1.
29624              Subject: [PATCH bleadperl] op/lex_assign.t  
29625              
29626              Subject: debugger "d" command doesnt check line number
29627              
29628              B::Deparse didn't do sub attributes.
29629              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29630              
29631              Preprocessing and postprocessing for File::Find.
29632              Subject: Patch to Find::File.pm to allow alphabetical results
29633              
29634              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29635              
29636              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29637              
29638              Subject: Re: [ID 20000730.003] utf8::length() bad
29639              
29640              Subject: Getting perlio and threads to compile
29641              (the Solaris version changes in Configure skipped)
29642              
29643              Tests for #6589.
29644              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29645              
29646              Add Perl debugging tutorial, regen toc. 
29647              Subject: perldebtut.pod
29648              
29649              Add a few missing files, update MANIFEST.
29650              
29651              Rewrite of vms/subconfigure.com as configure.com,
29652              from Peter Prymmer and the vmsperl crew.
29653              
29654              Should have deleted this in #6603.
29655              
29656              Fix the test for 5005threads.
29657              
29658              Fix-n-skip the tests under 5005threads.
29659              
29660              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29661              
29662              Upgrade to CGI 2.71, from Lincoln Stein.
29663      Branch: maint-5.6/perl
29664           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29665           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
29666           +> t/op/regmesg.t t/pod/find.t vms/configure.com
29667            - vms/subconfigure.com
29668            ! lib/lib.pm
29669           !> (integrate 115 files)
29670 ____________________________________________________________________________
29671 [  7884] By: jhi                                   on 2000/11/27  13:44:33
29672         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
29673              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29674              Date:     Mon, 27 Nov 2000 08:23:54 EST
29675              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
29676      Branch: perl
29677            ! vms/descrip_mms.template vms/test.com
29678 ____________________________________________________________________________
29679 [  7883] By: gsar                                  on 2000/11/27  11:50:46
29680         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
29681              6511..6513,6515..6523,6525..6536
29682              
29683              The swallow_bom() saga continues.  The #23 of require.t
29684              (UTF16-LE) still fails (silently, no output) but the #22
29685              (UTF16-BE) seems to be working now.  The root of the
29686              failure may be in sv_gets(): is it UTF-16LE-aware,
29687              especially when it comes to line endings? 
29688              
29689              Document the problem with -P in HP-UX and its workaround.
29690              
29691              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
29692              (aka ID 20000730.002)
29693              
29694              Subject: fix and question re: waitpid() under win32
29695              
29696              Make the safety catch for buggy gccs work with triple version
29697              numbers like 2.95.2.  Reported in
29698              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
29699              
29700              In Digital UNIX warn if gcc explicitly chosen because even
29701              2.95.2 is known to cause problems.
29702              
29703              Make chr() for values >127 to create utf8 when under utf8.
29704              
29705              various syntax errors and such (not fixed: comp/require.t#22 coredump
29706              on Windows)
29707              
29708              Stash away the largefiles flags and libswanted.
29709              
29710              BOM patching from Simon Cozens.
29711              
29712              If gccosandvers is equal to osname, clear gccosandvers.
29713              
29714              Make p4desc to skip non-mainperl branches by default.
29715              
29716              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
29717              
29718              The test from this
29719              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
29720              
29721              In new BSDs changes to argv[] do not show up in ps(1) output,
29722              instead one must use setproctitle().  This was already addressed
29723              by change #6457, but the below has a new variant for FreeBSD 4.0
29724              or later, and the matter is also documented more.
29725              
29726              FreeBSD 3.* updates from
29727              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
29728              
29729              regen_headers, regen perltoc.
29730              
29731              Document in one place the memory abstractions used in Perl core.
29732              
29733              memcpy has n o in it, as pinted ut by Sarathy.
29734              
29735              Remove the extraneous "main::" prefix from all the
29736              "opened only for", "on closed", and "never opened" warnings.
29737              
29738              The name of a filehandle does not have <these>.
29739              
29740              The tr utf8 patching continues.
29741              
29742              The new setproctitle() feature is available only in 
29743              bleeding edge FreeBSD.  From Paul Saab.
29744              
29745              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
29746              
29747              Dump UVs as UVs in Data::Dumper.
29748              
29749              detypo #6494
29750              
29751              Document the IVdf UVuf UVof UVxf.
29752              
29753              require.t needs binmode() to work on windows
29754              
29755              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
29756              that are hopefully soon put into use.
29757              
29758              Allow "no Module;" even if there is no 'unimport'.
29759              
29760              Better skip message for the test; one of the two problems in
29761              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
29762              
29763              The subtest 4 may fail also on VOBS, as pointed out
29764              by Nick Ing-Simmons in November 1999, bug id 19991124.003
29765              (but the failure in that bug report isn't the subtest 4).
29766              
29767              Be more informative on what is skipped and why,
29768              also repeat the list at the end.
29769              
29770              Add a URL for FSF.
29771              
29772              Subject: [PATCH] sv.h documentation - SvLEN
29773              
29774              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
29775              
29776              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
29777              
29778              Subject: [PATCH] bad cppsymbols on os2 + Configure question
29779              
29780              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
29781              
29782              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
29783              mention the idea of @( and @)
29784              
29785              This is 6512.  Really.
29786              
29787              Subject: [ID 19990721.004] Documentation bug in perlfunc
29788              
29789              Subject: Minor tweak to perlvar.pod
29790              
29791              In the warnings call filehandles consistently so;
29792              add "unopened" warning for stat().
29793              
29794              After the #6519 a warning about stat() is just that,
29795              not about a filetest, which now have their own warning.
29796              
29797              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
29798              
29799              Subject: Re: Array vs. List context
29800              
29801              Subject: New perlcc, take 2
29802              
29803              Weed buglets pointed out by
29804              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
29805              
29806              gcc versions might have (parentheses) in them.
29807              
29808              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
29809              
29810              Essential prototype changes were missing from #6527.
29811              Also make report_evil_fh() more bomb-proof.
29812              
29813              Zap lib/Sys directory when cleaning up.
29814              
29815              Change the Policy policy: now -Dprefix= with an existing
29816              Policy.sh and prefix == siteprefix == vendorprefix, then all
29817              of them follow along the new prefix.
29818              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
29819              
29820              Continue fixing the io warnings.  This also
29821              sort of fixes bug ID 20000802.003: the core dump
29822              is no more.  Whether the current behaviour is correct
29823              (giving a warning: "Not a format reference"), is another matter.
29824              
29825              Have symbols for the IoTYPEs.
29826              
29827              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
29828              
29829              Document a bit that UDP is not what you might think.
29830              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
29831              tr memory corruption fix from Simon Cozens.
29832              
29833              Plug the security hole described in the Aug 05 2000 bugtraq message
29834              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
29835              The security hole exists only in suidperls, which isn't
29836              installed or even built by default.
29837      Branch: maint-5.6/perl
29838           !> (integrate 71 files)
29839 ____________________________________________________________________________
29840 [  7882] By: gsar                                  on 2000/11/27  10:25:36
29841         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
29842              from mainline
29843              
29844              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
29845              to be fatal errors (instead of by default ignoring them, and
29846              ignoring with a bug: even though -w gave an error, the opening [
29847              was left in)  Reported in:
29848              
29849              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
29850              
29851              Subject: [PATCH] split /^/
29852              
29853              MacOS nits from Matthias Neeracher.
29854              
29855              More split() doc and test patches from Mike Guy.
29856              
29857              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
29858              from Graham Barr in the module list.
29859              
29860              docfix from Peter Scott <Peter@PSDT.com>.
29861              
29862              File::Temp patches for VMS and OS/2 from Tim Jenness.
29863              
29864              open() wariness in perlbug.
29865              
29866              Subject: [PATCH] minor doc change - perlguts
29867              
29868              Subject: Minor doc patch: handy.h
29869              
29870              Be wary of close()s, too.
29871              
29872              Further File::Temp patches from Yitzchak Scott-Thoennes
29873              and Craig A. Berry.
29874              
29875              Subject: [PATCH] fixes bug 20000508.004
29876              
29877              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
29878              
29879              Allow "no AutoLoader;", based on change #6444,
29880              suggested by Graham Barr.
29881              
29882              Use setproctitle() if available to modify $0.
29883              
29884              Warn if the version of the operating system used to compile gcc
29885              differs from the current version of the operating system.
29886              Also display the gcc compilation os and version in myconfig.
29887              Inspiration from
29888              
29889              Tiny fixes for #6460.
29890              
29891              The problem described in this
29892              Subject: [ID 20000322.018] named chars aren't magical enough
29893              has been fixed in perl 5.6.0 but just in case added a test
29894              to keep it away.  (The report from Joseph Hall.)
29895              
29896              Tune the comments and hopefully stop a memory leak.
29897              
29898              Subject: UTF8 concat
29899              (with a memory leak fixed, plus a few casts added)
29900              This also seems to help for
29901              Subject: [ID 20000716.015] join UTF8 weirdness
29902              
29903              Do not upgrade SVs into utf8 just because they participate
29904              in eq or cmp.  Reported and fix suggested in
29905              Subject: [ID 20000720.009] sv_eq UTF8 bug
29906              
29907              Fix the HALF_UPGRADE() macro introduced in #6263.
29908              
29909              Find green threads before native threads.
29910              Subject: Re: Patch to jpl/JNI/Makefile.PL
29911      Branch: maint-5.6/perl
29912           !> (integrate 30 files)
29913 ____________________________________________________________________________
29914 [  7881] By: jhi                                   on 2000/11/27  05:48:41
29915         Log: It seems that *both* the unused submatch loop cleanup
29916              codes are needed.
29917      Branch: perl
29918            ! regexec.c
29919 ____________________________________________________________________________
29920 [  7880] By: jhi                                   on 2000/11/27  04:50:07
29921         Log: Clean .exists deeper.
29922      Branch: perl
29923            ! Makefile.SH
29924 ____________________________________________________________________________
29925 [  7879] By: jhi                                   on 2000/11/27  02:31:35
29926         Log: The code in regcppop() (see #7878) contains the correct lower
29927              limit for the unused submatch 'cleanup' loop so that under
29928              "use utf8" the following code wouldn't dump core:
29929              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
29930              the cleanup loop in regtry() stomped beyond allocated area
29931              in the startp[] array.  Therefore, copied the correct lower
29932              loop limit (*PL_reglastparen) to regtry().  Note: something
29933              may still not be quite right: why was the _higher_ loop limit
29934              (prog->nparens) different in the utf8 case?
29935              
29936              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
29937              without core dumps, there were about 17 of them before
29938              the patch (with us since Perl 5.7.0).  Two failures, still:
29939              496 and 505 (though these may not be severe).
29940              
29941              Patch #7881 is also needed since both the cleanup loops
29942              seem to be needed.
29943              
29944              Also, the t/op/pat#44 seems to core dump under utf8.
29945              Plus a couple of failures.  UGH-8.
29946      Branch: perl
29947            ! regexec.c
29948 ____________________________________________________________________________
29949 [  7878] By: jhi                                   on 2000/11/27  02:21:17
29950         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
29951              the code in regcppop() seems to be redundant for the test suite --
29952              but it contains a germ of truth, and it needed for the build
29953              process itself: see #7879 and #7881.
29954      Branch: perl
29955            ! regexec.c
29956 ____________________________________________________________________________
29957 [  7877] By: jhi                                   on 2000/11/27  01:53:09
29958         Log: Comment on comment.
29959      Branch: perl
29960            ! regexec.c
29961 ____________________________________________________________________________
29962 [  7876] By: jhi                                   on 2000/11/27  00:49:59
29963         Log: Adjust the docs to agree with #7875.
29964      Branch: perl
29965            ! pod/perllocale.pod
29966 ____________________________________________________________________________
29967 [  7875] By: jhi                                   on 2000/11/27  00:49:27
29968         Log: Retract #7863.  It makes more sense not to taint formatted output,
29969              not even by sprintf().
29970      Branch: perl
29971            ! sv.c
29972 ____________________________________________________________________________
29973 [  7874] By: jhi                                   on 2000/11/26  23:36:02
29974         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
29975              Not really fixed (should really dump the UTF-8 charclass),
29976              but stopped displaying the garbage.
29977              
29978              Also add a note on the (missing) Unicode PSXSPC and BLANK.
29979      Branch: perl
29980            ! regcomp.c
29981 ____________________________________________________________________________
29982 [  7873] By: jhi                                   on 2000/11/26  21:31:13
29983         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
29984      Branch: perl
29985            ! regexec.c
29986 ____________________________________________________________________________
29987 [  7872] By: jhi                                   on 2000/11/26  21:06:04
29988         Log: No need to scan till infinity, 13 is enough.
29989      Branch: perl
29990            ! handy.h utf8.c
29991 ____________________________________________________________________________
29992 [  7871] By: jhi                                   on 2000/11/26  20:20:32
29993         Log: Test line numbers are different with utf8.
29994      Branch: perl
29995            ! t/op/re_tests
29996 ____________________________________________________________________________
29997 [  7870] By: jhi                                   on 2000/11/26  20:10:12
29998         Log: Message nit.
29999      Branch: perl
30000            ! regcomp.c
30001 ____________________________________________________________________________
30002 [  7869] By: jhi                                   on 2000/11/26  19:01:05
30003         Log: Make utf8_length() and utf8_distance() (the latter of which
30004              is unused at the moment) to be less forgiving about bad UTF-8.
30005      Branch: perl
30006            ! embed.h embed.pl objXSUB.h proto.h utf8.c
30007 ____________________________________________________________________________
30008 [  7868] By: jhi                                   on 2000/11/26  18:45:56
30009         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
30010              From: Benjamin Holzman <bah@ecnvantage.com>
30011              Date: Sat, 25 Nov 2000 20:40:20 -0500       
30012              Message-ID: <20001125204020.A25040@ecnvantage.com>              
30013              
30014              Debian allows installing /usr/bin/locale without installing
30015              any locales, an error message will ensue.
30016      Branch: perl
30017            ! t/pragma/locale.t
30018 ____________________________________________________________________________
30019 [  7867] By: jhi                                   on 2000/11/26  18:31:12
30020         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
30021              From: Benjamin Holzman <bah@ecnvantage.com>
30022              Date: Sun, 26 Nov 2000 02:42:34 -0500
30023              Message-ID: <20001126024234.G25040@ecnvantage.com>
30024              
30025              Patch for the bug 20000212.002.
30026      Branch: perl
30027            ! sv.c t/op/array.t
30028 ____________________________________________________________________________
30029 [  7866] By: jhi                                   on 2000/11/26  18:28:09
30030         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
30031              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30032              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
30033              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
30034              
30035              File::Temp 0.11.
30036      Branch: perl
30037            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
30038 ____________________________________________________________________________
30039 [  7865] By: jhi                                   on 2000/11/26  18:24:22
30040         Log: The metaconfig unit change for #7864.
30041      Branch: metaconfig/U/perl
30042            ! need_va_copy.U
30043 ____________________________________________________________________________
30044 [  7864] By: jhi                                   on 2000/11/26  18:23:41
30045         Log: Make the va_copy() test not to be so talkative.
30046      Branch: perl
30047            ! Configure config_h.SH
30048 ____________________________________________________________________________
30049 [  7863] By: jhi                                   on 2000/11/26  18:11:02
30050         Log: Fix locale inconsistencies unearthed by Hugo's work.
30051              Now the floating point sprintf really does taint the result
30052              string as perllocale promises (has promised for a long time)
30053              if "use locale" is in the lexical scope.
30054      Branch: perl
30055            ! sv.c t/pragma/locale.t
30056 ____________________________________________________________________________
30057 [  7862] By: jhi                                   on 2000/11/26  00:35:15
30058         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
30059              From: Nicholas Clark <nick@ccl4.org>
30060              Date: Sun, 26 Nov 2000 00:07:50 +0000
30061              Message-ID: <20001126000750.A22446@plum.flirble.org>
30062              
30063              Infinit.
30064      Branch: perl
30065            ! sv.c
30066 ____________________________________________________________________________
30067 [  7861] By: jhi                                   on 2000/11/26  00:01:26
30068         Log: Integrate perlio.
30069      Branch: perl
30070           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
30071 ____________________________________________________________________________
30072 [  7860] By: nick                                  on 2000/11/25  22:04:17
30073         Log: Correct relative path from new ext\Filter\Util\Call location
30074              back to miniperl.
30075      Branch: perlio
30076            ! win32/makefile.mk
30077 ____________________________________________________________________________
30078 [  7859] By: nick                                  on 2000/11/25  21:26:54
30079         Log: Integrate mainline.
30080      Branch: perlio
30081           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30082           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30083           +> t/lib/filter-util.t
30084            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30085            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30086            - t/lib/filt-util.t
30087           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
30088           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30089           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
30090           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
30091           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
30092           !> win32/makefile.mk
30093 ____________________________________________________________________________
30094 [  7858] By: gsar                                  on 2000/11/25  20:52:17
30095         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
30096              parent's memory; fix it by keeping track of the actual pad
30097              offset rather than a raw pointer (this change is probably also
30098              relevant to non-ithreads case to avoid fallout from reallocs of
30099              the pad array, but is currently only enabled for the ithreads
30100              case in the interests of minimal disruption to existing "well
30101              tested" code)
30102      Branch: perl
30103            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
30104            ! proto.h scope.c scope.h sv.c t/op/fork.t
30105 ____________________________________________________________________________
30106 [  7857] By: nick                                  on 2000/11/25  20:01:28
30107         Log: All tests pass on Win32/gcc/USE_PERLIO.
30108              - when crlf layer is pushed make unix-level binary.
30109              - remove :crlf injection in pp_backtick in pp_sys.c
30110              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
30111      Branch: perlio
30112            ! doio.c perlio.c pp_sys.c win32/makefile.mk
30113 ____________________________________________________________________________
30114 [  7856] By: jhi                                   on 2000/11/25  18:38:30
30115         Log: Update the metaconfig units for #7855.
30116      Branch: metaconfig/U/perl
30117            ! useperlio.U usesocks.U
30118 ____________________________________________________________________________
30119 [  7855] By: jhi                                   on 2000/11/25  18:37:54
30120         Log: Undo the SOCKS workarounds, instead start using PerlIO
30121              if SOCKS is selected.
30122              
30123              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
30124              From: Jens Hamisch <jens@Strawberry.COM>
30125              Date: Fri, 24 Nov 2000 18:31:30 +0100
30126              Message-ID: <20001124183130.E28337@Strawberry.COM>
30127              
30128              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
30129              From: Jens Hamisch <jens@Strawberry.COM>
30130              Date: Fri, 24 Nov 2000 19:11:51 +0100
30131              Message-ID: <20001124191151.A28753@Strawberry.COM>
30132      Branch: perl
30133            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
30134            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
30135 ____________________________________________________________________________
30136 [  7854] By: jhi                                   on 2000/11/25  17:39:08
30137         Log: Undo #7848.  Some of the code seems to use walkoptree(),
30138              some walkoptree_slow().  An unfinished renaming?
30139              Now the sub is walkoptree() (which is @EXPORT_OK),
30140              the walkoptree_slow() is a typeglob alias to walkoptree.
30141              This makes the tests to pass, at least.
30142      Branch: perl
30143            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30144 ____________________________________________________________________________
30145 [  7853] By: nick                                  on 2000/11/24  22:24:33
30146         Log: Re-arrange crlf vs binary for platforms that care.
30147              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
30148              Lip-service to making stdio layer work on such platfroms (untested).
30149              Now fails 3 tests rather than one, checkin to see if I can debug 
30150              the issue under linux. (Do not merge.)
30151      Branch: perlio
30152            ! doio.c perlio.c perliol.h
30153 ____________________________________________________________________________
30154 [  7852] By: jhi                                   on 2000/11/24  18:57:39
30155         Log: AUTHORS edits.
30156      Branch: perl
30157            ! AUTHORS
30158 ____________________________________________________________________________
30159 [  7851] By: jhi                                   on 2000/11/24  17:34:56
30160         Log: Add Jan-Erik Karlsson.
30161      Branch: perl
30162            ! AUTHORS
30163 ____________________________________________________________________________
30164 [  7850] By: jhi                                   on 2000/11/24  17:27:56
30165         Log: Configure should find stdchar on its own.
30166      Branch: perl
30167            ! hints/solaris_2.sh
30168 ____________________________________________________________________________
30169 [  7849] By: jhi                                   on 2000/11/24  17:24:55
30170         Log: Subject: PATCH over 7848: Filter test flawed
30171              From: andreas.koenig@anima.de (Andreas J. Koenig)
30172              Date: 24 Nov 2000 10:28:29 +0100
30173              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
30174      Branch: perl
30175            ! t/lib/filter-util.t
30176 ____________________________________________________________________________
30177 [  7848] By: jhi                                   on 2000/11/24  17:22:15
30178         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
30179              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
30180              Date: Fri, 24 Nov 2000 16:12:58 +0000
30181              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
30182      Branch: perl
30183            ! ext/B/B.pm
30184 ____________________________________________________________________________
30185 [  7847] By: jhi                                   on 2000/11/24  03:07:01
30186         Log: Integrate perlio.
30187      Branch: perl
30188           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30189           !> win32/makefile.mk
30190 ____________________________________________________________________________
30191 [  7846] By: gsar                                  on 2000/11/24  00:55:57
30192         Log: integrate changes#6415..6418,6420..6438 from mainline
30193              
30194              Fix the bitvector ops for utf8 (tricky since past 7 bits
30195              the utf8 'characters' can be more than one octet).
30196              
30197              MPE/ix updates for perl 5.6.0 from Mark Bixby.
30198              
30199              Subject: SDBM_File documentation
30200              
30201              Detypo.
30202              
30203              Decutandpasto.
30204              
30205              Send all installperl messages to STDERR and be -w clean.
30206              
30207              Out-of-date note removed.
30208              
30209              Protect against "wild next"s, that is, callbacks doing "next"
30210              instead of "return".
30211              
30212              Use STDOUT consistently.
30213              
30214              The output might have been produced in the wrong order.
30215              
30216              A missing 'break' after the [[:space:]] switch case.
30217              
30218              Add tests for
30219              [ID 19991110.003] another matching finding by pcre author
30220              which has already been fixed by some patch, as verified in
30221              
30222              Documentation to explain the behaviour of map().
30223              
30224              Add an optimization for map-maps-a-list-element-to-more-list-elements
30225              case, but add also notes explaining the relationship of this
30226              patch and the earlier notes by Sarathy.
30227              
30228              Subject: [ID 20000716.023] syslog test fails without sockets
30229              
30230              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30231              Test cases for #6431.
30232              
30233              File::Spec::VMS fixup for tmpdir from Craig Berry.
30234              
30235              Make the "uninit variable" warning to say "concat or string"
30236              or "join or string" when in concat or join .
30237              
30238              Get UTF16 BOMs working.  Patch from
30239              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30240              
30241              Subject: [PATCH] Make large file tests deal with SIGXFSZ
30242              
30243              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30244              
30245              Subject: [PATCH] av.c apidoc
30246      Branch: maint-5.6/perl
30247           !> (integrate 43 files)
30248 ____________________________________________________________________________
30249 [  7845] By: gsar                                  on 2000/11/24  00:20:45
30250         Log: integrate changes#6406..6414 from mainline
30251              
30252              Merge perlhacktut into perlhack, update perlguts.
30253              
30254              Fix AutoSplit to use File::Spec the right way in VMS,
30255              from Peter Prymmer.
30256              
30257              The bug report
30258              [ID 19991110.002] minimal matching discrepancy found by pcre author
30259              seems to have been fixed (though differently from what was suggested
30260              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
30261              
30262              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
30263              not in pod, from Peter Prymmer
30264              
30265              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
30266              From: Hugo <hv@crypt.compulink.co.uk>
30267              Date: Fri, 14 Jul 2000 23:05:20 +0100
30268              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
30269              
30270              Didn't anymore apply, but that point still could use another fix.
30271              
30272              lib/b test fixes from Peter Prymmer.
30273              
30274              More docs for sv functions.
30275              
30276              perlvms.pod whitespace cleanup to keep pod utils happy.
30277              
30278              another VMS build tweak from Peter Prymmer
30279      Branch: maint-5.6/perl
30280           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
30281           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
30282           !> vms/descrip_mms.template vms/perlvms.pod
30283 ____________________________________________________________________________
30284 [  7844] By: nick                                  on 2000/11/23  23:42:45
30285         Log: Win32/perlio Now just fails one io/argv.t test - lack 
30286              of default :crlf on standard streams.
30287      Branch: perlio
30288            ! doio.c perlio.c
30289 ____________________________________________________________________________
30290 [  7843] By: nick                                  on 2000/11/23  23:04:05
30291         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
30292              peek fail is showing a real problem (multiple crlf layers
30293              are getting pushed.)
30294      Branch: perlio
30295            ! doio.c perlio.c win32/makefile.mk
30296 ____________________________________________________________________________
30297 [  7842] By: nick                                  on 2000/11/23  19:46:23
30298         Log: Implement PerlIO_binmode()
30299              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
30300              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
30301              make binmode in t/lib/io_tell.t unconditional so that works.
30302              Checkin just so Win32 machine can see these changes.
30303      Branch: perlio
30304            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30305 ____________________________________________________________________________
30306 [  7841] By: jhi                                   on 2000/11/23  19:30:00
30307         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
30308      Branch: perl
30309            ! README.amiga
30310 ____________________________________________________________________________
30311 [  7840] By: jhi                                   on 2000/11/23  17:18:02
30312         Log: SOCKS wrestling continues, patches from Jens Hamisch.
30313      Branch: perl
30314            ! doio.c embed.h embed.pl perlsdio.h proto.h
30315 ____________________________________________________________________________
30316 [  7839] By: jhi                                   on 2000/11/23  16:54:14
30317         Log: Push Filter::Util::Call one level deeper.
30318      Branch: perl
30319            + t/lib/filter-util.t
30320           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30321           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30322            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30323            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30324            - t/lib/filt-util.t
30325            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30326            ! win32/Makefile win32/makefile.mk
30327 ____________________________________________________________________________
30328 [  7838] By: jhi                                   on 2000/11/23  16:52:40
30329         Log: Reach back one higher up when searching for PERL_SRC.
30330      Branch: perl
30331            ! lib/ExtUtils/MM_Unix.pm
30332 ____________________________________________________________________________
30333 [  7837] By: jhi                                   on 2000/11/23  16:05:41
30334         Log: Subject: Re: perl@7826
30335              Date: Thu, 23 Nov 2000 02:20:25 -0600
30336              From: "Craig A. Berry" <craigberry@mac.com>
30337              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
30338              
30339              Make VMS to like Filter::Util::Call. 
30340      Branch: perl
30341            ! configure.com ext/Filter/Util/Makefile.PL
30342 ____________________________________________________________________________
30343 [  7836] By: nick                                  on 2000/11/23  16:04:08
30344         Log: Implement crlf layer - not ready for merge.
30345      Branch: perlio
30346            ! perlio.c win32/makefile.mk
30347 ____________________________________________________________________________
30348 [  7835] By: jhi                                   on 2000/11/23  15:56:52
30349         Log: STDCHAR is different in Sparc v9 vs x86.
30350      Branch: perl
30351            ! hints/solaris_2.sh
30352 ____________________________________________________________________________
30353 [  7834] By: jhi                                   on 2000/11/23  15:50:47
30354         Log: The type needs to be visible to protos.
30355      Branch: perl
30356            ! perl.h
30357 ____________________________________________________________________________
30358 [  7833] By: jhi                                   on 2000/11/23  15:40:46
30359         Log: Finish unfinished SOCKS workaround changes.
30360      Branch: perl
30361            ! doio.c
30362 ____________________________________________________________________________
30363 [  7832] By: jhi                                   on 2000/11/23  15:33:30
30364         Log: Integrate perlio.
30365      Branch: perl
30366           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30367           !> win32/makefile.mk
30368 ____________________________________________________________________________
30369 [  7831] By: nick                                  on 2000/11/23  10:31:07
30370         Log: Correct makefile.mk dependancies for ext/Filter/Util
30371              Build ext/Encode
30372              Run dmake regen_config_h
30373      Branch: perlio
30374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30375            ! win32/makefile.mk
30376 ____________________________________________________________________________
30377 [  7830] By: nick                                  on 2000/11/23  08:05:07
30378         Log: Integrate mainline
30379      Branch: perlio
30380           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30381           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
30382           +> t/lib/filt-util.pl t/lib/filt-util.t
30383           !> (integrate 41 files)
30384 ____________________________________________________________________________
30385 [  7829] By: gsar                                  on 2000/11/23  03:07:11
30386         Log: build the Filter extension on windows
30387      Branch: perl
30388            ! win32/Makefile win32/makefile.mk
30389 ____________________________________________________________________________
30390 [  7828] By: gsar                                  on 2000/11/23  02:46:35
30391         Log: regenerate win32/config* and fix some inconsistencies in the
30392              makefiles; always export Perl_deb() because it is needed
30393              by ext/re/* (whether perl itself is built with -DDEBUGGING
30394              or not)
30395      Branch: perl
30396            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
30397            ! win32/config_H.vc win32/makefile.mk
30398 ____________________________________________________________________________
30399 [  7827] By: gsar                                  on 2000/11/23  02:18:38
30400         Log: get sources building on windows+MSVC again (untested with other
30401              compilers)
30402      Branch: perl
30403            ! win32/include/sys/socket.h win32/perllib.c
30404 ____________________________________________________________________________
30405 [  7826] By: jhi                                   on 2000/11/23  01:18:26
30406         Log: Update Changes.
30407      Branch: perl
30408            ! Changes patchlevel.h
30409 ____________________________________________________________________________
30410 [  7825] By: jhi                                   on 2000/11/23  00:20:41
30411         Log: Subject: Re: av.c patch (having slight problems)
30412              From: "Ben Tilly" <ben_tilly@hotmail.com>
30413              Date: Tue, 21 Nov 2000 23:29:31 -0500
30414              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
30415              
30416              unshift() speedup.
30417      Branch: perl
30418            ! av.c
30419 ____________________________________________________________________________
30420 [  7824] By: jhi                                   on 2000/11/22  23:59:15
30421         Log: Fixes for signedness warnings noticed by VMSperlers.
30422      Branch: perl
30423            ! ext/Storable/Storable.xs regcomp.c sv.c
30424 ____________________________________________________________________________
30425 [  7823] By: jhi                                   on 2000/11/22  23:19:31
30426         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
30427              From: Peter Prymmer <pvhp@forte.com>
30428              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
30429              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
30430      Branch: perl
30431            ! t/pragma/warn/pp_hot
30432 ____________________________________________________________________________
30433 [  7822] By: jhi                                   on 2000/11/22  22:52:20
30434         Log: Be clean.
30435      Branch: perl
30436            ! Makefile.SH
30437 ____________________________________________________________________________
30438 [  7821] By: jhi                                   on 2000/11/22  22:46:39
30439         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
30440              by Damian Conway, as suggested by Paul Marquess.
30441      Branch: perl
30442            + lib/Filter/Simple.pm
30443 ____________________________________________________________________________
30444 [  7820] By: jhi                                   on 2000/11/22  22:45:51
30445         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
30446      Branch: perl
30447            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30448            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30449            + t/lib/filt-util.t
30450            ! MANIFEST
30451 ____________________________________________________________________________
30452 [  7819] By: jhi                                   on 2000/11/22  22:03:27
30453         Log: Integrate perlio.
30454      Branch: perl
30455           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30456           !> win32/makefile.mk
30457 ____________________________________________________________________________
30458 [  7818] By: jhi                                   on 2000/11/22  21:56:02
30459         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
30460      Branch: perl
30461            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
30462            ! t/lib/io_sock.t
30463 ____________________________________________________________________________
30464 [  7817] By: jhi                                   on 2000/11/22  21:39:49
30465         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
30466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30467              Date: Wed, 22 Nov 2000 16:08:12 -0500
30468              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
30469      Branch: perl
30470            ! lib/ExtUtils/Liblist.pm
30471 ____________________________________________________________________________
30472 [  7816] By: jhi                                   on 2000/11/22  21:38:25
30473         Log: Go ahead and #include <unistd.h> in perl.h.
30474      Branch: perl
30475            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
30476            ! util.c
30477 ____________________________________________________________________________
30478 [  7815] By: jhi                                   on 2000/11/22  21:22:52
30479         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30481              Date: Mon, 20 Nov 2000 18:30:52 -0500
30482              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
30483      Branch: perl
30484            ! pod/perlre.pod regcomp.c t/op/re_tests
30485 ____________________________________________________________________________
30486 [  7814] By: jhi                                   on 2000/11/22  21:21:46
30487         Log: Subject: [PATCH 5.7.0] Liblist finally works
30488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30489              Date: Tue, 21 Nov 2000 22:02:17 -0500
30490              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
30491      Branch: perl
30492            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
30493            ! lib/ExtUtils/MakeMaker.pm
30494 ____________________________________________________________________________
30495 [  7813] By: jhi                                   on 2000/11/22  21:20:23
30496         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
30497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30498              Date: Wed, 22 Nov 2000 17:53:15 +0100
30499              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
30500              
30501              AIX dynaloader and perlio patch.
30502      Branch: perl
30503            ! ext/DynaLoader/dl_aix.xs
30504 ____________________________________________________________________________
30505 [  7812] By: jhi                                   on 2000/11/22  21:17:52
30506         Log: (Accidentally empty patch.)
30507      Branch: perl
30508            ! av.c
30509 ____________________________________________________________________________
30510 [  7811] By: jhi                                   on 2000/11/22  21:16:31
30511         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
30512              From: Peter Prymmer <pvhp@forte.com>
30513              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
30514              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
30515      Branch: perl
30516            ! vms/test.com
30517 ____________________________________________________________________________
30518 [  7810] By: jhi                                   on 2000/11/22  21:15:36
30519         Log: Subject: Re: perl@7777 
30520              From: "John P. Linderman" <jpl@research.att.com>
30521              Date: Wed, 22 Nov 2000 13:11:11 -0500
30522              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
30523              
30524              Detypoing.
30525      Branch: perl
30526            ! lib/CPAN.pm
30527 ____________________________________________________________________________
30528 [  7809] By: jhi                                   on 2000/11/22  21:14:19
30529         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
30530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30531              Date:     Wed, 22 Nov 2000 13:51:37 EST
30532              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
30533      Branch: perl
30534            ! perlsdio.h
30535 ____________________________________________________________________________
30536 [  7808] By: jhi                                   on 2000/11/22  21:13:27
30537         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
30538              From: Casey Tweten <crt@kiski.net>
30539              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
30540              Message-Id: <200011201653.LAA10194@home.kiski.net>
30541      Branch: perl
30542            ! t/lib/io_udp.t
30543 ____________________________________________________________________________
30544 [  7807] By: jhi                                   on 2000/11/22  21:12:35
30545         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
30546              From: Casey Tweten <crt@kiski.net>
30547              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
30548              Message-Id: <200011201636.LAA07227@home.kiski.net>
30549      Branch: perl
30550            ! t/lib/io_sock.t
30551 ____________________________________________________________________________
30552 [  7806] By: jhi                                   on 2000/11/22  21:10:59
30553         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
30554              From: "Casey R. Tweten" <crt@kiski.net>
30555              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
30556              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
30557      Branch: perl
30558            ! utils/h2xs.PL
30559 ____________________________________________________________________________
30560 [  7805] By: nick                                  on 2000/11/22  21:05:06
30561         Log: Integrate mainline
30562      Branch: perlio
30563           !> Changes Porting/genlog ext/DB_File/DB_File.xs
30564           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
30565           !> utils/perlbug.PL
30566 ____________________________________________________________________________
30567 [  7804] By: jhi                                   on 2000/11/22  21:01:12
30568         Log: Subject: [PATCH] Test.pm POD peculiarity
30569              From: "Casey R. Tweten" <crt@kiski.net>
30570              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
30571              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
30572      Branch: perl
30573            ! lib/Test.pm
30574 ____________________________________________________________________________
30575 [  7803] By: jhi                                   on 2000/11/22  20:59:59
30576         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
30577              From: "Philip Newton" <pnewton@gmx.de>
30578              Date: Wed, 22 Nov 2000 14:25:53 +0100
30579              Message-Id: <3A1BD771.25462.1939FAD@localhost>
30580              
30581              Be case-understanding also on 's', and use the -oi of sendmail
30582              not to terminate the transmission on a lone '.'.
30583      Branch: perl
30584            ! utils/perlbug.PL
30585 ____________________________________________________________________________
30586 [  7802] By: nick                                  on 2000/11/22  20:51:42
30587         Log: Win32 PerlIO intermediate state now working as expected.
30588              - In current state we are still using C runtime in text/binary
30589              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
30590              - PERLIO=stdio and PERLIO=unix pass all expected tests.
30591              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
30592              and PerlIO_seek() and the dummy crlf layer is not making adjustments
30593              for CRLF translation happening in C runtime. All other tests pass.
30594              
30595              Added note to README.win32 to point out the snags of doing a perl build
30596              with Norton AntiVirus turned on.
30597              
30598              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
30599              which file a fail comes from.
30600              
30601              Updated "canned" config.h to match the one generated.
30602      Branch: perlio
30603            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30604            ! win32/makefile.mk
30605 ____________________________________________________________________________
30606 [  7801] By: jhi                                   on 2000/11/22  06:50:20
30607         Log: Nickety nits.
30608      Branch: perl
30609            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30610 ____________________________________________________________________________
30611 [  7800] By: jhi                                   on 2000/11/22  01:29:55
30612         Log: Changes had accidentally gone too silent on non-main branches.
30613      Branch: perl
30614            ! Changes Porting/genlog patchlevel.h
30615 ____________________________________________________________________________
30616 [  7799] By: gsar                                  on 2000/11/22  01:02:56
30617         Log: some lib_pm.PL changes snuck in via change#7772
30618      Branch: maint-5.6/perl
30619            ! Makefile.SH
30620 ____________________________________________________________________________
30621 [  7798] By: nick                                  on 2000/11/21  21:59:40
30622         Log: Integrate mainline
30623      Branch: perlio
30624           !> (integrate 28 files)
30625 ____________________________________________________________________________
30626 [  7797] By: jhi                                   on 2000/11/21  21:01:45
30627         Log: Integrate perlio.
30628      Branch: perl
30629           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
30630 ____________________________________________________________________________
30631 [  7796] By: nick                                  on 2000/11/21  20:36:22
30632         Log: Win32 builds and runs (mostly) with USE_PERLIO.
30633              PERLIO=perlio passes all tests. 
30634              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
30635      Branch: perlio
30636            ! perlio.c win32/perllib.c win32/win32.c
30637 ____________________________________________________________________________
30638 [  7795] By: jhi                                   on 2000/11/21  19:03:44
30639         Log: Update Changes.
30640      Branch: perl
30641            ! Changes patchlevel.h
30642 ____________________________________________________________________________
30643 [  7794] By: jhi                                   on 2000/11/21  18:56:34
30644         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
30645              From: "Craig A. Berry" <craigberry@mac.com>
30646              Date: Mon, 20 Nov 2000 20:27:06 -0600
30647              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
30648              
30649              A cut-and-pasto.
30650      Branch: perl
30651            ! perlio.h
30652 ____________________________________________________________________________
30653 [  7793] By: jhi                                   on 2000/11/21  18:54:41
30654         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
30655              From: Dominic Dunlop <domo@computer.org> 
30656              Date: Mon, 20 Nov 2000 18:55:29 +0100
30657              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
30658              
30659              va_copy() and the need of it.
30660              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
30661      Branch: metaconfig/U/perl
30662            + need_va_copy.U
30663      Branch: perl
30664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30665            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
30666            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30667            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30668            ! win32/config.bc win32/config.gc win32/config.vc
30669 ____________________________________________________________________________
30670 [  7792] By: jhi                                   on 2000/11/21  17:04:10
30671         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
30672      Branch: perl
30673           !> scope.h
30674 ____________________________________________________________________________
30675 [  7791] By: jhi                                   on 2000/11/21  17:01:16
30676         Log: Export the SOCKS workaround symbols only if necessary.
30677      Branch: perl
30678            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
30679 ____________________________________________________________________________
30680 [  7790] By: nick                                  on 2000/11/20  23:57:11
30681         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
30682      Branch: perlio
30683            ! scope.h
30684 ____________________________________________________________________________
30685 [  7789] By: nick                                  on 2000/11/20  23:38:33
30686         Log: Integrate mainline
30687      Branch: perlio
30688           +> lib/File/Spec/Epoc.pm
30689           !> (integrate 34 files)
30690 ____________________________________________________________________________
30691 [  7788] By: nick                                  on 2000/11/20  23:20:18
30692         Log: Make extra buffer layer work (dummy crlf layer)
30693      Branch: perlio
30694            ! doio.c perlio.c perlio.h
30695 ____________________________________________________________________________
30696 [  7787] By: jhi                                   on 2000/11/20  22:44:04
30697         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
30698              From: Peter Prymmer <pvhp@forte.com>
30699              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
30700              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
30701      Branch: perl
30702            ! t/pragma/locale.t
30703 ____________________________________________________________________________
30704 [  7786] By: jhi                                   on 2000/11/20  22:29:10
30705         Log: Subject: DOC PATCH 5.6.0 perlreftut
30706              From: mjd@plover.com
30707              Date: 20 Nov 2000 19:45:06 -0000
30708              Message-ID: <20001120194506.9505.qmail@plover.com>
30709      Branch: perl
30710            ! pod/perlreftut.pod
30711 ____________________________________________________________________________
30712 [  7785] By: jhi                                   on 2000/11/20  22:27:44
30713         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
30714              From: David Dyck <dcd@tc.fluke.com>
30715              Date: Mon, 20 Nov 2000 11:43:40 -0800
30716              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
30717      Branch: perl
30718            ! lib/Cwd.pm
30719 ____________________________________________________________________________
30720 [  7784] By: jhi                                   on 2000/11/20  22:23:21
30721         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30722              Date: Mon, 20 Nov 2000 17:06:10 -0500
30723              To: Mailing list Perl5 <perl5-porters@perl.org>
30724              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
30725      Branch: perl
30726            ! pp_ctl.c t/op/pat.t
30727 ____________________________________________________________________________
30728 [  7783] By: jhi                                   on 2000/11/20  22:11:18
30729         Log: Subject: [PATCH] doop.c - UTF8 tr///               
30730              From: Simon Cozens <simon@cozens.net>
30731              Date: Sat, 18 Nov 2000 18:49:30 +0000
30732              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
30733              
30734              Subject: Re: [PATCH] doop.c - UTF8 tr///           
30735              From: Simon Cozens <simon@cozens.net>
30736              Date: Mon, 20 Nov 2000 20:45:22 +0000
30737              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
30738              
30739              Make tr on UTF-8 better but still not correct.
30740      Branch: perl
30741            ! doop.c
30742 ____________________________________________________________________________
30743 [  7782] By: jhi                                   on 2000/11/20  22:02:16
30744         Log: Remove the shared object before attempting to create
30745              (by linking) a new one.  E.g. in AIX not removing
30746              becomes quite painful if one tries to do more than one
30747              build in the same tree (an interrupted build, for example),
30748              since the AIX' shared dynaloader seemingly keeps the shared
30749              objects open and therefore 'busy' for quite a while, even when
30750              nobody is using the objects, leading into link failures.
30751      Branch: perl
30752            ! lib/ExtUtils/MM_Unix.pm
30753 ____________________________________________________________________________
30754 [  7781] By: gsar                                  on 2000/11/20  19:02:55
30755         Log: type mismatch due to faulty integration
30756      Branch: maint-5.6/perl
30757            ! toke.c win32/Makefile
30758 ____________________________________________________________________________
30759 [  7780] By: gsar                                  on 2000/11/20  17:31:55
30760         Log: integrate changes#6392,6394..6399,6401..6404
30761              
30762              The {multiplier} of a fixed substring was overlooked which
30763              caused a wrong initial search offset for that substring.
30764              
30765              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
30766              From: Hugo <hv@crypt.compulink.co.uk>
30767              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
30768              Date: Thu, 13 Jul 2000 19:27:13 +0100
30769              
30770              Fix the BOM bug: not a byteorder bug, a signedness bug.
30771              
30772              Replace change #6337 with a better one.
30773              
30774              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30775              From: Hugo <hv@crypt.compulink.co.uk>
30776              Date: Fri, 14 Jul 2000 04:16:20 +0100
30777              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
30778              
30779              MakeMaker should not remove editor backups (*~) on `make clean`
30780              by default (completes change#6383)
30781              
30782              move new variables to the end of the interpreter structure (for
30783              bincompat in code that doesn't #include XSUB.h)
30784              
30785              rename totally bletcherous SvLOCK() thingy (doesn't do what the
30786              name suggests anyway)
30787              
30788              various cleanups (typos, misformatted code, and small bugs)
30789              
30790              typecasts needed for change#6394
30791              
30792              typos in change#6399, regen headers
30793              
30794              inconsistent types needs casts
30795              
30796              PERL_OBJECT build tweaks
30797      Branch: maint-5.6/perl
30798           !> MANIFEST doop.c embed.h embed.pl embedvar.h
30799           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
30800           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
30801           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
30802           !> toke.c util.c
30803 ____________________________________________________________________________
30804 [  7779] By: gsar                                  on 2000/11/20  17:06:29
30805         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
30806              
30807              Cosmetics and perldelta.
30808              
30809              Fix nits noticed by Boston.pm.
30810              
30811              Do the cc sanity check both before the hints and
30812              after the cc selction.
30813              
30814              get sprintf.t to adjust properly for 3-digit exponents
30815              
30816              don't clobber *.orig files on *clean targets
30817              
30818              fix bugs in processing %v-*d and similar format specs (from
30819              Avi Finkel <avi@finkel.org>)
30820              
30821              sprintf test tweaks (from Dominic Dunlop)
30822              
30823              new selfloader.t in change#6183 doesn't close DATA handles,
30824              and thus fails to clean up tmp files on dosish platforms
30825              
30826              typos (spotted by Peter Prymmer)
30827              
30828              typo fix from Craig Berry
30829      Branch: maint-5.6/perl
30830           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
30831           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
30832           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
30833           !> x2p/Makefile.SH
30834 ____________________________________________________________________________
30835 [  7778] By: gsar                                  on 2000/11/20  16:46:51
30836         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
30837              
30838              Subject: Re: format bug report  [Patch]
30839              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30840              Date: Wed, 05 Jul 2000 13:12:52 +0200
30841              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
30842              
30843              Subject: Re: format bug report  [Patch]
30844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30845              Date: Wed, 05 Jul 2000 14:10:01 +0200
30846              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
30847              
30848              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
30849              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30850              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
30851              Date: Fri, 07 Jul 2000 17:57:16 +0100
30852              
30853              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
30854              To: perl5-porters@perl.org
30855              From: Karsten Sperling <spiff@phreax.net>
30856              Date: Mon, 10 Jul 2000 15:12:52 +0200
30857              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
30858              
30859              README.posix-bc podified from Thomas Dorner.
30860              
30861              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
30862              From: Dominic Dunlop <domo@computer.org>
30863              Date: Tue, 11 Jul 2000 12:27:33 +0200
30864              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
30865              
30866              Typo in #6341.
30867              
30868              Fix for
30869              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
30870              From: Roderick Schertler <roderick@argon.org>
30871              Date: Tue, 11 Jul 2000 13:55:05 -0400
30872              Message-Id: <200007111755.NAA05077@jones.argon.org>
30873              
30874              Minor cleanups on the booklist.
30875              
30876              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
30877              regen perltoc.
30878              
30879              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
30880      Branch: maint-5.6/perl
30881           +> pod/perlbook.pod
30882           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
30883           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
30884           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
30885 ____________________________________________________________________________
30886 [  7777] By: jhi                                   on 2000/11/20  16:08:49
30887         Log: Update Changes.
30888      Branch: perl
30889            ! Changes patchlevel.h
30890 ____________________________________________________________________________
30891 [  7776] By: jhi                                   on 2000/11/20  15:27:56
30892         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
30893              This may be overly harsh but until proven otherwise, we think this
30894              way, or until we have a simple test for Configure (having to start
30895              up servers is does not count as simple) to check for the problems.
30896      Branch: perl
30897            ! perl.h
30898 ____________________________________________________________________________
30899 [  7775] By: jhi                                   on 2000/11/20  15:22:17
30900         Log: Solaris hints tweaks.
30901      Branch: perl
30902            ! hints/solaris_2.sh
30903 ____________________________________________________________________________
30904 [  7774] By: jhi                                   on 2000/11/20  15:01:20
30905         Log: Add a workaround to SOCKS 64-bit problems.
30906      Branch: perl
30907            ! doio.c embed.h embed.pl perlsdio.h proto.h
30908 ____________________________________________________________________________
30909 [  7773] By: jhi                                   on 2000/11/20  14:51:47
30910         Log: sysseek() instead of seek().
30911      Branch: perl
30912            ! t/lib/syslfs.t
30913 ____________________________________________________________________________
30914 [  7772] By: gsar                                  on 2000/11/20  13:06:23
30915         Log: integrate changes#6315..6319,6321..6331,6333..6338
30916              
30917              Integrate with Sarathy, preliminary fix for unicos
30918              alignment problems in [ID 20000612.002] Perl problem on Cray system.
30919              
30920              some debugger output does not go to the socket when RemotePort is set
30921              
30922              winsock cleanup never done on Windows (leads to handle leaks)
30923              
30924              fix UNC path handling on Windows under ithreads, and chdir()
30925              return value when given a non-existent directory
30926              
30927              Autogenerate pod/Makefile and pod/buildtoc.
30928              buildtoc also checks whether the existin pods are
30929              mentioned in MANIFEST and perl.pod, and vice versa.
30930              (None of the thusly found discrepancies fixed yet.)
30931              roffitall also needs to be autogenerated similarly but it
30932              seems so badly out of date that I didn't touch it yet.
30933              
30934              Config is being used.
30935              
30936              Add =head1 NAMEs so that buildtoc is happy.
30937              (The CGI::Util nit reported to Lincoln.)
30938              
30939              Fix complaints of buildtoc.
30940              
30941              Fix the alignment problem in Crays ([ID 20000612.002]).
30942              
30943              Remove perlbook, update perlfaq book listing,
30944              rearrange perl.pod, regenerate perltoc.
30945              
30946              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
30947              was cast to an unsigned (32-bit) integer with wild abandon.
30948              
30949              winsock options weren't being set in all threads under ithreads
30950              (caused send()s from second and subsequent threads to fail)
30951              
30952              accept() leaks memory on windows due to incorrect ordering of
30953              closesocket() and fclose() calls
30954              
30955              Reorder perl.pod once more.
30956              
30957              More POSIX.pod tweaks.
30958              
30959              Sprinkle ldlibpath.
30960              
30961              Precedence goof, fix based on
30962              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
30963              From: Hugo <hv@crypt.compulink.co.uk>
30964              Date: Tue, 11 Jul 2000 12:52:38 +0100
30965              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
30966              
30967              Subject: PATCH perlguts.pod: Document D and d magic types
30968              From: mjd@plover.com
30969              Date: 5 Jul 2000 18:01:51 -0000
30970              Message-ID: <20000705180151.29413.qmail@plover.com>
30971              
30972              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
30973              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
30974              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
30975              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
30976              
30977              Subject: [PATCH cfgperl] $& segfaults if you trick it
30978              From: simon@brecon.co.uk (Simon Cozens)
30979              Date: 7 Jul 2000 11:26:09 GMT
30980              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
30981              
30982              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30983              From: Hugo <hv@crypt.compulink.co.uk>
30984              Date: Tue, 11 Jul 2000 12:44:50 +0100
30985              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
30986              
30987              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
30988              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30989              Date: Tue, 11 Jul 2000 13:50:51 +0100
30990              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
30991      Branch: maint-5.6/perl
30992           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
30993           +> pod/buildtoc.PL
30994            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
30995           !> (integrate 26 files)
30996 ____________________________________________________________________________
30997 [  7771] By: gsar                                  on 2000/11/20  12:31:42
30998         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
30999              6310,6311,6314
31000              
31001              Subject: [PATCH bleedperl] File::Spec 0.82 beta
31002              From: Barrie Slaymaker <barries@jester.slaysys.com>
31003              Date: Wed, 28 Jun 2000 11:35:29 -0400
31004              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
31005              
31006              tweak perlembed for multiplicity/usethreads sanity; correct notes
31007              about Windows
31008              
31009              localize %INC in a Safe compartment so that use/require work
31010              (many other magic globals probably need similar treatment)
31011              
31012              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
31013              when @_ is modified, causing coredumps
31014              
31015              slurp mode fix in change#4736 still not quite right
31016              
31017              Point to perlipc for more SysV IPC examples.
31018              
31019              Elaborate POSIX.pod.  Still needs work.
31020              
31021              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
31022              
31023              fix large memory leak that has been around for ever, masked by
31024              -DPURIFY (most of the arenas were never freed!)
31025              
31026              fix memory leak on Windows (PL_sys_intern contents were never
31027              freed)
31028              
31029              PERL_OBJECT build tweak
31030              
31031              adjust change#6299
31032              
31033              remove rel2abs prototypes (from Barrie Slaymaker)
31034              
31035              missing perldiag entry for unpack("w",...) diagnostic (from
31036              Andreas Koenig)
31037              
31038              better diagnostic on Frob->stuff() when Frob:: doesn't exist
31039              (from Richard Soderberg <rs@oregonnet.com>)
31040              
31041              Win32 patches for cfgperl from Sarathy.
31042              
31043              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31044              
31045              More POSIX.pod embellishment.
31046              
31047              tyop in change#6306
31048      Branch: maint-5.6/perl
31049           !> (integrate 44 files)
31050 ____________________________________________________________________________
31051 [  7770] By: gsar                                  on 2000/11/20  11:51:00
31052         Log: integrate changes#6268..6282 from cfgperl branch
31053              
31054              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
31055              From: Dominic Dunlop <domo@computer.org>
31056              Date: Thu, 29 Jun 2000 12:32:39 +0200
31057              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
31058              
31059              Regen headers for #6261 (and update embed.pl for this) and #6267,
31060              silence few compiler warnings.
31061              
31062              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
31063              From: Nicholas Clark <nick@talking.bollo.cx>
31064              Date: Fri, 23 Jun 2000 16:21:15 +0100
31065              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
31066              
31067              Subject: PATCH pod/perltie.pod
31068              From: Ian Phillipps <Ian.Phillipps@iname.com>
31069              Date: Fri, 16 Jun 2000 00:17:19 +0100
31070              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
31071              (only the first hunk, the second hunk had already been done
31072              by some other patch)
31073              
31074              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
31075              From: Tom Phoenix <rootbeer@redcat.com>
31076              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
31077              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
31078              
31079              Subject: [PATCH] xsub attributes
31080              From: Doug MacEachern <dougm@covalent.net>
31081              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
31082              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
31083              
31084              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
31085              From: Andy Dougherty <doughera@lafayette.edu>
31086              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
31087              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
31088              
31089              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
31090              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31091              Date: Tue, 13 Jun 2000 02:43:48 -0500
31092              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
31093              
31094              Subject: [PATCH] Re: eval documentation: context
31095              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31096              Date: Mon, 12 Jun 2000 15:07:29 +0100
31097              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
31098              
31099              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
31100              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31101              Date: Mon, 12 Jun 2000 14:55:59 +0100
31102              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
31103              
31104              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
31105              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
31106              Date: Fri, 09 Jun 2000 12:39:27 -0400
31107              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
31108              (plus update the version "number" of Text::Wrap)
31109              
31110              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
31111              From: Tim Ayers <tayers@bridge.com>
31112              Date: Thu, 08 Jun 2000 08:11:06 +0200
31113              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
31114              [resent by Richard Foley, Message-Id probably wrong]
31115              
31116              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
31117              From: rspier@pobox.com (Robert Spier)
31118              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
31119              Message-ID: <14654.31913.845602.610277@rls.cx>
31120              
31121              Subject: [PATCH 5.6.0] utils/h2xs.PL
31122              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31123              Date: Wed, 7 Jun 2000 04:02:04 -0500
31124              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
31125              
31126              Subject: [PATCH 5.6.0]ITHREADs for VMS
31127              From: Dan Sugalski <dan@sidhe.org>
31128              Date: Tue, 06 Jun 2000 11:59:50 -0400
31129              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
31130      Branch: maint-5.6/perl
31131           !> (integrate 31 files)
31132 ____________________________________________________________________________
31133 [  7769] By: gsar                                  on 2000/11/20  11:29:06
31134         Log: integrate changes#6261..6266 from cfgperl
31135              
31136              Subject: Re: [PATCH cfgperl] BOMs away!
31137              From: simon@brecon.co.uk (Simon Cozens)
31138              Date: 17 Jun 2000 11:49:57 GMT
31139              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
31140              
31141              Subject: 5.6.0 Patch for EPOC
31142              From: Olaf Flebbe <o.flebbe@gmx.de>
31143              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
31144              Message-ID: <23449.960929969@www11.gmx.net>
31145              
31146              tr fixes from Simon Cozens
31147              
31148              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
31149              From: Marty Lucich <marty@netcom.com>
31150              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
31151              Message-Id: <200006282116.OAA11148@netcom.com>
31152              ccdlflags update (the BSD/OS 4.1 part had already been taken
31153              care of by #6141).
31154              
31155              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
31156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31157              Date: Wed, 28 Jun 2000 17:50:12 -0700
31158              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
31159              
31160              Subject: [PATCH 5.6.0] cygwin port
31161              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
31162              From: "Fifer, Eric" <EFifer@sanwaint.com>
31163              Date: Thu, 29 Jun 2000 12:58:29 +0100
31164      Branch: maint-5.6/perl
31165           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31166           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31167           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31168           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31169 ____________________________________________________________________________
31170 [  7768] By: gsar                                  on 2000/11/20  11:13:44
31171         Log: integrate changes#6252..6256,6259..6260
31172              
31173              Paranoia tweak on #6249.
31174              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31175              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31176              Date: Sun, 25 Jun 2000 23:43:12 -0400
31177              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
31178              
31179              Subject: tr///, help wanted.
31180              From: simon@brecon.co.uk (Simon Cozens)
31181              Date: 28 Jun 2000 11:29:04 GMT
31182              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
31183              
31184              small thinko tweaks
31185              
31186              tweaks from Simon Conzes to further fix tr/// under utf8
31187              
31188              perlnewmod was missing from MANIFEST.
31189              
31190              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
31191              From: simon@brecon.co.uk (Simon Cozens)
31192              Date: 17 Jun 2000 11:56:44 GMT
31193              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
31194              pack U0, pack C0
31195      Branch: maint-5.6/perl
31196           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
31197           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
31198           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
31199           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
31200 ____________________________________________________________________________
31201 [  7767] By: gsar                                  on 2000/11/20  10:51:38
31202         Log: integrate change#6250 from cfgperl
31203              
31204              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
31205              From: Doug MacEachern <dougm@covalent.net>
31206              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
31207              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
31208      Branch: maint-5.6/perl
31209           +> t/op/my_stash.t
31210           !> MANIFEST embed.pl global.sym proto.h toke.c
31211 ____________________________________________________________________________
31212 [  7766] By: gsar                                  on 2000/11/20  10:48:34
31213         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
31214              
31215              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
31216              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31217              Date: Mon, 26 Jun 2000 18:40:14 +0100
31218              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
31219              
31220              Subject: [PATCH] bytes<->utf8 fixes
31221              From: simon@brecon.co.uk (Simon Cozens)
31222              Date: 26 Jun 2000 04:55:45 GMT
31223              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
31224              
31225              Subject: [PATCH] is_utf8_string
31226              From: simon@brecon.co.uk (Simon Cozens)
31227              Date: 26 Jun 2000 02:25:59 GMT
31228              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
31229              
31230              Subject: [PATCH] avoid mg_ptr in '*' magic
31231              From: Doug MacEachern <dougm@covalent.net>
31232              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
31233              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
31234              
31235              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
31236              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31237              Date: Sat, 24 Jun 2000 13:06:20 +0100
31238              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
31239              
31240              Allow for standalone testing.
31241              
31242              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
31243              From: Mark-Jason Dominus <mjd@plover.com>
31244              Date: Tue, 27 Jun 2000 22:36:42 -0400
31245              Message-ID: <20000628023642.12166.qmail@plover.com>
31246              
31247              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31248              From: Frank Tobin <ftobin@uiuc.edu>
31249              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
31250              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
31251      Branch: maint-5.6/perl
31252           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31253           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
31254           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
31255           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
31256           !> utf8.c utils/h2xs.PL
31257 ____________________________________________________________________________
31258 [  7765] By: gsar                                  on 2000/11/20  10:29:13
31259         Log: integrate change#6239 from cfgperl
31260              
31261              Configure maintenance.  Sever some dependency cycles,
31262              separate gccversion from the cc unit,
31263              address [ID 20000623.006] Configure script patch for using gcc on AIX
31264              (but solve it a little bit differently),
31265              unduplex some accidentally duplicated units,
31266              suggest using gcc if no cc available
31267              (p5p thread: "Solaris configure: counterproposal", 1999-09)
31268      Branch: maint-5.6/perl
31269           !> Configure Todo-5.6 config_h.SH
31270 ____________________________________________________________________________
31271 [  7764] By: gsar                                  on 2000/11/20  10:25:55
31272         Log: integrate changes#6233..6238 from cfgperl
31273              
31274              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
31275              From: Mark-Jason Dominus <mjd@plover.com>
31276              Date: Fri, 16 Jun 2000 20:53:04 -0400
31277              Message-ID: <20000617005304.8008.qmail@plover.com>
31278              
31279              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
31280              because when run as services (Win32ese for daemons)
31281              no environment variables are set and tmpdir ends up as /tmp,
31282              which is ambiguous.
31283              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
31284              From: matt@sergeant.org
31285              Date: 16 Jun 2000 16:30:43 -0000
31286              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
31287              
31288              The thread begun by
31289              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
31290              From: Kevin.Ruscoe@ubsw.com
31291              Date: Fri, 16 Jun 2000 16:38:51 +0100
31292              Message-Id: <H000019b03c300d6@MHS>
31293              
31294              Tweak embed.pl, regen headers.
31295              
31296              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
31297              From: Dan Sugalski <dan@sidhe.org>
31298              Date: Fri, 23 Jun 2000 17:00:00 -0400
31299              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
31300      Branch: maint-5.6/perl
31301           !> (integrate 27 files)
31302 ____________________________________________________________________________
31303 [  7763] By: gsar                                  on 2000/11/20  10:08:08
31304         Log: s/perl56delta/perldelta/g
31305      Branch: maint-5.6/perl
31306            ! pod/Makefile
31307 ____________________________________________________________________________
31308 [  7762] By: gsar                                  on 2000/11/20  10:04:00
31309         Log: integrate changes#6225,6229,6231,6232 from cfgperl
31310              
31311              Add source code filenames to apidoc.
31312              From: simon@brecon.co.uk (Simon Cozens)
31313              Subject: [PATCH embed.pl] Source X-ref
31314              Date: 22 Jun 2000 02:18:49 GMT
31315              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
31316              
31317              Subject: README.hpux version 0.6.1
31318              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
31319              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31320              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
31321              
31322              Subject: [PATCH 5.6.0] cygwin port
31323              From: "Fifer, Eric" <EFifer@sanwaint.com>
31324              Date: Tue, 20 Jun 2000 14:30:58 +0100
31325              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
31326              
31327              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
31328              From: simon@brecon.co.uk (Simon Cozens)
31329              Date: 19 Jun 2000 15:18:27 GMT
31330              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
31331              
31332              plus update pod/Makefile and regenerate perltoc
31333      Branch: maint-5.6/perl
31334           +> pod/perlutil.pod
31335           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
31336           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
31337 ____________________________________________________________________________
31338 [  7761] By: jhi                                   on 2000/11/20  04:09:55
31339         Log: Miraculous typo.
31340      Branch: perl
31341            ! t/op/pat.t
31342 ____________________________________________________________________________
31343 [  7760] By: jhi                                   on 2000/11/20  04:06:08
31344         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31346              Date: Sun, 19 Nov 2000 22:30:26 -0500
31347              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
31348      Branch: perl
31349            ! regexec.c scope.h t/op/pat.t
31350 ____________________________________________________________________________
31351 [  7759] By: jhi                                   on 2000/11/20  02:05:22
31352         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
31353      Branch: perl
31354            ! perl.h
31355 ____________________________________________________________________________
31356 [  7758] By: jhi                                   on 2000/11/20  01:58:11
31357         Log: Subject: [perl 7711: EPOC] updates
31358              From: Olaf Flebbe <o.flebbe@gmx.de>
31359              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
31360              Message-ID: <25575.974658810@www23.gmx.net>               
31361      Branch: perl
31362            + lib/File/Spec/Epoc.pm
31363            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
31364            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
31365            ! lib/File/Spec.pm perl.c sv.c
31366 ____________________________________________________________________________
31367 [  7757] By: jhi                                   on 2000/11/20  01:53:11
31368         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
31369      Branch: perl
31370            ! MANIFEST
31371 ____________________________________________________________________________
31372 [  7756] By: jhi                                   on 2000/11/20  01:47:22
31373         Log: Integrate perlio.
31374      Branch: perl
31375            - ext/re/hints/MSWin32.pl
31376           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
31377           !> win32/config.gc win32/config_H.gc win32/win32sck.c
31378 ____________________________________________________________________________
31379 [  7755] By: nick                                  on 2000/11/19  20:57:17
31380         Log: Add dummy crlf layer (just as buffer)
31381              Correct 1st bug - one layer of indirection.
31382      Branch: perlio
31383            ! perlio.c perlio.h perliol.h
31384 ____________________________________________________________________________
31385 [  7754] By: nick                                  on 2000/11/19  20:56:12
31386         Log: Work-round to Perl_deb_nocontext is no longer required
31387      Branch: perlio
31388            - ext/re/hints/MSWin32.pl
31389 ____________________________________________________________________________
31390 [  7753] By: nick                                  on 2000/11/19  20:01:16
31391         Log: diff -se shows these as different
31392      Branch: perlio
31393            ! global.sym pod/perlapi.pod
31394 ____________________________________________________________________________
31395 [  7752] By: nick                                  on 2000/11/19  18:57:30
31396         Log: Configure GCC/Win32 build -Duseperlio
31397              Fix a couple of gross issues
31398              - double-include of ../deb.o in re.dll
31399              - win32sck.c needs PerlIO and FILE 
31400      Branch: perlio
31401            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
31402            ! win32/win32sck.c
31403 ____________________________________________________________________________
31404 [  7751] By: nick                                  on 2000/11/19  17:05:36
31405         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
31406      Branch: perlio
31407            ! perlio.c
31408 ____________________________________________________________________________
31409 [  7750] By: nick                                  on 2000/11/19  16:57:14
31410         Log: Missing aTHX_
31411      Branch: perlio
31412            ! sv.c
31413 ____________________________________________________________________________
31414 [  7749] By: jhi                                   on 2000/11/19  16:28:40
31415         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
31416              From: "Peter J. Farley III" <pjfarley@banet.net>
31417              Date: Sun, 19 Nov 2000 01:42:58 -0500
31418              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
31419      Branch: perl
31420            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
31421 ____________________________________________________________________________
31422 [  7748] By: jhi                                   on 2000/11/19  16:08:10
31423         Log: Subject: podlators 1.05 available        
31424              From: Russ Allbery <rra@stanford.edu>   
31425              Date: 18 Nov 2000 22:04:28 -0800
31426              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
31427      Branch: perl
31428            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
31429 ____________________________________________________________________________
31430 [  7747] By: nick                                  on 2000/11/19  11:19:39
31431         Log: Integrate mainline
31432      Branch: perlio
31433           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31434           !> util.c
31435 ____________________________________________________________________________
31436 [  7746] By: jhi                                   on 2000/11/19  06:42:22
31437         Log: Make hex scanning warn on "\x{x}" and "\xx".
31438              "\x" and and hex("x") are still valid.
31439      Branch: perl
31440            ! util.c
31441 ____________________________________________________________________________
31442 [  7745] By: nick                                  on 2000/11/18  22:52:28
31443         Log: Integrate mainline
31444      Branch: perlio
31445           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
31446           !> perl.h perlio.c proto.h regcomp.c regcomp.h
31447 ____________________________________________________________________________
31448 [  7744] By: jhi                                   on 2000/11/18  22:50:28
31449         Log: Introduce Perl_utf8_length().  Use it.
31450      Branch: perl
31451            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31452 ____________________________________________________________________________
31453 [  7743] By: jhi                                   on 2000/11/18  22:38:51
31454         Log: Compiler denit.
31455      Branch: perl
31456            ! perlio.c
31457 ____________________________________________________________________________
31458 [  7742] By: jhi                                   on 2000/11/18  20:33:05
31459         Log: Integrate perlio.
31460      Branch: perl
31461           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31462           !> perlio.h pp_ctl.c pp_sys.c sv.c
31463 ____________________________________________________________________________
31464 [  7741] By: jhi                                   on 2000/11/18  20:31:27
31465         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
31466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31467              Date: Fri, 17 Nov 2000 20:35:11 -0500
31468              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
31469              
31470              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
31471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31472              Date: Fri, 17 Nov 2000 21:03:47 -0500
31473              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
31474              
31475              Plus a little bit of tweaking in pregcomp().
31476      Branch: perl
31477            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
31478 ____________________________________________________________________________
31479 [  7740] By: nick                                  on 2000/11/18  20:17:22
31480         Log: Lexical use open ... support:
31481              add ->cop_io to COP structure in cop.h.
31482              Make mg.c and gv.c associate it with ${^OPEN}.
31483              Make lib/open.pm set it.
31484              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
31485              manner similar to ->cop_warnings.
31486              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
31487              call new PerlIO_apply_layers().
31488              Declare latter in perlio.h and define in perlio.c
31489      Branch: perlio
31490            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31491            ! perlio.h pp_ctl.c pp_sys.c sv.c
31492 ____________________________________________________________________________
31493 [  7739] By: jhi                                   on 2000/11/18  19:54:00
31494         Log: Integrate perlio.
31495      Branch: perl
31496           !> doio.c perlio.c pp.c
31497 ____________________________________________________________________________
31498 [  7738] By: jhi                                   on 2000/11/18  17:16:13
31499         Log: Subject: [PATCH 5.7.0] etags broken again
31500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31501              Date: Sat, 18 Nov 2000 02:41:36 -0500
31502              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
31503      Branch: perl
31504            ! emacs/ptags
31505 ____________________________________________________________________________
31506 [  7737] By: jhi                                   on 2000/11/18  17:12:18
31507         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
31508      Branch: perl
31509            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31510 ____________________________________________________________________________
31511 [  7736] By: nick                                  on 2000/11/18  14:06:20
31512         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
31513              part to be isolated.
31514      Branch: perlio
31515            ! doio.c perlio.c
31516 ____________________________________________________________________________
31517 [  7735] By: nick                                  on 2000/11/18  11:03:32
31518         Log: Integrate mainline
31519      Branch: perlio
31520           !> Changes README.amiga README.win32 patchlevel.h
31521           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
31522 ____________________________________________________________________________
31523 [  7734] By: jhi                                   on 2000/11/18  01:18:56
31524         Log: Update Changes.
31525      Branch: perl
31526            ! Changes patchlevel.h
31527 ____________________________________________________________________________
31528 [  7733] By: jhi                                   on 2000/11/18  00:32:54
31529         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
31530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31531              Date: Fri, 17 Nov 2000 17:28:02 -0500
31532              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
31533      Branch: perl
31534            ! regcomp.c regexec.c t/op/re_tests
31535 ____________________________________________________________________________
31536 [  7732] By: jhi                                   on 2000/11/18  00:28:56
31537         Log: Sparc 64-bit pack() fix from Jens Hamisch.
31538      Branch: perl
31539            ! pp.c
31540 ____________________________________________________________________________
31541 [  7731] By: jhi                                   on 2000/11/18  00:18:39
31542         Log: Explain in more detail the {} syntax ambiguousity.
31543              
31544              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
31545              From: Nicholas Clark <nick@ccl4.org>
31546              Date: Fri, 17 Nov 2000 22:10:28 +0000
31547              Message-ID: <20001117221028.A88930@plum.flirble.org>
31548      Branch: perl
31549            ! pod/perlfunc.pod
31550 ____________________________________________________________________________
31551 [  7730] By: jhi                                   on 2000/11/18  00:12:18
31552         Log: Subject: Fix for README.amiga (20000323.033)
31553              From: "Stephen P. Potter" <spp@spotter.yi.org>
31554              Date: Fri, 17 Nov 2000 12:25:51 -0500
31555              Message-Id: <200011171725.MAA05768@spotter.yi.org>
31556      Branch: perl
31557            ! README.amiga
31558 ____________________________________________________________________________
31559 [  7729] By: jhi                                   on 2000/11/18  00:08:34
31560         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
31561              From: "A. C. Yardley" <yardley@tanet.net>
31562              Date: Mon, 3 Apr 2000 11:35:33 -0700
31563              Message-ID: <3483.000403@tanet.net>
31564      Branch: perl
31565            ! README.win32
31566 ____________________________________________________________________________
31567 [  7728] By: nick                                  on 2000/11/17  21:59:47
31568         Log: Integrate mainline
31569      Branch: perlio
31570           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
31571           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
31572           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
31573           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
31574 ____________________________________________________________________________
31575 [  7727] By: nick                                  on 2000/11/17  21:56:31
31576         Log: Experiment on use of attributes.pm interface.
31577              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
31578              SVt_PVRV if not already something better (else vivify of say magic gets
31579              core dump).
31580      Branch: perlio
31581            ! perlio.c pp.c
31582 ____________________________________________________________________________
31583 [  7726] By: jhi                                   on 2000/11/17  14:15:49
31584         Log: Subject: Fix for 20000815.006
31585              From: "Stephen P. Potter" <spp@spotter.yi.org>
31586              Date: Fri, 17 Nov 2000 08:57:45 -0500
31587              Message-Id: <200011171357.IAA05122@spotter.yi.org>
31588              
31589              It's really 20000518.006.
31590      Branch: perl
31591            ! pod/perlmodlib.PL
31592 ____________________________________________________________________________
31593 [  7725] By: jhi                                   on 2000/11/17  14:12:31
31594         Log: Subject: Fix for 20000409.001
31595              From: "Stephen P. Potter" <spp@spotter.yi.org>
31596              Date: Fri, 17 Nov 2000 08:55:45 -0500
31597              Message-Id: <200011171355.IAA05104@spotter.yi.org>
31598      Branch: perl
31599            ! pod/perlfaq9.pod
31600 ____________________________________________________________________________
31601 [  7724] By: jhi                                   on 2000/11/17  14:08:58
31602         Log: Undo #7627 now that we have =head3.
31603      Branch: perl
31604            ! pod/perlhack.pod
31605 ____________________________________________________________________________
31606 [  7723] By: jhi                                   on 2000/11/17  14:04:09
31607         Log: As surmised the #7719 wasn't a good move.
31608      Branch: perl
31609            ! hints/solaris_2.sh
31610 ____________________________________________________________________________
31611 [  7722] By: jhi                                   on 2000/11/17  13:59:04
31612         Log: Also the 64bitall hints can be either here or there.
31613      Branch: perl
31614            ! hints/solaris_2.sh
31615 ____________________________________________________________________________
31616 [  7721] By: jhi                                   on 2000/11/17  02:26:23
31617         Log: Test tweak for the open pragma.
31618      Branch: perl
31619            ! t/lib/b.t
31620 ____________________________________________________________________________
31621 [  7720] By: jhi                                   on 2000/11/17  00:23:22
31622         Log: The long double hints can be here or there.
31623      Branch: perl
31624            ! hints/solaris_2.sh
31625 ____________________________________________________________________________
31626 [  7719] By: jhi                                   on 2000/11/17  00:14:06
31627         Log: For Solaris use64bitall the stdchar needs a little bit of help.
31628      Branch: perl
31629            ! hints/solaris_2.sh
31630 ____________________________________________________________________________
31631 [  7718] By: jhi                                   on 2000/11/16  23:27:34
31632         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
31633              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31634              Date: Wed, 15 Nov 2000 08:56:32 +0100
31635              Message-ID: <3A1241B0.64477E00@alcatel.at>
31636      Branch: perl
31637            ! lib/Carp/Heavy.pm
31638 ____________________________________________________________________________
31639 [  7717] By: jhi                                   on 2000/11/16  23:23:29
31640         Log: Subject: [PATCH] Re: 20001101.003 PDL
31641              From: Nicholas Clark <nick@ccl4.org>
31642              Date: Thu, 16 Nov 2000 16:48:25 +0000
31643              Message-ID: <20001116164825.B93487@plum.flirble.org>
31644      Branch: perl
31645            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
31646 ____________________________________________________________________________
31647 [  7716] By: jhi                                   on 2000/11/16  23:21:31
31648         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
31649              From: "Casey R. Tweten" <crt@kiski.net>
31650              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
31651              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
31652      Branch: perl
31653            ! lib/Pod/Checker.pm pod/perlpod.pod
31654 ____________________________________________________________________________
31655 [  7715] By: jhi                                   on 2000/11/16  23:19:40
31656         Log: Avoid an infinite loop in VMS when utils scripts are run
31657              with no arguments, from Charles Lane.
31658      Branch: perl
31659            ! configure.com
31660 ____________________________________________________________________________
31661 [  7714] By: jhi                                   on 2000/11/16  23:17:08
31662         Log: Subject: perllocale.pod changes
31663              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31664              Date: Mon, 13 Nov 2000 10:09:22 +0300
31665              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
31666      Branch: perl
31667            ! pod/perllocale.pod
31668 ____________________________________________________________________________
31669 [  7713] By: jhi                                   on 2000/11/16  23:14:06
31670         Log: Integrate perlio.
31671      Branch: perl
31672           !> doio.c perlio.c perlio.h util.c
31673 ____________________________________________________________________________
31674 [  7712] By: nick                                  on 2000/11/16  21:10:58
31675         Log: Integrate mainline
31676      Branch: perlio
31677           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31678           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31679           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
31680           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31681           !> win32/config.gc win32/config.vc
31682 ____________________________________________________________________________
31683 [  7711] By: nick                                  on 2000/11/16  19:56:41
31684         Log: Minor tweaks:
31685              consistent way of getting 'rb', 'wb' etc. for binary opens
31686              move *perlio::layers to *open::layers
31687              a #define to show layers available
31688              DOSISH popen/PerlIO had export/import sense inverted.
31689      Branch: perlio
31690            ! doio.c perlio.c perlio.h util.c
31691 ____________________________________________________________________________
31692 [  7710] By: jhi                                   on 2000/11/16  15:46:05
31693         Log: Add HAS_SBRK_PROTO.
31694      Branch: metaconfig/U/perl
31695            + d_sbrkproto.U
31696      Branch: perl
31697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31698            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31699            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31700            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31701            ! win32/config.gc win32/config.vc
31702 ____________________________________________________________________________
31703 [  7709] By: nick                                  on 2000/11/16  07:31:49
31704         Log: Integrate mainline
31705      Branch: perlio
31706           !> (integrate 35 files)
31707 ____________________________________________________________________________
31708 [  7708] By: jhi                                   on 2000/11/16  05:33:03
31709         Log: These files are text, not binary.
31710      Branch: perl
31711            ! ext/Encode/Encode/iso8859-10.enc
31712            ! ext/Encode/Encode/iso8859-13.enc
31713            ! ext/Encode/Encode/iso8859-14.enc
31714            ! ext/Encode/Encode/iso8859-15.enc
31715 ____________________________________________________________________________
31716 [  7707] By: jhi                                   on 2000/11/16  01:53:37
31717         Log: Update Changes.
31718      Branch: perl
31719            ! Changes patchlevel.h
31720 ____________________________________________________________________________
31721 [  7706] By: jhi                                   on 2000/11/16  01:35:59
31722         Log: More #undefing of stdio.
31723      Branch: perl
31724            ! fakesdio.h nostdio.h
31725 ____________________________________________________________________________
31726 [  7705] By: jhi                                   on 2000/11/16  01:34:18
31727         Log: Add fwalk() probe to the configuration files and regen perltoc.
31728      Branch: perl
31729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31730            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
31731            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
31732            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31733            ! win32/config.bc win32/config.gc win32/config.vc
31734 ____________________________________________________________________________
31735 [  7704] By: jhi                                   on 2000/11/16  01:33:07
31736         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
31737              an optional third argument to Inlibc?)
31738      Branch: metaconfig/U/perl
31739            + d__fwalk.U
31740 ____________________________________________________________________________
31741 [  7703] By: jhi                                   on 2000/11/16  01:09:22
31742         Log: The type of the hash_cb() size argument is tricky.
31743      Branch: perl
31744            ! ext/DB_File/DB_File.xs
31745 ____________________________________________________________________________
31746 [  7702] By: jhi                                   on 2000/11/15  23:01:16
31747         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
31748      Branch: perl
31749            ! nostdio.h
31750 ____________________________________________________________________________
31751 [  7701] By: jhi                                   on 2000/11/15  22:52:32
31752         Log: Detypo.
31753      Branch: perl
31754            ! t/lib/bigfltpm.t
31755 ____________________________________________________________________________
31756 [  7700] By: jhi                                   on 2000/11/15  22:51:56
31757         Log: UINT64_C() work continues.
31758      Branch: perl
31759            ! handy.h perl.h utf8.h
31760 ____________________________________________________________________________
31761 [  7699] By: jhi                                   on 2000/11/15  14:13:04
31762         Log: SOCKS has its own USE_THREADS, based on
31763              
31764              Subject: [ID 20001114.002] et. al. bugfix followup
31765              From: Jens Hamisch <jens@Strawberry.COM> 
31766              Date: Wed, 15 Nov 2000 14:23:11 +0100
31767              Message-ID: <20001115142311.A21164@Strawberry.COM>
31768      Branch: perl
31769            ! perl.h
31770 ____________________________________________________________________________
31771 [  7698] By: jhi                                   on 2000/11/15  03:50:56
31772         Log: Add few missing #undefs and sort them.
31773      Branch: perl
31774            ! fakesdio.h
31775 ____________________________________________________________________________
31776 [  7697] By: jhi                                   on 2000/11/15  03:39:14
31777         Log: Linenumber fix.
31778      Branch: perl
31779            ! t/pragma/warn/utf8
31780 ____________________________________________________________________________
31781 [  7696] By: jhi                                   on 2000/11/15  02:55:26
31782         Log: EBCDIC tweaks.
31783              
31784              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
31785              From: Peter Prymmer <pvhp@forte.com>
31786              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
31787              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
31788      Branch: perl
31789            ! t/op/regmesg.t t/pragma/warn/utf8
31790 ____________________________________________________________________________
31791 [  7695] By: jhi                                   on 2000/11/15  02:53:58
31792         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
31793              From: Peter Prymmer <pvhp@forte.com>
31794              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
31795              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
31796      Branch: perl
31797            ! utf8.c
31798 ____________________________________________________________________________
31799 [  7694] By: jhi                                   on 2000/11/15  02:50:55
31800         Log: Subject: [PATCH: perl@7674] updates to README.os390
31801              From: Prymmer/Kahn <pvhp@best.com>
31802              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
31803              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
31804      Branch: perl
31805            ! README.os390
31806 ____________________________________________________________________________
31807 [  7693] By: jhi                                   on 2000/11/15  02:48:37
31808         Log: Quit utf8_to_uv() instantly if curlen == 0.
31809      Branch: perl
31810            ! utf8.c
31811 ____________________________________________________________________________
31812 [  7692] By: jhi                                   on 2000/11/15  02:24:29
31813         Log: Use u_int32_t for the size of hash_cb(), not size_t.
31814              
31815              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
31816              From: Jens Hamisch <jens@Strawberry.COM>     
31817              Date: Tue, 14 Nov 2000 19:03:55 +0100
31818              Message-Id: <20001114190355.A20559@Strawberry.COM>
31819      Branch: perl
31820            ! ext/DB_File/DB_File.xs
31821 ____________________________________________________________________________
31822 [  7691] By: jhi                                   on 2000/11/15  02:20:12
31823         Log: Use UINT64_C().
31824              
31825              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
31826              From: Jens Hamisch <jens@Strawberry.COM>
31827              Date: Tue, 14 Nov 2000 19:16:23 +0100
31828              Message-Id: <20001114191623.G20559@Strawberry.COM>
31829      Branch: perl
31830            ! utf8.c utf8.h
31831 ____________________________________________________________________________
31832 [  7690] By: jhi                                   on 2000/11/15  02:17:06
31833         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
31834              (a macro to define signed and unsigned integer constants).
31835      Branch: perl
31836            ! handy.h
31837 ____________________________________________________________________________
31838 [  7689] By: jhi                                   on 2000/11/15  01:56:51
31839         Log: Regen Configure.
31840      Branch: perl
31841            ! Configure
31842 ____________________________________________________________________________
31843 [  7688] By: jhi                                   on 2000/11/15  01:56:32
31844         Log: Make the unit know about SOCKS.
31845      Branch: metaconfig
31846            ! U/protos/socksizetype.U
31847 ____________________________________________________________________________
31848 [  7687] By: jhi                                   on 2000/11/15  01:54:47
31849         Log: Remove unused dependencies.
31850      Branch: metaconfig
31851            ! U/compline/d_getpagsz.U
31852 ____________________________________________________________________________
31853 [  7686] By: nick                                  on 2000/11/14  21:25:13
31854         Log: Integrate mainline.
31855      Branch: perlio
31856           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
31857           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
31858           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
31859           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
31860           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
31861           !> win32/config.bc win32/config.gc win32/config.vc
31862           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
31863 ____________________________________________________________________________
31864 [  7685] By: jhi                                   on 2000/11/14  17:54:56
31865         Log: Integrate perlio.
31866      Branch: perl
31867           +> fakesdio.h perliol.h
31868           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31869           !> perlsdio.h perlsfio.h pod/perlfunc.pod
31870 ____________________________________________________________________________
31871 [  7684] By: nick                                  on 2000/11/14  17:43:04
31872         Log: PerlIO #include and #ifdef re-work.
31873      Branch: perlio
31874            + fakesdio.h perliol.h
31875            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31876            ! perlsdio.h perlsfio.h
31877 ____________________________________________________________________________
31878 [  7683] By: jhi                                   on 2000/11/14  15:42:40
31879         Log: Hoist the duplicated socket/netdb include logic to perl.h;
31880              undef SETERRNO in case SOCKS has defined it.  Based on:
31881              
31882              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
31883              From: Jens Hamisch <jens@Strawberry.COM> 
31884              Date: Tue, 14 Nov 2000 11:34:40 +0100
31885              Message-Id: <20001114113440.A20005@Strawberry.COM>
31886      Branch: perl
31887            ! doio.c perl.h pp_sys.c
31888 ____________________________________________________________________________
31889 [  7682] By: jhi                                   on 2000/11/14  14:07:28
31890         Log: Subject: some additions for makefiles for win32 (for perl@7674)
31891              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31892              Date: Tue, 14 Nov 2000 09:31:13 +0300
31893              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
31894      Branch: perl
31895            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
31896            ! win32/makefile.mk
31897 ____________________________________________________________________________
31898 [  7681] By: jhi                                   on 2000/11/14  14:01:41
31899         Log: Subject: tiny typo in perl5db.pl
31900              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31901              Date: Tue, 14 Nov 2000 09:29:28 +0300
31902              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
31903      Branch: perl
31904            ! lib/perl5db.pl
31905 ____________________________________________________________________________
31906 [  7680] By: jhi                                   on 2000/11/14  04:13:50
31907         Log: Redo #7679 with LFs instead of CRLFs.
31908      Branch: perl
31909            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
31910            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
31911            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31912 ____________________________________________________________________________
31913 [  7679] By: jhi                                   on 2000/11/14  01:21:09
31914         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
31915              From: Benjamin Stuhl <tiriath@yahoo.com> 
31916              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31917              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31918      Branch: perl
31919            + win32/bin/mdelete.bat
31920            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
31921            ! makedef.pl perlio.c win32/Makefile win32/config.gc
31922            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31923 ____________________________________________________________________________
31924 [  7678] By: jhi                                   on 2000/11/14  01:19:20
31925         Log: Fix the re extension building for Win32.
31926              
31927              Subject: [PATCH perl@7638] Get PerlIO building on Win32
31928              From: Benjamin Stuhl <tiriath@yahoo.com> 
31929              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31930              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31931      Branch: perl
31932            + ext/re/hints/MSWin32.pl
31933            ! MANIFEST
31934 ____________________________________________________________________________
31935 [  7677] By: jhi                                   on 2000/11/14  01:13:54
31936         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
31937              From: sthoenna@efn.org
31938              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
31939              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
31940      Branch: perl
31941            ! doop.c pp.c toke.c utf8.c utf8.h
31942 ____________________________________________________________________________
31943 [  7676] By: jhi                                   on 2000/11/13  20:23:15
31944         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
31945              From: Nicholas Clark <nick@ccl4.org>
31946              Date: Mon, 13 Nov 2000 18:55:04 +0000
31947              Message-ID: <20001113185504.J29183@plum.flirble.org>
31948      Branch: perl
31949            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
31950 ____________________________________________________________________________
31951 [  7675] By: nick                                  on 2000/11/13  20:21:57
31952         Log: Integrate mainline ...
31953      Branch: perlio
31954           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
31955           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
31956           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
31957           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
31958 ____________________________________________________________________________
31959 [  7674] By: jhi                                   on 2000/11/13  15:07:56
31960         Log: Update Changes.
31961      Branch: perl
31962            ! Changes patchlevel.h
31963 ____________________________________________________________________________
31964 [  7673] By: jhi                                   on 2000/11/13  14:42:42
31965         Log: Remove the new two tests of lib/io_xs for now, they seem to
31966              fail under perlio on some platforms.
31967      Branch: perl
31968            ! t/lib/io_xs.t
31969 ____________________________________________________________________________
31970 [  7672] By: jhi                                   on 2000/11/13  13:57:53
31971         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
31972      Branch: perl
31973            ! perlio.c
31974 ____________________________________________________________________________
31975 [  7671] By: jhi                                   on 2000/11/13  05:30:48
31976         Log: Placate nervous compilers that see longer than ints switch()ing.
31977      Branch: perl
31978            ! utf8.c
31979 ____________________________________________________________________________
31980 [  7670] By: jhi                                   on 2000/11/13  05:14:21
31981         Log: fputs() does return EOF on error but here we don't care.
31982      Branch: perl
31983            ! perlio.c
31984 ____________________________________________________________________________
31985 [  7669] By: jhi                                   on 2000/11/13  05:02:45
31986         Log: Declare reg_data like reg_substr_data.
31987      Branch: perl
31988            ! regexp.h
31989 ____________________________________________________________________________
31990 [  7668] By: jhi                                   on 2000/11/13  04:54:34
31991         Log: Typos in #7667.
31992      Branch: perl
31993            ! perl.h
31994 ____________________________________________________________________________
31995 [  7667] By: jhi                                   on 2000/11/13  04:49:49
31996         Log: Cleanup messy #ifdef.
31997      Branch: perl
31998            ! perl.h
31999 ____________________________________________________________________________
32000 [  7666] By: jhi                                   on 2000/11/13  04:17:34
32001         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
32002              From: Nicholas Clark <nick@talking.bollo.cx>
32003              Date: Sun, 12 Nov 2000 21:14:11 +0000
32004              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
32005              
32006              Note: only one breakage of the two reported is fixed by this patch.
32007      Branch: perl
32008            ! perlio.c
32009 ____________________________________________________________________________
32010 [  7665] By: jhi                                   on 2000/11/13  04:05:07
32011         Log: Tweak the definition of the bit complement on UTF-8 data:
32012              if none of the characters in the string are > 0xff,
32013              the result is a complemented byte string, not a (UTF-8)
32014              char string.  Based on the summary in
32015              
32016              Subject: Re: [ID 20000918.005] ~ on wide chars
32017              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
32018              Date: Fri, 10 Nov 2000 09:47:15 -0800
32019              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
32020              
32021              This should give us the maximum backward (pre-char string)
32022              compatibility and utf8 compatibility.  The other alternative
32023              would be to limit the bit complement to be always byte only,
32024              taking the least significant byte of the chars.
32025      Branch: perl
32026            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
32027 ____________________________________________________________________________
32028 [  7664] By: jhi                                   on 2000/11/13  00:23:44
32029         Log: Couple of tests from #7660 salvaged.
32030      Branch: perl
32031            - t/op/tell.t
32032            ! MANIFEST t/io/tell.t
32033 ____________________________________________________________________________
32034 [  7663] By: jhi                                   on 2000/11/13  00:02:48
32035         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
32036              From: Nicholas Clark <nick@talking.bollo.cx>
32037              Date: Sun, 12 Nov 2000 21:23:43 +0000
32038              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
32039      Branch: perl
32040            ! perlsfio.h
32041 ____________________________________________________________________________
32042 [  7662] By: jhi                                   on 2000/11/13  00:01:39
32043         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
32044              From: Nicholas Clark <nick@talking.bollo.cx>
32045              Date: Sun, 12 Nov 2000 21:30:04 +0000
32046              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
32047      Branch: perl
32048            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
32049 ____________________________________________________________________________
32050 [  7661] By: jhi                                   on 2000/11/12  23:57:29
32051         Log: Document tell() on special streams.
32052      Branch: perl
32053            ! pod/perlfunc.pod
32054 ____________________________________________________________________________
32055 [  7660] By: jhi                                   on 2000/11/12  23:54:22
32056         Log: (Subsumed by #7664)
32057      Branch: perl
32058            + t/op/tell.t
32059            ! MANIFEST
32060 ____________________________________________________________________________
32061 [  7659] By: jhi                                   on 2000/11/12  22:55:25
32062         Log: Many subdocumented return values of the IO extension now documented.
32063              ungetc and write still left subdocumented.
32064              
32065              Subject: [PATCH] (was Re: IO::Handle::ungetc)
32066              From: Nicholas Clark <nick@talking.bollo.cx>
32067              Date: Sun, 12 Nov 2000 21:35:53 +0000
32068              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
32069      Branch: perl
32070            ! ext/IO/lib/IO/Handle.pm
32071 ____________________________________________________________________________
32072 [  7658] By: jhi                                   on 2000/11/12  21:37:06
32073         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
32074              From: Nicholas Clark <nick@talking.bollo.cx>
32075              Date: Sun, 12 Nov 2000 20:03:22 +0000
32076              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
32077      Branch: perl
32078            ! pod/perlfunc.pod
32079 ____________________________________________________________________________
32080 [  7657] By: jhi                                   on 2000/11/12  20:34:55
32081         Log: Integrate perlio.
32082      Branch: perl
32083           !> perlio.c
32084 ____________________________________________________________________________
32085 [  7656] By: nick                                  on 2000/11/12  19:25:06
32086         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
32087      Branch: perlio
32088            ! perlio.c
32089 ____________________________________________________________________________
32090 [  7655] By: nick                                  on 2000/11/12  19:09:41
32091         Log: Integrate mainline
32092      Branch: perlio
32093           +> README.solaris ext/Encode/Encode/cp1006.enc
32094           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
32095           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
32096           +> ext/Encode/Encode/iso8859-13.enc
32097           +> ext/Encode/Encode/iso8859-14.enc
32098           +> ext/Encode/Encode/iso8859-15.enc
32099           !> (integrate 34 files)
32100 ____________________________________________________________________________
32101 [  7654] By: jhi                                   on 2000/11/12  19:00:22
32102         Log: Add a metaconfig unit for fsync.
32103      Branch: metaconfig/U/perl
32104            + d_fsync.U
32105 ____________________________________________________________________________
32106 [  7653] By: jhi                                   on 2000/11/12  19:00:01
32107         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
32108      Branch: perl
32109            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32110            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32111            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32112            ! vos/config.ga.h win32/config.bc win32/config.gc
32113            ! win32/config.vc
32114 ____________________________________________________________________________
32115 [  7652] By: jhi                                   on 2000/11/11  21:12:01
32116         Log: Copy the s// information of README.hpux also to the perlrun.
32117      Branch: perl
32118            ! README.hpux pod/perlrun.pod
32119 ____________________________________________________________________________
32120 [  7651] By: jhi                                   on 2000/11/11  21:03:13
32121         Log: More README.solaris updates from Andy Dougherty.
32122      Branch: perl
32123            ! README.solaris
32124 ____________________________________________________________________________
32125 [  7650] By: jhi                                   on 2000/11/11  18:38:57
32126         Log: More descriptive error for unknown perlio layers.
32127              
32128              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
32129              From: Dominic Dunlop <domo@computer.org> 
32130              Date: Sat, 11 Nov 2000 18:20:32 +0100             
32131              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32132      Branch: perl
32133            ! perlio.c pod/perldiag.pod
32134 ____________________________________________________________________________
32135 [  7649] By: jhi                                   on 2000/11/11  18:37:52
32136         Log: MachTen doesn't really do mmap() and munmap().
32137              
32138              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
32139              From: Dominic Dunlop <domo@computer.org> 
32140              Date: Sat, 11 Nov 2000 18:20:32 +0100             
32141              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32142      Branch: perl
32143            ! hints/machten.sh
32144 ____________________________________________________________________________
32145 [  7648] By: jhi                                   on 2000/11/11  18:36:46
32146         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
32147              From: rspier@pobox.com (Robert Spier)
32148              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
32149              Message-ID: <14861.32839.491271.985797@rls.cx>
32150      Branch: perl
32151            ! Porting/Contract pod/perltoot.pod
32152 ____________________________________________________________________________
32153 [  7647] By: jhi                                   on 2000/11/11  18:35:30
32154         Log: Simplify the getpagesize() unit by dropping the
32155              pagesize probe since it's nowadays slightly more
32156              complicated because of sysconf(). (Note: if some
32157              platform really needs the -lPW for getpagesize,
32158              I just broke it.)
32159              
32160              TODO: a new pagesize unit.
32161      Branch: metaconfig
32162            ! U/compline/d_getpagsz.U
32163 ____________________________________________________________________________
32164 [  7646] By: jhi                                   on 2000/11/11  18:33:23
32165         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
32166      Branch: perl
32167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32168            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32169            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32170            ! vos/config.ga.h win32/config.bc win32/config.gc
32171            ! win32/config.vc
32172 ____________________________________________________________________________
32173 [  7645] By: jhi                                   on 2000/11/11  16:45:15
32174         Log: Use sysconf() or getpagesize() to find out the pagesize.
32175      Branch: perl
32176            ! perlio.c
32177 ____________________________________________________________________________
32178 [  7644] By: jhi                                   on 2000/11/11  15:46:08
32179         Log: Integrate perlio.
32180      Branch: perl
32181           !> perlio.c
32182 ____________________________________________________________________________
32183 [  7643] By: jhi                                   on 2000/11/11  15:33:36
32184         Log: Subject: Re: [PATCH] README.solaris
32185              From: Lupe Christoph <lupe@lupe-christoph.de>
32186              Date: Sat, 11 Nov 2000 14:08:10 +0100
32187              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
32188      Branch: perl
32189            ! README.solaris
32190 ____________________________________________________________________________
32191 [  7642] By: jhi                                   on 2000/11/11  15:22:12
32192         Log: Subject: [PATCH perl@7638] cygwin port
32193              From: "Eric Fifer" <egf7@columbia.edu>            
32194              Date: Fri, 10 Nov 2000 19:30:30 -0000
32195              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
32196      Branch: perl
32197            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
32198 ____________________________________________________________________________
32199 [  7641] By: nick                                  on 2000/11/11  14:50:36
32200         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
32201              Also call "Buf" layer directly when unread'ing non-read chars.
32202      Branch: perlio
32203            ! perlio.c
32204 ____________________________________________________________________________
32205 [  7640] By: jhi                                   on 2000/11/11  02:05:02
32206         Log: Add more encoding tables.
32207      Branch: perl
32208            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
32209            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
32210            + ext/Encode/Encode/iso8859-10.enc
32211            + ext/Encode/Encode/iso8859-13.enc
32212            + ext/Encode/Encode/iso8859-14.enc
32213            + ext/Encode/Encode/iso8859-15.enc
32214            ! MANIFEST
32215 ____________________________________________________________________________
32216 [  7639] By: jhi                                   on 2000/11/10  18:49:25
32217         Log: Subject: [PATCH] README.solaris
32218              From: Andy Dougherty <doughera@lafayette.edu>
32219              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
32220              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
32221      Branch: perl
32222            + README.solaris
32223            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
32224            ! pod/perl.pod pod/perltoc.pod
32225 ____________________________________________________________________________
32226 [  7638] By: jhi                                   on 2000/11/10  15:04:15
32227         Log: Update Changes.
32228      Branch: perl
32229            ! Changes patchlevel.h
32230 ____________________________________________________________________________
32231 [  7637] By: jhi                                   on 2000/11/10  14:14:28
32232         Log: Explain better why certain regex tests are skipped.
32233              
32234              Subject: Re: tests skipped: unknown reason
32235              From: Lupe Christoph <lupe@lupe-christoph.de>
32236              Date: Fri, 10 Nov 2000 09:08:56 +0100
32237              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
32238      Branch: perl
32239            ! t/op/regexp.t
32240 ____________________________________________________________________________
32241 [  7636] By: nick                                  on 2000/11/10  13:40:00
32242         Log: Integrate mainline.
32243      Branch: perlio
32244           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
32245           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
32246           !> win32/bin/search.pl
32247 ____________________________________________________________________________
32248 [  7635] By: nick                                  on 2000/11/10  13:25:52
32249         Log: Re-instate stdio large file support via perlio.
32250      Branch: perl
32251            ! perlio.c
32252 ____________________________________________________________________________
32253 [  7634] By: jhi                                   on 2000/11/10  04:49:55
32254         Log: Amdahl UTS hints updates.
32255              
32256              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
32257              From: hom00@utsglobal.com (Harold O Morris)
32258              Date: Thu, 9 Nov 2000 20:02 PST
32259              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
32260      Branch: perl
32261            ! hints/uts.sh
32262 ____________________________________________________________________________
32263 [  7633] By: jhi                                   on 2000/11/09  23:33:28
32264         Log: Subject: [PATCH] IO::Seekable pod
32265              From: Nicholas Clark <nick@talking.bollo.cx>
32266              Date: Thu, 9 Nov 2000 20:29:45 +0000
32267              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
32268      Branch: perl
32269            ! ext/IO/lib/IO/Handle.pm
32270 ____________________________________________________________________________
32271 [  7632] By: jhi                                   on 2000/11/09  21:55:41
32272         Log: Various doc oddball characters.
32273              
32274              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
32275              From: Michael Somos <somos@grail.cba.csuohio.edu>
32276              Date: Mon, 6 Nov 2000 17:44:20 -0500
32277              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
32278      Branch: perl
32279            ! emacs/cperl-mode.el lib/unicode/syllables.txt
32280            ! win32/bin/search.pl
32281 ____________________________________________________________________________
32282 [  7631] By: jhi                                   on 2000/11/09  21:12:29
32283         Log: Subject: Re: bash -c exit and linux hints 
32284              From: "John P. Linderman" <jpl@research.att.com>
32285              Date: Thu, 02 Nov 2000 09:37:25 -0500
32286              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
32287      Branch: perl
32288            ! hints/linux.sh
32289 ____________________________________________________________________________
32290 [  7630] By: nick                                  on 2000/11/09  20:34:11
32291         Log: Integrate mainline.
32292      Branch: perlio
32293           !> (integrate 91 files)
32294 ____________________________________________________________________________
32295 [  7629] By: jhi                                   on 2000/11/09  19:46:31
32296         Log: Missing dTHXs.
32297              
32298              Subject: RE: perl@7595 builds not on cygwin
32299              From: "Eric Fifer" <egf7@columbia.edu>
32300              Date: Thu, 9 Nov 2000 19:26:50 -0000
32301              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
32302      Branch: perl
32303            ! ext/Devel/Peek/Peek.xs
32304 ____________________________________________________________________________
32305 [  7628] By: jhi                                   on 2000/11/09  14:48:27
32306         Log: Disable only the tests 99 and 166 for UTF-8 locales.
32307      Branch: perl
32308            ! t/pragma/locale.t
32309 ____________________________________________________________________________
32310 [  7627] By: jhi                                   on 2000/11/09  14:40:27
32311         Log: There's no =head3.
32312      Branch: perl
32313            ! pod/perlhack.pod
32314 ____________________________________________________________________________
32315 [  7626] By: jhi                                   on 2000/11/09  13:54:26
32316         Log: The generated boot_* headers are wrong.  Pickier compiler,
32317              such as KAI C++ will refuse to compile the resulting perlmain.
32318              
32319              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
32320              From: Harri Pasanen <harri.pasanen@trema.com>
32321              Date: Thu, 09 Nov 2000 14:23:28 +0100
32322              Message-Id: <3A0AA550.26D548A3@trema.com>
32323      Branch: perl
32324            ! minimod.pl
32325 ____________________________________________________________________________
32326 [  7625] By: jhi                                   on 2000/11/09  13:50:44
32327         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
32328              From: Prymmer/Kahn <pvhp@best.com>
32329              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
32330              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
32331              
32332              All except the "cow orker" change.
32333      Branch: perl
32334            ! Porting/pumpkin.pod
32335 ____________________________________________________________________________
32336 [  7624] By: jhi                                   on 2000/11/09  13:45:33
32337         Log: Fix for
32338              
32339              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
32340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32341              Date: Thu, 09 Nov 2000 11:05:52 +0100
32342              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
32343      Branch: perl
32344            ! pod/perldiag.pod t/pragma/warn/pp_sys
32345 ____________________________________________________________________________
32346 [  7623] By: jhi                                   on 2000/11/09  13:37:16
32347         Log: Typo in an ifndef.
32348              
32349              Subject: Re: [PATCH 5.7.0] better messages from malloc()
32350              From: Joe Smith <jms@inwap.com>         
32351              Date: Thu, 09 Nov 2000 01:33:14 -0800
32352              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
32353      Branch: perl
32354            ! malloc.c
32355 ____________________________________________________________________________
32356 [  7622] By: jhi                                   on 2000/11/09  13:31:18
32357         Log: Remove unused extra arguments.
32358      Branch: metaconfig/U/perl
32359            ! perlxv.U
32360      Branch: perl
32361            ! Configure config_h.SH
32362 ____________________________________________________________________________
32363 [  7621] By: jhi                                   on 2000/11/09  13:16:36
32364         Log: More VMS moves on environment handling, from Charles Lane.
32365      Branch: perl
32366            ! t/pragma/locale.t
32367 ____________________________________________________________________________
32368 [  7620] By: jhi                                   on 2000/11/09  04:42:38
32369         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
32370              From: David Dyck <dcd@tc.fluke.com>
32371              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
32372              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
32373      Branch: perl
32374            ! pp_sys.c
32375 ____________________________________________________________________________
32376 [  7619] By: jhi                                   on 2000/11/09  04:36:21
32377         Log: Forgot from #7618.
32378      Branch: perl
32379            ! lib/File/stat.pm
32380 ____________________________________________________________________________
32381 [  7618] By: jhi                                   on 2000/11/09  04:28:44
32382         Log: Make deleting for %ENV work for (newer versions of) VMS,
32383              from Craig A. Berry.
32384      Branch: perl
32385            ! vms/vms.c
32386 ____________________________________________________________________________
32387 [  7617] By: jhi                                   on 2000/11/09  04:25:05
32388         Log: Subject: [PATCH] Class::Struct at compile time
32389              From: "Casey R. Tweten" <crt@kiski.net>
32390              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
32391              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
32392      Branch: perl
32393            ! lib/Class/Struct.pm
32394 ____________________________________________________________________________
32395 [  7616] By: jhi                                   on 2000/11/09  04:15:17
32396         Log: Subject: [ID 20001108.013] spelling
32397              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
32398              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
32399              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
32400      Branch: perl
32401            ! lib/ftp.pl
32402 ____________________________________________________________________________
32403 [  7615] By: jhi                                   on 2000/11/09  04:12:42
32404         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
32405              From: Peter Prymmer <pvhp@forte.com>
32406              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
32407              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
32408      Branch: perl
32409            ! configure.com
32410 ____________________________________________________________________________
32411 [  7614] By: jhi                                   on 2000/11/08  22:42:55
32412         Log: A missing aTHX_.
32413      Branch: perl
32414            ! ext/IPC/SysV/SysV.xs
32415 ____________________________________________________________________________
32416 [  7613] By: jhi                                   on 2000/11/08  19:30:21
32417         Log: Update Changes.
32418      Branch: perl
32419            ! Changes patchlevel.h
32420 ____________________________________________________________________________
32421 [  7612] By: jhi                                   on 2000/11/08  18:35:25
32422         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
32423              From: David Dyck <dcd@tc.fluke.com>
32424              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
32425              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
32426      Branch: perl
32427            ! pp_sys.c
32428 ____________________________________________________________________________
32429 [  7611] By: jhi                                   on 2000/11/08  18:30:26
32430         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
32431              From: Dominic Dunlop <domo@computer.org>
32432              Date: Tue, 7 Nov 2000 12:05:25 +0100
32433              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
32434      Branch: perl
32435            ! malloc.c
32436 ____________________________________________________________________________
32437 [  7610] By: jhi                                   on 2000/11/08  18:25:14
32438         Log: Do not test UTF-8 locales since that the tests would require
32439              polymorphic regexen.
32440      Branch: perl
32441            ! t/pragma/locale.t
32442 ____________________________________________________________________________
32443 [  7609] By: jhi                                   on 2000/11/08  17:12:51
32444         Log: Locale buglets.
32445              
32446              Subject: RE: Locales support (setlocale) fixes
32447              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32448              Date: Wed, 8 Nov 2000 20:01:39 +0300
32449              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
32450      Branch: perl
32451            ! t/pragma/locale.t util.c
32452 ____________________________________________________________________________
32453 [  7608] By: jhi                                   on 2000/11/08  17:00:16
32454         Log: Deleting $ENV{PATH} in VMS is not recommendable.
32455      Branch: perl
32456            ! t/pragma/locale.t
32457 ____________________________________________________________________________
32458 [  7607] By: jhi                                   on 2000/11/08  16:58:26
32459         Log: Subject: PATCH std stdio for (Free)BSD
32460              From: Nicholas Clark <nick@ccl4.org>
32461              Date: Wed, 8 Nov 2000 15:36:29 +0000
32462              Message-ID: <20001108153629.D98736@plum.flirble.org>
32463      Branch: metaconfig
32464            ! U/compline/d_stdstdio.U
32465      Branch: perl
32466            ! Configure config_h.SH
32467 ____________________________________________________________________________
32468 [  7606] By: jhi                                   on 2000/11/08  16:43:31
32469         Log: Forgot to bump the line numbers in #7601.
32470      Branch: perl
32471            ! t/pragma/warn/pp_sys
32472 ____________________________________________________________________________
32473 [  7605] By: jhi                                   on 2000/11/08  16:39:12
32474         Log: More careful detection of how well NVs and UVs mix.
32475              
32476              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))
32477              From: Nicholas Clark <nick@ccl4.org>
32478              Date: Wed, 8 Nov 2000 15:14:12 +0000
32479              Message-ID: <20001108151412.B98736@plum.flirble.org>
32480              
32481              Added some SIGFPE paranoia.
32482      Branch: metaconfig/U/perl
32483            ! perlxv.U
32484      Branch: perl
32485            ! Configure config_h.SH
32486 ____________________________________________________________________________
32487 [  7604] By: jhi                                   on 2000/11/08  14:39:10
32488         Log: Subject: [patch perl@7595] VMS configure.com tweak
32489              From: "Craig A. Berry" <craigberry@mac.com>
32490              Date: Wed, 8 Nov 2000 00:24:12 -0600
32491              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
32492      Branch: perl
32493            ! configure.com
32494 ____________________________________________________________________________
32495 [  7603] By: jhi                                   on 2000/11/08  14:27:11
32496         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
32497              From: Robin Barker <rmb1@cise.npl.co.uk>
32498              Date: Wed, 8 Nov 2000 11:11:39 GMT
32499              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
32500      Branch: perl
32501            ! perlio.c
32502 ____________________________________________________________________________
32503 [  7602] By: jhi                                   on 2000/11/08  14:25:03
32504         Log: Fix for the tie-refhash string table leaks.
32505              
32506              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
32507              Date: Wed, 8 Nov 2000 13:03:04 GMT
32508              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
32509      Branch: perl
32510            ! t/lib/tie-refhash.t
32511 ____________________________________________________________________________
32512 [  7601] By: jhi                                   on 2000/11/08  14:21:08
32513         Log: Try to avoid flockless and emulationless places.
32514      Branch: perl
32515            ! t/pragma/warn/pp_sys
32516 ____________________________________________________________________________
32517 [  7600] By: jhi                                   on 2000/11/08  02:28:54
32518         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
32519              
32520              Subject: [PATCH] prototyped functions that should be overrideable
32521              From: "Casey R. Tweten" <crt@kiski.net>
32522              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
32523              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
32524      Branch: perl
32525            ! toke.c
32526 ____________________________________________________________________________
32527 [  7599] By: jhi                                   on 2000/11/08  01:12:05
32528         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
32529              
32530              Subject: [PATCH] perlbug.PL
32531              From: "Kurt D. Starsinic" <kstar@chapin.edu>
32532              Date: Mon, 6 Nov 2000 21:39:01 -0500
32533              Message-ID: <20001106213901.B20955@O2.chapin.edu>
32534      Branch: perl
32535            ! utils/perlbug.PL
32536 ____________________________________________________________________________
32537 [  7598] By: jhi                                   on 2000/11/07  23:42:00
32538         Log: Bad thinko in #7581 (I used the test program with the expanded
32539              values as-is).
32540      Branch: metaconfig
32541            ! U/compline/d_stdstdio.U
32542      Branch: perl
32543            ! Configure
32544 ____________________________________________________________________________
32545 [  7597] By: jhi                                   on 2000/11/07  21:43:29
32546         Log: Subject: [PATCH perl@7573] cygwin port
32547              From: "Fifer, Eric" <EFifer@sanwaint.com>
32548              Date: Tue, 7 Nov 2000 18:08:51 -0000 
32549              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
32550              
32551              Synchronize with Cygwin 1.1.5.
32552      Branch: perl
32553            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
32554            ! pod/perlport.pod unixish.h util.c
32555 ____________________________________________________________________________
32556 [  7596] By: jhi                                   on 2000/11/07  21:39:25
32557         Log: perlhack updates from H.Merijn Brand.
32558      Branch: perl
32559            ! pod/perlhack.pod
32560 ____________________________________________________________________________
32561 [  7595] By: jhi                                   on 2000/11/07  20:21:41
32562         Log: Update Changes.
32563      Branch: perl
32564            ! Changes patchlevel.h
32565 ____________________________________________________________________________
32566 [  7594] By: jhi                                   on 2000/11/07  19:18:58
32567         Log: Be more robust in Dynaloader.pm.
32568      Branch: perl
32569            ! ext/DynaLoader/DynaLoader_pm.PL
32570 ____________________________________________________________________________
32571 [  7593] By: jhi                                   on 2000/11/07  16:49:31
32572         Log: AUTHORS update.
32573      Branch: perl
32574            ! AUTHORS
32575 ____________________________________________________________________________
32576 [  7592] By: gsar                                  on 2000/11/07  16:39:51
32577         Log: normalize relative paths in virtualized current directory on windows,
32578              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
32579              returns)
32580      Branch: perl
32581            ! win32/vdir.h
32582 ____________________________________________________________________________
32583 [  7591] By: jhi                                   on 2000/11/07  16:04:26
32584         Log: Too profiler-happy: with optimization the #7590 actually makes
32585              the test to run 0.5% _slower_.  Requires much more instrumentation.
32586              Retract #7590.
32587      Branch: perl
32588            ! regcomp.c regcomp.h
32589 ____________________________________________________________________________
32590 [  7590] By: jhi                                   on 2000/11/07  15:51:13
32591         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
32592              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
32593              by using memset() and testing bytewise (as opposed to bitwise).
32594      Branch: perl
32595            ! regcomp.c regcomp.h
32596 ____________________________________________________________________________
32597 [  7589] By: jhi                                   on 2000/11/07  12:56:39
32598         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
32599              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32600              Date: Mon, 06 Nov 2000 23:45:30 -0500
32601              Message-Id: <0011079735.AA973576259@univpress.com>
32602      Branch: perl
32603            ! configure.com t/lib/st-lock.t
32604 ____________________________________________________________________________
32605 [  7588] By: jhi                                   on 2000/11/07  01:03:28
32606         Log: Tweak #7587.
32607      Branch: perl
32608            ! pod/perldiag.pod
32609 ____________________________________________________________________________
32610 [  7587] By: jhi                                   on 2000/11/07  01:00:27
32611         Log: A doc addition for bug id 20001105.019, beware \p.
32612      Branch: perl
32613            ! pod/perldiag.pod
32614 ____________________________________________________________________________
32615 [  7586] By: jhi                                   on 2000/11/07  00:32:22
32616         Log: Fake support of holey files in win/dosish platforms.
32617              
32618              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
32619              From: kipp@shonanblue.ne.jp
32620              Date: Mon, 6 Nov 2000 13:30:55 -0800
32621              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
32622      Branch: perl
32623            ! ext/SDBM_File/sdbm/sdbm.c
32624 ____________________________________________________________________________
32625 [  7585] By: jhi                                   on 2000/11/07  00:12:54
32626         Log: Subject: Pod updates
32627              From: "Stephen P. Potter" <spp@spotter.yi.org>
32628              Date: Mon, 06 Nov 2000 18:56:43 -0500
32629              Message-Id: <200011062357.SAA18173@spotter.yi.org>
32630      Branch: perl
32631            ! README.dos README.os2 README.win32 pod/buildtoc.PL
32632            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32633            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
32634            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
32635            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
32636            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
32637            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32638            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
32639            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32640            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
32641            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
32642            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
32643            ! pod/perltootc.pod pod/perlunicode.pod
32644 ____________________________________________________________________________
32645 [  7584] By: jhi                                   on 2000/11/07  00:04:17
32646         Log: Varargs don't always work too well if one puts an unsigned
32647              char on the stack and pop an unsigned quad off the stack.
32648              
32649              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
32650              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
32651              Date: Mon, 06 Nov 2000 15:19:05 -0800
32652              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
32653      Branch: perl
32654            ! utf8.c
32655 ____________________________________________________________________________
32656 [  7583] By: jhi                                   on 2000/11/06  23:58:48
32657         Log: %ENV note tweaks from Dan Sugalski.
32658      Branch: perl
32659            ! pod/perlport.pod vms/perlvms.pod
32660 ____________________________________________________________________________
32661 [  7582] By: jhi                                   on 2000/11/06  23:05:49
32662         Log: glibc5 detection by __GNU_LIBRARY__.
32663      Branch: perl
32664            ! toke.c
32665 ____________________________________________________________________________
32666 [  7581] By: jhi                                   on 2000/11/06  22:51:29
32667         Log: Make the stdio test program of 7427 less noisy while being 
32668              compiled so that Digital UNIX wouldn't get both
32669              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
32670              undefined.  This makes perlio happy.
32671      Branch: metaconfig
32672            ! U/compline/d_stdstdio.U
32673      Branch: perl
32674            ! Configure config_h.SH
32675 ____________________________________________________________________________
32676 [  7580] By: jhi                                   on 2000/11/06  22:41:41
32677         Log: Document %ENV = () portability issues.
32678      Branch: perl
32679            ! pod/perlport.pod vms/perlvms.pod
32680 ____________________________________________________________________________
32681 [  7579] By: jhi                                   on 2000/11/06  21:29:24
32682         Log: VOS updates from Paul Green.
32683      Branch: perl
32684            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32685 ____________________________________________________________________________
32686 [  7578] By: jhi                                   on 2000/11/06  21:00:40
32687         Log: Sanitize the environment further.
32688      Branch: perl
32689            ! t/pragma/locale.t
32690 ____________________________________________________________________________
32691 [  7577] By: jhi                                   on 2000/11/06  20:53:51
32692         Log: Re-introduce 7552 lost in integration.
32693      Branch: perl
32694            ! perlio.c
32695 ____________________________________________________________________________
32696 [  7576] By: jhi                                   on 2000/11/06  20:33:46
32697         Log: Admit that the test leaks scalars.
32698      Branch: perl
32699            ! t/comp/proto.t
32700 ____________________________________________________________________________
32701 [  7575] By: jhi                                   on 2000/11/06  20:17:08
32702         Log: Integrate perlio.
32703      Branch: perl
32704           !> perlio.c
32705 ____________________________________________________________________________
32706 [  7574] By: nick                                  on 2000/11/06  20:07:28
32707         Log: Remove debug. Try (Mmap_t) on madvise() call.
32708      Branch: perlio
32709            ! perlio.c
32710 ____________________________________________________________________________
32711 [  7573] By: jhi                                   on 2000/11/06  13:56:05
32712         Log: Update Changes.
32713      Branch: perl
32714            ! Changes patchlevel.h
32715 ____________________________________________________________________________
32716 [  7572] By: jhi                                   on 2000/11/06  13:48:41
32717         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
32718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32719              Date: Mon, 06 Nov 2000 10:11:42 +0100
32720              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
32721      Branch: perl
32722            ! pod/perlhack.pod
32723 ____________________________________________________________________________
32724 [  7571] By: jhi                                   on 2000/11/06  01:45:51
32725         Log: AUTHORS updates.
32726      Branch: perl
32727            ! AUTHORS
32728 ____________________________________________________________________________
32729 [  7570] By: jhi                                   on 2000/11/06  00:18:00
32730         Log: Fix for
32731              
32732              Subject: [ID 20000728.005] perl -P broken
32733              From: David Dyck <dcd@tc.fluke.com>
32734              Date: Fri, 28 Jul 2000 17:19:16 -0700
32735              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
32736              
32737              (hopefully).  The fix is also not complete, it seems to break
32738              BOM swallowing for libc5 systems, but until someone figures
32739              out a way to do this without ftell(), this will do.
32740      Branch: perl
32741            ! toke.c
32742 ____________________________________________________________________________
32743 [  7569] By: jhi                                   on 2000/11/06  00:05:30
32744         Log: Document that the evaled syntax errors cause scalar leaks.
32745      Branch: perl
32746            ! t/comp/proto.t
32747 ____________________________________________________________________________
32748 [  7568] By: jhi                                   on 2000/11/05  23:14:47
32749         Log: opmini.o can linger from Configures past.
32750      Branch: perl
32751            ! Makefile.SH
32752 ____________________________________________________________________________
32753 [  7567] By: jhi                                   on 2000/11/05  21:28:39
32754         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
32755              first argument correctly.
32756      Branch: perl
32757            ! perlio.c
32758 ____________________________________________________________________________
32759 [  7566] By: jhi                                   on 2000/11/05  21:15:56
32760         Log: Integrate perlio.
32761      Branch: perl
32762           !> perlio.c
32763 ____________________________________________________________________________
32764 [  7565] By: jhi                                   on 2000/11/05  21:15:13
32765         Log: Use -dM for gcc (the suggested patch did it only for Linux,
32766              but I think it can be generalized).
32767              
32768              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
32769              From: Pixel <pixel@mandrakesoft.com>
32770              Date: 05 Nov 2000 21:49:34 +0100 
32771              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
32772      Branch: perl
32773            ! ext/Errno/Errno_pm.PL
32774 ____________________________________________________________________________
32775 [  7564] By: nick                                  on 2000/11/05  21:09:18
32776         Log: Added a mmap layer as a "subclass" of perlio.
32777              PERLIO=mmap ./perl harness passes
32778      Branch: perlio
32779            ! perlio.c
32780 ____________________________________________________________________________
32781 [  7563] By: jhi                                   on 2000/11/05  19:48:55
32782         Log: Add a note for future generations about bug id 20000229.006.
32783      Branch: perl
32784            ! malloc.c
32785 ____________________________________________________________________________
32786 [  7562] By: jhi                                   on 2000/11/05  19:38:24
32787         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
32788      Branch: perl
32789            ! pp_ctl.c t/op/pos.t
32790 ____________________________________________________________________________
32791 [  7561] By: jhi                                   on 2000/11/05  18:21:46
32792         Log: Add =pod to be tidy.
32793      Branch: perl
32794            ! lib/Math/Complex.pm
32795 ____________________________________________________________________________
32796 [  7560] By: jhi                                   on 2000/11/05  17:38:46
32797         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
32798      Branch: perl
32799            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32800            ! ext/Storable/Storable.xs t/lib/st-recurse.t
32801 ____________________________________________________________________________
32802 [  7559] By: jhi                                   on 2000/11/05  17:32:59
32803         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
32804              From: "Peter J. Farley III" <pjfarley@banet.net>
32805              Date: Sun, 05 Nov 2000 11:55:59 -0500
32806              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
32807      Branch: perl
32808            ! t/lib/syslog.t
32809 ____________________________________________________________________________
32810 [  7558] By: jhi                                   on 2000/11/05  17:29:19
32811         Log: Integrate perlio.
32812      Branch: perl
32813           !> perlio.c
32814 ____________________________________________________________________________
32815 [  7557] By: jhi                                   on 2000/11/05  17:22:01
32816         Log: A fix of sorts for 20000329.026, a better error message
32817              for a missing "use charnames" when using the \N{...}. 
32818      Branch: perl
32819            ! pod/perldiag.pod toke.c
32820 ____________________________________________________________________________
32821 [  7556] By: jhi                                   on 2000/11/05  16:33:50
32822         Log: Test tweak: show also the failed locales.
32823              
32824              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
32825              From: Lupe Christoph <lupe@lupe-christoph.de>         
32826              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
32827              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
32828      Branch: perl
32829            ! t/pragma/locale.t
32830 ____________________________________________________________________________
32831 [  7555] By: nick                                  on 2000/11/05  11:09:34
32832         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
32833              open RDWR so does not fail. (pragma/warnings 303 again...)
32834      Branch: perlio
32835            ! perlio.c
32836 ____________________________________________________________________________
32837 [  7554] By: nick                                  on 2000/11/05  10:10:13
32838         Log: Fix case where ungetc(f,EOF) was allowed.
32839              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
32840              so we can see similarities.
32841              Use types more carefully and a STDCHAR array in hope that this will
32842              fix Jarrko's 64bit machine.
32843      Branch: perlio
32844            ! perlio.c
32845 ____________________________________________________________________________
32846 [  7553] By: jhi                                   on 2000/11/05  01:12:16
32847         Log: Fix for
32848              
32849              Subject: [ID 20001004.007] taint propogation is inconsistent
32850              From: pimlott@idiomtech.com (Andrew Pimlott) 
32851              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
32852              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
32853              
32854              The culprit was sv_setsv() which was rather blindly
32855              propagating taint, which lead to behaviour where if
32856              a tainted anon hash value was seen all the hash values
32857              from then on at that level became tainted, or at any
32858              upper levels in the case of nested anon hashes.
32859      Branch: perl
32860            ! sv.c t/op/taint.t
32861 ____________________________________________________________________________
32862 [  7552] By: jhi                                   on 2000/11/04  23:44:18
32863         Log: Some cpps don't like splitting conditionals across several lines.
32864      Branch: perl
32865            ! perlio.c
32866 ____________________________________________________________________________
32867 [  7551] By: nick                                  on 2000/11/04  23:40:44
32868         Log: Integrate mainline
32869      Branch: perlio
32870           !> pp_hot.c t/op/taint.t
32871 ____________________________________________________________________________
32872 [  7550] By: nick                                  on 2000/11/04  23:39:05
32873         Log: Integrate mainline again
32874      Branch: perlio
32875           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
32876           !> t/lib/b.t t/op/misc.t util.c
32877 ____________________________________________________________________________
32878 [  7549] By: jhi                                   on 2000/11/04  23:14:01
32879         Log: Fix for
32880              
32881              Subject: [ID 20001004.006] undef is never tainted
32882              From: pimlott@idiomtech.com (Andrew Pimlott)
32883              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
32884              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
32885              
32886              An undef read from a slurped file was not tainted.
32887      Branch: perl
32888            ! pp_hot.c t/op/taint.t
32889 ____________________________________________________________________________
32890 [  7548] By: jhi                                   on 2000/11/04  22:56:21
32891         Log: Test tweak ($Config{useperlio} is by default undef) .
32892      Branch: perl
32893            ! t/lib/b.t
32894 ____________________________________________________________________________
32895 [  7547] By: jhi                                   on 2000/11/04  22:43:56
32896         Log: Integrate perlio.
32897      Branch: perl
32898           +> lib/perlio.pm
32899           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
32900           !> pod/perlapi.pod t/lib/b.t
32901 ____________________________________________________________________________
32902 [  7546] By: jhi                                   on 2000/11/04  22:40:59
32903         Log: Configure would use a bad $myuname from an old config.sh.
32904              
32905              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
32906              From: Andy Dougherty <doughera@lafayette.edu>
32907              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
32908              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
32909      Branch: metaconfig
32910            ! U/modified/Oldconfig.U
32911      Branch: perl
32912            ! Configure config_h.SH
32913 ____________________________________________________________________________
32914 [  7545] By: jhi                                   on 2000/11/04  22:36:54
32915         Log: Subject: Locales support (setlocale) fixes
32916              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32917              Date: Sat, 4 Nov 2000 10:15:48 +0300 
32918              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
32919              
32920              Modified quite a bit to be more portable.
32921      Branch: perl
32922            ! embed.h embed.pl perl.h proto.h util.c
32923 ____________________________________________________________________________
32924 [  7544] By: jhi                                   on 2000/11/04  22:32:47
32925         Log: Dying is too strict here, better just skip.
32926      Branch: perl
32927            ! t/op/misc.t
32928 ____________________________________________________________________________
32929 [  7543] By: nick                                  on 2000/11/04  21:55:13
32930         Log: Merge mainline
32931      Branch: perlio
32932           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32933           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
32934           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
32935           !> (integrate 64 files)
32936 ____________________________________________________________________________
32937 [  7542] By: jhi                                   on 2000/11/04  21:09:28
32938         Log: More Changes tweakery.
32939      Branch: perl
32940            ! Changes Porting/genlog
32941 ____________________________________________________________________________
32942 [  7541] By: jhi                                   on 2000/11/04  20:58:18
32943         Log: Changes fixups.
32944      Branch: perl
32945            ! Changes
32946 ____________________________________________________________________________
32947 [  7540] By: jhi                                   on 2000/11/04  20:42:38
32948         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
32949              create a "fast path" for locale name probing using "locale -a"
32950              if available, squash finally hopefully the s?printf resetting
32951              the numeric locale (since, IIUC perllocale, it never shouldn't). 
32952      Branch: perl
32953            ! sv.c t/op/misc.t t/pragma/locale.t
32954 ____________________________________________________________________________
32955 [  7539] By: nick                                  on 2000/11/04  19:56:10
32956         Log: PerlIO infrastructure complete.
32957      Branch: perlio
32958            + lib/perlio.pm
32959            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
32960 ____________________________________________________________________________
32961 [  7538] By: nick                                  on 2000/11/04  14:31:32
32962         Log: Type tweaks + less contorted allocation scheme
32963      Branch: perlio
32964            ! perlio.c
32965 ____________________________________________________________________________
32966 [  7537] By: nick                                  on 2000/11/04  12:40:42
32967         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
32968              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
32969              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
32970              sensible) which lead to some interesting fails.
32971      Branch: perlio
32972            ! perlio.c
32973 ____________________________________________________________________________
32974 [  7536] By: jhi                                   on 2000/11/04  00:20:02
32975         Log: Add FCNTL_CAN_LOCK.
32976              
32977              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32978              From: Andy Dougherty <doughera@lafayette.edu>
32979              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
32980              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
32981              
32982              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32983              From: Andy Dougherty <doughera@lafayette.edu>
32984              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
32985              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
32986      Branch: metaconfig/U/perl
32987            + d_fcntl_can_lock.U
32988            ! startperl.U
32989      Branch: perl
32990            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32991            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
32992            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32993            ! vos/config.ga.h win32/config.bc win32/config.gc
32994            ! win32/config.vc
32995 ____________________________________________________________________________
32996 [  7535] By: nick                                  on 2000/11/03  22:19:10
32997         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
32998              - Works on Linux with
32999              perlio + unix
33000              stdio
33001              - Works on Solaris with
33002              perlio + unix
33003              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
33004              - Fails (hangs in openpid) if you try and stack
33005              perlio + stdio - Linux stdio's read() logic is hanging.
33006      Branch: perlio
33007            ! iperlsys.h perlio.c
33008 ____________________________________________________________________________
33009 [  7534] By: jhi                                   on 2000/11/03  15:16:02
33010         Log: Subject: Re: README.aix
33011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33012              Date: Fri, 03 Nov 2000 16:03:15 +0100
33013              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
33014      Branch: perl
33015            ! README.aix
33016 ____________________________________________________________________________
33017 [  7533] By: jhi                                   on 2000/11/03  03:59:02
33018         Log: Subject: [PATCH 5.7.0] better messages from malloc()
33019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33020              Date: Wed, 1 Nov 2000 23:39:56 -0500
33021              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
33022      Branch: perl
33023            ! malloc.c pod/perldiag.pod
33024 ____________________________________________________________________________
33025 [  7532] By: jhi                                   on 2000/11/03  00:11:56
33026         Log: The #7521 touched things it shouldn't have.
33027      Branch: perl
33028            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
33029 ____________________________________________________________________________
33030 [  7531] By: jhi                                   on 2000/11/02  22:32:33
33031         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
33032              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33033              Date:     Thu, 2 Nov 2000 16:58:36 EST
33034              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
33035      Branch: perl
33036            ! vms/gen_shrfls.pl
33037 ____________________________________________________________________________
33038 [  7530] By: jhi                                   on 2000/11/02  22:08:49
33039         Log: Fix the problem discussed in
33040              
33041              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
33042              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
33043              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
33044              
33045              originally from Linc Madison.  Also Andreas König's comments
33046              taken into account.  Some other problems with Tie::SubstrHash
33047              fixed: didn't croak when the table exceeded the requested number
33048              of entries (as documented) but instead when the number of entries
33049              exceeded the size of the table, a croak() had an unnecessary \n,
33050              didn't have a CLEAR method, documented that there is no exists().
33051              Didn't fix to be strict-proof because the module uses &foo; and
33052              dynamic scope.  Added a test script exercizing both first tamely 
33053              the basic functionality, and then the failure cases reported by
33054              Linc Madison.
33055      Branch: perl
33056            + t/lib/tie-substrhash.t
33057            ! MANIFEST lib/Tie/SubstrHash.pm
33058 ____________________________________________________________________________
33059 [  7529] By: jhi                                   on 2000/11/02  17:58:08
33060         Log: recv() can fail and return undef.
33061              
33062              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
33063              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
33064              Date: Thu, 2 Nov 2000 20:12:20 +0300
33065              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
33066      Branch: perl
33067            ! lib/Net/Ping.pm
33068 ____________________________________________________________________________
33069 [  7528] By: jhi                                   on 2000/11/02  17:49:09
33070         Log: Detpyo.
33071      Branch: perl
33072            ! pod/perlop.pod
33073 ____________________________________________________________________________
33074 [  7527] By: jhi                                   on 2000/11/02  15:48:37
33075         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
33076              fix a autovivification bug in Tie::RefHash, add tests for both.
33077              
33078              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
33079              From: Edward Avis <epa98@doc.ic.ac.uk>
33080              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
33081              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
33082      Branch: perl
33083            + t/lib/tie-refhash.t
33084            ! MANIFEST lib/Tie/RefHash.pm
33085 ____________________________________________________________________________
33086 [  7526] By: jhi                                   on 2000/11/02  13:56:26
33087         Log: Test::Harness revealed buglets in the new DynaLoader.
33088              
33089              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
33090              From: andreas.koenig@anima.de (Andreas J. Koenig)
33091              Date: 02 Nov 2000 11:26:48 +0100 
33092              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
33093      Branch: perl
33094            ! ext/DynaLoader/DynaLoader_pm.PL
33095 ____________________________________________________________________________
33096 [  7525] By: jhi                                   on 2000/11/01  23:52:08
33097         Log: The entry for #7503 was missing.
33098      Branch: perl
33099            ! Changes
33100 ____________________________________________________________________________
33101 [  7524] By: jhi                                   on 2000/11/01  23:40:52
33102         Log: Update Changes.
33103      Branch: perl
33104            ! Changes patchlevel.h
33105 ____________________________________________________________________________
33106 [  7523] By: jhi                                   on 2000/11/01  22:57:09
33107         Log: More tweaking on the #7522 theme.
33108      Branch: perl
33109            ! ext/DynaLoader/DynaLoader_pm.PL
33110 ____________________________________________________________________________
33111 [  7522] By: jhi                                   on 2000/11/01  22:06:15
33112         Log: Expand %Config variables and %ENV variables only if
33113              so requested during build time using the
33114              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
33115              Not expanding makes relocating distributions easier.
33116      Branch: perl
33117            ! ext/DynaLoader/DynaLoader_pm.PL
33118 ____________________________________________________________________________
33119 [  7521] By: jhi                                   on 2000/11/01  20:56:34
33120         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
33121              and setgid() because they were just changing $< and $( which means
33122              only changing the real uid/gid, as opposed to changing both
33123              real and effective ids.  (The alternative way could have been
33124              in POSIX.pm to change $> and $), too, but making a direct call
33125              to the C API feels cleaner.)  Fixes the bug
33126              
33127              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
33128              From: "Garry T. Williams" <garry@zvolve.com>
33129              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
33130              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
33131      Branch: perl
33132            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33133            ! ext/POSIX/typemap pod/perlvar.pod
33134 ____________________________________________________________________________
33135 [  7520] By: jhi                                   on 2000/11/01  20:08:33
33136         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
33137              From: "Garry T. Williams" <garry@zvolve.com>
33138              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
33139              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
33140      Branch: perl
33141            ! pod/perlsec.pod
33142 ____________________________________________________________________________
33143 [  7519] By: jhi                                   on 2000/11/01  20:01:22
33144         Log: Locale warning explanation tweak.
33145      Branch: perl
33146            ! pod/perldiag.pod
33147 ____________________________________________________________________________
33148 [  7518] By: jhi                                   on 2000/11/01  18:57:13
33149         Log: C.pm part of
33150              
33151              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
33152              From: Jarkko Hietaniemi <jhi@iki.fi>
33153              Date: Tue, 10 Oct 2000 08:22:28 -0500
33154              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
33155      Branch: perl
33156            ! ext/B/B/C.pm
33157 ____________________________________________________________________________
33158 [  7517] By: jhi                                   on 2000/11/01  18:41:59
33159         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
33160              From: Martien Verbruggen <mgjv@comdyn.com.au>
33161              Date: Fri, 6 Oct 2000 14:09:10 +1100
33162              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
33163      Branch: perl
33164            ! pod/perlop.pod
33165 ____________________________________________________________________________
33166 [  7516] By: jhi                                   on 2000/11/01  18:34:55
33167         Log: Generalize the Camel wording.
33168              
33169              Subject: Re: perlfaq style changes
33170              From: John Borwick <jhborwic@unity.ncsu.edu>
33171              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
33172              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
33173      Branch: perl
33174            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
33175 ____________________________________________________________________________
33176 [  7515] By: jhi                                   on 2000/11/01  16:52:31
33177         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
33178              From: pimlott@idiomtech.com (Andrew Pimlott)
33179              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
33180              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
33181      Branch: perl
33182            ! pod/perlsec.pod
33183 ____________________________________________________________________________
33184 [  7514] By: jhi                                   on 2000/11/01  15:03:40
33185         Log: More AIX lore.
33186      Branch: perl
33187            ! ext/re/hints/aix.pl
33188 ____________________________________________________________________________
33189 [  7513] By: jhi                                   on 2000/11/01  14:48:30
33190         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
33191              From: root <root@chronos.fi.muni.cz>
33192              Date: Wed, 1 Nov 2000 12:31:32 +0100
33193              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
33194      Branch: perl
33195            ! lib/Net/Ping.pm
33196 ____________________________________________________________________________
33197 [  7512] By: jhi                                   on 2000/11/01  14:46:47
33198         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33199              From: Martin Husemann <martin@duskware.de>
33200              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
33201              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
33202      Branch: perl
33203            ! regcomp.c
33204 ____________________________________________________________________________
33205 [  7511] By: jhi                                   on 2000/11/01  14:39:50
33206         Log: AUTHORS updates.
33207      Branch: perl
33208            ! AUTHORS
33209 ____________________________________________________________________________
33210 [  7510] By: jhi                                   on 2000/11/01  14:29:50
33211         Log: Subject: [PATCH] startperl to respect versiononly
33212              From: Robin Barker <rmb1@cise.npl.co.uk> 
33213              Date: Tue, 31 Oct 2000 16:29:36 GMT
33214              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
33215      Branch: metaconfig/U/perl
33216            ! startperl.U
33217      Branch: perl
33218            ! Configure config_h.SH
33219 ____________________________________________________________________________
33220 [  7509] By: jhi                                   on 2000/11/01  14:19:53
33221         Log: printf UVs the correct way, noticed by Robin Barker.
33222      Branch: perl
33223            ! utf8.c
33224 ____________________________________________________________________________
33225 [  7508] By: jhi                                   on 2000/11/01  14:10:03
33226         Log: Do not cleanup *% because the % has special meanings in some
33227              shell environments.
33228      Branch: perl
33229            ! ext/Storable/Makefile.PL
33230 ____________________________________________________________________________
33231 [  7507] By: jhi                                   on 2000/11/01  14:06:00
33232         Log: The NonStop-UX libraries have a novel way to say NaN.
33233      Branch: perl
33234            ! t/lib/bigfltpm.t
33235 ____________________________________________________________________________
33236 [  7506] By: jhi                                   on 2000/11/01  14:03:35
33237         Log: The osname has been lowercased by now, from Tom Bates.
33238      Branch: metaconfig
33239            ! U/modified/Oldconfig.U
33240      Branch: perl
33241            ! Configure config_h.SH
33242 ____________________________________________________________________________
33243 [  7505] By: jhi                                   on 2000/10/31  19:18:39
33244         Log: The compiler is either gcc or cc, from Tom Bates.
33245      Branch: perl
33246            ! hints/nonstopux.sh
33247 ____________________________________________________________________________
33248 [  7504] By: jhi                                   on 2000/10/31  14:53:42
33249         Log: Update Changes.
33250      Branch: perl
33251            ! Changes patchlevel.h
33252 ____________________________________________________________________________
33253 [  7503] By: jhi                                   on 2000/10/31  14:30:50
33254         Log: Whitespace style tweak.  Was originally going to see to
33255              
33256              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33257              From: Joe Smith <jms@inwap.com>
33258              Date: Mon, 30 Oct 2000 18:47:57 -0800
33259              Message-Id: <39FE32DD.24AAC4D@inwap.com>
33260              
33261              but that had already been taken care of.
33262      Branch: metaconfig
33263            ! U/compline/d_stdstdio.U
33264      Branch: perl
33265            ! Configure config_h.SH
33266 ____________________________________________________________________________
33267 [  7502] By: jhi                                   on 2000/10/31  14:25:02
33268         Log: AUTHORS tweaks.
33269      Branch: perl
33270            ! AUTHORS
33271 ____________________________________________________________________________
33272 [  7501] By: jhi                                   on 2000/10/31  14:23:59
33273         Log: Subject: perlfaq style changes
33274              From: John Borwick <jhborwic@unity.ncsu.edu>
33275              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
33276              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
33277      Branch: perl
33278            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33279            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33280            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33281            ! pod/perlfaq9.pod
33282 ____________________________________________________________________________
33283 [  7500] By: jhi                                   on 2000/10/31  14:22:15
33284         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
33285              
33286              Subject: Re: [ID 20000918.005] ~ on wide chars
33287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33288              Date: Mon, 30 Oct 2000 21:09:55 -0800
33289              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
33290              
33291              (The ord() part of the patch skipped.)
33292      Branch: perl
33293            ! doop.c
33294 ____________________________________________________________________________
33295 [  7499] By: jhi                                   on 2000/10/31  14:20:08
33296         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
33297              From: Jens Hamisch <jens@Strawberry.COM>
33298              Date: Mon, 30 Oct 2000 15:17:07 +0100
33299              Message-Id: <20001030151707.A9597@Strawberry.COM>
33300      Branch: perl
33301            ! av.c
33302 ____________________________________________________________________________
33303 [  7498] By: jhi                                   on 2000/10/31  14:16:29
33304         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
33305              From: Peter Prymmer <pvhp@forte.com>
33306              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
33307              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
33308      Branch: perl
33309            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33310            + ext/Encode/Encode/posix-bc.enc
33311            ! MANIFEST t/lib/encode.t
33312 ____________________________________________________________________________
33313 [  7497] By: jhi                                   on 2000/10/31  14:13:22
33314         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
33315              From: Peter Prymmer <pvhp@forte.com>
33316              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
33317              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
33318      Branch: perl
33319            ! t/lib/cgi-html.t
33320 ____________________________________________________________________________
33321 [  7496] By: jhi                                   on 2000/10/31  14:12:05
33322         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
33323              From: Peter Prymmer <pvhp@forte.com>
33324              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
33325              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
33326      Branch: perl
33327            ! t/lib/cgi-function.t
33328 ____________________________________________________________________________
33329 [  7495] By: jhi                                   on 2000/10/31  14:11:08
33330         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33331              From: Peter Prymmer <pvhp@forte.com>
33332              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
33333              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
33334      Branch: perl
33335            + ext/re/hints/aix.pl
33336            ! MANIFEST ext/re/Makefile.PL
33337 ____________________________________________________________________________
33338 [  7494] By: jhi                                   on 2000/10/31  14:08:32
33339         Log: Use Errno magic.
33340              
33341              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
33342              From: Casey Tweten <perl@ctweten.amsite.com>
33343              Date: Mon, 30 Oct 2000 15:51:17 -0500
33344              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
33345      Branch: perl
33346            ! lib/File/Temp.pm
33347 ____________________________________________________________________________
33348 [  7493] By: jhi                                   on 2000/10/31  14:05:07
33349         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
33350              
33351              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
33352              From: Nicholas Clark <nick@ccl4.org>
33353              Date: Mon, 30 Oct 2000 17:38:45 +0000
33354              Message-ID: <20001030173845.O60355@plum.flirble.org>
33355      Branch: perl
33356            ! Makefile.SH utils/perlbug.PL
33357 ____________________________________________________________________________
33358 [  7492] By: nick                                  on 2000/10/30  19:37:23
33359         Log: Change files which are mysteriously different to mainline to be
33360              copies of mainline.
33361      Branch: perlio
33362            ! objXSUB.h perlapi.c pod/perlapi.pod
33363 ____________________________________________________________________________
33364 [  7491] By: nick                                  on 2000/10/30  18:05:54
33365         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
33366              - typo in endian code in putc.
33367              - Don't allow read of write-only files and vice-versa
33368              - and off-by-one in flush-all loop.
33369              Remove debug calls as they were using GCC specific features.
33370      Branch: perlio
33371            ! perlio.c
33372 ____________________________________________________________________________
33373 [  7490] By: nick                                  on 2000/10/29  21:45:45
33374         Log: Integrate mainline to perlio
33375      Branch: perlio
33376           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
33377           !> toke.c
33378 ____________________________________________________________________________
33379 [  7489] By: jhi                                   on 2000/10/29  21:11:08
33380         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
33381              From: andreas.koenig@anima.de (Andreas J. Koenig)
33382              Date: 29 Oct 2000 22:05:59 +0100
33383              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
33384      Branch: perl
33385            ! lib/ExtUtils/Manifest.pm
33386 ____________________________________________________________________________
33387 [  7488] By: jhi                                   on 2000/10/29  21:07:47
33388         Log: Tests for #7487.
33389              
33390              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33391              From: andreas.koenig@anima.de (Andreas J. Koenig)
33392              Date: 29 Oct 2000 19:37:09 +0100
33393              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
33394      Branch: perl
33395            ! t/comp/proto.t
33396 ____________________________________________________________________________
33397 [  7487] By: jhi                                   on 2000/10/29  21:06:27
33398         Log: constsub spillage.
33399              
33400              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33401              From: John Tobey <jtobey@john-edwin-tobey.org>
33402              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
33403              Message-Id: <m13pvSr-000FObC@feynman.localnet>
33404      Branch: perl
33405            ! op.c
33406 ____________________________________________________________________________
33407 [  7486] By: nick                                  on 2000/10/29  21:05:04
33408         Log: Integrate mainline to perlio branch
33409      Branch: perlio
33410           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
33411           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
33412           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
33413           +> vos/install_perl.cm
33414            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
33415            - vos/config.h vos/config_h.SH_orig
33416           !> (integrate 141 files)
33417 ____________________________________________________________________________
33418 [  7485] By: jhi                                   on 2000/10/29  21:00:47
33419         Log: Make \x{...} consistently produce UTF-8.
33420              
33421              Subject: Re: \x{...} is confused 
33422              From: Simon Cozens <simon@cozens.net>
33423              Date: Sun, 29 Oct 2000 19:36:48 +0000
33424              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
33425      Branch: perl
33426            ! t/pragma/utf8.t toke.c
33427 ____________________________________________________________________________
33428 [  7484] By: nick                                  on 2000/10/29  20:05:29
33429         Log: PerlIO passes all tests.
33430      Branch: perlio
33431            ! perlio.c
33432 ____________________________________________________________________________
33433 [  7483] By: jhi                                   on 2000/10/29  18:06:55
33434         Log: Update Changes.
33435      Branch: perl
33436            ! Changes patchlevel.h
33437 ____________________________________________________________________________
33438 [  7482] By: nick                                  on 2000/10/29  17:43:28
33439         Log: Include <unistd.h> to get correct lseek() prototype etc.
33440              (I thought perl.h did that) - down to two fails
33441              - comp/require.t (last test)
33442              - lib/io_xs.t - possibly import/export of FILE * ?
33443      Branch: perlio
33444            ! perlio.c
33445 ____________________________________________________________________________
33446 [  7481] By: jhi                                   on 2000/10/29  17:02:37
33447         Log: UTF-8 decoder tweak.
33448      Branch: perl
33449            ! utf8.c
33450 ____________________________________________________________________________
33451 [  7480] By: nick                                  on 2000/10/29  16:26:11
33452         Log: Fixed two bugs:
33453              - error code not being set on close (of broken pipe)
33454              - append mode was truncating.
33455              At least one seek/tell bug remains.
33456      Branch: perlio
33457            ! perlio.c
33458 ____________________________________________________________________________
33459 [  7479] By: nick                                  on 2000/10/29  11:18:16
33460         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
33461              in case of accidents. Still several worrying fails, no line disciplines yet.
33462      Branch: perlio
33463            ! iperlsys.h perlio.c
33464 ____________________________________________________________________________
33465 [  7478] By: jhi                                   on 2000/10/29  02:04:01
33466         Log: Add also emailless people.
33467      Branch: perl
33468            ! AUTHORS
33469 ____________________________________________________________________________
33470 [  7477] By: jhi                                   on 2000/10/29  01:36:00
33471         Log: The #7476 needs a MANIFEST change, too.
33472      Branch: perl
33473            ! MANIFEST
33474 ____________________________________________________________________________
33475 [  7476] By: jhi                                   on 2000/10/29  01:35:21
33476         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
33477      Branch: perl
33478            - MAINTAIN
33479            ! AUTHORS Changes
33480 ____________________________________________________________________________
33481 [  7475] By: jhi                                   on 2000/10/28  23:57:25
33482         Log: De-quoted-unreadable to ISO Latin 1.
33483              (There's one ISO-2022-JP name in Changes5.004.)
33484      Branch: perl
33485            ! Changes Changes5.6
33486 ____________________________________________________________________________
33487 [  7474] By: jhi                                   on 2000/10/28  19:13:06
33488         Log: Subject: [ID 20001027.007] uniq array in perlfaq
33489              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
33490              Date: Fri, 27 Oct 2000 19:28:30 +0200
33491              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
33492      Branch: perl
33493            ! pod/perlfaq4.pod
33494 ____________________________________________________________________________
33495 [  7473] By: jhi                                   on 2000/10/28  18:02:05
33496         Log: Locking null mutexes is not recommendable.
33497              
33498              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
33499              From: Hugo <hv@crypt.compulink.co.uk>
33500              Date: Sat, 28 Oct 2000 18:41:12 +0100
33501              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
33502      Branch: perl
33503            ! op.c
33504 ____________________________________________________________________________
33505 [  7472] By: jhi                                   on 2000/10/28  17:52:58
33506         Log: Better create a true mailing list for the repository keepers.
33507      Branch: perl
33508            ! Porting/repository.pod
33509 ____________________________________________________________________________
33510 [  7471] By: jhi                                   on 2000/10/28  17:28:24
33511         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
33512              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33513      Branch: perl
33514            + Porting/repository.pod
33515            ! MANIFEST
33516 ____________________________________________________________________________
33517 [  7470] By: jhi                                   on 2000/10/28  17:20:54
33518         Log: Subject: DOC PATCH 5.6.0
33519              From: mjd@plover.com
33520              Date: 27 Oct 2000 17:32:44 -0000
33521              Message-ID: <20001027173244.23754.qmail@plover.com>
33522      Branch: perl
33523            ! pod/perlfunc.pod
33524 ____________________________________________________________________________
33525 [  7469] By: jhi                                   on 2000/10/28  17:16:45
33526         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33527              From: "Peter J. Farley III" <pjfarley@banet.net>
33528              Date: Fri, 27 Oct 2000 20:32:56 -0400
33529              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
33530      Branch: perl
33531            ! README.dos
33532 ____________________________________________________________________________
33533 [  7468] By: jhi                                   on 2000/10/28  17:07:18
33534         Log: Make target reordering to avoid pointless re-makes.
33535              
33536              Subject: Re: Total re-make of 'make okfile' after 7451 ?
33537              From: Nicholas Clark <nick@ccl4.org>
33538              Date: Sat, 28 Oct 2000 00:31:02 +0100
33539              Message-ID: <20001028003101.A54517@plum.flirble.org>
33540      Branch: perl
33541            ! Makefile.SH
33542 ____________________________________________________________________________
33543 [  7467] By: jhi                                   on 2000/10/28  17:05:31
33544         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33545              From: lvirden@cas.org
33546              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
33547              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
33548      Branch: perl
33549            ! README.os2
33550 ____________________________________________________________________________
33551 [  7466] By: jhi                                   on 2000/10/28  16:09:16
33552         Log: Upgrade to CPAN 1.58_55.
33553              
33554              Subject: CPAN.pm status
33555              From: andreas.koenig@anima.de (Andreas J. Koenig) 
33556              Date: 28 Oct 2000 08:18:00 +0200 
33557              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
33558      Branch: perl
33559            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33560 ____________________________________________________________________________
33561 [  7465] By: jhi                                   on 2000/10/28  16:02:47
33562         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33563      Branch: perl
33564            ! embed.h embed.pl perl.h proto.h toke.c
33565 ____________________________________________________________________________
33566 [  7464] By: nick                                  on 2000/10/28  10:43:44
33567         Log: Fix for sv_2iv() on "shared" value from keys %hash.
33568      Branch: perl
33569            ! sv.c
33570 ____________________________________________________________________________
33571 [  7463] By: jhi                                   on 2000/10/27  16:18:29
33572         Log: Update Changes.
33573      Branch: perl
33574            ! Changes patchlevel.h
33575 ____________________________________________________________________________
33576 [  7462] By: jhi                                   on 2000/10/27  16:17:44
33577         Log: Too enthusiastic editing in #7460.
33578      Branch: metaconfig
33579            ! U/modified/Oldsym.U
33580      Branch: perl
33581            ! Configure config_h.SH
33582 ____________________________________________________________________________
33583 [  7461] By: jhi                                   on 2000/10/27  15:37:38
33584         Log: Retract #7459, the script needs more work.
33585      Branch: perl
33586            - mkreef
33587            ! MANIFEST
33588 ____________________________________________________________________________
33589 [  7460] By: jhi                                   on 2000/10/27  15:23:14
33590         Log: Use $sort, $uniq (and $tr) consistently as wondered
33591              by Nicholas Clark.
33592      Branch: metaconfig
33593            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
33594            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
33595            ! U/modified/libc.U
33596      Branch: perl
33597            ! Configure config_h.SH
33598 ____________________________________________________________________________
33599 [  7459] By: jhi                                   on 2000/10/27  15:02:07
33600         Log: (Retracted by #7461)
33601              
33602              Add a shell script for creating/removing symbolic link farms,
33603              useful for keeping the source code read-only and doing the
33604              builds somewhere else.
33605      Branch: perl
33606            + mkreef
33607            ! MANIFEST
33608 ____________________________________________________________________________
33609 [  7458] By: jhi                                   on 2000/10/27  14:42:20
33610         Log: Do away with the fix_pl.
33611      Branch: perl
33612            - fix_pl
33613            ! MANIFEST Makefile.SH
33614 ____________________________________________________________________________
33615 [  7457] By: jhi                                   on 2000/10/27  12:43:13
33616         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33617              From: Jens Hamisch <jens@Strawberry.COM>
33618              Date: Fri, 27 Oct 2000 14:38:21 +0200
33619              Message-Id: <20001027143821.B3366@Strawberry.COM>
33620      Branch: perl
33621            ! perl.h
33622 ____________________________________________________________________________
33623 [  7456] By: jhi                                   on 2000/10/27  12:33:42
33624         Log: Subject: [PATCH] todo
33625              From: Nicholas Clark <nick@ccl4.org>
33626              Date: Thu, 26 Oct 2000 22:32:29 +0100
33627              Message-ID: <20001026223229.A44540@plum.flirble.org>
33628      Branch: perl
33629            ! pod/perltodo.pod
33630 ____________________________________________________________________________
33631 [  7455] By: jhi                                   on 2000/10/27  12:02:21
33632         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
33633              From: John Tobey <jtobey@john-edwin-tobey.org>
33634              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
33635              Message-Id: <m13ozHF-000FObC@feynman.localnet>
33636      Branch: perl
33637            ! op.c t/pragma/sub_lval.t
33638 ____________________________________________________________________________
33639 [  7454] By: jhi                                   on 2000/10/27  11:59:42
33640         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33641              From: sthoenna@efn.org
33642              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
33643              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
33644      Branch: perl
33645            ! pp.c t/op/assignwarn.t
33646 ____________________________________________________________________________
33647 [  7453] By: jhi                                   on 2000/10/27  00:15:08
33648         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
33649      Branch: perl
33650            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33651            ! ext/Storable/Storable.xs t/lib/st-lock.t
33652 ____________________________________________________________________________
33653 [  7452] By: jhi                                   on 2000/10/26  13:05:52
33654         Log: Undo #7451, this seems to be a deficiency in Perforce,
33655              there is no per-file line-terminator type, only per-client.
33656      Branch: perl
33657            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33658            ! win32/makefile.mk
33659 ____________________________________________________________________________
33660 [  7451] By: jhi                                   on 2000/10/26  04:56:03
33661         Log: Experimenting in DOS arcana.
33662      Branch: perl
33663            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33664            ! win32/makefile.mk
33665 ____________________________________________________________________________
33666 [  7450] By: jhi                                   on 2000/10/26  04:50:52
33667         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
33668              From: "Peter J. Farley III" <pjfarley@banet.net>            
33669              Date: Wed, 25 Oct 2000 23:10:18 -0400
33670              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
33671      Branch: perl
33672            ! t/io/open.t
33673 ____________________________________________________________________________
33674 [  7449] By: jhi                                   on 2000/10/26  04:49:16
33675         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
33676              From: Hugo <hv@crypt.compulink.co.uk>
33677              Date: Thu, 26 Oct 2000 01:55:17 +0100
33678              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
33679              
33680              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
33681      Branch: perl
33682            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
33683 ____________________________________________________________________________
33684 [  7448] By: jhi                                   on 2000/10/26  04:38:36
33685         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33686              From: Peter Prymmer <pvhp@forte.com>
33687              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
33688              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
33689      Branch: perl
33690            ! configure.com
33691 ____________________________________________________________________________
33692 [  7447] By: jhi                                   on 2000/10/25  23:20:02
33693         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33694              in platforms that strictly require all the symbols being present
33695              at link time.
33696      Branch: perl
33697            ! handy.h
33698 ____________________________________________________________________________
33699 [  7446] By: jhi                                   on 2000/10/25  21:55:57
33700         Log: Update Changes.
33701      Branch: perl
33702            ! Changes patchlevel.h
33703 ____________________________________________________________________________
33704 [  7445] By: jhi                                   on 2000/10/25  21:27:08
33705         Log: Integrate with vmsperl #7430 by Charles Bailey:
33706              
33707              Cleanup from prior patch (Charles Lane?):
33708              - improve handling of MFDs in Basename and Path
33709              - default to no xsubpp line # munging when building debug images
33710      Branch: perl
33711           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33712 ____________________________________________________________________________
33713 [  7444] By: jhi                                   on 2000/10/25  21:03:50
33714         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
33715              From: John Peacock <JPeacock@UnivPress.com>
33716              Date: Thu, 18 May 2000 11:55:27 -0400
33717              Message-ID: <3924126F.A58BE57A@UnivPress.com>
33718      Branch: perl
33719            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
33720            ! t/op/write.t
33721 ____________________________________________________________________________
33722 [  7443] By: jhi                                   on 2000/10/25  20:43:10
33723         Log: Temporary stopgap for the self-tying issue: for now only
33724              array and hash self-ties are verboten.  The real fix, of
33725              course, would be to comprehensively test (and implement?)
33726              and debug (and document) self-ties.
33727      Branch: perl
33728            ! pod/perldiag.pod pp_sys.c t/op/tie.t
33729 ____________________________________________________________________________
33730 [  7442] By: jhi                                   on 2000/10/25  20:14:30
33731         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
33732              From: Dan Sugalski <dan@sidhe.org>
33733              Date: Wed, 25 Oct 2000 13:36:35 -0400
33734              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
33735              
33736              plus regen global.sym.
33737      Branch: perl
33738            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
33739            ! thrdvar.h util.c
33740 ____________________________________________________________________________
33741 [  7441] By: jhi                                   on 2000/10/25  20:12:20
33742         Log: buildtoc target tweaks.
33743      Branch: perl
33744            ! pod/Makefile.SH
33745 ____________________________________________________________________________
33746 [  7440] By: jhi                                   on 2000/10/25  20:03:53
33747         Log: A new version of making the syslog test more robust.
33748              (Replaces #7421.)
33749              
33750              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33751              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33752              Date: Wed, 25 Oct 2000 12:13:54 -0400
33753              Message-ID: <20001025121354.B2264@O2.chapin.edu>
33754      Branch: perl
33755            ! t/lib/syslog.t
33756 ____________________________________________________________________________
33757 [  7439] By: jhi                                   on 2000/10/25  20:00:48
33758         Log: Continue the internal UTF-8 API tweaking.
33759              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33760              used much more than the simpler API, now called utf8_to_uv_simple().
33761              Still not quite happy with API, too much partial duplication
33762              of functionality.
33763      Branch: perl
33764            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
33765            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
33766            ! regcomp.c regexec.c sv.c toke.c utf8.c
33767 ____________________________________________________________________________
33768 [  7438] By: jhi                                   on 2000/10/25  18:52:30
33769         Log: Allow poking holes at the UTF-8 decoding strictness.
33770      Branch: perl
33771            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
33772            ! utf8.h
33773 ____________________________________________________________________________
33774 [  7437] By: jhi                                   on 2000/10/25  13:53:05
33775         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
33776              UTF8LEN() and UTF8SKIP(). 
33777      Branch: perl
33778            ! pp.c utf8.c utf8.h
33779 ____________________________________________________________________________
33780 [  7436] By: jhi                                   on 2000/10/25  13:51:37
33781         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
33782              From: Nicholas Clark <nick@ccl4.org>
33783              Date: Wed, 25 Oct 2000 14:44:05 +0100
33784              Message-ID: <20001025144404.D27253@plum.flirble.org>
33785      Branch: perl
33786            ! pod/perlrun.pod
33787 ____________________________________________________________________________
33788 [  7435] By: jhi                                   on 2000/10/25  13:49:32
33789         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33790              From: Mike Guy <mjtg@cam.ac.uk>
33791              Date: Tue, 24 Oct 2000 14:59:40 +0100
33792              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
33793      Branch: perl
33794            ! scope.c
33795 ____________________________________________________________________________
33796 [  7434] By: jhi                                   on 2000/10/25  13:48:41
33797         Log: AIX is picky about its symbol exports.  Solution for now
33798              is to include the deb.o explicitly to the re extension build.
33799              
33800              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
33801              From: Peter Prymmer <pvhp@forte.com>
33802              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
33803              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
33804      Branch: perl
33805            ! ext/re/Makefile.PL hints/aix.sh
33806 ____________________________________________________________________________
33807 [  7433] By: jhi                                   on 2000/10/25  13:46:49
33808         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33809              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33810              Date: Wed, 25 Oct 2000 12:02:20 +0200
33811              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
33812      Branch: perl
33813            ! perlsdio.h
33814 ____________________________________________________________________________
33815 [  7432] By: jhi                                   on 2000/10/25  13:44:28
33816         Log: Subject: Minor update to find2perl, for portability
33817              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33818              Date: Wed, 25 Oct 2000 12:05:47 +0100
33819              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
33820      Branch: perl
33821            ! x2p/find2perl.PL
33822 ____________________________________________________________________________
33823 [  7431] By: jhi                                   on 2000/10/25  13:40:39
33824         Log: Add targets to Makefile.SH, most importantly
33825              'regen_all' which also remembers to update vms/perly*.
33826      Branch: perl
33827            ! Makefile.SH
33828 ____________________________________________________________________________
33829 [  7430] By: bailey                                on 2000/10/25  03:13:53
33830         Log: Cleanup from prior patch (Charles Lane?):
33831              - improve handling of MFDs in Basename and Path
33832              - default to no xsubpp line # munging when building debug images
33833      Branch: vmsperl
33834            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33835 ____________________________________________________________________________
33836 [  7429] By: jhi                                   on 2000/10/24  20:03:40
33837         Log: Podify README.epoc and README.vos.
33838      Branch: perl
33839            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
33840            ! pod/perlport.pod pod/perltoc.pod
33841 ____________________________________________________________________________
33842 [  7428] By: jhi                                   on 2000/10/24  19:10:33
33843         Log: Stratus VOS updates from Paul Green.
33844      Branch: perl
33845            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33846            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33847            - vos/config.def vos/config.h vos/config_h.SH_orig
33848            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
33849            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
33850 ____________________________________________________________________________
33851 [  7427] By: jhi                                   on 2000/10/24  18:59:48
33852         Log: Check if stdio supports tweaking lval and cnt simultaneously.
33853              
33854              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33855              From: Nicholas Clark <nick@ccl4.org>
33856              Date: Mon, 23 Oct 2000 15:39:32 +0100
33857              Message-ID: <20001023153932.A10786@plum.flirble.org>
33858      Branch: metaconfig
33859            ! U/compline/d_stdstdio.U
33860      Branch: perl
33861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33862            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
33863            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
33864            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
33865            ! vos/config.h vos/config_h.SH_orig win32/config.bc
33866            ! win32/config.gc win32/config.vc
33867 ____________________________________________________________________________
33868 [  7426] By: jhi                                   on 2000/10/24  17:57:44
33869         Log: Missed the header file changes from #7425.
33870      Branch: perl
33871            ! embed.h embed.pl objXSUB.h proto.h
33872 ____________________________________________________________________________
33873 [  7425] By: jhi                                   on 2000/10/24  17:55:17
33874         Log: Fix the bug reported in
33875              
33876              From: andreas.koenig@anima.de (Andreas J. Koenig)
33877              Subject: Encode bug?
33878              Date: 24 Oct 2000 14:01:26 +0200 
33879              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
33880              
33881              Also make is_utf8_char() stricter.
33882      Branch: perl
33883            ! ext/Encode/Encode.xs utf8.c
33884 ____________________________________________________________________________
33885 [  7424] By: jhi                                   on 2000/10/24  15:15:39
33886         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33887              From: Peter Scott <Peter@PSDT.com>
33888              Date: Mon, 23 Oct 2000 19:46:01 -0700
33889              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
33890      Branch: perl
33891            ! pod/perlfaq5.pod
33892 ____________________________________________________________________________
33893 [  7423] By: jhi                                   on 2000/10/24  14:25:30
33894         Log: Test tweak to avoid pulling in the whole Config.
33895      Branch: perl
33896            ! t/lib/st-lock.t
33897 ____________________________________________________________________________
33898 [  7422] By: jhi                                   on 2000/10/24  14:03:16
33899         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
33900      Branch: perl
33901            ! pp.c
33902 ____________________________________________________________________________
33903 [  7421] By: jhi                                   on 2000/10/24  13:32:09
33904         Log: (Replaced by #7440.)
33905              
33906              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33907              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33908              Date: Mon, 23 Oct 2000 16:40:54 -0400
33909              Message-ID: <20001023164054.B14491@O2.chapin.edu>
33910      Branch: perl
33911            ! t/lib/syslog.t
33912 ____________________________________________________________________________
33913 [  7420] By: jhi                                   on 2000/10/24  13:30:53
33914         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
33915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33916              Date: Mon, 23 Oct 2000 17:29:03 -0400
33917              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
33918      Branch: perl
33919            ! lib/ExtUtils/MM_Unix.pm
33920 ____________________________________________________________________________
33921 [  7419] By: jhi                                   on 2000/10/24  13:29:57
33922         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
33923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33924              Date: Mon, 23 Oct 2000 19:01:32 -0400
33925              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
33926      Branch: perl
33927            ! utils/h2xs.PL
33928 ____________________________________________________________________________
33929 [  7418] By: jhi                                   on 2000/10/24  13:26:04
33930         Log: Replace #7409 with
33931              
33932              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
33933              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33934              Date: Mon, 23 Oct 2000 20:08:56 +0200
33935              Message-ID: <20001023200855.A14850@nice.ram.loc>
33936      Branch: perl
33937            ! ext/Storable/Storable.pm t/lib/st-lock.t
33938 ____________________________________________________________________________
33939 [  7417] By: jhi                                   on 2000/10/24  13:17:52
33940         Log: Run vms/vms_yfix.pl, should have done that after changing
33941              perly.c in #7382.
33942      Branch: perl
33943            ! vms/perly_c.vms vms/perly_h.vms
33944 ____________________________________________________________________________
33945 [  7416] By: jhi                                   on 2000/10/24  02:55:33
33946         Log: Make the UTF-8 decoding stricter and more verbose when
33947              malformation happens.  This involved adding an argument
33948              to utf8_to_uv_chk(), which involved changing its prototype,
33949              and prefer STRLEN over I32 for the UTF-8 length, which as
33950              a domino effect necessitated changing the prototypes of
33951              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33952              The stricter UTF-8 decoding checking uses Markus Kuhn's
33953              UTF-8 Decode Stress Tester from
33954              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33955      Branch: perl
33956            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
33957            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
33958            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
33959            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
33960 ____________________________________________________________________________
33961 [  7415] By: jhi                                   on 2000/10/23  14:06:06
33962         Log: Update Changes.
33963      Branch: perl
33964            ! Changes patchlevel.h
33965 ____________________________________________________________________________
33966 [  7414] By: jhi                                   on 2000/10/23  12:39:52
33967         Log: Undo the basename() part of #7412 since the lib/basename
33968              tests would need upgrading too.
33969      Branch: perl
33970            ! lib/File/Basename.pm
33971 ____________________________________________________________________________
33972 [  7413] By: jhi                                   on 2000/10/23  12:19:27
33973         Log: Document PERL_INSTALL_ROOT of #7210.
33974      Branch: perl
33975            ! lib/ExtUtils/Install.pm
33976 ____________________________________________________________________________
33977 [  7412] By: jhi                                   on 2000/10/23  12:16:47
33978         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
33979      Branch: perl
33980            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
33981            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
33982 ____________________________________________________________________________
33983 [  7411] By: jhi                                   on 2000/10/23  12:07:41
33984         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
33985              From: Prymmer/Kahn <pvhp@best.com>
33986              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
33987              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
33988      Branch: perl
33989            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
33990 ____________________________________________________________________________
33991 [  7410] By: jhi                                   on 2000/10/23  04:10:11
33992         Log: The change #7187 was not so good on VMS.
33993              
33994              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
33995              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33996              Date: Sun, 22 Oct 2000 23:03:08 -0500
33997              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
33998      Branch: perl
33999            ! utils/perldoc.PL
34000 ____________________________________________________________________________
34001 [  7409] By: jhi                                   on 2000/10/23  03:57:36
34002         Log: Avoid Storable locking on DJGPP for now.
34003              
34004              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
34005              From: "Peter J. Farley III" <pjfarley@banet.net>
34006              Date: Sun, 22 Oct 2000 20:00:00 -0400
34007              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
34008      Branch: perl
34009            ! ext/Storable/Storable.pm t/lib/st-lock.t
34010 ____________________________________________________________________________
34011 [  7408] By: jhi                                   on 2000/10/23  03:50:24
34012         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
34013              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34014              Date: Sun, 22 Oct 2000 21:12:22 -0400
34015              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
34016      Branch: perl
34017            ! lib/vars.pm
34018 ____________________________________________________________________________
34019 [  7407] By: jhi                                   on 2000/10/23  03:43:12
34020         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
34021              From: Hugo <hv@crypt.compulink.co.uk>
34022              Date: Mon, 23 Oct 2000 00:47:22 +0100
34023              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
34024      Branch: perl
34025            ! regexec.c t/op/pat.t
34026 ____________________________________________________________________________
34027 [  7406] By: jhi                                   on 2000/10/23  03:40:29
34028         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
34029      Branch: perl
34030            ! lib/ExtUtils/MakeMaker.pm
34031 ____________________________________________________________________________
34032 [  7405] By: jhi                                   on 2000/10/22  21:32:00
34033         Log: Doc patch.
34034              
34035              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
34036              From: rspier@pobox.com (Robert Spier)
34037              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
34038              Message-ID: <14835.16112.13457.447971@rls.cx>
34039      Branch: perl
34040            ! lib/strict.pm
34041 ____________________________________________________________________________
34042 [  7404] By: jhi                                   on 2000/10/22  21:30:51
34043         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
34044              From: rspier@pobox.com (Robert Spier)
34045              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
34046              Message-ID: <14835.17223.72448.705566@rls.cx>
34047      Branch: perl
34048            ! lib/ExtUtils/MakeMaker.pm
34049 ____________________________________________________________________________
34050 [  7403] By: jhi                                   on 2000/10/22  21:24:11
34051         Log: Subject: [PATCH bleadperl] ripples from constsub patch
34052              From: John Tobey <jtobey@john-edwin-tobey.org>
34053              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
34054              Message-Id: <m13nSOB-000FObC@feynman.localnet>
34055      Branch: perl
34056            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
34057 ____________________________________________________________________________
34058 [  7402] By: jhi                                   on 2000/10/22  20:59:35
34059         Log: Support s?printf parameter reordering.
34060      Branch: perl
34061            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
34062 ____________________________________________________________________________
34063 [  7401] By: jhi                                   on 2000/10/22  19:19:14
34064         Log: Expand %Config variables only if explicitly so requested
34065              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
34066              
34067              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34068              From: Gurusamy Sarathy <gsar@ActiveState.com>
34069              Date: Sun, 22 Oct 2000 11:47:32 -0700
34070              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
34071      Branch: perl
34072            ! Makefile.SH lib/lib_pm.PL
34073 ____________________________________________________________________________
34074 [  7400] By: jhi                                   on 2000/10/22  18:24:10
34075         Log: Move the #7390 test from warn/op to comp/redef.
34076              
34077              Subject: Re: Creating const subs for constants.
34078              From: John Tobey <jtobey@john-edwin-tobey.org>
34079              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
34080              Message-Id: <m13nG72-000FObC@feynman.localnet>               
34081      Branch: perl
34082            ! t/comp/redef.t t/pragma/warn/op
34083 ____________________________________________________________________________
34084 [  7399] By: jhi                                   on 2000/10/22  17:49:59
34085         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34086              From: Nicholas Clark <nick@ccl4.org>
34087              Date: Sat, 21 Oct 2000 22:23:19 +0100
34088              Message-ID: <20001021222319.B45586@plum.flirble.org>
34089      Branch: perl
34090            ! ext/DynaLoader/DynaLoader_pm.PL
34091 ____________________________________________________________________________
34092 [  7398] By: jhi                                   on 2000/10/22  17:47:35
34093         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
34094              From: Hugo <hv@crypt.compulink.co.uk>
34095              Date: Sat, 21 Oct 2000 18:19:59 +0100
34096              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
34097      Branch: perl
34098            ! ext/B/B.pm ext/B/B/C.pm
34099 ____________________________________________________________________________
34100 [  7397] By: jhi                                   on 2000/10/22  17:35:18
34101         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
34102              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34103              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
34104              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
34105      Branch: perl
34106            ! hints/openbsd.sh
34107 ____________________________________________________________________________
34108 [  7396] By: jhi                                   on 2000/10/22  17:19:46
34109         Log: Subject: installman go-faster stripes
34110              From: Nicholas Clark <nick@talking.bollo.cx>
34111              Date: Sat, 21 Oct 2000 17:24:53 +0100
34112              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
34113              
34114              Subject: Re: installman go-faster stripes
34115              From: Russ Allbery <rra@stanford.edu>
34116              Date: 21 Oct 2000 11:04:13 -0700
34117              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
34118      Branch: perl
34119            ! installman pod/pod2man.PL
34120 ____________________________________________________________________________
34121 [  7395] By: jhi                                   on 2000/10/22  17:17:35
34122         Log: Hints tweak from Anton Berezin.
34123      Branch: perl
34124            ! hints/freebsd.sh
34125 ____________________________________________________________________________
34126 [  7394] By: jhi                                   on 2000/10/22  04:50:04
34127         Log: Tweak the Is* definitions of Unicode character classes
34128              to better match the official categorizations; embrace
34129              the official categorizations; add the combining marks
34130              as alpha (and -numeric); fix DCinital (a typo and edito)
34131              to be DCmedial.
34132      Branch: perl
34133            + lib/unicode/Is/DCmedial.pl
34134            - lib/unicode/Is/DCinital.pl
34135            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34136            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
34137            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
34138            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34139 ____________________________________________________________________________
34140 [  7393] By: jhi                                   on 2000/10/21  18:06:05
34141         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
34142              From: Daniel Chetlin <daniel@chetlin.com>
34143              Date: Sat, 21 Oct 2000 02:57:03 -0700
34144              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
34145      Branch: perl
34146            + t/lib/tie-splice.t
34147            ! MANIFEST lib/Tie/Array.pm
34148 ____________________________________________________________________________
34149 [  7392] By: gsar                                  on 2000/10/21  18:05:15
34150         Log: resync utfperl branch with mainline
34151      Branch: utfperl
34152           !> (integrate 1760 files)
34153 ____________________________________________________________________________
34154 [  7391] By: jhi                                   on 2000/10/21  14:37:49
34155         Log: Testcases for a #7383,#7385 related bug.
34156              
34157              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
34158              From: Nicholas Clark <nick@ccl4.org>
34159              Date: Sat, 21 Oct 2000 15:04:51 +0100
34160              Message-ID: <20001021150451.A51566@plum.flirble.org>
34161      Branch: perl
34162            ! t/pragma/utf8.t
34163 ____________________________________________________________________________
34164 [  7390] By: jhi                                   on 2000/10/21  14:35:57
34165         Log: Add a testcase for #7389.
34166      Branch: perl
34167            ! t/pragma/warn/op
34168 ____________________________________________________________________________
34169 [  7389] By: jhi                                   on 2000/10/21  14:26:45
34170         Log: Subject: Re: Creating const subs for constants.
34171              From: John Tobey <jtobey@john-edwin-tobey.org>
34172              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
34173              Message-Id: <m13mo0N-000FObC@feynman.localnet>
34174      Branch: perl
34175            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
34176            ! proto.h sv.c
34177 ____________________________________________________________________________
34178 [  7388] By: nick                                  on 2000/10/21  11:44:23
34179         Log: Populate perlio branch
34180      Branch: perlio
34181           +> (branch 1760 files)
34182 ____________________________________________________________________________
34183 [  7387] By: nick                                  on 2000/10/21  10:52:05
34184         Log: Get branch back as replica of mainline via :
34185              p4 integrate -b utfperl
34186              p4 resolve -at ./...
34187      Branch: utfperl
34188           +> (branch 269 files)
34189            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
34190            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
34191            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
34192            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
34193            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
34194            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34195            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34196            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34197            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34198            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34199            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34200            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34201            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34202            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34203            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34204            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34205            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34206            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34207            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
34208            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
34209            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
34210            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
34211            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
34212            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
34213            - lib/unicode/UCD300.html lib/unicode/Unicode.300
34214            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
34215            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
34216            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
34217            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
34218           !> (integrate 965 files)
34219 ____________________________________________________________________________
34220 [  7386] By: jhi                                   on 2000/10/21  01:31:12
34221         Log: Update Changes.
34222      Branch: perl
34223            ! Changes patchlevel.h
34224 ____________________________________________________________________________
34225 [  7385] By: jhi                                   on 2000/10/21  01:28:42
34226         Log: The #7383 was right only in the context of the original bug report,
34227              not in more general case.
34228      Branch: perl
34229            ! pp_hot.c
34230 ____________________________________________________________________________
34231 [  7384] By: jhi                                   on 2000/10/21  01:08:23
34232         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
34233      Branch: perl
34234            ! ext/IO/lib/IO/Select.pm
34235 ____________________________________________________________________________
34236 [  7383] By: jhi                                   on 2000/10/21  00:44:18
34237         Log: Fix for ID 20001020.006, concatenating an unset submatch
34238              with utf8 resulted in "Modification of a read-only value".
34239      Branch: perl
34240            ! pp_hot.c t/pragma/utf8.t
34241 ____________________________________________________________________________
34242 [  7382] By: jhi                                   on 2000/10/20  20:44:31
34243         Log: Make scan_num() reëntrant, as suggested in
34244              
34245              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34246              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34247              Date: Fri, 20 Oct 2000 14:17:27 +0100
34248              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34249      Branch: perl
34250            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
34251            ! toke.c
34252 ____________________________________________________________________________
34253 [  7381] By: jhi                                   on 2000/10/20  20:07:29
34254         Log: Reëntrancy fix.
34255              
34256              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34257              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34258              Date: Fri, 20 Oct 2000 14:17:27 +0100
34259              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34260      Branch: perl
34261            ! embed.h embed.pl perl.h proto.h toke.c
34262 ____________________________________________________________________________
34263 [  7380] By: jhi                                   on 2000/10/20  19:15:54
34264         Log: Don't write double values through long double pointers,
34265              based on a part of
34266              
34267              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34268              From: Jens Hamisch <jens@Strawberry.COM>
34269              Date: Tue, 17 Oct 2000 08:39:36 +0200
34270              Message-Id: <20001017083936.A11104@Strawberry.COM>
34271      Branch: perl
34272            ! perl.h pp.c
34273 ____________________________________________________________________________
34274 [  7379] By: jhi                                   on 2000/10/20  18:43:37
34275         Log: Portability tweak on #7377.
34276              
34277              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
34278              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34279              Date:     Fri, 20 Oct 2000 13:13:41 EDT
34280              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
34281      Branch: perl
34282            ! t/lib/dprof.t
34283 ____________________________________________________________________________
34284 [  7378] By: jhi                                   on 2000/10/20  12:57:19
34285         Log: SOCKS function redefinitions need prototypes, too, otherwise
34286              for example 32 bit versus 64 bit differences cause a lot of
34287              problems.  Part of
34288              
34289              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34290              From: Jens Hamisch <jens@Strawberry.COM>
34291              Date: Tue, 17 Oct 2000 08:39:36 +0200
34292              Message-Id: <20001017083936.A11104@Strawberry.COM>
34293      Branch: perl
34294            ! doio.c pp_sys.c
34295 ____________________________________________________________________________
34296 [  7377] By: jhi                                   on 2000/10/20  12:37:12
34297         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
34298              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34299              Date:     Fri, 20 Oct 2000 08:26:04 EDT
34300              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
34301      Branch: perl
34302            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
34303 ____________________________________________________________________________
34304 [  7376] By: jhi                                   on 2000/10/20  12:35:31
34305         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
34306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34307              Date:     Fri, 20 Oct 2000 07:48:15 EDT
34308              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
34309      Branch: perl
34310            ! configure.com vms/gen_shrfls.pl
34311 ____________________________________________________________________________
34312 [  7375] By: bailey                                on 2000/10/20  04:44:37
34313         Log: SYN SYN
34314      Branch: vmsperl
34315           +> (branch 134 files)
34316            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34317            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34318            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34319            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34320            - eg/cgi/frameset.cgi eg/cgi/index.html
34321            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34322            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34323            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34324            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34325            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34326            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34327            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34328            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34329            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34330            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34331            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34332            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34333            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34334            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
34335            - lib/unicode/Props.txt lib/unicode/UCD300.html
34336            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34337            - utils/perlbc.PL vms/subconfigure.com
34338           !> (integrate 785 files)
34339 ____________________________________________________________________________
34340 [  7374] By: jhi                                   on 2000/10/20  00:59:48
34341         Log: In the latest compiler builds cccdlflags must not become -fpic,
34342              from Wilfredo Sánchez.
34343      Branch: perl
34344            ! hints/darwin.sh
34345 ____________________________________________________________________________
34346 [  7373] By: jhi                                   on 2000/10/20  00:56:35
34347         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
34348              From: Tony Cook <tony@develop-help.com>
34349              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
34350              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
34351      Branch: perl
34352            ! pod/perlop.pod
34353 ____________________________________________________________________________
34354 [  7372] By: jhi                                   on 2000/10/19  19:34:40
34355         Log: Typo noted by Mark Lutz.
34356      Branch: perl
34357            ! t/op/64bitint.t
34358 ____________________________________________________________________________
34359 [  7371] By: jhi                                   on 2000/10/19  19:33:13
34360         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
34361      Branch: metaconfig
34362            ! U/modified/Cppsym.U U/modified/Oldconfig.U
34363      Branch: metaconfig/U/perl
34364            ! End.U dlsrc.U libperl.U
34365      Branch: perl
34366            + hints/nonstopux.sh
34367            ! Configure MANIFEST config_h.SH
34368 ____________________________________________________________________________
34369 [  7370] By: jhi                                   on 2000/10/19  17:18:08
34370         Log: Subject: PATCH do_print has 2 PerlIO_error()s
34371              From: nick@ccl4.org
34372              Date: Thu, 19 Oct 2000 18:09:20 +0100
34373              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
34374      Branch: perl
34375            ! doio.c
34376 ____________________________________________________________________________
34377 [  7369] By: jhi                                   on 2000/10/19  14:01:49
34378         Log: Update Changes.
34379      Branch: perl
34380            ! Changes patchlevel.h
34381 ____________________________________________________________________________
34382 [  7368] By: jhi                                   on 2000/10/19  13:04:29
34383         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
34384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34385              Date: Wed, 18 Oct 2000 13:12:01 +0200
34386              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
34387      Branch: perl
34388            ! hints/aix.sh
34389 ____________________________________________________________________________
34390 [  7367] By: jhi                                   on 2000/10/19  02:22:40
34391         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
34392              of a 'pmshort' anywhere in the B, so the offending line was simply
34393              removed.
34394      Branch: perl
34395            ! ext/B/B/Debug.pm
34396 ____________________________________________________________________________
34397 [  7366] By: jhi                                   on 2000/10/19  02:12:37
34398         Log: Add the test case for the bug id 20000730.004 which seems
34399              to have been fixed by now.
34400      Branch: perl
34401            ! t/pragma/utf8.t
34402 ____________________________________________________________________________
34403 [  7365] By: jhi                                   on 2000/10/18  23:36:24
34404         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
34405              From: Hugo <hv@crypt.compulink.co.uk>
34406              Date: Wed, 18 Oct 2000 23:25:58 +0100
34407              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
34408      Branch: perl
34409            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
34410 ____________________________________________________________________________
34411 [  7364] By: jhi                                   on 2000/10/18  21:12:53
34412         Log: (retracted)
34413      Branch: perl
34414            ! pp.c
34415 ____________________________________________________________________________
34416 [  7363] By: jhi                                   on 2000/10/18  20:55:38
34417         Log: Missing change from #7362.
34418      Branch: perl
34419            ! win32/perlhost.h
34420 ____________________________________________________________________________
34421 [  7362] By: jhi                                   on 2000/10/18  20:52:01
34422         Log: Borland C fstat() never saw the fd as writable.
34423              
34424              Subject: fix for Borland's weak "stat" (perl@7211)
34425              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34426              Date: Mon, 16 Oct 2000 09:55:03 +0400
34427              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
34428      Branch: perl
34429            ! win32/win32.c
34430 ____________________________________________________________________________
34431 [  7361] By: jhi                                   on 2000/10/18  17:43:50
34432         Log: Regen toc.
34433      Branch: perl
34434            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
34435 ____________________________________________________________________________
34436 [  7360] By: jhi                                   on 2000/10/18  17:07:44
34437         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34438              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
34439              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
34440              Date: Mon, 16 Oct 2000 15:19:49 +0200
34441      Branch: perl
34442            + README.aix
34443            ! MANIFEST
34444 ____________________________________________________________________________
34445 [  7359] By: jhi                                   on 2000/10/18  17:04:49
34446         Log: Subject: Pod patch for Devel::Peek
34447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34448              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
34449              Date: Mon, 16 Oct 2000 12:26:34 +0200
34450      Branch: perl
34451            ! ext/Devel/Peek/Peek.pm
34452 ____________________________________________________________________________
34453 [  7358] By: jhi                                   on 2000/10/18  17:03:15
34454         Log: Make Cwd more bulletproof in chrooted environments.
34455              
34456              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
34457              From: "Eric E. Coe" <Eric.Coe@oracle.com>
34458              Date: Wed, 18 Oct 2000 04:03:54 -0400
34459              Message-Id: <39ED596A.70E599FE@oracle.com>
34460      Branch: perl
34461            ! lib/Cwd.pm
34462 ____________________________________________________________________________
34463 [  7357] By: jhi                                   on 2000/10/18  16:37:26
34464         Log: Disable the UTF8 downgrade croakage for now to avoid
34465              too many not okay messages.
34466      Branch: perl
34467            ! doio.c
34468 ____________________________________________________________________________
34469 [  7356] By: jhi                                   on 2000/10/17  23:29:41
34470         Log: Show the failed remote port, instead of the failing line number.
34471              
34472              Subject: [PATCH 5.6.1 Debugger] More diagnostics
34473              From: David Sparks <daves@ActiveState.com>
34474              Date: Tue, 17 Oct 2000 15:00:24 -0700
34475              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
34476      Branch: perl
34477            ! lib/perl5db.pl
34478 ____________________________________________________________________________
34479 [  7355] By: jhi                                   on 2000/10/17  14:11:31
34480         Log: On output try to downgrade to bytes, croak if impossible,
34481              from Simon Cozens.  This means that outputting >255 UTF8
34482              is impossible.  Consider this as a strong incentive to get
34483              the I/O disciplines implemented.
34484      Branch: perl
34485            ! doio.c pod/perldiag.pod sv.c
34486 ____________________________________________________________________________
34487 [  7354] By: jhi                                   on 2000/10/17  13:42:23
34488         Log: Clarify documentation on 'use bytes'.
34489              
34490              Subject: Re: What does 'use bytes' "mean" ?
34491              From: Simon Cozens <simon@cozens.net>
34492              Date: Mon, 18 Sep 2000 18:24:25 +0100
34493              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
34494      Branch: perl
34495            ! lib/bytes.pm
34496 ____________________________________________________________________________
34497 [  7353] By: jhi                                   on 2000/10/17  13:28:12
34498         Log: Workaround for a sfio bug where the stream error indicator
34499              is not cleared as documented.
34500              
34501              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34502              From: Nicholas Clark <nick@ccl4.org>
34503              Date: Mon, 16 Oct 2000 18:28:23 +0100
34504              Message-ID: <20001016182823.J19700@plum.flirble.org>
34505      Branch: perl
34506            ! doio.c
34507 ____________________________________________________________________________
34508 [  7352] By: jhi                                   on 2000/10/17  13:06:19
34509         Log: More IoTYPE sprinkling.
34510      Branch: perl
34511            ! doio.c pp_hot.c
34512 ____________________________________________________________________________
34513 [  7351] By: jhi                                   on 2000/10/16  22:47:07
34514         Log: Detect early whether the std streams have gone bad.
34515              
34516              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34517              Date: Mon, 16 Oct 2000 23:28:42 +0100
34518              From: Nicholas Clark <nick@ccl4.org>
34519              Message-ID: <20001016232842.A37942@plum.flirble.org>
34520      Branch: perl
34521            ! t/op/misc.t
34522 ____________________________________________________________________________
34523 [  7350] By: jhi                                   on 2000/10/16  22:45:16
34524         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
34525              From: "Peter J. Farley III" <pjfarley@banet.net>
34526              Date: Mon, 16 Oct 2000 18:15:59 -0400
34527              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
34528      Branch: perl
34529            ! djgpp/djgpp.c dosish.h t/io/open.t
34530 ____________________________________________________________________________
34531 [  7349] By: jhi                                   on 2000/10/16  22:36:45
34532         Log: perldelta tweak.
34533      Branch: perl
34534            ! pod/perldelta.pod
34535 ____________________________________________________________________________
34536 [  7348] By: jhi                                   on 2000/10/16  15:17:53
34537         Log: Update Changes.
34538      Branch: perl
34539            ! Changes patchlevel.h
34540 ____________________________________________________________________________
34541 [  7347] By: jhi                                   on 2000/10/16  13:55:27
34542         Log: Add the capability to include/exclude branches.
34543      Branch: perl
34544            ! Porting/genlog
34545 ____________________________________________________________________________
34546 [  7346] By: jhi                                   on 2000/10/16  13:18:04
34547         Log: Add Charles Lane.
34548      Branch: perl
34549            ! AUTHORS Changes
34550 ____________________________________________________________________________
34551 [  7345] By: jhi                                   on 2000/10/16  13:13:21
34552         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
34553      Branch: perl
34554            ! pod/perldelta.pod
34555 ____________________________________________________________________________
34556 [  7344] By: gsar                                  on 2000/10/16  09:30:21
34557         Log: integrate change#6220 from cfgperl
34558              
34559              Win32 patches from Benjamin Stuhl.
34560      Branch: maint-5.6/perl
34561           !> makedef.pl win32/win32.h
34562 ____________________________________________________________________________
34563 [  7343] By: gsar                                  on 2000/10/16  08:32:19
34564         Log: integrate changes#6221,6222 from cfgperl
34565              
34566              Remove tr///CU (the feature is to be obsoleted by better interfaces).
34567              From: simon@brecon.co.uk (Simon Cozens)
34568              Subject: [PATCH] Eliminate tr///[CU][CU]
34569              Date: 23 Jun 2000 11:05:40 GMT
34570              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34571              
34572              doc typo fix
34573              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34574              From: Ian Phillipps <Ian.Phillipps@iname.com>
34575              Date: Fri, 23 Jun 2000 10:40:58 +0100
34576              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34577      Branch: maint-5.6/perl
34578           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
34579 ____________________________________________________________________________
34580 [  7342] By: gsar                                  on 2000/10/16  08:28:08
34581         Log: integrate change#6217 from cfgperl (in part)
34582              
34583              Rename the fdpid locking and integrate with Sarathy.
34584      Branch: maint-5.6/perl
34585           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34586           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34587           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34588           !> win32/win32.c
34589 ____________________________________________________________________________
34590 [  7341] By: gsar                                  on 2000/10/16  08:23:39
34591         Log: integrate changes#6214..6216 from mainline
34592              
34593              @_ can't have junk in it even in the non-USE_ITHREADS case because
34594              caller() wants to populate @DB::args with it (causes a coredump
34595              in Carp::confess())
34596              
34597              tweak comment about @DB::args
34598              
34599              be more optimal about clearing @_
34600      Branch: maint-5.6/perl
34601           !> av.h cop.h pp_ctl.c t/op/runlevel.t
34602 ____________________________________________________________________________
34603 [  7340] By: gsar                                  on 2000/10/16  08:20:37
34604         Log: integrate changes#6207..6210 from cfgperl
34605              
34606              Subject: [PATCH 5.6.0] Threadsafe patches
34607              From: Dan Sugalski <dan@sidhe.org>
34608              To: perl5-porters@perl.org
34609              Date: Mon, 08 May 2000 18:08:13 -0400
34610              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34611              
34612              Regen headers for #6207.
34613              
34614              Lock PL_fdpid against race conditions, based on:
34615              Subject: [PATCH 5.6.0]subprocess fixup for threads
34616              From: Dan Sugalski <dan@sidhe.org>
34617              To: perl5-porters@perl.org
34618              Date: Tue, 11 Apr 2000 17:02:32 -0400
34619              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34620              
34621              Mopup for #6207 and #6209.
34622      Branch: maint-5.6/perl
34623           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
34624           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
34625           !> win32/win32.c
34626 ____________________________________________________________________________
34627 [  7339] By: gsar                                  on 2000/10/16  08:14:34
34628         Log: integrate change#6203 from cfgperl
34629              
34630              perldiag should refer to perlos2.pod not README.os2
34631      Branch: maint-5.6/perl
34632           !> pod/perldiag.pod
34633 ____________________________________________________________________________
34634 [  7338] By: gsar                                  on 2000/10/16  08:11:42
34635         Log: integrate change#6201 from mainline
34636              
34637              Perl_eval_pv() leaks 4 bytes every time it is called because it
34638              does a PUSHMARK that's never ever POPMARKed; in general, only
34639              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34640              Perl_eval_[sp]v() don't because they don't take any incoming
34641              arguments (this leak has been around since the original version
34642              of perl_eval_pv() in 5.003_97e)
34643      Branch: maint-5.6/perl
34644           !> perl.c
34645 ____________________________________________________________________________
34646 [  7337] By: gsar                                  on 2000/10/16  08:08:47
34647         Log: integrate changes#6197..6200 from cfgperl
34648              
34649              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34650              From: John Borwick <jhborwic@unity.ncsu.edu>
34651              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34652              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34653              
34654              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34655              From: Dan Sugalski <dan@sidhe.org>
34656              To: vmsperl@perl.org, perl5-porters@perl.org
34657              Date: Fri, 02 Jun 2000 16:00:41 -0400
34658              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34659              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34660              
34661              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34662              From: Dan Sugalski <dan@sidhe.org>
34663              To: perl5-porters@perl.org, vmsperl@perl.org
34664              Date: Fri, 02 Jun 2000 17:30:51 -0400
34665              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34666              
34667              Update to cperl-mode.el 4.31 from
34668              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34669              Subject: A couple of notes
34670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34671              To: Mailing list Perl5 <perl5-porters@perl.org>
34672              Date: Sat, 3 Jun 2000 23:33:32 -0400
34673              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34674      Branch: maint-5.6/perl
34675           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
34676           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
34677           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
34678           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
34679           !> vms/vmsish.h
34680 ____________________________________________________________________________
34681 [  7336] By: gsar                                  on 2000/10/16  08:03:46
34682         Log: integrate changes#6194,6195 from mainline
34683              
34684              fix small eval"" memory leaks under USE_ITHREADS
34685              
34686              fix yet another eval"" leak under USE_ITHREADS
34687      Branch: maint-5.6/perl
34688           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34689           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34690           !> vms/perly_c.vms
34691 ____________________________________________________________________________
34692 [  7335] By: gsar                                  on 2000/10/16  08:02:15
34693         Log: integrate changes#6190,6191 from mainline
34694              
34695              submit missing embed.pl change
34696              
34697              vec() loses numericalness (modified version of patch suggested
34698              by Robin Barker)
34699      Branch: maint-5.6/perl
34700           !> doop.c embed.pl t/op/vec.t
34701 ____________________________________________________________________________
34702 [  7334] By: gsar                                  on 2000/10/16  08:01:03
34703         Log: integrate change#6189 from mainline
34704              
34705              counting tr/// corrupts later operation (from M.J.T Guy)
34706      Branch: maint-5.6/perl
34707           !> doop.c t/op/tr.t
34708 ____________________________________________________________________________
34709 [  7333] By: gsar                                  on 2000/10/16  07:59:07
34710         Log: integrate changes#6183..6188 from mainline
34711              
34712              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34713              <nick@ccl4.org>)
34714              
34715              tweak for change#6127
34716              
34717              remove incorrect documentation about implicit split to @_ in
34718              list context, which never really worked in perl 5 (from
34719              M.J.T. Guy)
34720              
34721              further qualify references to "alphanumeric" (from Wolfgang Laun
34722              <wolfgang.laun@alcatel.at>)
34723              
34724              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34725              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34726              
34727              h2xs tweaks
34728      Branch: maint-5.6/perl
34729           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34730           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
34731           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
34732           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
34733           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
34734           !> pod/pod2latex.PL utils/h2xs.PL
34735 ____________________________________________________________________________
34736 [  7332] By: gsar                                  on 2000/10/16  07:53:52
34737         Log: integrate change#6179 from mainline
34738              
34739              buggy modulus on UVs introduced by change#3378 (resulted in
34740              4063328477 % 65535 amounting to 27406, instead of 27407)
34741      Branch: maint-5.6/perl
34742           !> pp.c t/op/arith.t
34743 ____________________________________________________________________________
34744 [  7331] By: gsar                                  on 2000/10/16  07:52:49
34745         Log: integrate changes#6176,6177,6178,6182 from cfgperl
34746              
34747              Single-quoted utf8 patch from Simon Cozens.
34748              
34749              Substitution utf8 patch from Simon Cozens.
34750              
34751              Be cleaner.
34752              
34753              Be Cleaner Part Deux.
34754      Branch: maint-5.6/perl
34755           !> Makefile.SH pp_hot.c toke.c
34756 ____________________________________________________________________________
34757 [  7330] By: gsar                                  on 2000/10/16  07:41:36
34758         Log: integrate change#6172 from mainline
34759              
34760              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34761              (from Ilya Zakharevich)
34762      Branch: maint-5.6/perl
34763           !> regexec.c t/op/re_tests
34764 ____________________________________________________________________________
34765 [  7329] By: gsar                                  on 2000/10/16  07:40:25
34766         Log: integrate change#6171 from mainline
34767              
34768              scalar() doesn't force scalar context when used in void context
34769              (from Simon Cozens)
34770      Branch: maint-5.6/perl
34771           !> op.c t/op/wantarray.t
34772 ____________________________________________________________________________
34773 [  7328] By: gsar                                  on 2000/10/16  07:39:33
34774         Log: integrate change#6170 from mainline
34775              
34776              change#6142 needs tweaks to tests to work where there's no
34777              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34778      Branch: maint-5.6/perl
34779           !> t/lib/filefind.t
34780 ____________________________________________________________________________
34781 [  7327] By: gsar                                  on 2000/10/16  07:35:34
34782         Log: integrate changes#6166..6168 from cfgperl
34783              
34784              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34785              in case somebody wants to write an extension for more
34786              shadow database interfaces.
34787              
34788              tweak todo
34789              
34790              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34791      Branch: maint-5.6/perl
34792           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34793           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
34794           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
34795           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34796           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34797           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34798 ____________________________________________________________________________
34799 [  7326] By: gsar                                  on 2000/10/16  07:29:05
34800         Log: integrate changes#6157,6159..6161,6164 from cfgperl
34801              
34802              Regen Configure to jive with #6149.
34803              
34804              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
34805              
34806              Changes for the File::Temp 0.08 (change #6159) test suite
34807              to fit better into the Perl distribution test framework.
34808              
34809              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
34810              both from Simon Cozens.
34811              
34812              detypo
34813      Branch: maint-5.6/perl
34814           +> pod/perlmodlib.PL pod/perlnewmod.pod
34815           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
34816           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
34817           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34818           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34819 ____________________________________________________________________________
34820 [  7325] By: gsar                                  on 2000/10/16  07:25:13
34821         Log: integrate change#6158 from vmsperl
34822              
34823              Add fallback to tmpfile for use in cases where user's relying on
34824              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
34825              Lane's patch)
34826      Branch: maint-5.6/perl
34827           !> vms/vms.c vms/vmsish.h
34828 ____________________________________________________________________________
34829 [  7324] By: gsar                                  on 2000/10/16  07:20:50
34830         Log: integrate changes#6153..6155 from mainline
34831              
34832              prettier Test::Harness output on failed tests (from Nicholas Clark
34833              <nick@Bagpuss.uk.boo.com>)
34834              
34835              avoid type mismatch warning
34836              
34837              small bug in change#6144; remove random \xA0 character that snuck
34838              in via change#6145
34839      Branch: maint-5.6/perl
34840           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
34841           !> perl.c
34842 ____________________________________________________________________________
34843 [  7323] By: gsar                                  on 2000/10/16  07:18:47
34844         Log: integrate changes#6151,6152 from mainline
34845              
34846              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
34847              
34848              cosmetic fixups of RE debug output (from Ilya Zakharevich)
34849      Branch: maint-5.6/perl
34850           !> regexec.c
34851 ____________________________________________________________________________
34852 [  7322] By: gsar                                  on 2000/10/16  07:17:25
34853         Log: integrate changes#6146..6150 from mainline
34854              
34855              doc typo
34856              
34857              add a make entry to Config.pm so "perl -V:make" works on VMS
34858              (from Peter Prymmer)
34859              
34860              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
34861              
34862              OS/2 tweaks for usethreads build (from Rocco Caputo
34863              <troc@netrus.net>)
34864              
34865              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
34866      Branch: maint-5.6/perl
34867           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
34868           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
34869           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
34870           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
34871           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
34872           !> warnings.pl x2p/a2p.h
34873 ____________________________________________________________________________
34874 [  7321] By: gsar                                  on 2000/10/16  07:14:02
34875         Log: integrate changes#6143..6145 from mainline
34876              
34877              MacOS support, part 1 (from Matthias Neeracher
34878              <neeri@iis.ee.ethz.ch>)
34879              
34880              MacOS support, part 2: make AutoSplit use File::Spec instead
34881              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
34882              <neeri@iis.ee.ethz.ch>)
34883              
34884              make xsubpp skip embedded pod (from Matthias Neeracher
34885              <neeri@iis.ee.ethz.ch>)
34886      Branch: maint-5.6/perl
34887           +> ext/DynaLoader/dl_mac.xs
34888           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
34889           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34890           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
34891           !> pp_ctl.c proto.h toke.c util.c util.h
34892 ____________________________________________________________________________
34893 [  7320] By: gsar                                  on 2000/10/16  07:12:13
34894         Log: integrate changes#6141,6142 from mainline
34895              
34896              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
34897              forwarded by Peter Seebach from the bsdi-users mailing list.
34898              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
34899              
34900              File::Find fails to chdir when chasing symlinks (from
34901              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34902      Branch: maint-5.6/perl
34903           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
34904 ____________________________________________________________________________
34905 [  7319] By: gsar                                  on 2000/10/16  07:04:30
34906         Log: integrate change#6139 from mainline
34907              
34908              revise mktables.PL for bugs and newness in Unicode 3.0
34909              (from James Bence <jbence@amgen.com>)
34910      Branch: maint-5.6/perl
34911           +> (branch 30 files)
34912           !> (integrate 49 files)
34913 ____________________________________________________________________________
34914 [  7318] By: gsar                                  on 2000/10/16  07:01:01
34915         Log: integrate changes#6137,6138 from mainline
34916              
34917              fix bogus redeclaration warning for "our" variables in different
34918              scopes
34919              
34920              add note about the handling of negative indices to tied arrays
34921              (from Michael G Schwern <schwern@pobox.com>)
34922      Branch: maint-5.6/perl
34923           !> op.c pod/perltie.pod t/pragma/strict-vars
34924 ____________________________________________________________________________
34925 [  7317] By: gsar                                  on 2000/10/16  06:58:46
34926         Log: integrate changes#6127..6136 from mainline
34927              
34928              call_method(...,G_EVAL) can longjmp() out if the method probing
34929              failed (from Gisle Aas)
34930              
34931              new perlxstut example for passing/returning refs to arrays
34932              (from David Lowe <dlowe@pootpoot.com>)
34933              
34934              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
34935              
34936              fix places that mean C<"word" character> but say C<alphanumeric
34937              character>
34938              
34939              avoid warnings in POSIX.pm (from Barrie Slaymaker)
34940              
34941              warnings::enabled() doesn't fall back to looking at $^W if
34942              caller isn't using lexical warnings (from Paul Marquess)
34943              
34944              elide bogus test in change#6132
34945              
34946              make Test::Harness use wait.h/WCOREDUMP if available
34947              (from Ben Tilly <ben_tilly@hotmail.com>)
34948              
34949              enable Test::Harness to dynamically determine column width etc.
34950              (from Rob Napier <rnapier@employees.org>)
34951              
34952              random pod typos (from Peter Scott <Peter@PSDT.com>)
34953      Branch: maint-5.6/perl
34954           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
34955           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
34956           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
34957           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
34958 ____________________________________________________________________________
34959 [  7316] By: gsar                                  on 2000/10/16  06:53:23
34960         Log: integrate change#6126 from mainline
34961              
34962              change#2879 broke rvalue autovivification of magicals such as
34963              ${$num} (reworked variant of patch suggested by Simon Cozens)
34964      Branch: maint-5.6/perl
34965           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
34966           !> pp_hot.c proto.h t/op/gv.t
34967 ____________________________________________________________________________
34968 [  7315] By: gsar                                  on 2000/10/16  06:51:38
34969         Log: integrate changes#6123,6125 from mainline
34970              
34971              clarify gotcha with #line directives (from Rocco Caputo
34972              <troc@netrus.net>)
34973              
34974              enable propagating exception objects via Perl_croak() in XS code
34975              (from Gisle Aas)
34976      Branch: maint-5.6/perl
34977           !> pod/perldebug.pod pod/perlsyn.pod util.c
34978 ____________________________________________________________________________
34979 [  7314] By: gsar                                  on 2000/10/16  06:49:28
34980         Log: integrate change#6122 from mainline
34981              
34982              downgrade fatal error on C<"foo@nosucharray.com"> to optional
34983              warning (from Mark-Jason Dominus)
34984      Branch: maint-5.6/perl
34985           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
34986           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
34987           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
34988           !> toke.c
34989 ____________________________________________________________________________
34990 [  7313] By: gsar                                  on 2000/10/16  06:46:54
34991         Log: integrate changes#6112..6121 from vmsperl
34992              
34993              Check for existence of file before trying to delete
34994              
34995              Ugly workaround for version-specific RTL error
34996              
34997              Urk -- undo previous removal of vmsish 'exit' change
34998              
34999              Add bounds checking for several strings (Charles Lane)
35000              
35001              Miscellaneous cosmetic fixes (Charles Lane)
35002              
35003              Treat sockets as special in sys(read|write) (Charles Lane et al.)
35004              
35005              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35006              Flatten case labels in switch statements uniformly (Charles Bailey)
35007              
35008              Quiet error messages in vmsish.t (Charles Lane)
35009              
35010              Add missing escape (Charles Lane)
35011              
35012              Allow eliminate_macros() and fixpath() to handle space-delimited
35013              lists (based on fixes by Craig Berry)
35014      Branch: maint-5.6/perl
35015           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35016           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35017           !> vms/vmsish.h
35018 ____________________________________________________________________________
35019 [  7312] By: gsar                                  on 2000/10/16  06:41:18
35020         Log: integrate changes#6107,6110 from cfgperl
35021              
35022              Tweak the todo list.
35023              
35024              todo tweak
35025      Branch: maint-5.6/perl
35026           !> Todo-5.6
35027 ____________________________________________________________________________
35028 [  7311] By: gsar                                  on 2000/10/16  06:38:38
35029         Log: integrate changes#6104,6108 from mainline
35030              
35031              PL_sys_intern was being initialized too late on windows
35032              
35033              reenable fake signal handling on Windows, bugs and all
35034      Branch: maint-5.6/perl
35035           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
35036           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
35037           !> win32/win32.c
35038 ____________________________________________________________________________
35039 [  7310] By: gsar                                  on 2000/10/16  06:36:03
35040         Log: integrate changes#6095,6097..6103 from cfgperl
35041              
35042              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35043              might be useful in future.
35044              
35045              Add a note about possible compilation problems from Allen Smith.
35046              
35047              Add a note about other, yet unsupported, shadow password APIs.
35048              
35049              Tweaks for the cc bugs from Allen Smith.
35050              
35051              More compilation tweakery from Allen Smith.
35052              
35053              Hints and test tweaks for Unicos.
35054              
35055              The test suite tweak in #6101 wasn't quite right.
35056              
35057              Test tweaking for Unicos continues.
35058      Branch: maint-5.6/perl
35059           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35060           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
35061           !> t/lib/complex.t t/op/64bitint.t
35062 ____________________________________________________________________________
35063 [  7309] By: gsar                                  on 2000/10/16  06:29:41
35064         Log: integrate changes#6093,6094 from mainline
35065              
35066              fork() failure to create pseudo process sets errno=EAGAIN and returns
35067              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35068              
35069              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35070      Branch: maint-5.6/perl
35071           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35072           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35073 ____________________________________________________________________________
35074 [  7308] By: gsar                                  on 2000/10/16  06:27:29
35075         Log: integrate change#6092 from cfgperl
35076              
35077              Regen perltoc with the fixed buildtoc.
35078      Branch: maint-5.6/perl
35079           !> pod/perltoc.pod
35080 ____________________________________________________________________________
35081 [  7307] By: gsar                                  on 2000/10/16  06:26:40
35082         Log: integrate changes#6089,6090 from mainline
35083              
35084              buildtoc tweak to fix newline lossage
35085              
35086              concat doesn't preserve utf8-ness, and doesn't invalidate
35087              [NI]OK; added tests for both
35088      Branch: maint-5.6/perl
35089           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
35090 ____________________________________________________________________________
35091 [  7306] By: gsar                                  on 2000/10/16  06:24:05
35092         Log: integrate change#6088 from cfgperl
35093              
35094              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35095              because we do not use those.  The HAS_GETSPNAM remains,
35096              though, because we still do use that.
35097      Branch: maint-5.6/perl
35098           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35099           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35100           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35101           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35102           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35103           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35104 ____________________________________________________________________________
35105 [  7305] By: gsar                                  on 2000/10/16  06:15:52
35106         Log: integrate changes#6084,6085,6087 from mainline
35107              
35108              substr() does not preserve utf8-ness (from Stefan Eissing
35109              <Eissing@medicaldataservice.de>); added tests
35110              
35111              repeat operator (x) doesn't preserve utf8-ness
35112              
35113              reverse() and quotemeta() weren't preserving utf8-ness; add tests
35114      Branch: maint-5.6/perl
35115           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35116 ____________________________________________________________________________
35117 [  7304] By: gsar                                  on 2000/10/16  06:13:10
35118         Log: integrate changes#6077..6083 from mainline
35119              
35120              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35121              and Tom Phoenix)
35122              
35123              workaround for CRT bug in chdir() (from Charles Lane, via
35124              Peter Prymmer)
35125              
35126              remove outdated kludge in Carp (NULLs are permitted in diagnostics
35127              now)
35128              
35129              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35130              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35131              
35132              better default perlbug categories for ok reports (from Richard Foley)
35133              
35134              peek.t non-portable to ithreads
35135              
35136              note about undocumented caller() return value (from M.J.T. Guy);
35137              yet another peek.t tweak
35138      Branch: maint-5.6/perl
35139           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35140           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35141           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35142           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35143           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
35144           !> vms/vmsish.h
35145 ____________________________________________________________________________
35146 [  7303] By: gsar                                  on 2000/10/16  06:03:18
35147         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
35148              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
35149              
35150              &HUGE_VAL is not defined, it exists.
35151              
35152              Do not warn that an infinity does not look like a number.
35153              
35154              Rewrite the pwent/spent logic to be a little bit more clearer.
35155              
35156              Continue on the pwent/spent case.
35157              
35158              Correct Freudian slip.
35159              
35160              Use HUGE_VALL if applicable.
35161              
35162              pwent/spent #ifdef imbalance.
35163              
35164              Infinite problems.
35165              
35166              Call getspnam() only iff needd.
35167              
35168              Test both the scalar and list contexts.
35169              
35170              Use setxxent()/endxxent().
35171              
35172              Complex tweakery.
35173              
35174              Unicos hint tweak.
35175              
35176              Be more forgiving in POSIX about HUGE_VALL.
35177              
35178              Detypo.
35179              
35180              The search of infinity continues, this time simplified.
35181              
35182              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35183              in natively 64-bit platforms where a long is a quad (no need
35184              for long longs).  Also added bias for IVs.
35185              
35186              Complex tweaks.
35187              
35188              Introduce t/lib/peek.t.
35189              
35190              Make the test more portable.
35191      Branch: maint-5.6/perl
35192           +> t/lib/peek.t
35193            ! pp_sys.c
35194           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
35195           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
35196           !> t/op/pwent.t toke.c util.c
35197 ____________________________________________________________________________
35198 [  7302] By: gsar                                  on 2000/10/16  05:03:37
35199         Log: integrate changes#6066..6071 from mainline
35200              
35201              s/END/CHECK/
35202              
35203              replace direct call to sighandler() with (*PL_sighandlerp)()
35204              
35205              note about values()
35206              
35207              File::Spec compatibility update (from Barrie Slaymaker
35208              <barries@slaysys.com>)
35209              
35210              remove misleading comment (from M.J.T. Guy)
35211              
35212              misformatted perllocal.pod (from Tim Jenness
35213              <t.jenness@jach.hawaii.edu>)
35214      Branch: maint-5.6/perl
35215           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35216           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35217           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35218           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35219 ____________________________________________________________________________
35220 [  7301] By: gsar                                  on 2000/10/16  05:00:08
35221         Log: integrate changes#6061..6063 from mainline
35222              
35223              change#5921 neglected to make eq honor "use bytes"
35224              
35225              additional tests for utf8.t
35226              
35227              tokeq() could read unallocated field in argument
35228      Branch: maint-5.6/perl
35229           !> sv.c t/pragma/utf8.t toke.c
35230 ____________________________________________________________________________
35231 [  7300] By: gsar                                  on 2000/10/16  04:56:54
35232         Log: integrate changes#6046,6048,6057,6058 from mainline
35233              
35234              libscheck has insufficient checks for n32 libs (from
35235              Albert Chin-A-Young <china@thewrittenword.com>)
35236              
35237              add note about how $( doesn't interpolate in REs (from
35238              Philip Newton <newton@ficus.frogspace.net>)
35239              
35240              fix broken parsing of /\x{ab}/
35241              
35242              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35243              (spotted by Donald Kinzer <dkinzer@premia.com>)
35244      Branch: maint-5.6/perl
35245           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
35246           !> t/pragma/utf8.t
35247 ____________________________________________________________________________
35248 [  7299] By: gsar                                  on 2000/10/16  04:52:50
35249         Log: integrate change#6044 from mainline
35250              
35251              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35252              such that underscores are only ignored in literal numbers,
35253              "\x{...}", and hex/oct argument
35254      Branch: maint-5.6/perl
35255           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35256 ____________________________________________________________________________
35257 [  7298] By: gsar                                  on 2000/10/16  04:50:53
35258         Log: integrate changes#6027..6043 from mainline
35259              
35260              podlators-1.02 update (from Russ Allbery)
35261              
35262              Pod::Man generates groff-incompatible macro definition (from
35263              Tom Christiansen)
35264              
35265              add CGI.pm v2.66 (from Lincoln Stein)
35266              
35267              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35268              for @- and @+ (from Johan Vromans)
35269              
35270              small nits in diagnostics.pm (from Robin Barker)
35271              
35272              whitespace adjustments
35273              
35274              missing files in MANIFEST
35275              
35276              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35277              to compensate
35278              
35279              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35280              
35281              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35282      Branch: maint-5.6/perl
35283           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35284           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
35285           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
35286           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
35287           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
35288           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35289           !> t/lib/cgi-html.t t/lib/cgi-request.t
35290 ____________________________________________________________________________
35291 [  7297] By: gsar                                  on 2000/10/16  04:44:30
35292         Log: integrate change#6025 from mainline
35293              
35294              Is{Alnum,Alpha,Word} don't match titlecase
35295              TODO: IsSpace is defined recursively!
35296              (both spotted by Larry)
35297      Branch: maint-5.6/perl
35298           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35299           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35300 ____________________________________________________________________________
35301 [  7296] By: gsar                                  on 2000/10/16  04:39:30
35302         Log: integrate change#6023 from mainline
35303              
35304              debugger stomps on $. (from M.J.T. Guy)
35305      Branch: maint-5.6/perl
35306           !> lib/perl5db.pl
35307 ____________________________________________________________________________
35308 [  7295] By: gsar                                  on 2000/10/16  04:38:02
35309         Log: integrate change#6022 from mainline
35310              
35311              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35312      Branch: maint-5.6/perl
35313           !> sv.c
35314 ____________________________________________________________________________
35315 [  7294] By: gsar                                  on 2000/10/16  04:37:05
35316         Log: integrate changes#6018..6021 from mainline
35317              
35318              make lib/syslog.t portable to systems that don't have _PATH_LOG,
35319              make _PATH_LOG() return "" if unavailable
35320              
35321              windows portability tweaks
35322              
35323              test tweak
35324              
35325              remove Win2K issue in pod (fixed by change#6020)
35326      Branch: maint-5.6/perl
35327           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35328           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
35329           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
35330 ____________________________________________________________________________
35331 [  7293] By: gsar                                  on 2000/10/16  04:20:00
35332         Log: integrate changes#6013..6015 from mainline
35333              
35334              tweak change#5945 to display correct switch name in diagnostic
35335              
35336              glob() loading File::Glob behind the scenes may cause syntax errors
35337              
35338              tweak test for portability
35339      Branch: maint-5.6/perl
35340           !> op.c perl.c pod/perldiag.pod t/lib/b.t
35341 ____________________________________________________________________________
35342 [  7292] By: gsar                                  on 2000/10/16  04:18:11
35343         Log: integrate changes#6005..6010 from mainline, cfgperl
35344              
35345              perldoc might fail via "use blib" (from Hugo van der Sanden)
35346              
35347              Regen Configure.
35348              
35349              note about compile failures and END blocks (from M.J.T. Guy)
35350              
35351              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35352              
35353              (change#6009 integrated earlier in change#7255)
35354              
35355              clarify note about shadow password support (from
35356              gellyfish@gellyfish.com)
35357      Branch: maint-5.6/perl
35358           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35359           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
35360           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
35361 ____________________________________________________________________________
35362 [  7291] By: gsar                                  on 2000/10/16  04:12:03
35363         Log: integrate changes#6002,6003 from mainline
35364              
35365              destructive sv_setsv() can lose UV-ness from source, causing
35366              numeric promotions/comparisons to fail to do the right thing
35367              
35368              allow REG_EXPAND_SZ keys in Windows registry (from
35369              John Clayton <John.Clayton@barclayscapital.com>)
35370      Branch: maint-5.6/perl
35371           !> sv.c win32/win32.c
35372 ____________________________________________________________________________
35373 [  7290] By: gsar                                  on 2000/10/16  04:10:19
35374         Log: integrate change#6001 from mainline
35375              
35376              support additional library locations via $Config{otherlibdirs}
35377              (from Andy Dougherty)
35378      Branch: maint-5.6/perl
35379           !> Configure INSTALL Porting/Glossary Porting/config.sh
35380           !> Porting/config_H config_h.SH epoc/config.sh perl.c
35381           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
35382           !> win32/config.bc win32/config.gc win32/config.vc
35383 ____________________________________________________________________________
35384 [  7289] By: gsar                                  on 2000/10/16  04:08:28
35385         Log: integrate change#5999 from mainline
35386              
35387              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
35388      Branch: maint-5.6/perl
35389           !> t/pragma/warn/toke toke.c
35390 ____________________________________________________________________________
35391 [  7288] By: gsar                                  on 2000/10/16  04:07:01
35392         Log: integrate changes#5997,5998 from cfgperl
35393              
35394              Preserve $!.
35395              
35396              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
35397      Branch: maint-5.6/perl
35398           !> lib/Math/Complex.pm
35399 ____________________________________________________________________________
35400 [  7287] By: gsar                                  on 2000/10/16  04:04:37
35401         Log: integrate change#5995 from mainline
35402              
35403              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
35404      Branch: maint-5.6/perl
35405           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
35406 ____________________________________________________________________________
35407 [  7286] By: gsar                                  on 2000/10/16  04:03:21
35408         Log: integrate change#5994 from mainline
35409              
35410              fix for missed accounting for null byte in pack("Z",...) (from
35411              M.J.T. Guy)
35412      Branch: maint-5.6/perl
35413           !> pp.c t/op/pack.t
35414 ____________________________________________________________________________
35415 [  7285] By: gsar                                  on 2000/10/16  04:02:11
35416         Log: integrate changes#5989..5993 from mainline
35417              
35418              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
35419              itself and no other (from Tom Hughes)
35420              
35421              use $ENV{LIB} to search for libs under Visual C compiler
35422              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
35423              
35424              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
35425              
35426              pod nit (from Simon Cozens)
35427              
35428              various minor tweaks seen on p5p
35429      Branch: maint-5.6/perl
35430           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
35431           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
35432           !> t/op/array.t toke.c
35433 ____________________________________________________________________________
35434 [  7284] By: gsar                                  on 2000/10/16  03:59:00
35435         Log: integrate changes#5978..5988 from mainline
35436              
35437              sync version numbers in File::Spec with the ones on CPAN
35438              (from Barrie Slaymaker)
35439              
35440              under useithreads, constant pad entries could inadvertantly be
35441              shared across threads (from Eric Blood <eblood@xmission.com>);
35442              added Eric's test case to testsuite
35443              
35444              allow Configure -S to run non-interactively (spotted by Greg Hudson
35445              <ghudson@mit.edu>)
35446              
35447              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
35448              prototype mismatch with CORE::glob(); update pod and tests to
35449              suit (File::Glob::glob() is still available for backward
35450              compatibility, but should be considered deprecated)
35451              
35452              avoid error in IO::Socket::INET when given an unknown service name
35453              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
35454              
35455              numeric conversion of non-number in change#3378 tramples on
35456              OOK offset, causing segfaults
35457              
35458              attributes::reftype() doesn't work on tied argument
35459              
35460              forked child may not exit correctly if it failed to open
35461              /dev/console (from Graham Barr)
35462              
35463              add regular expressions tutorial and quick-start guide (from
35464              Mark Kvale <kvale@phy.ucsf.edu>)
35465              
35466              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
35467              
35468              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
35469              <paul@miraclefish.com>)
35470      Branch: maint-5.6/perl
35471           +> pod/perlrequick.pod pod/perlretut.pod
35472           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
35473           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
35474           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
35475           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
35476           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35477           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35478           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
35479           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
35480 ____________________________________________________________________________
35481 [  7283] By: gsar                                  on 2000/10/16  03:52:14
35482         Log: integrate change#5977 from mainline
35483              
35484              autoquote barewords followed by newline and arrow properly
35485              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
35486      Branch: maint-5.6/perl
35487           !> t/pragma/warn/toke toke.c
35488 ____________________________________________________________________________
35489 [  7282] By: gsar                                  on 2000/10/16  03:50:48
35490         Log: integrate change#5976 from mainline
35491              
35492              DB_File v1.73 update (from Paul Marquess)
35493      Branch: maint-5.6/perl
35494           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
35495           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
35496 ____________________________________________________________________________
35497 [  7281] By: gsar                                  on 2000/10/16  03:49:14
35498         Log: integrate change#5975 from mainline
35499              
35500              allow sort() reentrancy (variant of patch suggested by
35501              Hugo van der Sanden)
35502      Branch: maint-5.6/perl
35503           !> pp_ctl.c t/op/sort.t
35504 ____________________________________________________________________________
35505 [  7280] By: gsar                                  on 2000/10/16  03:48:22
35506         Log: integrate change#5974 from mainline
35507              
35508              change#4197 somehow missed initializing PL_errors, meaning
35509              syntax error queueing wasn't working outside eval"" at all;
35510              also fixed eval"" to localize PL_error_count, so that compile-time
35511              eval's don't clobber the error state of the outer context
35512      Branch: maint-5.6/perl
35513           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
35514           !> t/pragma/warn/toke
35515 ____________________________________________________________________________
35516 [  7279] By: gsar                                  on 2000/10/16  03:46:21
35517         Log: integrate change#5973 from mainline
35518              
35519              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
35520      Branch: maint-5.6/perl
35521           !> regcomp.c regexec.c t/op/re_tests
35522 ____________________________________________________________________________
35523 [  7278] By: gsar                                  on 2000/10/16  03:44:54
35524         Log: integrate change#5971 from cfgperl
35525              
35526              Unicos tweaks from Mark P. Lutz.
35527      Branch: maint-5.6/perl
35528           !> hints/unicos.sh lib/Math/Complex.pm
35529 ____________________________________________________________________________
35530 [  7277] By: gsar                                  on 2000/10/16  03:42:59
35531         Log: integrate changes#5966..5970 from mainline
35532              
35533              add testsuite for B backends, fix bug in B::Deparse (from
35534              Simon Cozens <simon@brecon.co.uk>)
35535              
35536              improved docs on the warn_uninit diagnostic (from David Glasser
35537              and Simon Cozens)
35538              
35539              tolerate spaces in group names in test on solaris (from David Boyce
35540              <dsb@boyski.com>)
35541              
35542              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
35543              
35544              Data::Dumper fumbles negative numbers on 32-bit platforms where
35545              IV is >32bits
35546      Branch: maint-5.6/perl
35547           +> t/lib/b.t t/lib/syslog.t
35548           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
35549           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
35550           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
35551 ____________________________________________________________________________
35552 [  7276] By: gsar                                  on 2000/10/16  03:39:30
35553         Log: integrate change#5965 from mainline
35554              
35555              avoid "will not stay shared" warnings for our variables (from
35556              Robin Barker)
35557      Branch: maint-5.6/perl
35558           !> op.c t/pragma/warn/op
35559 ____________________________________________________________________________
35560 [  7275] By: gsar                                  on 2000/10/16  03:38:18
35561         Log: integrate change#5964 from mainline
35562              
35563              reformat to 72 columns (again)
35564      Branch: maint-5.6/perl
35565           !> pod/perldiag.pod
35566 ____________________________________________________________________________
35567 [  7274] By: gsar                                  on 2000/10/16  03:36:58
35568         Log: integrate change#5963 from mainline
35569              
35570              patch from Larry to make (\&) prototype work; added tests for
35571              the same
35572      Branch: maint-5.6/perl
35573           !> op.c t/comp/proto.t
35574 ____________________________________________________________________________
35575 [  7273] By: gsar                                  on 2000/10/16  03:35:51
35576         Log: integrate changes#5956..5962 from mainline
35577              
35578              better diagnostics on failed tests (from Ilya Zakharevich)
35579              
35580              pod nits (from A. C. Yardley <yardley@tanet.net>)
35581              
35582              change#3569 deleted some essential code, revert; avoid use of
35583              atexit() to make DynaLoader work properly on AIX under mod_perl
35584              (from Jens-Uwe Mager <jum@helios.de>)
35585              
35586              doubled words in pods (from Simon Cozens
35587              <simon.p.cozens@jp.pwcglobal.com>)
35588              
35589              better INSTALL notes on Solaris issues (from Dominic Dunlop)
35590              
35591              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
35592              
35593              updated README.hpux (from Jeff Okamoto)
35594      Branch: maint-5.6/perl
35595           !> INSTALL README.hpux emacs/cperl-mode.el
35596           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
35597           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
35598           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35599           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
35600           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
35601           !> t/op/lex_assign.t
35602 ____________________________________________________________________________
35603 [  7272] By: gsar                                  on 2000/10/16  03:31:22
35604         Log: integrate change#5955 from mainline
35605              
35606              longstanding bug exposed by change#3307: sort arguments weren't
35607              compiled with the right wantarray context (ensuing runtime lookup
35608              via block_gimme() was getting the incidental context of the
35609              sort() itself)
35610      Branch: maint-5.6/perl
35611           !> op.c t/op/sort.t
35612 ____________________________________________________________________________
35613 [  7271] By: gsar                                  on 2000/10/16  03:29:11
35614         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
35615              branch
35616              
35617              Flatten the cpp jungle doing the nosuid checking.
35618              
35619              Do not assume sign propagation. (from M.J.T. Guy)
35620              
35621              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
35622              
35623              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
35624              Now pp_ncmp() returns undef is either operand is a NaN.
35625              
35626              On second thoughts frexp() does have two arguments.
35627              
35628              Document that tr() is not tr(1).
35629              
35630              Be more robust on "extreme" (large absolute value)
35631              arguments.  Originally reported by Daniel Connelly
35632              as a problem with asinh() on large negative arguments,
35633              asinh() used to bail out because an argument to log()
35634              ended up being zero.  Ilya Zakharevich proposed using
35635              Taylor's series in such cases, which for such large
35636              arguments is a very good approximation.
35637              
35638              Undo "use integer" addition from 64bitint as it seems
35639              to break most of the subtests in Digital UNIX;
35640              Unicos needs to find another way.
35641      Branch: maint-5.6/perl
35642           !> (integrate 29 files)
35643 ____________________________________________________________________________
35644 [  7270] By: gsar                                  on 2000/10/16  03:09:44
35645         Log: integrate changes#5948,5949,5950 from mainline
35646              
35647              typo in vars.pm that leads to cryptic message (from Piotr
35648              Piatkowski <kompas@kompas.usr.onet.pl>)
35649              
35650              make perldoc use the pod2man from the same version (from
35651              M.J.T. Guy)
35652              
35653              reformat perldiag to avoid long lines
35654      Branch: maint-5.6/perl
35655           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
35656 ____________________________________________________________________________
35657 [  7269] By: gsar                                  on 2000/10/16  03:05:54
35658         Log: integrate change#5947 from mainline
35659              
35660              use &dl_error rather than &dl_load_file as the guard for calling
35661              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35662              statically built perl)
35663      Branch: maint-5.6/perl
35664           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35665 ____________________________________________________________________________
35666 [  7268] By: gsar                                  on 2000/10/16  03:04:48
35667         Log: integrate change#5945 from mainline
35668              
35669              make module name mandatory after -M switch; reorder perldiag
35670              alphabetically (from Mark-Jason Dominus)
35671      Branch: maint-5.6/perl
35672           !> perl.c pod/perldiag.pod
35673 ____________________________________________________________________________
35674 [  7267] By: gsar                                  on 2000/10/16  03:03:01
35675         Log: integrate change#5939 from mainline
35676              
35677              more pod nits (from Larry Virden)
35678      Branch: maint-5.6/perl
35679           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
35680           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35681           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35682 ____________________________________________________________________________
35683 [  7266] By: gsar                                  on 2000/10/16  03:01:39
35684         Log: integrate change#5938 from mainline
35685              
35686              Consolidated B::Deparse fixes (from Stephen McCamant)
35687      Branch: maint-5.6/perl
35688           !> ext/B/B/Deparse.pm
35689 ____________________________________________________________________________
35690 [  7265] By: gsar                                  on 2000/10/16  03:00:43
35691         Log: integrate change#5936 from mainline
35692              
35693              additional tests for change#7263 (from Paul Marquess)
35694      Branch: maint-5.6/perl
35695           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35696           !> t/pragma/warn/5nolint t/pragma/warn/6default
35697 ____________________________________________________________________________
35698 [  7264] By: gsar                                  on 2000/10/16  02:58:34
35699         Log: integrate change#5934 from mainline
35700              
35701              propagate lexical warnings from surrounding scope correctly
35702              within string eval() (from Paul Marquess)
35703      Branch: maint-5.6/perl
35704           !> pp_ctl.c t/pragma/warn/pp_ctl
35705 ____________________________________________________________________________
35706 [  7263] By: gsar                                  on 2000/10/16  02:56:53
35707         Log: integrate change#5932 from mainline
35708              
35709              add rsignal(), whichsig() and do_join() to public API list
35710              (mod_perl uses them to good advantage)
35711      Branch: maint-5.6/perl
35712           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
35713 ____________________________________________________________________________
35714 [  7262] By: gsar                                  on 2000/10/16  02:55:53
35715         Log: integrate change#5931 from mainline
35716              
35717              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
35718      Branch: maint-5.6/perl
35719           !> pp_hot.c regexec.c t/op/pat.t
35720 ____________________________________________________________________________
35721 [  7261] By: gsar                                  on 2000/10/16  02:55:01
35722         Log: integrate change#5930 from mainline
35723              
35724              small os390 tweaks (from Peter Prymmer)
35725      Branch: maint-5.6/perl
35726           !> config_h.SH makedepend.SH
35727 ____________________________________________________________________________
35728 [  7260] By: gsar                                  on 2000/10/16  02:54:10
35729         Log: integrate change#5929 from mainline
35730              
35731              pod nits
35732      Branch: maint-5.6/perl
35733           !> pod/perlguts.pod
35734 ____________________________________________________________________________
35735 [  7259] By: gsar                                  on 2000/10/16  02:52:55
35736         Log: integrate change#5927 from mainline
35737              
35738              arrange for next() to resume at the unstack op rather than the
35739              loop conditional, so that scope cleanup happens correctly
35740              (from Stephen McCamant)
35741      Branch: maint-5.6/perl
35742           !> op.c pp_ctl.c t/op/misc.t
35743 ____________________________________________________________________________
35744 [  7258] By: gsar                                  on 2000/10/16  02:51:38
35745         Log: integrate change#5926 from mainline
35746              
35747              on windows, reserve 16M of stack rather than 128M (allows more
35748              threads to run concurrently)
35749      Branch: maint-5.6/perl
35750           !> win32/Makefile win32/makefile.mk
35751 ____________________________________________________________________________
35752 [  7257] By: gsar                                  on 2000/10/16  02:50:37
35753         Log: integrate change#5925 from mainline
35754              
35755              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
35756      Branch: maint-5.6/perl
35757           !> toke.c
35758 ____________________________________________________________________________
35759 [  7256] By: gsar                                  on 2000/10/16  02:49:36
35760         Log: integrate change#5924 from mainline
35761              
35762              avoid using uninitialized memory in require version check
35763      Branch: maint-5.6/perl
35764           !> pp_ctl.c universal.c
35765 ____________________________________________________________________________
35766 [  7255] By: gsar                                  on 2000/10/16  02:48:03
35767         Log: integrate changes#5923,5928,6009 from mainline
35768              
35769              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35770      Branch: maint-5.6/perl
35771           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35772 ____________________________________________________________________________
35773 [  7254] By: gsar                                  on 2000/10/16  02:44:46
35774         Log: integrate change#5922 from mainline
35775              
35776              commentary about IoTYPE() (from Nathan Torkington)
35777      Branch: maint-5.6/perl
35778           !> sv.h
35779 ____________________________________________________________________________
35780 [  7253] By: gsar                                  on 2000/10/16  02:43:49
35781         Log: integrate change#5921 from mainline
35782              
35783              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
35784      Branch: maint-5.6/perl
35785           !> sv.c t/lib/charnames.t t/pragma/utf8.t
35786 ____________________________________________________________________________
35787 [  7252] By: gsar                                  on 2000/10/16  02:42:31
35788         Log: integrate change#5920 from mainline
35789              
35790              Larry's fix for buggy propagation of utf8-ness in join(); add test
35791      Branch: maint-5.6/perl
35792           !> doop.c t/op/ver.t
35793 ____________________________________________________________________________
35794 [  7251] By: gsar                                  on 2000/10/16  02:41:14
35795         Log: integrate changes#5915..5919 from mainline
35796              
35797              various (pod tweaks &c)
35798      Branch: maint-5.6/perl
35799           !> (integrate 33 files)
35800 ____________________________________________________________________________
35801 [  7250] By: gsar                                  on 2000/10/16  02:38:16
35802         Log: integrate change#5914 from mainline
35803              
35804              caller() wasn't returning the right number of elements for
35805              eval {...}
35806      Branch: maint-5.6/perl
35807           !> pp_ctl.c t/pragma/warn/9enabled
35808 ____________________________________________________________________________
35809 [  7249] By: gsar                                  on 2000/10/16  02:37:02
35810         Log: integrate change#5913 from mainline
35811              
35812              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
35813              (from Mark-Jason Dominus)
35814      Branch: maint-5.6/perl
35815           !> pod/perlfunc.pod
35816 ____________________________________________________________________________
35817 [  7248] By: gsar                                  on 2000/10/16  02:35:58
35818         Log: integrate change#5912 from mainline
35819              
35820              fix totally broken caching in UNIVERSAL::isa() (from
35821              Nick Ing-Simmons)
35822      Branch: maint-5.6/perl
35823           !> t/op/universal.t universal.c
35824 ____________________________________________________________________________
35825 [  7247] By: gsar                                  on 2000/10/16  02:34:27
35826         Log: integrate changes#5910,5911 from mainline
35827              
35828              typo in pod
35829              
35830              add linebreak properties from unicode/LineBrk.txt (from
35831              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
35832      Branch: maint-5.6/perl
35833           +> (branch 29 files)
35834           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
35835 ____________________________________________________________________________
35836 [  7246] By: gsar                                  on 2000/10/16  02:33:29
35837         Log: integrate change#5909 from mainline
35838              
35839              mode argument to do_binmode() should be file mode, not boolean
35840      Branch: maint-5.6/perl
35841           !> pp_sys.c
35842 ____________________________________________________________________________
35843 [  7245] By: gsar                                  on 2000/10/16  02:31:04
35844         Log: integrate change#5908 from mainline
35845              
35846              introduce illegal symbols into null package so that
35847              gv_fetchpv(...,TRUE) always returns a valid GV even when the
35848              symbol is trapped by strictures (avoids coredumps)
35849      Branch: maint-5.6/perl
35850           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
35851           !> t/pragma/strict-vars
35852 ____________________________________________________________________________
35853 [  7244] By: jhi                                   on 2000/10/16  02:29:54
35854         Log: Subject: $Carp::ExportLevel confusion in Exporter
35855              From: "Ben Tilly" <ben_tilly@hotmail.com>
35856              Date: Sat, 14 Oct 2000 16:44:34 EDT
35857              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
35858      Branch: perl
35859            ! lib/Exporter/Heavy.pm
35860 ____________________________________________________________________________
35861 [  7243] By: jhi                                   on 2000/10/16  02:28:33
35862         Log: Subject: [PATCH perlguts.pod] Document offset hack
35863              From: Simon Cozens <simon@cozens.net>
35864              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
35865              Date: Sat, 14 Oct 2000 19:32:25 +0100
35866      Branch: perl
35867            ! pod/perlguts.pod
35868 ____________________________________________________________________________
35869 [  7242] By: gsar                                  on 2000/10/16  02:26:51
35870         Log: integrate changes#5905,5906,5907,6064 from mainline
35871              
35872              printf/sprintf didn't get quad types right under use64bitint
35873      Branch: maint-5.6/perl
35874           !> pp_sys.c sv.c t/op/64bitint.t
35875 ____________________________________________________________________________
35876 [  7241] By: jhi                                   on 2000/10/16  02:22:44
35877         Log: Subject: small pod patch
35878              From: Dan Boorstein <dan_boo@bellsouth.net>
35879              Date: Sat, 14 Oct 2000 14:29:24 -0400
35880              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
35881      Branch: perl
35882            ! pod/perlfaq7.pod pod/perlmod.pod
35883 ____________________________________________________________________________
35884 [  7240] By: jhi                                   on 2000/10/16  02:13:46
35885         Log: -w cleanup.
35886              
35887              Subject: Re: Problems with bleadperl 
35888              From: "Stephen P. Potter" <spp@ds.net>
35889              Date: Fri, 13 Oct 2000 13:32:49 -0400
35890              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
35891      Branch: perl
35892            ! t/pragma/overload.t
35893 ____________________________________________________________________________
35894 [  7239] By: jhi                                   on 2000/10/16  01:41:18
35895         Log: One more ~utf8 tweak.
35896      Branch: perl
35897            ! t/op/bop.t
35898 ____________________________________________________________________________
35899 [  7238] By: jhi                                   on 2000/10/16  01:34:14
35900         Log: Tweak the test of #7235.
35901      Branch: perl
35902            ! t/op/bop.t
35903 ____________________________________________________________________________
35904 [  7237] By: jhi                                   on 2000/10/16  01:25:04
35905         Log: Fix a couple of compiler-noted nits in #7235.
35906      Branch: perl
35907            ! pp.c
35908 ____________________________________________________________________________
35909 [  7236] By: jhi                                   on 2000/10/16  01:22:46
35910         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
35911      Branch: perl
35912            ! pp.c pp_hot.c
35913 ____________________________________________________________________________
35914 [  7235] By: jhi                                   on 2000/10/15  16:24:44
35915         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
35916              
35917              From: Simon Cozens <simon@cozens.net>
35918              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
35919              Date: Sat, 14 Oct 2000 20:52:13 +0100
35920              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
35921      Branch: perl
35922            ! pp.c t/op/bop.t utf8.h
35923 ____________________________________________________________________________
35924 [  7234] By: jhi                                   on 2000/10/15  15:19:29
35925         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
35926              The problem was that rx->minlen was in chars while pp_split()
35927              thought it would be in bytes. 
35928      Branch: perl
35929            ! pp.c t/pragma/utf8.t
35930 ____________________________________________________________________________
35931 [  7233] By: jhi                                   on 2000/10/14  20:24:24
35932         Log: Document FNCASE=y as discussed in the bug 20000902.009.
35933      Branch: perl
35934            ! README.dos
35935 ____________________________________________________________________________
35936 [  7232] By: jhi                                   on 2000/10/14  18:52:21
35937         Log: Add test for bug id 20000427.003 (which seems to have
35938              been fixed) (also duplicate as 20000427.004, though
35939              with a higher severity).  Move one utf8 from op/append
35940              to pragma/utf8, tag the tests with bug ids.
35941      Branch: perl
35942            ! t/op/append.t t/pragma/utf8.t
35943 ____________________________________________________________________________
35944 [  7231] By: jhi                                   on 2000/10/14  17:28:37
35945         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
35946      Branch: perl
35947            ! t/pragma/utf8.t
35948 ____________________________________________________________________________
35949 [  7230] By: jhi                                   on 2000/10/14  14:24:50
35950         Log: Needs to be conditional on SunOS 4.
35951              
35952              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
35953              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35954              Date: Sat, 14 Oct 2000 13:37:49 +0100
35955              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
35956      Branch: metaconfig/U/perl
35957            ! End.U
35958      Branch: perl
35959            ! Configure myconfig.SH pod/perldelta.pod
35960 ____________________________________________________________________________
35961 [  7229] By: jhi                                   on 2000/10/14  00:49:22
35962         Log: Update Changes.
35963      Branch: perl
35964            ! Changes patchlevel.h
35965 ____________________________________________________________________________
35966 [  7228] By: jhi                                   on 2000/10/14  00:46:10
35967         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
35968              From: Peter Prymmer <pvhp@forte.com>
35969              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
35970              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
35971      Branch: perl
35972            ! lib/utf8.pm
35973 ____________________________________________________________________________
35974 [  7227] By: jhi                                   on 2000/10/13  23:20:30
35975         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
35976      Branch: perl
35977            ! t/op/tie.t
35978 ____________________________________________________________________________
35979 [  7226] By: jhi                                   on 2000/10/13  22:14:32
35980         Log: Tweak #7225.
35981              
35982              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
35983              From: Peter Prymmer <pvhp@forte.com>
35984              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
35985              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
35986      Branch: perl
35987            ! t/op/sprintf.t
35988 ____________________________________________________________________________
35989 [  7225] By: jhi                                   on 2000/10/13  22:11:31
35990         Log: op/sprintf.t patch for OS/390 (and any other host with limited
35991              floating-point exponent length)
35992              
35993              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
35994              From: Dominic Dunlop <domo@computer.org>
35995              Date: Fri, 13 Oct 2000 19:17:57 +0200
35996              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
35997      Branch: perl
35998            ! t/op/sprintf.t
35999 ____________________________________________________________________________
36000 [  7224] By: jhi                                   on 2000/10/13  18:40:48
36001         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
36002      Branch: perl
36003            ! toke.c
36004 ____________________________________________________________________________
36005 [  7223] By: jhi                                   on 2000/10/13  18:37:13
36006         Log: Thinko in #7222.
36007      Branch: perl
36008            ! utf8.c
36009 ____________________________________________________________________________
36010 [  7222] By: jhi                                   on 2000/10/13  18:05:23
36011         Log: Use UTF8SKIP(), from Simon Cozens.
36012      Branch: perl
36013            ! utf8.c
36014 ____________________________________________________________________________
36015 [  7221] By: jhi                                   on 2000/10/13  15:43:19
36016         Log: (accidentally empty check-in)
36017      Branch: perl
36018            ! utf8.c
36019 ____________________________________________________________________________
36020 [  7220] By: jhi                                   on 2000/10/13  15:23:51
36021         Log: Add (optimistically) Storable to static extensions.
36022      Branch: perl
36023            ! hints/uwin.sh hints/vmesa.sh
36024 ____________________________________________________________________________
36025 [  7219] By: jhi                                   on 2000/10/13  15:20:05
36026         Log: Amdahl UTS doesn't seem to do dynaloading.
36027      Branch: perl
36028            ! hints/uts.sh
36029 ____________________________________________________________________________
36030 [  7218] By: jhi                                   on 2000/10/13  15:15:20
36031         Log: Slight tweak of the code to appease Amdahl UTS cc.
36032      Branch: perl
36033            ! pp.c
36034 ____________________________________________________________________________
36035 [  7217] By: jhi                                   on 2000/10/13  14:50:42
36036         Log: In Amdahl UTS "struct sv" is defined by a system header,
36037              <ksync.h>.
36038      Branch: perl
36039            ! perl.h sv.h
36040 ____________________________________________________________________________
36041 [  7216] By: jhi                                   on 2000/10/13  11:58:25
36042         Log: Ilya implemented the memory profiling API.
36043      Branch: perl
36044            ! Todo
36045 ____________________________________________________________________________
36046 [  7215] By: jhi                                   on 2000/10/13  02:56:38
36047         Log: Subject: [PATCH 5.7.0] Perl API for mstats
36048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36049              Date: Thu, 12 Oct 2000 22:52:40 -0400
36050              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
36051      Branch: perl
36052            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
36053 ____________________________________________________________________________
36054 [  7214] By: jhi                                   on 2000/10/13  02:55:38
36055         Log: Subject: [PATCH 5.7.0] IVs in mtats
36056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36057              Date: Thu, 12 Oct 2000 22:51:04 -0400
36058              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
36059      Branch: perl
36060            ! malloc.c perl.h
36061 ____________________________________________________________________________
36062 [  7213] By: jhi                                   on 2000/10/13  02:31:47
36063         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
36064      Branch: perl
36065            ! pod/perldiag.pod pp_sys.c
36066 ____________________________________________________________________________
36067 [  7212] By: jhi                                   on 2000/10/13  01:27:38
36068         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
36069              From: Peter Prymmer <pvhp@forte.com>
36070              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
36071              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
36072      Branch: perl
36073            ! t/op/oct.t
36074 ____________________________________________________________________________
36075 [  7211] By: jhi                                   on 2000/10/13  00:35:09
36076         Log: Update Changes.
36077      Branch: perl
36078            ! Changes patchlevel.h
36079 ____________________________________________________________________________
36080 [  7210] By: jhi                                   on 2000/10/12  23:59:40
36081         Log: The Install.pm third of
36082              
36083              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36084              From: Bill Campbell <bill@celestial.com>
36085              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36086              Date: Thu, 5 Oct 2000 18:04:51 -0700
36087      Branch: perl
36088            ! lib/ExtUtils/Install.pm
36089 ____________________________________________________________________________
36090 [  7209] By: jhi                                   on 2000/10/12  23:58:43
36091         Log: Two thirds of
36092              
36093              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36094              Date: Thu, 5 Oct 2000 18:04:51 -0700
36095              From: Bill Campbell <bill@celestial.com>
36096              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36097              
36098              The Install.pm changes will be submitted separately because
36099              they need some work and discussion still.
36100      Branch: perl
36101            ! lib/getopts.pl lib/termcap.pl
36102 ____________________________________________________________________________
36103 [  7208] By: jhi                                   on 2000/10/12  23:41:19
36104         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
36105              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36106              Date:     Thu, 12 Oct 2000 07:30:02 EDT
36107              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
36108      Branch: perl
36109            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
36110            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
36111 ____________________________________________________________________________
36112 [  7207] By: jhi                                   on 2000/10/12  23:39:01
36113         Log: An updated EBCDIC tr patch.
36114              
36115              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
36116              From: Peter Prymmer <pvhp@forte.com>
36117              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
36118              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
36119      Branch: perl
36120            ! t/op/tr.t
36121 ____________________________________________________________________________
36122 [  7206] By: jhi                                   on 2000/10/12  23:34:55
36123         Log: Upgrade to CPAN 1.58, from Andreas König.
36124      Branch: perl
36125            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36126 ____________________________________________________________________________
36127 [  7205] By: jhi                                   on 2000/10/12  23:29:08
36128         Log: Introduce the man[24-8] variables, from Andy Dougherty.
36129      Branch: metaconfig/U/perl
36130            + mandirs.U mandirstyle.U
36131      Branch: perl
36132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36133            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
36134            ! vos/config.h vos/config.pl vos/config_h.SH_orig
36135            ! win32/config.bc win32/config.gc win32/config.vc
36136 ____________________________________________________________________________
36137 [  7204] By: gsar                                  on 2000/10/12  18:11:24
36138         Log: restore change#7202
36139      Branch: perl
36140            ! mg.c
36141 ____________________________________________________________________________
36142 [  7203] By: gsar                                  on 2000/10/12  18:09:40
36143         Log: another test of the Emergency Broadcast System--back out 
36144              change#7202
36145      Branch: perl
36146            ! mg.c
36147 ____________________________________________________________________________
36148 [  7202] By: gsar                                  on 2000/10/12  16:40:47
36149         Log: (submitted on behalf of Jarkko)
36150              Fix the lib/encode.t subtest 6 failure as reported by Andreas
36151              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
36152              was unearthed by change 7182, as was a bug in HTML::Entities.
36153      Branch: perl
36154            ! mg.c
36155 ____________________________________________________________________________
36156 [  7201] By: jhi                                   on 2000/10/11  03:16:05
36157         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
36158      Branch: perl
36159            ! pp_hot.c t/pragma/utf8.t
36160 ____________________________________________________________________________
36161 [  7200] By: jhi                                   on 2000/10/11  00:40:30
36162         Log: The #7198 was a false alarm.
36163      Branch: perl
36164            ! pp_hot.c
36165 ____________________________________________________________________________
36166 [  7199] By: jhi                                   on 2000/10/11  00:26:04
36167         Log: Remove duplicated code.
36168      Branch: perl
36169            ! t/lib/cgi-html.t
36170 ____________________________________________________________________________
36171 [  7198] By: jhi                                   on 2000/10/10  23:30:46
36172         Log: (Retracted by #7200.)
36173      Branch: perl
36174            ! pp_hot.c
36175 ____________________________________________________________________________
36176 [  7197] By: jhi                                   on 2000/10/10  21:49:30
36177         Log: Add the test case for #7190, from the original bug report
36178              by Andreas König.
36179      Branch: perl
36180            ! t/pragma/utf8.t
36181 ____________________________________________________________________________
36182 [  7196] By: jhi                                   on 2000/10/10  21:40:49
36183         Log: Reapply Andy's patch and regen Configure.
36184      Branch: perl
36185            ! Configure INSTALL Makefile.SH Porting/Glossary
36186            ! Porting/config.sh config_h.SH epoc/config.sh installperl
36187            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36188            ! win32/config.vc
36189 ____________________________________________________________________________
36190 [  7195] By: jhi                                   on 2000/10/10  21:09:30
36191         Log: Use the versiononly instead of the installscripts,
36192              retract the changes 7146 and 7147.
36193      Branch: perl
36194            ! Configure INSTALL Makefile.SH Porting/Glossary
36195            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
36196            ! installperl uconfig.sh vos/config.def win32/config.bc
36197            ! win32/config.gc win32/config.vc
36198 ____________________________________________________________________________
36199 [  7194] By: jhi                                   on 2000/10/10  21:06:15
36200         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
36201              From: Peter Prymmer <pvhp@forte.com>
36202              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
36203              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
36204      Branch: perl
36205            ! t/op/ver.t
36206 ____________________________________________________________________________
36207 [  7193] By: jhi                                   on 2000/10/10  21:05:12
36208         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
36209              From: Peter Prymmer <pvhp@forte.com>
36210              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
36211              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
36212      Branch: perl
36213            ! t/op/tr.t
36214 ____________________________________________________________________________
36215 [  7192] By: jhi                                   on 2000/10/10  20:57:30
36216         Log: Add versiononly, delete installscripts, from Andy Dougherty.
36217      Branch: metaconfig
36218            - U/installdirs/installscripts.U
36219      Branch: metaconfig/U/perl
36220            + versiononly.U
36221 ____________________________________________________________________________
36222 [  7191] By: jhi                                   on 2000/10/10  19:41:21
36223         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
36224              From: Peter Prymmer <pvhp@forte.com>
36225              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
36226              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
36227      Branch: perl
36228            ! pod/perlebcdic.pod
36229 ____________________________________________________________________________
36230 [  7190] By: jhi                                   on 2000/10/10  19:26:14
36231         Log: Subject: Re: utf8 concat, mg_get
36232              From: Simon Cozens <simon@cozens.net>
36233              Date: Tue, 10 Oct 2000 17:40:17 +0100
36234              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
36235      Branch: perl
36236            ! pp_hot.c
36237 ____________________________________________________________________________
36238 [  7189] By: jhi                                   on 2000/10/10  19:23:03
36239         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
36240              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
36241              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
36242              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
36243      Branch: perl
36244            ! lib/ExtUtils/MM_Unix.pm
36245 ____________________________________________________________________________
36246 [  7188] By: jhi                                   on 2000/10/10  15:31:24
36247         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
36248              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36249              Date: Fri, 14 Jul 2000 10:47:36 +0100
36250              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
36251      Branch: perl
36252            ! README.win32
36253 ____________________________________________________________________________
36254 [  7187] By: jhi                                   on 2000/10/10  13:30:10
36255         Log: Quote the temp file name, needed in Win32 because the
36256              default name unfortunately contains spaces, shouldn't
36257              hurt elsewhere.
36258              
36259              Subject: FW: perldoc fails if $TEMP contains spaces
36260              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36261              Date: Thu, 14 Sep 2000 08:58:45 +0100
36262              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
36263      Branch: perl
36264            ! utils/perldoc.PL
36265 ____________________________________________________________________________
36266 [  7186] By: jhi                                   on 2000/10/10  13:16:27
36267         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
36268              From: hv@hugo.hybyte.com
36269              Date: Tue, 10 Oct 2000 14:10:20 +0100
36270              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
36271      Branch: perl
36272            ! t/lib/thr5005.t util.c
36273 ____________________________________________________________________________
36274 [  7185] By: jhi                                   on 2000/10/10  12:06:22
36275         Log: Upgrade to podlators 1.04, from Russ Allbery.
36276      Branch: perl
36277            ! lib/Pod/Man.pm lib/Pod/Text.pm
36278 ____________________________________________________________________________
36279 [  7184] By: jhi                                   on 2000/10/10  12:01:32
36280         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
36281      Branch: perl
36282            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
36283 ____________________________________________________________________________
36284 [  7183] By: jhi                                   on 2000/10/09  23:47:15
36285         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
36286              From: Peter Prymmer <pvhp@forte.com>
36287              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
36288              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
36289      Branch: perl
36290            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
36291 ____________________________________________________________________________
36292 [  7182] By: jhi                                   on 2000/10/09  23:43:16
36293         Log: Make eq work again with utf8 (disabling the upgrading
36294              should no more be necessary since the copies of the
36295              scalars are upgraded, not the scalars themselves).
36296              Takes care of ID 20001009.001.  (The claimed length()
36297              bug in 20001009.001 seems bogus to me.)
36298      Branch: perl
36299            ! sv.c t/pragma/utf8.t
36300 ____________________________________________________________________________
36301 [  7181] By: gsar                                  on 2000/10/09  19:41:54
36302         Log: tweak for change#7173
36303      Branch: perl
36304            ! win32/win32sck.c
36305 ____________________________________________________________________________
36306 [  7180] By: gsar                                  on 2000/10/09  19:26:56
36307         Log: on Windows, clean targets might not work under some flavors of the shell
36308      Branch: perl
36309            ! win32/Makefile win32/makefile.mk
36310 ____________________________________________________________________________
36311 [  7179] By: jhi                                   on 2000/10/09  19:21:02
36312         Log: Update Changes.
36313      Branch: perl
36314            ! Changes patchlevel.h
36315 ____________________________________________________________________________
36316 [  7178] By: jhi                                   on 2000/10/09  19:18:23
36317         Log: Warn about unknown scripts.
36318              
36319              Subject: Re: ideas? patches? [PATCH bleadperl]
36320              From: Dominic Dunlop <domo@computer.org>
36321              Date: Mon, 9 Oct 2000 14:57:17 +0200
36322              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
36323      Branch: perl
36324            ! lib/charnames.pm
36325 ____________________________________________________________________________
36326 [  7177] By: jhi                                   on 2000/10/09  19:13:27
36327         Log: Change #7160 had a nasty typo.
36328      Branch: metaconfig
36329            ! U/compline/Compile.U
36330      Branch: perl
36331            ! Configure config_h.SH
36332 ____________________________________________________________________________
36333 [  7176] By: gsar                                  on 2000/10/09  18:59:33
36334         Log: pod nit
36335      Branch: perl
36336            ! pod/perlport.pod
36337 ____________________________________________________________________________
36338 [  7175] By: gsar                                  on 2000/10/09  18:54:28
36339         Log: Windows9x doesn't support link(), despite what Config.pm
36340              might think
36341      Branch: perl
36342            ! lib/ExtUtils/Manifest.pm
36343 ____________________________________________________________________________
36344 [  7174] By: gsar                                  on 2000/10/09  18:50:03
36345         Log: avoid nonportable example code
36346      Branch: perl
36347            ! lib/File/Copy.pm
36348 ____________________________________________________________________________
36349 [  7173] By: gsar                                  on 2000/10/09  18:46:54
36350         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
36351              being used) when closing a socket handle
36352      Branch: perl
36353            ! win32/win32.c win32/win32.h win32/win32sck.c
36354 ____________________________________________________________________________
36355 [  7172] By: gsar                                  on 2000/10/09  18:41:40
36356         Log: on Windows, cwd strings in the environment should be of the
36357              form =X:=X:\foo instead of =X=X:\foo\
36358      Branch: perl
36359            ! win32/vdir.h
36360 ____________________________________________________________________________
36361 [  7171] By: gsar                                  on 2000/10/09  18:30:09
36362         Log: on Windows, LoadLibrary() could load an extension DLL multiple
36363              times if forward slashes are used in the path
36364      Branch: perl
36365            ! win32/win32.c
36366 ____________________________________________________________________________
36367 [  7170] By: jhi                                   on 2000/10/09  17:53:59
36368         Log: Add a todo note about overloadable assertions.
36369      Branch: perl
36370            ! Todo-5.6
36371 ____________________________________________________________________________
36372 [  7169] By: jhi                                   on 2000/10/09  13:43:45
36373         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
36374              From: mjd@plover.com
36375              Date: 9 Oct 2000 00:24:44 -0000
36376              Message-ID: <20001009002444.10616.qmail@plover.com>
36377      Branch: perl
36378            ! pod/perldebguts.pod
36379 ____________________________________________________________________________
36380 [  7168] By: nick                                  on 2000/10/08  13:16:33
36381         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
36382              is not right thing to do on (e.g. x86). Network order is also "right" for
36383              X fonts.
36384      Branch: perl
36385            ! ext/Encode/Encode.pm
36386 ____________________________________________________________________________
36387 [  7167] By: nick                                  on 2000/10/08  12:54:42
36388         Log: Make "encodings" work post-install when Encode/*.enc files may not
36389              be in same directory as Encode.pm
36390      Branch: perl
36391            ! ext/Encode/Encode.pm
36392 ____________________________________________________________________________
36393 [  7166] By: nick                                  on 2000/10/08  11:51:26
36394         Log: Work round the fact that $hash->{$key} does not take into account
36395              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
36396              so that key is always in the "expected" encoding - i.e. same way we put
36397              it in the hash.
36398      Branch: perl
36399            ! ext/Encode/Encode.pm
36400 ____________________________________________________________________________
36401 [  7165] By: gsar                                  on 2000/10/08  04:15:29
36402         Log: save_re_context() could reset PL_curcop to freed memory, causing core
36403              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
36404      Branch: perl
36405            ! pp_ctl.c
36406 ____________________________________________________________________________
36407 [  7164] By: jhi                                   on 2000/10/06  20:51:48
36408         Log: UTF8ize split() so that the cloned substrings get the UTF8
36409              flag of the original scalar.  Problem reported by Simon Cozens.
36410      Branch: perl
36411            ! pp.c t/pragma/utf8.t
36412 ____________________________________________________________________________
36413 [  7163] By: nick                                  on 2000/10/06  20:48:34
36414         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
36415              got a false +ve and so did not reach code which would have un-FAKEd the SV.
36416      Branch: perl
36417            ! sv.c
36418 ____________________________________________________________________________
36419 [  7162] By: nick                                  on 2000/10/06  20:25:37
36420         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
36421              To fix  (sort {$a <=> $b} keys %hash) in particular but
36422              should cover a number of other as-yet-unknown cases as well.
36423      Branch: perl
36424            ! sv.c
36425 ____________________________________________________________________________
36426 [  7161] By: jhi                                   on 2000/10/06  19:56:18
36427         Log: Change the version number of Tie::Handle in the core to 4.0,
36428              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
36429              
36430              Subject: Note on Tie::Handle
36431              From: andreas.koenig@anima.de (Andreas J. Koenig)
36432              Date:      06 Oct 2000 21:48:58 +0200
36433              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
36434      Branch: perl
36435            ! lib/Tie/Handle.pm
36436 ____________________________________________________________________________
36437 [  7160] By: jhi                                   on 2000/10/06  18:20:35
36438         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
36439              as the first option of cc/ld because of ultrapicky compilers
36440              (e.g. OS/390 R2.5)
36441      Branch: metaconfig
36442            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
36443            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
36444            ! U/compline/orderlib.U U/modified/Cppsym.U
36445            ! U/modified/d_access.U
36446      Branch: metaconfig/U/perl
36447            ! Checkcc.U d_dlsymun.U gccvers.U
36448      Branch: perl
36449            ! Configure config_h.SH
36450 ____________________________________________________________________________
36451 [  7159] By: jhi                                   on 2000/10/06  13:56:39
36452         Log: Update Changes.
36453      Branch: perl
36454            ! Changes patchlevel.h
36455 ____________________________________________________________________________
36456 [  7158] By: jhi                                   on 2000/10/06  12:48:40
36457         Log: Eliminate $Is_VMS code from the test.
36458              
36459              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
36460              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36461              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
36462              Date:     Thu, 5 Oct 2000 07:46:33 EDT
36463      Branch: perl
36464            ! t/lib/b.t
36465 ____________________________________________________________________________
36466 [  7157] By: jhi                                   on 2000/10/06  12:47:13
36467         Log: Also the $ccflags is needed for the C compiler check.
36468              
36469              Subject: Configure (check for C-compiler)
36470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36471              Date: Fri, 06 Oct 2000 08:47:15 +0200
36472              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
36473      Branch: metaconfig/U/perl
36474            ! Checkcc.U
36475      Branch: perl
36476            ! Configure config_h.SH
36477 ____________________________________________________________________________
36478 [  7156] By: jhi                                   on 2000/10/06  11:45:15
36479         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
36480      Branch: perl
36481            ! perl.c pp_ctl.c sv.h utf8.c
36482 ____________________________________________________________________________
36483 [  7155] By: jhi                                   on 2000/10/06  11:40:41
36484         Log: IO::Handle->syswrite() did not handle length omission
36485              like CORE::syswrite() does.
36486              
36487              Subject: [Fwd] IO::Handle, syswrite and arguments
36488              From: Graham Barr <gbarr@pobox.com>
36489              Date: Fri, 6 Oct 2000 10:22:05 +0100
36490              Message-ID: <20001006102205.U6312@pobox.com>
36491              
36492              The original patch from andrew@ugh.net.au.
36493      Branch: perl
36494            ! ext/IO/lib/IO/Handle.pm
36495 ____________________________________________________________________________
36496 [  7154] By: jhi                                   on 2000/10/06  01:42:15
36497         Log: Tweak #7153.
36498      Branch: perl
36499            ! utf8.h
36500 ____________________________________________________________________________
36501 [  7153] By: jhi                                   on 2000/10/06  00:39:55
36502         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
36503      Branch: perl
36504            ! utf8.h
36505 ____________________________________________________________________________
36506 [  7152] By: jhi                                   on 2000/10/06  00:38:11
36507         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
36508      Branch: perl
36509            ! perl.c pp_ctl.c sv.h utf8.c
36510 ____________________________________________________________________________
36511 [  7151] By: jhi                                   on 2000/10/06  00:36:38
36512         Log: Subject: Re: Questions about Tie::Array and perl modules
36513              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36514              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
36515              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
36516              
36517              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
36518      Branch: perl
36519            ! lib/Tie/Array.pm t/op/array.t
36520 ____________________________________________________________________________
36521 [  7150] By: jhi                                   on 2000/10/05  00:20:45
36522         Log: Regen Changes.
36523      Branch: perl
36524            ! Changes patchlevel.h
36525 ____________________________________________________________________________
36526 [  7149] By: jhi                                   on 2000/10/05  00:20:01
36527         Log: Regen toc.
36528      Branch: perl
36529            ! pod/perltoc.pod
36530 ____________________________________________________________________________
36531 [  7148] By: jhi                                   on 2000/10/04  23:35:08
36532         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
36533              reported several times by Dominic Dunlop, for example in
36534              ID 20000315.008.  Patch from Dominic.  Patch affects at
36535              least MachTen, and possibly other oldish BSDs. Should not
36536              break non-broken platforms (tested on LinuxPPC). 
36537      Branch: perl
36538            ! doio.c
36539 ____________________________________________________________________________
36540 [  7147] By: jhi                                   on 2000/10/04  23:26:34
36541         Log: The one that got away from 7146.
36542      Branch: metaconfig
36543            + U/installdirs/installscripts.U
36544 ____________________________________________________________________________
36545 [  7146] By: jhi                                   on 2000/10/04  23:25:04
36546         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
36547              suggested by H. Merijn Brand.
36548      Branch: perl
36549            ! Configure INSTALL Makefile.SH Porting/Glossary
36550            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
36551            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36552            ! win32/config.vc
36553 ____________________________________________________________________________
36554 [  7145] By: jhi                                   on 2000/10/04  22:08:21
36555         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36557              Date: Wed, 4 Oct 2000 17:37:46 -0400
36558              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
36559      Branch: perl
36560            ! utils/h2xs.PL
36561 ____________________________________________________________________________
36562 [  7144] By: jhi                                   on 2000/10/04  18:11:41
36563         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
36564              From: Jeff Pinyan <jeffp@crusoe.net>
36565              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
36566              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
36567      Branch: perl
36568            ! pod/perlrun.pod
36569 ____________________________________________________________________________
36570 [  7143] By: jhi                                   on 2000/10/04  18:09:58
36571         Log: Subject: perlhack.pod Patch for Externals Tools
36572              From: Fisher Mark <fisherm@tce.com>
36573              Date: Tue, 3 Oct 2000 15:43:27 -0500 
36574              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
36575      Branch: perl
36576            ! pod/perlhack.pod
36577 ____________________________________________________________________________
36578 [  7142] By: jhi                                   on 2000/10/04  18:08:41
36579         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
36580              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36581              Date:     Wed, 4 Oct 2000 12:11:11 EDT
36582              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
36583      Branch: perl
36584            ! vms/vms.c
36585 ____________________________________________________________________________
36586 [  7141] By: jhi                                   on 2000/10/04  12:20:16
36587         Log: Subject: [PATCH 5.7.0] h2xs not working
36588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36589              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
36590              Date: Tue, 3 Oct 2000 21:43:01 -0400
36591              
36592              Subject: [PATCH 5.7.0] h2xs not documenting the created module
36593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36594              Date: Tue, 3 Oct 2000 22:55:19 -0400
36595              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
36596      Branch: perl
36597            ! utils/h2xs.PL
36598 ____________________________________________________________________________
36599 [  7140] By: jhi                                   on 2000/10/04  11:53:44
36600         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
36601              From: nick@babyhippo.com
36602              Date: Wed, 4 Oct 2000 12:06:45 +0100
36603              Message-Id: <20001004120645.A7356@babyhippo.com>
36604              
36605              Retract 7118 and 7135.
36606      Branch: perl
36607            ! installman installperl op.c t/pragma/subs.t
36608 ____________________________________________________________________________
36609 [  7139] By: jhi                                   on 2000/10/03  22:09:41
36610         Log: It is possible to have no hosts database at all.  Pointed out in
36611              
36612              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36613              From: Peter Prymmer <pvhp@forte.com>
36614              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36615              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36616      Branch: metaconfig
36617            ! U/modified/myhostname.U
36618      Branch: perl
36619            ! Configure config_h.SH
36620 ____________________________________________________________________________
36621 [  7138] By: jhi                                   on 2000/10/03  21:49:49
36622         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36623              From: Peter Prymmer <pvhp@forte.com>
36624              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36625              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36626      Branch: perl
36627            ! pp_sys.c
36628 ____________________________________________________________________________
36629 [  7137] By: jhi                                   on 2000/10/03  20:10:05
36630         Log: One remaining nit less at the VMS mailbox sizing.
36631      Branch: perl
36632            ! vms/vms.c
36633 ____________________________________________________________________________
36634 [  7136] By: jhi                                   on 2000/10/03  20:08:47
36635         Log: Test harness update to sync with the new perlcc,
36636              from Simon Cozens.
36637      Branch: perl
36638            ! t/TEST t/UTEST
36639 ____________________________________________________________________________
36640 [  7135] By: jhi                                   on 2000/10/03  15:15:42
36641         Log: Subject: Re: PATCH for 20001003.004
36642              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
36643              From: "AARON B. DOSSETT" <aaron@iglou.com>
36644              Message-Id: <E13gTay-0006od-00@iglou.com>
36645      Branch: perl
36646            ! installman installperl
36647 ____________________________________________________________________________
36648 [  7134] By: jhi                                   on 2000/10/03  15:00:34
36649         Log: Subject: [ID 20001003.006] B::Debug not -w clean
36650              From: Nicholas Clark <nick@babyhippo.co.uk>
36651              Date: Tue, 03 Oct 2000 15:46:32 +0100
36652              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
36653      Branch: perl
36654            ! ext/B/B/Debug.pm
36655 ____________________________________________________________________________
36656 [  7133] By: jhi                                   on 2000/10/03  14:58:39
36657         Log: Scale down the VMS message boxes, by Charles Lane.
36658              Fix for ID 20000903.009, workaround at
36659              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
36660      Branch: perl
36661            ! vms/vms.c
36662 ____________________________________________________________________________
36663 [  7132] By: jhi                                   on 2000/10/03  11:20:37
36664         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
36665      Branch: perl
36666            + t/lib/st-lock.t t/lib/st-utf8.t
36667            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
36668            ! ext/Storable/Storable.xs t/lib/st-recurse.t
36669 ____________________________________________________________________________
36670 [  7131] By: jhi                                   on 2000/10/03  03:38:23
36671         Log: Encode nits.
36672      Branch: perl
36673            ! MANIFEST Makefile.SH
36674 ____________________________________________________________________________
36675 [  7130] By: jhi                                   on 2000/10/03  03:31:05
36676         Log: Update Changes.
36677      Branch: perl
36678            ! Changes patchlevel.h
36679 ____________________________________________________________________________
36680 [  7129] By: jhi                                   on 2000/10/03  02:24:02
36681         Log: Misplaced else.
36682      Branch: metaconfig/U/perl
36683            ! d_strtoll.U
36684      Branch: perl
36685            ! Configure config_h.SH
36686 ____________________________________________________________________________
36687 [  7128] By: jhi                                   on 2000/10/03  02:08:29
36688         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
36689              From: sthoenna@efn.org
36690              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
36691              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
36692      Branch: metaconfig/U/perl
36693            ! d_strtoll.U
36694      Branch: perl
36695            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
36696 ____________________________________________________________________________
36697 [  7127] By: jhi                                   on 2000/10/03  01:13:14
36698         Log: Update Changes.
36699      Branch: perl
36700            ! Changes patchlevel.h
36701 ____________________________________________________________________________
36702 [  7126] By: jhi                                   on 2000/10/03  00:57:08
36703         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
36704              as suggested by Olaf Flebbe and Nick Clark.
36705      Branch: perl
36706            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
36707 ____________________________________________________________________________
36708 [  7125] By: jhi                                   on 2000/10/03  00:50:56
36709         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
36710              From: Nick Clark <nick@plum.flirble.org>
36711              Date: Mon, 2 Oct 2000 11:03:24 +0100
36712              Message-Id: <20001002110324.D20073@plum.flirble.org>
36713              
36714              Also fixes bug ID 20001002.005.
36715      Branch: perl
36716            ! t/lib/encode.t
36717 ____________________________________________________________________________
36718 [  7124] By: jhi                                   on 2000/10/03  00:34:59
36719         Log: Subject: [PATCH 5.7.0] Epoc update
36720              From: Olaf Flebbe <o.flebbe@gmx.de>
36721              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
36722              Message-ID: <26423.969484586@www10.gmx.net>
36723      Branch: perl
36724            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36725            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
36726            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
36727            ! util.c util.h
36728 ____________________________________________________________________________
36729 [  7123] By: jhi                                   on 2000/10/03  00:30:07
36730         Log: Regen headers.
36731      Branch: perl
36732            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
36733 ____________________________________________________________________________
36734 [  7122] By: jhi                                   on 2000/10/03  00:10:48
36735         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
36736      Branch: perl
36737            ! hints/openbsd.sh
36738 ____________________________________________________________________________
36739 [  7121] By: jhi                                   on 2000/10/03  00:05:06
36740         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
36741              From: <abigail@foad.org>
36742              Date: Tue, 26 Sep 2000 13:36:14 -0400
36743              Message-ID: <20000926173614.4356.qmail@foad.org>
36744      Branch: perl
36745            ! pod/perlop.pod
36746 ____________________________________________________________________________
36747 [  7120] By: jhi                                   on 2000/10/03  00:04:00
36748         Log: Inside require() $^S was always left undefined.
36749              
36750              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
36751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36752              Date: Wed, 27 Sep 2000 18:54:49 -0400
36753              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
36754      Branch: perl
36755            ! cop.h mg.c pp_ctl.c util.c
36756 ____________________________________________________________________________
36757 [  7119] By: jhi                                   on 2000/10/03  00:00:16
36758         Log: Subject: [PATCH] DLL not restartabke with threaded perl
36759              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
36760              Date: Thu, 28 Sep 2000 09:20:46 +0100
36761              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
36762      Branch: perl
36763            ! perl.c
36764 ____________________________________________________________________________
36765 [  7118] By: jhi                                   on 2000/10/02  23:59:20
36766         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
36767              From: Nicholas Clark <nick@ccl4.org>
36768              Date: Thu, 28 Sep 2000 11:52:24 +0100
36769              Message-ID: <20000928115224.D7924@plum.flirble.org>
36770      Branch: perl
36771            ! op.c
36772 ____________________________________________________________________________
36773 [  7117] By: jhi                                   on 2000/10/02  23:57:51
36774         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
36775              From: Nicholas Clark <nick@babyhippo.co.uk>
36776              Date: Thu, 28 Sep 2000 12:18:10 +0100
36777              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
36778              
36779              Did not apply cleanly, manual intervention was needed.
36780      Branch: perl
36781            ! ext/B/B/Bytecode.pm utils/perlcc.PL
36782 ____________________________________________________________________________
36783 [  7116] By: jhi                                   on 2000/10/02  23:50:40
36784         Log: Document the issue (is not a syntax error, kind of)
36785              
36786              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
36787              From: Nicholas Clark <nick@ccl4.org>
36788              Date: Thu, 28 Sep 2000 17:12:42 +0100
36789              Message-ID: <20000928171242.K7924@plum.flirble.org>
36790      Branch: perl
36791            ! pod/perldata.pod
36792 ____________________________________________________________________________
36793 [  7115] By: jhi                                   on 2000/10/02  23:48:58
36794         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
36795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36796              Date: Thu, 28 Sep 2000 21:55:31 -0400
36797              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
36798      Branch: perl
36799            ! regexec.c
36800 ____________________________________________________________________________
36801 [  7114] By: jhi                                   on 2000/10/02  23:47:57
36802         Log: Subject: DOC PATCH 5.6.0
36803              From: mjd@plover.com
36804              Date: 30 Sep 2000 06:02:34 -0000
36805              Message-ID: <20000930060234.4559.qmail@plover.com>
36806      Branch: perl
36807            ! pod/perldebguts.pod
36808 ____________________________________________________________________________
36809 [  7113] By: jhi                                   on 2000/10/02  23:46:43
36810         Log: SOCK_DGRAM and listen() do not mix as reported in
36811              
36812              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
36813              From: Petter Reinholdtsen <pere@hungry.com>
36814              Date: Sun, 1 Oct 2000 10:57:20 +0800
36815              Message-Id: <200010010257.KAA05735@localhost.localdomain>
36816              
36817              The patch for 5.7.0+ had to be reengineered, though.
36818      Branch: perl
36819            ! ext/IO/lib/IO/Socket/UNIX.pm
36820 ____________________________________________________________________________
36821 [  7112] By: jhi                                   on 2000/10/02  23:36:57
36822         Log: Subject: Re: [PATCH 5.005_64 missed]
36823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36824              Date: Sun, 1 Oct 2000 18:50:10 -0400
36825              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
36826      Branch: perl
36827            ! pod/perlxs.pod
36828 ____________________________________________________________________________
36829 [  7111] By: jhi                                   on 2000/10/02  23:35:40
36830         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
36831              From: Radu Greab <radu@netsoft.ro>
36832              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
36833              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
36834      Branch: perl
36835            ! op.c opcode.pl t/op/substr.t
36836 ____________________________________________________________________________
36837 [  7110] By: jhi                                   on 2000/10/02  23:32:38
36838         Log: Subject: [PATCH] Fix aliasing of tied filehandles
36839              From: Daniel Chetlin <daniel@chetlin.com>
36840              Date: Mon, 2 Oct 2000 14:53:27 -0700
36841              Message-ID: <20001002145327.C1617@ilmd>
36842      Branch: perl
36843            ! perl.h pp_hot.c t/op/tiehandle.t
36844 ____________________________________________________________________________
36845 [  7109] By: jhi                                   on 2000/10/02  23:31:30
36846         Log: s/Robin Parker/Robin Barker/
36847      Branch: perl
36848            ! Changes5.6
36849 ____________________________________________________________________________
36850 [  7108] By: jhi                                   on 2000/10/02  23:15:46
36851         Log: Retract #7091 as suggested in
36852              
36853              From: Robin Barker <rmb1@cise.npl.co.uk> 
36854              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
36855              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
36856              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
36857      Branch: perl
36858            ! embed.pl proto.h
36859 ____________________________________________________________________________
36860 [  7107] By: nick                                  on 2000/10/02  18:23:14
36861         Log: A few tweaks to get Tk803 to work with Encode scheme.
36862      Branch: perl
36863            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
36864 ____________________________________________________________________________
36865 [  7106] By: nick                                  on 2000/10/01  21:34:14
36866         Log: Add checking cases to Encode's toUnicode and fromUnicode.
36867      Branch: perl
36868            ! ext/Encode/Encode.pm
36869 ____________________________________________________________________________
36870 [  7105] By: nick                                  on 2000/10/01  17:18:01
36871         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
36872              To read and use them.
36873              Add a lib/encode.t which checks a few things.
36874      Branch: perl
36875            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
36876            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
36877            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
36878            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
36879            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
36880            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
36881            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
36882            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
36883            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
36884            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
36885            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
36886            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
36887            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
36888            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
36889            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
36890            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
36891            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
36892            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
36893            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
36894            + ext/Encode/Encode/iso2022-jp.enc
36895            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
36896            + ext/Encode/Encode/iso8859-1.enc
36897            + ext/Encode/Encode/iso8859-2.enc
36898            + ext/Encode/Encode/iso8859-3.enc
36899            + ext/Encode/Encode/iso8859-4.enc
36900            + ext/Encode/Encode/iso8859-5.enc
36901            + ext/Encode/Encode/iso8859-6.enc
36902            + ext/Encode/Encode/iso8859-7.enc
36903            + ext/Encode/Encode/iso8859-8.enc
36904            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
36905            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
36906            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
36907            + ext/Encode/Encode/macCentEuro.enc
36908            + ext/Encode/Encode/macCroatian.enc
36909            + ext/Encode/Encode/macCyrillic.enc
36910            + ext/Encode/Encode/macDingbats.enc
36911            + ext/Encode/Encode/macGreek.enc
36912            + ext/Encode/Encode/macIceland.enc
36913            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
36914            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
36915            + ext/Encode/Encode/macTurkish.enc
36916            + ext/Encode/Encode/macUkraine.enc
36917            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
36918            + t/lib/encode.t
36919            ! MANIFEST ext/Encode/Encode.pm
36920 ____________________________________________________________________________
36921 [  7104] By: nick                                  on 2000/09/30  13:04:30
36922         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
36923              From: Daniel Chetlin <daniel@chetlin.com>
36924              Date: Mon, 18 Sep 2000 05:05:40 -0700
36925              Message-Id: <20000918050540.C652@ilmd>
36926      Branch: perl
36927            ! lib/overload.pm sv.c t/pragma/overload.t
36928 ____________________________________________________________________________
36929 [  7103] By: nick                                  on 2000/09/30  12:53:36
36930         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
36931              From: Johan Vromans <jvromans@squirrel.nl>
36932              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
36933              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
36934      Branch: perl
36935            ! pod/Makefile.SH
36936 ____________________________________________________________________________
36937 [  7102] By: nick                                  on 2000/09/30  12:52:31
36938         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
36939              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36940              Date: Sat, 16 Sep 2000 16:36:45 -0400
36941              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
36942      Branch: perl
36943            ! ext/B/B/Deparse.pm
36944 ____________________________________________________________________________
36945 [  7101] By: nick                                  on 2000/09/30  12:51:41
36946         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
36947              From: Craig A. Berry <craig.berry@psinetcs.com>
36948              Date: Sat, 16 Sep 2000 10:11:10 -0500
36949              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
36950      Branch: perl
36951            ! vms/vms.c
36952 ____________________________________________________________________________
36953 [  7100] By: nick                                  on 2000/09/30  12:50:33
36954         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36955              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36956              Date: Fri, 15 Sep 2000 16:37:58 -0400
36957              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
36958      Branch: perl
36959            ! t/op/append.t
36960 ____________________________________________________________________________
36961 [  7099] By: nick                                  on 2000/09/30  12:49:35
36962         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36963              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36964              Date: Fri, 15 Sep 2000 16:25:30 -0400
36965              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
36966      Branch: perl
36967            ! pp_hot.c
36968 ____________________________________________________________________________
36969 [  7098] By: nick                                  on 2000/09/30  12:48:00
36970         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
36971              From: Gisle Aas <gisle@ActiveState.com>
36972              Date: 15 Sep 2000 16:23:41 +0200
36973              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
36974      Branch: perl
36975            ! toke.c
36976 ____________________________________________________________________________
36977 [  7097] By: nick                                  on 2000/09/30  12:45:16
36978         Log: Subject: [PATCH] Nits in perlmod.pod
36979              From: Daniel Chetlin <daniel@chetlin.com>
36980              Date: Fri, 15 Sep 2000 02:04:09 -0700
36981              Message-Id: <20000915020409.A2104@ilmd>
36982      Branch: perl
36983            ! pod/perlmod.pod
36984 ____________________________________________________________________________
36985 [  7096] By: nick                                  on 2000/09/30  12:18:00
36986         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
36987              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
36988              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
36989              0 to checking to get the warning.
36990      Branch: perl
36991            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36992            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
36993            ! regexec.c sv.c toke.c utf8.c
36994 ____________________________________________________________________________
36995 [  7095] By: nick                                  on 2000/09/15  16:55:59
36996         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
36997              
36998              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
36999              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37000              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
37001              Date: Fri, 15 Sep 2000 06:37:30 -0400
37002      Branch: perl
37003            ! ext/Encode/Encode.xs sv.c
37004 ____________________________________________________________________________
37005 [  7094] By: jhi                                   on 2000/09/15  03:23:32
37006         Log: Update Changes.
37007      Branch: perl
37008            ! Changes patchlevel.h
37009 ____________________________________________________________________________
37010 [  7093] By: jhi                                   on 2000/09/15  03:11:44
37011         Log: Fix for the charnames.t failures from Spider Boardman.
37012      Branch: perl
37013            ! toke.c
37014 ____________________________________________________________________________
37015 [  7092] By: jhi                                   on 2000/09/15  00:15:48
37016         Log: Botched the #7090 check-in.
37017      Branch: perl
37018            ! sv.c
37019 ____________________________________________________________________________
37020 [  7091] By: jhi                                   on 2000/09/14  23:33:24
37021         Log: Part of #7081 didn't come through.
37022      Branch: perl
37023            ! embed.pl proto.h
37024 ____________________________________________________________________________
37025 [  7090] By: jhi                                   on 2000/09/14  23:17:39
37026         Log: Subject: Re: perl@7078 
37027              From: Spider Boardman <spider@web.zk3.dec.com>
37028              Date: Thu, 14 Sep 2000 19:06:36 -0400
37029              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
37030      Branch: perl
37031            ! sv.c toke.c
37032 ____________________________________________________________________________
37033 [  7089] By: jhi                                   on 2000/09/14  23:11:21
37034         Log: Small portability tweaks.
37035      Branch: perl
37036            ! ext/Encode/Encode.xs
37037 ____________________________________________________________________________
37038 [  7088] By: jhi                                   on 2000/09/14  22:57:23
37039         Log: Fake return to pacify picky compilers.
37040      Branch: perl
37041            ! ext/Encode/Encode.xs
37042 ____________________________________________________________________________
37043 [  7087] By: jhi                                   on 2000/09/14  22:53:37
37044         Log: Subject: [PATCH] utf8.c apidoc
37045              From: Simon Cozens <simon@cozens.net>
37046              Date: Thu, 14 Sep 2000 23:46:57 +0100
37047              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
37048      Branch: perl
37049            ! perlapi.c pod/perlapi.pod utf8.c
37050 ____________________________________________________________________________
37051 [  7086] By: jhi                                   on 2000/09/14  22:40:38
37052         Log: We don't need to count the high bit bytes, a boolean is enough. 
37053      Branch: perl
37054            ! sv.c
37055 ____________________________________________________________________________
37056 [  7085] By: jhi                                   on 2000/09/14  21:20:09
37057         Log: Replace #7084 with
37058              
37059              Subject: Re: perl@7078 
37060              From: Spider Boardman <spider@web.zk3.dec.com>
37061              Date: Thu, 14 Sep 2000 17:09:36 -0400
37062              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
37063      Branch: perl
37064            ! sv.c utf8.c
37065 ____________________________________________________________________________
37066 [  7084] By: jhi                                   on 2000/09/14  20:03:34
37067         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
37068              convertable to bytes by checking it doesn't go above 0xc3
37069              
37070              Subject: Re: perl@7078
37071              From: Simon Cozens <simon@cozens.net>
37072              Date: Thu, 14 Sep 2000 20:59:19 +0100
37073              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
37074      Branch: perl
37075            ! utf8.c
37076 ____________________________________________________________________________
37077 [  7083] By: jhi                                   on 2000/09/14  19:38:47
37078         Log: Subject: Re: perl@7078
37079              From: Simon Cozens <simon@cozens.net>
37080              Date: Thu, 14 Sep 2000 20:13:09 +0100
37081              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
37082      Branch: perl
37083            ! t/op/bop.t
37084 ____________________________________________________________________________
37085 [  7082] By: jhi                                   on 2000/09/14  17:50:44
37086         Log: The one that got away.
37087      Branch: perl
37088            ! lib/File/Find.pm
37089 ____________________________________________________________________________
37090 [  7081] By: jhi                                   on 2000/09/14  17:45:35
37091         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
37092              From: Robin Barker <rmb1@cise.npl.co.uk>
37093              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
37094              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
37095      Branch: perl
37096            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
37097            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
37098            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
37099            ! regcomp.c toke.c universal.c
37100 ____________________________________________________________________________
37101 [  7080] By: jhi                                   on 2000/09/14  17:40:35
37102         Log: Problems picked up by AIX cc.
37103              
37104              Subject: Re: perl@7078 (patch included)
37105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37106              Date: Thu, 14 Sep 2000 18:53:30 +0200
37107              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
37108      Branch: perl
37109            ! ext/Encode/Encode.xs
37110 ____________________________________________________________________________
37111 [  7079] By: jhi                                   on 2000/09/14  17:38:27
37112         Log: Subject: File::Find 5.7.0 POD nits
37113              From: Rich Morin <rdm@cfcl.com>
37114              Date: Wed, 13 Sep 2000 22:03:58 -0700
37115              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
37116      Branch: perl
37117            ! lib/File/Find.pm
37118 ____________________________________________________________________________
37119 [  7078] By: jhi                                   on 2000/09/14  14:58:20
37120         Log: Update Changes.
37121      Branch: perl
37122            ! Changes patchlevel.h
37123 ____________________________________________________________________________
37124 [  7077] By: jhi                                   on 2000/09/14  14:55:54
37125         Log: Compilation warnings and an error.
37126      Branch: perl
37127            ! sv.c
37128 ____________________________________________________________________________
37129 [  7076] By: jhi                                   on 2000/09/14  14:42:56
37130         Log: Fix for a parsing bug, not for the original bug.
37131              
37132              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
37133              From: Spider Boardman <spider@web.zk3.dec.com>
37134              Date: Wed, 13 Sep 2000 17:52:20 -0400
37135              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
37136      Branch: perl
37137            ! regcomp.c
37138 ____________________________________________________________________________
37139 [  7075] By: jhi                                   on 2000/09/14  14:40:40
37140         Log: Batch of UTF-8 patches from Simon Cozens.
37141      Branch: perl
37142            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
37143            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
37144            ! toke.c utf8.c
37145 ____________________________________________________________________________
37146 [  7074] By: jhi                                   on 2000/09/14  14:29:58
37147         Log: Subject: Re: Two advertising clauses need to be removed
37148              From: Russ Allbery <rra@stanford.edu>
37149              Date: 13 Sep 2000 18:50:26 -0700
37150              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
37151      Branch: perl
37152            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
37153 ____________________________________________________________________________
37154 [  7073] By: jhi                                   on 2000/09/14  14:28:20
37155         Log: Subject: [PATCH] de-wall t/README
37156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37157              Date: Wed, 13 Sep 2000 17:46:55 -0700
37158              Message-ID: <//Bw5gzkge/e092yn@efn.org>
37159      Branch: perl
37160            ! t/README
37161 ____________________________________________________________________________
37162 [  7072] By: jhi                                   on 2000/09/14  14:25:10
37163         Log: Hints optimization.
37164              
37165              Subject: Minor nit
37166              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37167              Date: Wed, 13 Sep 2000 21:42:07 +0200
37168              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
37169      Branch: perl
37170            ! hints/hpux.sh
37171 ____________________________________________________________________________
37172 [  7071] By: jhi                                   on 2000/09/14  14:23:30
37173         Log: Allow chop() and chomp() to be overridden.
37174              
37175              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37176              From: "Casey R. Tweten" <crt@kiski.net>
37177              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
37178              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
37179      Branch: perl
37180            ! toke.c
37181 ____________________________________________________________________________
37182 [  7070] By: jhi                                   on 2000/09/14  14:20:36
37183         Log: The return value of setlocale must be copied away.
37184              
37185              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37186              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37187              Date: Wed, 13 Sep 2000 16:27:37 +0100 
37188              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
37189      Branch: perl
37190            ! util.c
37191 ____________________________________________________________________________
37192 [  7069] By: jhi                                   on 2000/09/14  14:16:27
37193         Log: Remove vestiges of tr//CU.
37194              
37195              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37196              From: Nick Clark <nick@plum.flirble.org>
37197              Date: Tue, 12 Sep 2000 22:50:14 +0100
37198              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
37199              
37200              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37202              Date: Tue, 12 Sep 2000 21:38:48 -0700
37203              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
37204      Branch: perl
37205            ! op.h pod/perlunicode.pod
37206 ____________________________________________________________________________
37207 [  7068] By: jhi                                   on 2000/09/13  14:18:39
37208         Log: Add the Encode extension.  The code is still largely just skeleton.
37209      Branch: perl
37210            + ext/Encode/Encode.pm ext/Encode/Encode.xs
37211            + ext/Encode/Makefile.PL ext/Encode/Todo
37212            ! MANIFEST Todo-5.6
37213 ____________________________________________________________________________
37214 [  7067] By: jhi                                   on 2000/09/12  17:43:33
37215         Log: Allow for whitespace between "#" and "line" in cpp output.
37216              
37217              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37218              From: Calle Dybedahl <calle@lysator.liu.se>
37219              Date: 12 Sep 2000 19:38:02 +0200 
37220              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
37221      Branch: perl
37222            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
37223 ____________________________________________________________________________
37224 [  7066] By: gsar                                  on 2000/09/12  17:24:29
37225         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37226              initialization in all the threads on Windows
37227      Branch: perl
37228            ! win32/win32.c
37229 ____________________________________________________________________________
37230 [  7065] By: jhi                                   on 2000/09/12  15:11:31
37231         Log: Update Changes.
37232      Branch: perl
37233            ! Changes patchlevel.h
37234 ____________________________________________________________________________
37235 [  7064] By: jhi                                   on 2000/09/12  14:54:54
37236         Log: Retract #7062, the pod tests are not ready.
37237      Branch: perl
37238            ! t/TEST t/harness
37239 ____________________________________________________________________________
37240 [  7063] By: jhi                                   on 2000/09/12  14:25:41
37241         Log: The #7054 truncated Configure badly.
37242      Branch: metaconfig/U/perl
37243            ! End.U
37244      Branch: perl
37245            ! Configure config_h.SH
37246 ____________________________________________________________________________
37247 [  7062] By: jhi                                   on 2000/09/12  14:08:32
37248         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
37249              From: sthoenna@efn.org
37250              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
37251              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
37252      Branch: perl
37253            ! t/TEST t/harness
37254 ____________________________________________________________________________
37255 [  7061] By: jhi                                   on 2000/09/12  14:07:18
37256         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37257              From: sthoenna@efn.org
37258              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
37259              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
37260      Branch: perl
37261            ! pod/perlxs.pod
37262 ____________________________________________________________________________
37263 [  7060] By: jhi                                   on 2000/09/12  14:06:08
37264         Log: Break up the myconfig lines a bit.
37265              
37266              Subject: perlbug/perl -V output format
37267              From: sthoenna@efn.org
37268              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
37269              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
37270      Branch: perl
37271            ! myconfig.SH
37272 ____________________________________________________________________________
37273 [  7059] By: jhi                                   on 2000/09/12  14:05:04
37274         Log: Test for the #7049.
37275              
37276              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
37277              From: andreas.koenig@anima.de (Andreas J. Koenig)
37278              Date: 12 Sep 2000 06:42:01 +0200
37279              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
37280      Branch: perl
37281            ! t/op/my.t
37282 ____________________________________________________________________________
37283 [  7058] By: jhi                                   on 2000/09/12  14:03:05
37284         Log: Subject: [patch: perl@7045] vms updates
37285              From: Peter Prymmer <pvhp@forte.com>
37286              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
37287              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
37288      Branch: perl
37289            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
37290 ____________________________________________________________________________
37291 [  7057] By: jhi                                   on 2000/09/12  14:00:51
37292         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37293              From: sthoenna@efn.org
37294              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
37295              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
37296      Branch: perl
37297            ! t/op/64bitint.t
37298 ____________________________________________________________________________
37299 [  7056] By: jhi                                   on 2000/09/12  13:58:14
37300         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37301              From: Jeff Pinyan <jeffp@crusoe.net>
37302              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
37303              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
37304      Branch: perl
37305            ! pod/perlfunc.pod
37306 ____________________________________________________________________________
37307 [  7055] By: jhi                                   on 2000/09/12  13:56:32
37308         Log: Do in VMS as the #7054 does.
37309      Branch: perl
37310            ! configure.com
37311 ____________________________________________________________________________
37312 [  7054] By: jhi                                   on 2000/09/12  13:50:31
37313         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37314              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37315              Date: Mon, 11 Sep 2000 08:33:09 +0100
37316              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
37317      Branch: metaconfig/U/perl
37318            ! End.U
37319      Branch: perl
37320            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
37321            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37322 ____________________________________________________________________________
37323 [  7053] By: jhi                                   on 2000/09/12  13:29:19
37324         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37325              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37326              Date:     Tue, 12 Sep 2000 08:35:59 EDT
37327              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
37328      Branch: perl
37329            ! vms/test.com
37330 ____________________________________________________________________________
37331 [  7052] By: jhi                                   on 2000/09/11  23:01:50
37332         Log: Document the SvUTF8*().
37333      Branch: perl
37334            ! pod/perlapi.pod sv.h
37335 ____________________________________________________________________________
37336 [  7051] By: gsar                                  on 2000/09/11  14:46:30
37337         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
37338              (missed a spot when fixing up op_pmreplroot hack for ithreads)
37339      Branch: perl
37340            ! op.c t/op/split.t
37341 ____________________________________________________________________________
37342 [  7050] By: nick                                  on 2000/09/11  10:03:51
37343         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37344              
37345              Subject: borland C++ win32.c tweak
37346              From: Vadim Konovalov <vkonovalov@lucent.com>
37347              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
37348              Date: Mon, 11 Sep 2000 11:22:33 +0400
37349      Branch: perl
37350            ! win32/win32.c
37351 ____________________________________________________________________________
37352 [  7049] By: nick                                  on 2000/09/11  09:57:33
37353         Log: Point fix for s/// on foreach (keys %xxx).
37354      Branch: perl
37355            ! pp_hot.c
37356 ____________________________________________________________________________
37357 [  7048] By: jhi                                   on 2000/09/10  23:37:09
37358         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
37359              by Pod::Text, from Brad Appleton.
37360      Branch: perl
37361            ! t/pod/testp2pt.pl
37362 ____________________________________________________________________________
37363 [  7047] By: jhi                                   on 2000/09/10  14:32:53
37364         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37365              by Russ Allbery.
37366      Branch: perl
37367            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
37368 ____________________________________________________________________________
37369 [  7046] By: jhi                                   on 2000/09/10  14:15:08
37370         Log: Upgrade to CPAN 1.57_65, from Andreas König.
37371      Branch: perl
37372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37373 ____________________________________________________________________________
37374 [  7045] By: jhi                                   on 2000/09/08  21:36:32
37375         Log: Update Changes.
37376      Branch: perl
37377            ! Changes patchlevel.h
37378 ____________________________________________________________________________
37379 [  7044] By: jhi                                   on 2000/09/08  21:29:56
37380         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37381              From: Peter Prymmer <pvhp@forte.com>
37382              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
37383              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
37384      Branch: perl
37385            ! configure.com
37386 ____________________________________________________________________________
37387 [  7043] By: jhi                                   on 2000/09/08  21:27:50
37388         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
37389              From: Peter Prymmer <pvhp@forte.com>
37390              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
37391              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
37392      Branch: perl
37393            ! Makefile.SH installperl
37394 ____________________________________________________________________________
37395 [  7042] By: jhi                                   on 2000/09/08  21:23:21
37396         Log: Continue #7041.
37397      Branch: perl
37398            ! cygwin/Makefile.SHs os2/Makefile.SHs
37399 ____________________________________________________________________________
37400 [  7041] By: jhi                                   on 2000/09/08  21:18:10
37401         Log: Do away with memory models cruft.  Sorry, PDP users.
37402      Branch: metaconfig
37403            ! U/modified/cc.U U/modified/libpth.U
37404      Branch: perl
37405            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
37406            ! Porting/config_H cflags.SH config_h.SH configure.com
37407            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
37408            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
37409            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
37410 ____________________________________________________________________________
37411 [  7040] By: jhi                                   on 2000/09/08  14:34:18
37412         Log: Major rewrite of s2p.  And I mean really major, it is
37413              an implementation of sed in perl.  If called as s2p it
37414              will function as s2p.  Note: needs non-UNIXifying.
37415              
37416              Subject: s2p
37417              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
37418              Date: Mon, 28 Aug 2000 14:05:12 +0200
37419              Message-ID: <39AA5578.2102E2AA@alcatel.at>
37420      Branch: perl
37421            ! x2p/s2p.PL
37422 ____________________________________________________________________________
37423 [  7039] By: jhi                                   on 2000/09/08  14:19:49
37424         Log: Re-allow vec() for characters > 255.
37425              
37426              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
37427              From: Spider Boardman <spider@web.zk3.dec.com>
37428              Date: Fri, 08 Sep 2000 02:21:02 -0400
37429              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
37430      Branch: perl
37431            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
37432            ! t/op/vec.t
37433 ____________________________________________________________________________
37434 [  7038] By: jhi                                   on 2000/09/08  14:14:18
37435         Log: Subject: [PATCH lib/Benchmark.pm]
37436              From: <abigail@foad.org>
37437              Date: Thu, 7 Sep 2000 15:03:20 -0400
37438              Message-ID: <20000907190320.888.qmail@foad.org>
37439      Branch: perl
37440            ! lib/Benchmark.pm
37441 ____________________________________________________________________________
37442 [  7037] By: jhi                                   on 2000/09/08  14:11:06
37443         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
37444              
37445              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
37446              From: Spider Boardman <spider@web.zk3.dec.com>
37447              Date: Fri, 08 Sep 2000 01:30:27 -0400
37448              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
37449      Branch: perl
37450            ! op.c
37451 ____________________________________________________________________________
37452 [  7036] By: jhi                                   on 2000/09/08  14:08:58
37453         Log: Subject: [ID 20000908.002] perlipc documentation bug.
37454              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
37455              Date: Fri, 08 Sep 2000 12:38:32 +0200
37456              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
37457      Branch: perl
37458            ! pod/perlipc.pod
37459 ____________________________________________________________________________
37460 [  7035] By: jhi                                   on 2000/09/08  14:03:12
37461         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37463              Date: Fri, 08 Sep 2000 11:47:34 +0200
37464              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
37465      Branch: perl
37466            ! hints/dec_osf.sh
37467 ____________________________________________________________________________
37468 [  7034] By: jhi                                   on 2000/09/08  13:59:35
37469         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
37470              From: Simon Cozens <simon@cozens.net>
37471              Date: Thu, 7 Sep 2000 20:40:38 +0100
37472              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
37473      Branch: perl
37474            ! pp_hot.c
37475 ____________________________________________________________________________
37476 [  7033] By: jhi                                   on 2000/09/08  04:03:03
37477         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
37478              From: "Larry W. Virden" <lvirden@cas.org>
37479              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
37480              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
37481      Branch: perl
37482            ! pod/perldiag.pod
37483 ____________________________________________________________________________
37484 [  7032] By: jhi                                   on 2000/09/07  22:18:30
37485         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
37486              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
37487              Date: Mon, 04 Sep 2000 13:16:38 -0700
37488              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
37489      Branch: perl
37490            ! lib/perl5db.pl
37491 ____________________________________________________________________________
37492 [  7031] By: jhi                                   on 2000/09/07  22:02:29
37493         Log: Fix the ccversion detection for 5.1 and beyond.
37494              
37495              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37496              From: Spider Boardman <spider@leggy.zk3.dec.com>
37497              Date: Thu, 7 Sep 2000 17:54:27 -0400
37498              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
37499      Branch: perl
37500            ! hints/dec_osf.sh
37501 ____________________________________________________________________________
37502 [  7030] By: jhi                                   on 2000/09/07  19:12:28
37503         Log: Fix for
37504              
37505              Subject: [ID 20000903.001] \w in utf8-strings
37506              From: Marc Lehmann <pcg@goof.com>
37507              Date: Sun, 03 Sep 2000 09:44:29 +0200
37508              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
37509              
37510              and various related nits.
37511      Branch: perl
37512            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
37513 ____________________________________________________________________________
37514 [  7029] By: jhi                                   on 2000/09/07  18:49:09
37515         Log: Fix the URL, but the server is still missing in action.
37516              
37517              Subject: [ID 20000905.002] perlfaq1.pod URL error
37518              From: "Larry W. Virden" <lvirden@cas.org>
37519              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
37520              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
37521      Branch: perl
37522            ! pod/perlfaq1.pod
37523 ____________________________________________________________________________
37524 [  7028] By: jhi                                   on 2000/09/07  18:47:13
37525         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
37526              From: Hugo <hv@crypt.compulink.co.uk>
37527              Date: Tue, 05 Sep 2000 14:13:37 +0100
37528              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
37529      Branch: perl
37530            ! toke.c
37531 ____________________________________________________________________________
37532 [  7027] By: jhi                                   on 2000/09/07  18:45:35
37533         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
37534              From: Daniel Chetlin <daniel@chetlin.com>
37535              Date: Tue, 5 Sep 2000 04:57:07 -0700
37536              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
37537      Branch: perl
37538            ! pod/perlfaq6.pod pod/perlop.pod
37539 ____________________________________________________________________________
37540 [  7026] By: jhi                                   on 2000/09/07  18:44:01
37541         Log: Document the new ref() semantics.
37542              
37543              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37544              From: Gisle Aas <gisle@ActiveState.com>
37545              Date: 05 Sep 2000 08:10:30 +0200
37546              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
37547      Branch: perl
37548            ! pod/perldelta.pod
37549 ____________________________________________________________________________
37550 [  7025] By: jhi                                   on 2000/09/07  18:42:27
37551         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
37552              
37553              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37554              From: Gisle Aas <gisle@ActiveState.com>
37555              Date: 05 Sep 2000 08:11:40 +0200
37556              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
37557      Branch: perl
37558            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
37559 ____________________________________________________________________________
37560 [  7024] By: jhi                                   on 2000/09/07  18:39:32
37561         Log: Subject: [PATCH] Modernize Opcode.pm documentation
37562              From: Gisle Aas <gisle@ActiveState.com>
37563              Date: 4 Sep 2000 00:18:55 -0000
37564              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
37565      Branch: perl
37566            ! ext/Opcode/Opcode.pm
37567 ____________________________________________________________________________
37568 [  7023] By: jhi                                   on 2000/09/07  18:37:42
37569         Log: Subject: [PATCH] Tied filehandle documentation
37570              From: Gisle Aas <gisle@ActiveState.com>
37571              Date: 4 Sep 2000 00:14:40 -0000
37572              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
37573      Branch: perl
37574            ! pod/perlfunc.pod pod/perltie.pod
37575 ____________________________________________________________________________
37576 [  7022] By: jhi                                   on 2000/09/07  18:35:37
37577         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
37578              From: Gisle Aas <gisle@ActiveState.com>
37579              Date: 4 Sep 2000 00:04:22 -0000
37580              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
37581      Branch: perl
37582            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
37583 ____________________________________________________________________________
37584 [  7021] By: jhi                                   on 2000/09/07  18:33:22
37585         Log: Subject: small apidoc fix
37586              From: Marc Lehmann <pcg@goof.com>
37587              Date: Sun, 3 Sep 2000 05:12:06 +0200
37588              Message-ID: <20000903051206.A5909@cerebro.laendle>
37589      Branch: perl
37590            ! pod/perlapi.pod utf8.c
37591 ____________________________________________________________________________
37592 [  7020] By: jhi                                   on 2000/09/07  16:14:57
37593         Log: Tiny perldelta nits.
37594      Branch: perl
37595            ! pod/perldelta.pod
37596 ____________________________________________________________________________
37597 [  7019] By: jhi                                   on 2000/09/07  16:04:20
37598         Log: Guard against bad string->int conversion for quads.
37599      Branch: perl
37600            ! t/op/64bitint.t
37601 ____________________________________________________________________________
37602 [  7018] By: jhi                                   on 2000/09/06  17:07:03
37603         Log: Update Unicode todo list.
37604      Branch: perl
37605            ! Todo-5.6
37606 ____________________________________________________________________________
37607 [  7017] By: jhi                                   on 2000/09/05  21:16:01
37608         Log: Document the SvIOK_.*UV().
37609      Branch: perl
37610            ! pod/perlapi.pod sv.h
37611 ____________________________________________________________________________
37612 [  7016] By: nick                                  on 2000/09/03  21:54:46
37613         Log: Hash lookup of constant strings optimization:
37614              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
37615              to string table (as per sharepvn). Add newSV_pvn_share to create such
37616              a thing. Make hv.c compare addresses of strings and skip string compare
37617              if equal. Make method_named and helem ops use these shared-string SVs
37618              when arg is constant. Make keys op return shared-string SVs (less clearly
37619              a win).
37620      Branch: perl
37621            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
37622            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
37623            ! pod/perlintern.pod pp_hot.c proto.h sv.c
37624 ____________________________________________________________________________
37625 [  7015] By: jhi                                   on 2000/09/02  17:48:59
37626         Log: This is 5.7.0.
37627      Branch: perl
37628            ! Changes
37629 ____________________________________________________________________________
37630 [  7014] By: jhi                                   on 2000/09/02  17:35:45
37631         Log: Changes and patchlevel tweaks.
37632      Branch: perl
37633            ! Changes patchlevel.h
37634 ____________________________________________________________________________
37635 [  7013] By: jhi                                   on 2000/09/02  17:30:50
37636         Log: Update Changes.
37637      Branch: perl
37638            ! Changes patchlevel.h
37639 ____________________________________________________________________________
37640 [  7012] By: nick                                  on 2000/09/02  17:25:20
37641         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
37642      Branch: perl
37643            ! gv.c lib/overload.pm
37644 ____________________________________________________________________________
37645 [  7011] By: jhi                                   on 2000/09/02  17:16:25
37646         Log: Update perlhist.
37647      Branch: perl
37648            ! pod/perlhist.pod
37649 ____________________________________________________________________________
37650 [  7010] By: jhi                                   on 2000/09/02  17:01:35
37651         Log: perldelta nits.
37652      Branch: perl
37653            ! pod/perldelta.pod
37654 ____________________________________________________________________________
37655 [  7009] By: nick                                  on 2000/09/02  16:48:35
37656         Log: If overloaded %{} etc. return the object do not loop.
37657              Thus  sub deref { $_[0] } functions if object is wanted type.
37658      Branch: perl
37659            ! pp.h
37660 ____________________________________________________________________________
37661 [  7008] By: jhi                                   on 2000/09/02  16:26:11
37662         Log: Retab MANIFEST.
37663      Branch: perl
37664            ! ext/Storable/MANIFEST
37665 ____________________________________________________________________________
37666 [  7007] By: jhi                                   on 2000/09/02  16:23:02
37667         Log: Make certain cc is set before trying to run it.
37668      Branch: perl
37669            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
37670 ____________________________________________________________________________
37671 [  7006] By: jhi                                   on 2000/09/02  15:45:41
37672         Log: Unicode notes.
37673      Branch: perl
37674            ! pod/perldelta.pod
37675 ____________________________________________________________________________
37676 [  7005] By: jhi                                   on 2000/09/02  15:42:11
37677         Log: Various Configure nits by Philip Newton,
37678              plus the ebcdic one by me.
37679      Branch: metaconfig
37680            + U/modified/pager.U
37681            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
37682      Branch: metaconfig/U/perl
37683            ! Devel.U quadfio.U
37684      Branch: perl
37685            ! Configure config_h.SH
37686 ____________________________________________________________________________
37687 [  7004] By: jhi                                   on 2000/09/02  15:06:14
37688         Log: Apparently avoiding the swapping is too costly.
37689              
37690              From: "Ben Tilly" <ben_tilly@hotmail.com>
37691              Subject: Re: the door is closed.
37692              Date: Fri, 01 Sep 2000 20:23:16 EDT
37693              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
37694      Branch: perl
37695            ! pod/perlfaq4.pod
37696 ____________________________________________________________________________
37697 [  7003] By: nick                                  on 2000/09/02  12:26:04
37698         Log: Undo part of change 6489 which looks like a bulk edit which
37699              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37700              The supressing of main:: on return from select() is undesirable.
37701      Branch: perl
37702            ! pp_sys.c
37703 ____________________________________________________________________________
37704 [  7002] By: jhi                                   on 2000/09/01  23:08:54
37705         Log: Update Changes.
37706      Branch: perl
37707            ! Changes patchlevel.h
37708 ____________________________________________________________________________
37709 [  7001] By: jhi                                   on 2000/09/01  23:00:13
37710         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37711              From: Peter Prymmer <pvhp@forte.com>
37712              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
37713              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
37714              
37715              plus rework the http: spots as suggested by Tom Christiansen,
37716              plus regen perltoc.
37717      Branch: perl
37718            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
37719            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
37720 ____________________________________________________________________________
37721 [  7000] By: jhi                                   on 2000/09/01  22:36:01
37722         Log: Only the first line, thank you very much.
37723      Branch: perl
37724            ! hints/solaris_2.sh
37725 ____________________________________________________________________________
37726 [  6999] By: gsar                                  on 2000/09/01  22:16:40
37727         Log: change#6791 accidentally clobbered change#6710, put it back
37728      Branch: perl
37729            ! win32/win32.c
37730 ____________________________________________________________________________
37731 [  6998] By: jhi                                   on 2000/09/01  22:14:16
37732         Log: Mention the HP-UX LP64 freak failure.
37733      Branch: perl
37734            ! pod/perldelta.pod
37735 ____________________________________________________________________________
37736 [  6997] By: jhi                                   on 2000/09/01  21:48:32
37737         Log: Detypo.
37738      Branch: perl
37739            ! hints/hpux.sh
37740 ____________________________________________________________________________
37741 [  6996] By: jhi                                   on 2000/09/01  21:27:10
37742         Log: Update Changes.
37743      Branch: perl
37744            ! Changes patchlevel.h
37745 ____________________________________________________________________________
37746 [  6995] By: jhi                                   on 2000/09/01  21:14:24
37747         Log: Mi splgn s gnin.g
37748      Branch: perl
37749            ! pp_ctl.c
37750 ____________________________________________________________________________
37751 [  6994] By: jhi                                   on 2000/09/01  21:09:54
37752         Log: Subject: http:// in L<>
37753              From: Nicholas Clark <nick@ccl4.org>
37754              Date: Fri, 1 Sep 2000 22:03:21 +0100
37755              Message-ID: <20000901220321.B72074@plum.flirble.org>
37756      Branch: perl
37757            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
37758 ____________________________________________________________________________
37759 [  6993] By: jhi                                   on 2000/09/01  21:06:54
37760         Log: Update to Storable 1.0, from Raphael Manfredi.
37761      Branch: perl
37762            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37763            ! ext/Storable/Makefile.PL ext/Storable/README
37764            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37765            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37766            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
37767            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
37768            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
37769            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
37770 ____________________________________________________________________________
37771 [  6992] By: jhi                                   on 2000/09/01  20:43:05
37772         Log: Mention known sfio+linux buglet.
37773      Branch: perl
37774            ! pod/perldelta.pod
37775 ____________________________________________________________________________
37776 [  6991] By: jhi                                   on 2000/09/01  20:40:11
37777         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37778              From: Peter Prymmer <pvhp@forte.com>
37779              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
37780              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
37781      Branch: perl
37782            ! vms/vms.c
37783 ____________________________________________________________________________
37784 [  6990] By: jhi                                   on 2000/09/01  20:25:26
37785         Log: Retract #6986.
37786      Branch: perl
37787            ! hints/solaris_2.sh
37788 ____________________________________________________________________________
37789 [  6989] By: jhi                                   on 2000/09/01  20:23:00
37790         Log: Mergesort is back.
37791      Branch: perl
37792            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
37793 ____________________________________________________________________________
37794 [  6988] By: jhi                                   on 2000/09/01  19:37:40
37795         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
37796              From: Mike Guy <mjtg@cam.ac.uk>
37797              Date: Fri, 01 Sep 2000 17:43:33 +0100
37798              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
37799      Branch: perl
37800            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
37801            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
37802 ____________________________________________________________________________
37803 [  6987] By: jhi                                   on 2000/09/01  19:17:10
37804         Log: Regen perltoc.
37805      Branch: perl
37806            ! pod/perltoc.pod
37807 ____________________________________________________________________________
37808 [  6986] By: jhi                                   on 2000/09/01  18:51:10
37809         Log: Subject: Re: Solaris x86 has no SPARC libraries!
37810              From: Lupe Christoph <lupe@lupe-christoph.de>
37811              Date: Fri, 1 Sep 2000 20:41:20 +0200
37812              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
37813      Branch: perl
37814            ! hints/solaris_2.sh
37815 ____________________________________________________________________________
37816 [  6985] By: jhi                                   on 2000/09/01  18:28:10
37817         Log: Update Changes.
37818      Branch: perl
37819            ! Changes patchlevel.h
37820 ____________________________________________________________________________
37821 [  6984] By: jhi                                   on 2000/09/01  18:26:53
37822         Log: Feature ordering tweak.
37823      Branch: perl
37824            ! myconfig.SH
37825 ____________________________________________________________________________
37826 [  6983] By: jhi                                   on 2000/09/01  18:19:50
37827         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37828              From: <abigail@foad.org>
37829              Date: Fri, 1 Sep 2000 13:07:32 -0400
37830              Message-ID: <20000901170732.18249.qmail@foad.org>
37831      Branch: perl
37832            ! t/pragma/overload.t
37833 ____________________________________________________________________________
37834 [  6982] By: jhi                                   on 2000/09/01  18:17:54
37835         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37836              so that case-ignoring systems like DCL can tell them from
37837              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
37838      Branch: metaconfig/U/perl
37839            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
37840      Branch: perl
37841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37842            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
37843            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
37844            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
37845            ! vos/config.def vos/config.h vos/config_h.SH_orig
37846            ! win32/config.bc win32/config.gc win32/config.vc
37847 ____________________________________________________________________________
37848 [  6981] By: nick                                  on 2000/09/01  17:21:57
37849         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
37850              warning when UNTIE exists and instead pass the cound of extra references to
37851              the UNTIE method.
37852      Branch: perl
37853            ! pod/perltie.pod pp_sys.c
37854 ____________________________________________________________________________
37855 [  6980] By: jhi                                   on 2000/09/01  16:54:44
37856         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
37857              From: Peter Prymmer <pvhp@forte.com>
37858              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
37859              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
37860      Branch: perl
37861            ! configure.com
37862 ____________________________________________________________________________
37863 [  6979] By: jhi                                   on 2000/09/01  16:06:20
37864         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
37865              From: Mike Guy <mjtg@cam.ac.uk> 
37866              Date: Fri, 01 Sep 2000 16:49:27 +0100
37867              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
37868      Branch: perl
37869            ! t/base/rs.t
37870 ____________________________________________________________________________
37871 [  6978] By: jhi                                   on 2000/09/01  16:00:42
37872         Log: Update to PodParser 1.18, from Brad Appleton.
37873      Branch: perl
37874            ! lib/Pod/Checker.pm t/pod/find.t
37875 ____________________________________________________________________________
37876 [  6977] By: jhi                                   on 2000/09/01  14:48:58
37877         Log: Subject: Nit in Configure (bleadperl@6961)
37878              From: Lupe Christoph <lupe@lupe-christoph.de>
37879              Date: Fri, 1 Sep 2000 16:34:29 +0200
37880              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
37881      Branch: metaconfig
37882            ! U/compline/ccflags.U
37883      Branch: perl
37884            ! Configure config_h.SH
37885 ____________________________________________________________________________
37886 [  6976] By: jhi                                   on 2000/09/01  14:39:52
37887         Log: Update Changes.
37888      Branch: perl
37889            ! Changes patchlevel.h
37890 ____________________________________________________________________________
37891 [  6975] By: jhi                                   on 2000/09/01  14:37:36
37892         Log: microperl config update.
37893      Branch: perl
37894            ! uconfig.h uconfig.sh
37895 ____________________________________________________________________________
37896 [  6974] By: jhi                                   on 2000/09/01  14:36:53
37897         Log: Document known deficiencies.
37898      Branch: perl
37899            ! pod/perldelta.pod
37900 ____________________________________________________________________________
37901 [  6973] By: jhi                                   on 2000/09/01  14:10:20
37902         Log: Mention warnings fixes and updates.
37903      Branch: perl
37904            ! pod/perldelta.pod
37905 ____________________________________________________________________________
37906 [  6972] By: jhi                                   on 2000/09/01  14:01:52
37907         Log: Drop unused argument.
37908              
37909              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
37910              From: Spider Boardman <spider@web.zk3.dec.com>
37911              Date: Thu, 31 Aug 2000 16:10:15 -0400
37912              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
37913      Branch: perl
37914            ! toke.c
37915 ____________________________________________________________________________
37916 [  6971] By: jhi                                   on 2000/09/01  13:59:24
37917         Log: Add the overload warnings to perldiag.
37918      Branch: perl
37919            ! lib/overload.pm pod/perldiag.pod
37920 ____________________________________________________________________________
37921 [  6970] By: jhi                                   on 2000/09/01  13:55:10
37922         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37923              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37924              Date: Fri, 1 Sep 2000 13:43:15 +0100 
37925              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
37926      Branch: perl
37927            ! lib/overload.pm t/pragma/overload.t
37928 ____________________________________________________________________________
37929 [  6969] By: jhi                                   on 2000/09/01  13:52:27
37930         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37931              From: <abigail@foad.org>
37932              Date: Fri, 1 Sep 2000 05:46:54 -0400
37933              Message-ID: <20000901094654.6476.qmail@foad.org>
37934      Branch: perl
37935            ! lib/overload.pm
37936 ____________________________________________________________________________
37937 [  6968] By: jhi                                   on 2000/09/01  13:50:05
37938         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37939              From: Daniel Chetlin <daniel@chetlin.com>
37940              Date: Fri, 1 Sep 2000 02:10:55 -0700
37941              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
37942      Branch: perl
37943            ! pod/perlretut.pod
37944 ____________________________________________________________________________
37945 [  6967] By: jhi                                   on 2000/09/01  13:47:54
37946         Log: Part of the solution.
37947              
37948              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37949              From: Mike Guy <mjtg@cam.ac.uk>
37950              Date: Fri, 01 Sep 2000 14:16:01 +0100
37951              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
37952      Branch: perl
37953            ! gv.c mg.c
37954 ____________________________________________________________________________
37955 [  6966] By: jhi                                   on 2000/09/01  13:46:17
37956         Log: Subject: CPAN.pm beta 1.57_57 for the core
37957              From: andreas.koenig@anima.de (Andreas J. Koenig)
37958              Date: 01 Sep 2000 15:16:31 +0200
37959              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
37960      Branch: perl
37961            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37962 ____________________________________________________________________________
37963 [  6965] By: jhi                                   on 2000/09/01  13:43:18
37964         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37965              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37966              Date: Fri, 01 Sep 2000 01:47:22 -0500
37967              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
37968      Branch: perl
37969            ! pod/perldelta.pod vms/vms.c
37970 ____________________________________________________________________________
37971 [  6964] By: jhi                                   on 2000/09/01  13:35:35
37972         Log: File::Temp patches from Andreas König,
37973              
37974              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
37975              From: andreas.koenig@anima.de (Andreas J. Koenig)
37976              Date: 01 Sep 2000 10:07:20 +0200
37977              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
37978              
37979              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
37980              From: andreas.koenig@anima.de (Andreas J. Koenig)
37981              Date: 31 Aug 2000 23:26:08 +0200
37982              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
37983      Branch: perl
37984            ! lib/File/Temp.pm t/lib/ftmp-security.t
37985 ____________________________________________________________________________
37986 [  6963] By: jhi                                   on 2000/09/01  02:22:24
37987         Log: Retract the mergesort code, way too incompatible licensing
37988              and copyrights.
37989      Branch: perl
37990            ! pod/perldelta.pod pp_ctl.c
37991 ____________________________________________________________________________
37992 [  6962] By: jhi                                   on 2000/08/31  23:27:32
37993         Log: Update Changes.
37994      Branch: perl
37995            ! Changes patchlevel.h
37996 ____________________________________________________________________________
37997 [  6961] By: jhi                                   on 2000/08/31  23:20:04
37998         Log: Small tweaks all over.
37999      Branch: metaconfig
38000            ! U/compline/d_gconvert.U
38001      Branch: perl
38002            ! AUTHORS Configure config_h.SH pp_ctl.c
38003 ____________________________________________________________________________
38004 [  6960] By: jhi                                   on 2000/08/31  22:39:36
38005         Log: Further rewording.
38006      Branch: perl
38007            ! pp_ctl.c
38008 ____________________________________________________________________________
38009 [  6959] By: jhi                                   on 2000/08/31  21:26:44
38010         Log: More address tweaking.
38011      Branch: perl
38012            ! AUTHORS Changes
38013 ____________________________________________________________________________
38014 [  6958] By: jhi                                   on 2000/08/31  20:47:25
38015         Log: AUTHORS tweaks, from Peter Prymmer.
38016              
38017              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
38018              From: Peter Prymmer <pvhp@forte.com>
38019              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
38020              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
38021      Branch: perl
38022            ! AUTHORS MAINTAIN
38023 ____________________________________________________________________________
38024 [  6957] By: jhi                                   on 2000/08/31  20:34:43
38025         Log: perldelta tweaks.
38026      Branch: perl
38027            ! pod/perldelta.pod
38028 ____________________________________________________________________________
38029 [  6956] By: jhi                                   on 2000/08/31  19:11:06
38030         Log: Regen perltoc.
38031      Branch: perl
38032            ! pod/perltoc.pod
38033 ____________________________________________________________________________
38034 [  6955] By: jhi                                   on 2000/08/31  19:06:30
38035         Log: Clarify the mergesort situation.
38036      Branch: perl
38037            ! pp_ctl.c
38038 ____________________________________________________________________________
38039 [  6954] By: jhi                                   on 2000/08/31  18:24:17
38040         Log: Move the Solaris 7 scan to use64bitall, make the
38041              failure to find 64-bot sparc libc to mention the
38042              possibility of being in an intel, from Lupe and Alan.
38043      Branch: perl
38044            ! hints/solaris_2.sh
38045 ____________________________________________________________________________
38046 [  6953] By: jhi                                   on 2000/08/31  18:09:20
38047         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
38048              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
38049      Branch: metaconfig
38050            ! U/compline/d_gconvert.U U/threads/archname.U
38051      Branch: metaconfig/U/perl
38052            ! perlxv.U
38053      Branch: perl
38054            ! Configure config_h.SH sv.c
38055 ____________________________________________________________________________
38056 [  6952] By: jhi                                   on 2000/08/31  17:42:24
38057         Log: :: not allowed in pathnames, change to .
38058              
38059              Subject: [PATCH perl@6938] cygwin port
38060              From: "Fifer, Eric" <EFifer@sanwaint.com>
38061              Date: Thu, 31 Aug 2000 16:32:59 +0100
38062              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
38063      Branch: metaconfig/U/perl
38064            ! perlxv.U
38065 ____________________________________________________________________________
38066 [  6951] By: jhi                                   on 2000/08/31  17:02:05
38067         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
38068      Branch: perl
38069            ! perl.h
38070 ____________________________________________________________________________
38071 [  6950] By: jhi                                   on 2000/08/31  16:26:08
38072         Log: More author updates.
38073              
38074              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
38075              From: Simon Cozens <simon@cozens.net>
38076              Date: Thu, 31 Aug 2000 17:13:32 +0100
38077              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
38078      Branch: perl
38079            ! AUTHORS
38080 ____________________________________________________________________________
38081 [  6949] By: jhi                                   on 2000/08/31  16:04:49
38082         Log: POSIX doesn't report long double values under -Duselongdouble
38083              when the long doubles are "real" (bigger than doubles).
38084              
38085              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
38086              From: Spider Boardman <spider@peano.zk3.dec.com>
38087              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
38088              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
38089      Branch: perl
38090            ! ext/POSIX/POSIX.xs
38091 ____________________________________________________________________________
38092 [  6948] By: jhi                                   on 2000/08/31  15:25:10
38093         Log: Update Changes.
38094      Branch: perl
38095            ! Changes patchlevel.h
38096 ____________________________________________________________________________
38097 [  6947] By: jhi                                   on 2000/08/31  15:22:29
38098         Log: Document UNTIE in a very minimalistic way.
38099      Branch: perl
38100            ! pod/perlfunc.pod pod/perltie.pod
38101 ____________________________________________________________________________
38102 [  6946] By: jhi                                   on 2000/08/31  15:15:23
38103         Log: Document known failures.
38104      Branch: perl
38105            ! pod/perldelta.pod
38106 ____________________________________________________________________________
38107 [  6945] By: jhi                                   on 2000/08/31  15:07:00
38108         Log: Don't attach -ld to the archname if pointless.
38109      Branch: metaconfig
38110            ! U/threads/archname.U
38111      Branch: perl
38112            ! Configure config_h.SH
38113 ____________________________________________________________________________
38114 [  6944] By: jhi                                   on 2000/08/31  14:37:42
38115         Log: Wrap the test in eval.
38116              
38117              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
38118              From: Tim Jenness <timj@jach.hawaii.edu>
38119              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
38120              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
38121      Branch: perl
38122            ! t/lib/ftmp-security.t
38123 ____________________________________________________________________________
38124 [  6943] By: jhi                                   on 2000/08/31  14:30:57
38125         Log: Make -Dusemorebits find long doubles in Solaris.
38126      Branch: perl
38127            ! hints/solaris_2.sh
38128 ____________________________________________________________________________
38129 [  6942] By: jhi                                   on 2000/08/31  13:48:45
38130         Log: Clarify the third case of ftmp-security warnings.
38131      Branch: perl
38132            ! INSTALL
38133 ____________________________________________________________________________
38134 [  6941] By: jhi                                   on 2000/08/31  13:40:31
38135         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
38136              From: <abigail@foad.org>
38137              Date: Thu, 31 Aug 2000 01:35:05 -0400
38138              Message-ID: <20000831053505.32120.qmail@foad.org>
38139      Branch: perl
38140            ! pod/perldelta.pod
38141 ____________________________________________________________________________
38142 [  6940] By: jhi                                   on 2000/08/31  13:38:48
38143         Log: Issue useful diagnostic on unknown pod commands.
38144              
38145              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
38146              From: <abigail@foad.org>
38147              Date: Thu, 31 Aug 2000 03:41:18 -0400
38148              Message-ID: <20000831074118.24880.qmail@foad.org>
38149      Branch: perl
38150            ! lib/Pod/Man.pm
38151 ____________________________________________________________________________
38152 [  6939] By: jhi                                   on 2000/08/31  13:34:33
38153         Log: Reveal Borland's isnan.
38154              
38155              Subject: build with BC++ tweak
38156              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38157              Date: Thu, 31 Aug 2000 13:09:37 +0400
38158              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
38159      Branch: perl
38160            ! win32/win32.h
38161 ____________________________________________________________________________
38162 [  6938] By: jhi                                   on 2000/08/31  05:01:20
38163         Log: Update Changes.
38164      Branch: perl
38165            ! Changes patchlevel.h
38166 ____________________________________________________________________________
38167 [  6937] By: jhi                                   on 2000/08/31  04:26:23
38168         Log: sscanf() may be the only way to read long doubles from strings.
38169      Branch: metaconfig/U/perl
38170            ! longdblfio.U
38171      Branch: perl
38172            ! Configure config_h.SH perl.h util.c
38173 ____________________________________________________________________________
38174 [  6936] By: jhi                                   on 2000/08/31  04:18:19
38175         Log: The #6929 was too skimpy.
38176      Branch: perl
38177            ! sv.c
38178 ____________________________________________________________________________
38179 [  6935] By: jhi                                   on 2000/08/31  02:47:07
38180         Log: Subject: Re: typos in pods
38181              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38182              Date: Wed, 30 Aug 2000 19:25:34 -0700
38183              Message-ID: <eIcr5gzkg25X092yn@efn.org>
38184      Branch: perl
38185            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
38186 ____________________________________________________________________________
38187 [  6934] By: jhi                                   on 2000/08/31  02:42:55
38188         Log: Missed one Unicode file.
38189      Branch: perl
38190            + lib/unicode/UCDFF301.html
38191 ____________________________________________________________________________
38192 [  6933] By: jhi                                   on 2000/08/30  23:42:27
38193         Log: Update Changes.
38194      Branch: perl
38195            ! Changes patchlevel.h
38196 ____________________________________________________________________________
38197 [  6932] By: jhi                                   on 2000/08/30  23:40:07
38198         Log: Mention UNTIE in perldelta.  Still needs documenting
38199              in perltie et alia.
38200      Branch: perl
38201            ! pod/perldelta.pod
38202 ____________________________________________________________________________
38203 [  6931] By: jhi                                   on 2000/08/30  23:36:02
38204         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
38205              From: <abigail@foad.org>
38206              Date: Wed, 30 Aug 2000 19:28:07 -0400
38207              Message-ID: <20000830232807.305.qmail@foad.org>
38208      Branch: perl
38209            ! pod/perldelta.pod
38210 ____________________________________________________________________________
38211 [  6930] By: jhi                                   on 2000/08/30  23:32:40
38212         Log: Update to Unicode 3.0.1.
38213      Branch: perl
38214            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
38215            + lib/unicode/PropList.txt lib/unicode/README.perl
38216            + lib/unicode/UCD301.html lib/unicode/Unicode.301
38217            - lib/unicode/Props.txt lib/unicode/UCD300.html
38218            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38219            ! (edit 257 files)
38220 ____________________________________________________________________________
38221 [  6929] By: jhi                                   on 2000/08/30  22:38:18
38222         Log: Heap decorruption.
38223              
38224              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
38225              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38226              Date: Wed, 30 Aug 2000 22:39:52 +0100
38227              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
38228      Branch: perl
38229            ! sv.c
38230 ____________________________________________________________________________
38231 [  6928] By: jhi                                   on 2000/08/30  22:29:34
38232         Log: Retract the dummy test, skip the security tests (instead of failing),
38233              explain what the warnings mean.
38234      Branch: perl
38235            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
38236 ____________________________________________________________________________
38237 [  6927] By: jhi                                   on 2000/08/30  22:14:13
38238         Log: Change the internal implementation of sort() to be mergesort
38239              instead of quicksort, from John Linderman <jpl@research.att.com>.
38240              Gives us better worst case, better average case, and stability.
38241              What's there not to like?  (Small fixes for threaded builds
38242              were required).
38243      Branch: perl
38244            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
38245 ____________________________________________________________________________
38246 [  6926] By: jhi                                   on 2000/08/30  20:55:20
38247         Log: A better fix for the Socket building problem from Craig Berry.
38248      Branch: perl
38249            ! vms/vms.c
38250 ____________________________________________________________________________
38251 [  6925] By: jhi                                   on 2000/08/30  20:20:25
38252         Log: Subject: [PATCH] Re: UNTIE method 
38253              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38254              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
38255              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
38256      Branch: perl
38257            ! pp_sys.c t/op/tie.t
38258 ____________________________________________________________________________
38259 [  6924] By: jhi                                   on 2000/08/30  20:17:11
38260         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
38261              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38262              Date: Wed, 30 Aug 2000 15:03:14 -0500
38263              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
38264      Branch: perl
38265            ! vms/vms.c
38266 ____________________________________________________________________________
38267 [  6923] By: jhi                                   on 2000/08/30  20:15:18
38268         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
38269              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38270              Date: Wed, 30 Aug 2000 13:30:36 -0500
38271              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
38272      Branch: perl
38273            ! vms/vms.c
38274 ____________________________________________________________________________
38275 [  6922] By: jhi                                   on 2000/08/30  19:54:43
38276         Log: Better options for rsync.
38277      Branch: perl
38278            ! pod/perlhack.pod
38279 ____________________________________________________________________________
38280 [  6921] By: jhi                                   on 2000/08/30  19:40:16
38281         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
38282              From: Rick Delaney <rick@consumercontact.com>
38283              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
38284              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
38285      Branch: perl
38286            ! pod/perlfunc.pod
38287 ____________________________________________________________________________
38288 [  6920] By: jhi                                   on 2000/08/30  19:36:40
38289         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
38290              From: Peter Prymmer <pvhp@forte.com>
38291              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
38292              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
38293      Branch: perl
38294            ! configure.com
38295 ____________________________________________________________________________
38296 [  6919] By: jhi                                   on 2000/08/30  14:52:02
38297         Log: Update Changes.
38298      Branch: perl
38299            ! Changes patchlevel.h
38300 ____________________________________________________________________________
38301 [  6918] By: jhi                                   on 2000/08/30  14:48:34
38302         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
38303      Branch: perl
38304            ! lib/ExtUtils/typemap
38305 ____________________________________________________________________________
38306 [  6917] By: jhi                                   on 2000/08/30  14:46:34
38307         Log: Subject: typos in pods
38308              From: Nicholas Clark <nick@ccl4.org>
38309              Date: Wed, 30 Aug 2000 01:12:50 +0100
38310              Message-ID: <20000830011249.A61388@plum.flirble.org>
38311      Branch: perl
38312            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
38313            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
38314            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
38315            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
38316 ____________________________________________________________________________
38317 [  6916] By: jhi                                   on 2000/08/30  14:19:09
38318         Log: Document Storable problems on Crays.  (Will have
38319              to document all the other Storable problems, too.)
38320      Branch: perl
38321            ! pod/perldelta.pod
38322 ____________________________________________________________________________
38323 [  6915] By: jhi                                   on 2000/08/30  14:06:02
38324         Log: Subject: [PATCH] fix misc cast warnings
38325              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38326              Date: Tue, 29 Aug 2000 23:16:14 -0700
38327              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
38328      Branch: perl
38329            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
38330            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
38331            ! os2/os2ish.h
38332 ____________________________________________________________________________
38333 [  6914] By: jhi                                   on 2000/08/30  14:03:45
38334         Log: Timestamp mismatch again.  Need to fix this dependence on
38335              config_h.SH timestamp, since it's the contents of config_h.SH
38336              that matter.
38337      Branch: perl
38338            ! uconfig.h uconfig.sh
38339 ____________________________________________________________________________
38340 [  6913] By: jhi                                   on 2000/08/30  13:54:06
38341         Log: Don't say "Perl 5.0 source kit".
38342      Branch: perl
38343            ! perl.c
38344 ____________________________________________________________________________
38345 [  6912] By: jhi                                   on 2000/08/30  13:51:24
38346         Log: Reset archname and archname64 always, forcing them be
38347              recomputed at each Configure run, make Configure and
38348              the hints files agree on the naming of largefiles variables.
38349      Branch: metaconfig
38350            ! U/threads/archname.U
38351      Branch: metaconfig/U/perl
38352            ! use64bits.U
38353      Branch: perl
38354            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
38355            ! hints/linux.sh hints/solaris_2.sh
38356 ____________________________________________________________________________
38357 [  6911] By: jhi                                   on 2000/08/30  13:30:13
38358         Log: Put back the slice accidentally removed by #6907.
38359      Branch: perl
38360            ! hints/solaris_2.sh
38361 ____________________________________________________________________________
38362 [  6910] By: jhi                                   on 2000/08/30  01:24:26
38363         Log: Be consistent: other Net::get* do export theirs.
38364              
38365              Subject: Re: Net::protoent does not export 'getproto'
38366              From: Yasushi Nakajima <sey@jkc.co.jp>
38367              Date: Wed, 30 Aug 2000 09:53:14 +0900
38368              Message-Id: <200008300051.DAA24700@taku.hut.fi>
38369      Branch: perl
38370            ! lib/Net/protoent.pm
38371 ____________________________________________________________________________
38372 [  6909] By: jhi                                   on 2000/08/30  01:17:25
38373         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
38374              From: Gurusamy Sarathy <gsar@ActiveState.com>
38375              Date: Tue, 29 Aug 2000 17:17:07 -0700
38376              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
38377      Branch: perl
38378            ! cop.h
38379 ____________________________________________________________________________
38380 [  6908] By: jhi                                   on 2000/08/30  00:58:05
38381         Log: Update Changes.
38382      Branch: perl
38383            ! Changes patchlevel.h
38384 ____________________________________________________________________________
38385 [  6907] By: jhi                                   on 2000/08/30  00:57:22
38386         Log: Introduce ccname to keep track of what compiler kind of we have.
38387      Branch: metaconfig/U/perl
38388            ! Checkcc.U gccvers.U
38389      Branch: perl
38390            ! Configure config_h.SH hints/solaris_2.sh
38391 ____________________________________________________________________________
38392 [  6906] By: jhi                                   on 2000/08/30  00:25:47
38393         Log: Put back the flags dump as reasoned in
38394              
38395              Subject: Re: [PATCH] Glob dumping
38396              From: Mike Guy <mjtg@cam.ac.uk> 
38397              Date: Tue, 29 Aug 2000 21:41:32 +0100
38398              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
38399      Branch: perl
38400            ! dump.c t/lib/peek.t
38401 ____________________________________________________________________________
38402 [  6905] By: jhi                                   on 2000/08/30  00:16:17
38403         Log: Make the epsilon to be relative, not absolute.
38404              
38405              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
38406              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
38407              Date: Tue, 29 Aug 2000 19:58:56 -0400
38408              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
38409      Branch: perl
38410            ! t/lib/trig.t
38411 ____________________________________________________________________________
38412 [  6904] By: jhi                                   on 2000/08/30  00:13:09
38413         Log: From now on, Gisle is on my list of usual suspects :-)
38414              Retract #6902.
38415      Branch: perl
38416            ! ext/Opcode/Safe.pm
38417 ____________________________________________________________________________
38418 [  6903] By: jhi                                   on 2000/08/29  23:51:20
38419         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
38420              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38421              Date: Tue, 29 Aug 2000 18:43:26 -0500
38422              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
38423      Branch: perl
38424            + vms/vmspipe.com
38425            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
38426            ! vms/vms.c
38427 ____________________________________________________________________________
38428 [  6902] By: jhi                                   on 2000/08/29  23:44:14
38429         Log: Retry what #6882 attempted.
38430              
38431              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
38432              From: Gisle Aas <gisle@ActiveState.com>
38433              Date: 30 Aug 2000 00:33:09 +0200
38434              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
38435      Branch: perl
38436            ! ext/Opcode/Safe.pm
38437 ____________________________________________________________________________
38438 [  6901] By: jhi                                   on 2000/08/29  22:59:32
38439         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
38440              From: Hugo <hv@crypt.compulink.co.uk>
38441              Date: Mon, 12 Jun 2000 19:36:08 +0100
38442              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
38443      Branch: perl
38444            ! sv.c
38445 ____________________________________________________________________________
38446 [  6900] By: jhi                                   on 2000/08/29  22:58:35
38447         Log: Admit that we are leaking scalars.
38448              
38449              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
38450              From: Spider Boardman <spider@leggy.zk3.dec.com>
38451              Date: Tue, 29 Aug 2000 18:48:29 -0400
38452              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
38453      Branch: perl
38454            ! t/pragma/warnings.t
38455 ____________________________________________________________________________
38456 [  6899] By: jhi                                   on 2000/08/29  20:53:13
38457         Log: Update Changes.
38458      Branch: perl
38459            ! Changes patchlevel.h
38460 ____________________________________________________________________________
38461 [  6898] By: jhi                                   on 2000/08/29  20:46:21
38462         Log: Undo namespace pollution of #6878.
38463              
38464              Subject: Re: Net::protoent does not export 'getproto'
38465              From: Mike Guy <mjtg@cam.ac.uk>
38466              Date: Tue, 29 Aug 2000 21:32:37 +0100
38467              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
38468      Branch: perl
38469            ! lib/Net/protoent.pm
38470 ____________________________________________________________________________
38471 [  6897] By: jhi                                   on 2000/08/29  20:44:29
38472         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
38473              From: Peter Prymmer <pvhp@forte.com>
38474              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
38475              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
38476      Branch: perl
38477            ! pod/perlebcdic.pod
38478 ____________________________________________________________________________
38479 [  6896] By: jhi                                   on 2000/08/29  20:40:57
38480         Log: There's no point repeating the 'revision' (5) of perl5.
38481      Branch: metaconfig/U/perl
38482            ! Devel.U patchlevel.U
38483      Branch: perl
38484            ! Configure config_h.SH
38485 ____________________________________________________________________________
38486 [  6895] By: jhi                                   on 2000/08/29  20:16:58
38487         Log: Regen Configure for #6894.
38488      Branch: metaconfig/U/perl
38489            ! perladmin.U
38490      Branch: perl
38491            ! Configure config_h.SH
38492 ____________________________________________________________________________
38493 [  6894] By: jhi                                   on 2000/08/29  19:59:52
38494         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
38495              From: "Philip Newton" <Philip.Newton@gmx.net>
38496              Date: Tue, 29 Aug 2000 21:39:14 +0200
38497              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
38498      Branch: perl
38499            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
38500            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
38501            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
38502            ! utils/perlbug.PL
38503 ____________________________________________________________________________
38504 [  6893] By: jhi                                   on 2000/08/29  19:55:30
38505         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
38506              From: "Philip Newton" <Philip.Newton@gmx.net>
38507              Date: Tue, 29 Aug 2000 21:39:14 +0200
38508              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
38509      Branch: perl
38510            ! installhtml
38511 ____________________________________________________________________________
38512 [  6892] By: jhi                                   on 2000/08/29  19:53:59
38513         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
38514              From: "Philip Newton" <Philip.Newton@gmx.net>
38515              Date: Tue, 29 Aug 2000 21:48:18 +0200
38516              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
38517      Branch: perl
38518            ! lib/File/Temp.pm
38519 ____________________________________________________________________________
38520 [  6891] By: jhi                                   on 2000/08/29  18:30:03
38521         Log: Nail the ID 20000828.023.
38522      Branch: perl
38523            ! ext/Storable/Storable.xs
38524 ____________________________________________________________________________
38525 [  6890] By: jhi                                   on 2000/08/29  16:50:17
38526         Log: Under usethreads the dumped variable is IN_PAD.
38527              
38528              Subject: Re: [PATCH] Glob dumping
38529              From: Gisle Aas <gisle@ActiveState.com>
38530              Date: 29 Aug 2000 18:45:05 +0200
38531              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
38532      Branch: perl
38533            ! t/lib/peek.t
38534 ____________________________________________________________________________
38535 [  6889] By: jhi                                   on 2000/08/29  15:17:37
38536         Log: Update Changes.
38537      Branch: perl
38538            ! Changes patchlevel.h
38539 ____________________________________________________________________________
38540 [  6888] By: jhi                                   on 2000/08/29  14:49:59
38541         Log: Retract #6882, broke the safe tests.
38542      Branch: perl
38543            ! ext/Opcode/Safe.pm
38544 ____________________________________________________________________________
38545 [  6887] By: jhi                                   on 2000/08/29  14:47:06
38546         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
38547              From: Gisle Aas <gisle@ActiveState.com> 
38548              Date: 09 Jun 2000 20:00:11 +0200
38549              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
38550      Branch: perl
38551            ! utils/perldoc.PL
38552 ____________________________________________________________________________
38553 [  6886] By: jhi                                   on 2000/08/29  14:42:45
38554         Log: The #6881 removed one dump line.
38555      Branch: perl
38556            ! t/lib/peek.t
38557 ____________________________________________________________________________
38558 [  6885] By: jhi                                   on 2000/08/29  14:30:47
38559         Log: Don't forget to tidy up.
38560      Branch: perl
38561            ! t/lib/ftmp-security.t
38562 ____________________________________________________________________________
38563 [  6884] By: jhi                                   on 2000/08/29  14:25:17
38564         Log: Disabling the one test is a bit tricky.
38565      Branch: perl
38566            ! t/lib/ftmp-security.t
38567 ____________________________________________________________________________
38568 [  6883] By: jhi                                   on 2000/08/29  14:16:25
38569         Log: Disable one of the tests for now.
38570      Branch: perl
38571            ! t/lib/ftmp-security.t
38572 ____________________________________________________________________________
38573 [  6882] By: jhi                                   on 2000/08/29  14:05:50
38574         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
38575              From: gisle@aas.no
38576              Date: 29 Aug 2000 10:35:06 -0000
38577              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
38578      Branch: perl
38579            ! ext/Opcode/Safe.pm
38580 ____________________________________________________________________________
38581 [  6881] By: jhi                                   on 2000/08/29  14:03:51
38582         Log: Subject: [PATCH] Glob dumping
38583              From: Gisle Aas <gisle@ActiveState.com>
38584              Date: 29 Aug 2000 07:59:42 -0000
38585              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
38586      Branch: perl
38587            ! dump.c
38588 ____________________________________________________________________________
38589 [  6880] By: jhi                                   on 2000/08/29  14:02:01
38590         Log: Subject: [PATCH] Warnings in B::Deparse
38591              From: <abigail@foad.org>
38592              Date: Tue, 29 Aug 2000 00:00:01 -0400
38593              Message-ID: <20000829040001.2999.qmail@foad.org>
38594      Branch: perl
38595            ! ext/B/B/Deparse.pm
38596 ____________________________________________________________________________
38597 [  6879] By: jhi                                   on 2000/08/29  13:57:26
38598         Log: Missed a change in #6869.
38599      Branch: perl
38600            ! mg.c
38601 ____________________________________________________________________________
38602 [  6878] By: jhi                                   on 2000/08/29  13:45:04
38603         Log: Subject: Net::protoent does not export 'getproto'
38604              From: Yasushi Nakajima <sey@jkc.co.jp>
38605              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
38606      Branch: perl
38607            ! lib/Net/protoent.pm
38608 ____________________________________________________________________________
38609 [  6877] By: jhi                                   on 2000/08/29  13:39:19
38610         Log: Patches all over for people and the files they (hopefully) care about.
38611      Branch: perl
38612            ! AUTHORS Changes MAINTAIN
38613 ____________________________________________________________________________
38614 [  6876] By: jhi                                   on 2000/08/29  12:53:54
38615         Log: Fix for thinko in #6848.
38616              
38617              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
38618              From: Lupe Christoph <lupe@lupe-christoph.de>
38619              Date: Tue, 29 Aug 2000 09:04:08 +0200
38620              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
38621      Branch: perl
38622            ! ext/Thread/Thread.xs
38623 ____________________________________________________________________________
38624 [  6875] By: jhi                                   on 2000/08/29  12:50:14
38625         Log: Update to Getopt::Long 2.24, from Johan Vromans.
38626      Branch: perl
38627            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
38628 ____________________________________________________________________________
38629 [  6874] By: jhi                                   on 2000/08/29  02:09:53
38630         Log: Use minimal @INC in tests, most of the time just '../lib',
38631              so that we simply can't pick up stuff from other Perls than
38632              the one we are testing.  Pointed out by
38633              
38634              From: Mike Guy <mjtg@cam.ac.uk>
38635              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
38636              Date: Fri, 25 Aug 2000 15:15:59 +0100
38637              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
38638      Branch: perl
38639            ! (edit 185 files)
38640 ____________________________________________________________________________
38641 [  6873] By: jhi                                   on 2000/08/29  01:07:11
38642         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
38643              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38644              Date: Mon, 28 Aug 2000 17:45:52 -0700
38645              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
38646      Branch: perl
38647            ! Makefile.SH hints/os2.sh
38648 ____________________________________________________________________________
38649 [  6872] By: jhi                                   on 2000/08/28  23:33:39
38650         Log: Subject: [PATCH bleedperl@6866] spellings
38651              From: marcel@codewerk.com (Marcel Grunauer)
38652              Date: Tue, 29 Aug 2000 01:19:59 +0200
38653              Message-Id: <200008282319.BAA29862@gandalf.local>
38654      Branch: perl
38655            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
38656            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
38657            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
38658 ____________________________________________________________________________
38659 [  6871] By: jhi                                   on 2000/08/28  23:22:09
38660         Log: Take out the SUIDMAIL thing, that will not be
38661              a problem in 5.7.*.
38662      Branch: perl
38663            ! patchlevel.h
38664 ____________________________________________________________________________
38665 [  6870] By: jhi                                   on 2000/08/28  23:19:30
38666         Log: -S is the silent flag, -s is the strip flag.
38667              
38668              Subject: [PATCH] Re: [PATCH] make no-install          
38669              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38670              Date: Mon, 28 Aug 2000 15:12:55 -0700
38671              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
38672      Branch: perl
38673            ! Makefile.SH
38674 ____________________________________________________________________________
38675 [  6869] By: jhi                                   on 2000/08/28  23:12:05
38676         Log: Subject: [PATCH bleedperl@6856] warnings fixes
38677              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38678              Date: Mon, 28 Aug 2000 23:55:06 +0100
38679              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
38680      Branch: perl
38681            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
38682            ! warnings.h warnings.pl
38683 ____________________________________________________________________________
38684 [  6868] By: jhi                                   on 2000/08/28  21:38:22
38685         Log: Potential cruft.
38686      Branch: perl
38687            ! Makefile.SH
38688 ____________________________________________________________________________
38689 [  6867] By: jhi                                   on 2000/08/28  21:35:36
38690         Log: Update Changes.
38691      Branch: perl
38692            ! Changes patchlevel.h
38693 ____________________________________________________________________________
38694 [  6866] By: jhi                                   on 2000/08/28  21:33:49
38695         Log: Subject: hv.h Doc Patch
38696              From: Fisher Mark <fisherm@tce.com>
38697              Date: Mon, 28 Aug 2000 16:24:59 -0500
38698              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
38699      Branch: perl
38700            ! hv.h
38701 ____________________________________________________________________________
38702 [  6865] By: jhi                                   on 2000/08/28  21:02:15
38703         Log: Add -ld to archname on long tr...double platforms.
38704      Branch: metaconfig
38705            ! U/threads/archname.U
38706      Branch: perl
38707            ! Configure config_h.SH
38708 ____________________________________________________________________________
38709 [  6864] By: jhi                                   on 2000/08/28  20:38:59
38710         Log: An attempt to fix the problem reported in
38711              
38712              Subject: Building perl@6856 using gcc/AIX 4.3.3 
38713              From: Daniel Muino <dmuino@afip.gov.ar> 
38714              Date: Mon, 28 Aug 2000 15:50:01 -0300   
38715              Message-ID: <20000828155001.A14403@con2-dgi>
38716              
38717              I can't test this properly since the gcc installation I have
38718              access to seems to be botched (gcc is calling the AIX cpp,
38719              a losing proposition...)
38720      Branch: perl
38721            ! hints/aix.sh
38722 ____________________________________________________________________________
38723 [  6863] By: jhi                                   on 2000/08/28  18:57:52
38724         Log: Fix for ID 20000828.001, long doubles were not formatted
38725              correctly (showed up in $], which stopped installing perl).
38726      Branch: perl
38727            ! sv.c
38728 ____________________________________________________________________________
38729 [  6862] By: jhi                                   on 2000/08/28  18:07:15
38730         Log: Typo in #6858.
38731      Branch: perl
38732            ! lib/Cwd.pm
38733 ____________________________________________________________________________
38734 [  6861] By: jhi                                   on 2000/08/28  17:57:27
38735         Log: opmini.o may be left around if a build is interrupted.
38736      Branch: perl
38737            ! Makefile.SH
38738 ____________________________________________________________________________
38739 [  6860] By: jhi                                   on 2000/08/28  16:52:50
38740         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38741              From: Daniel Chetlin <daniel@chetlin.com>
38742              Date: Mon, 28 Aug 2000 01:14:18 -0700
38743              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
38744      Branch: perl
38745            ! lib/overload.pm
38746 ____________________________________________________________________________
38747 [  6859] By: jhi                                   on 2000/08/28  16:08:46
38748         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38749              From: Nicholas Clark <nick@ccl4.org>
38750              Date: Mon, 28 Aug 2000 16:03:27 +0100
38751              Message-Id: <20000828160327.C49785@plum.flirble.org>
38752      Branch: perl
38753            ! ext/ByteLoader/bytecode.h
38754 ____________________________________________________________________________
38755 [  6858] By: jhi                                   on 2000/08/28  16:02:10
38756         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38757              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
38758              Date: Mon, 28 Aug 2000 13:08:30 +0200
38759              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
38760      Branch: perl
38761            ! lib/Cwd.pm
38762 ____________________________________________________________________________
38763 [  6857] By: jhi                                   on 2000/08/28  15:42:47
38764         Log: display_format used as a class method without arguments was broken,
38765              reported in
38766              
38767              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38768              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
38769              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
38770              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
38771      Branch: perl
38772            ! lib/Math/Complex.pm t/lib/complex.t
38773 ____________________________________________________________________________
38774 [  6856] By: jhi                                   on 2000/08/27  22:09:48
38775         Log: Update Changes.
38776      Branch: perl
38777            ! Changes patchlevel.h
38778 ____________________________________________________________________________
38779 [  6855] By: jhi                                   on 2000/08/27  21:59:21
38780         Log: Retract #6853 (false alarm).
38781      Branch: perl
38782            ! lib/ExtUtils/xsubpp
38783 ____________________________________________________________________________
38784 [  6854] By: jhi                                   on 2000/08/27  21:37:44
38785         Log: Update Changes.
38786      Branch: perl
38787            ! Changes patchlevel.h
38788 ____________________________________________________________________________
38789 [  6853] By: jhi                                   on 2000/08/27  21:37:16
38790         Log: Subject: [PATCH perl@6850] workaround for xsubpp
38791              From: Hugo <hv@crypt.compulink.co.uk>
38792              Date: Sun, 27 Aug 2000 22:30:25 +0100
38793              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
38794      Branch: perl
38795            ! lib/ExtUtils/xsubpp
38796 ____________________________________________________________________________
38797 [  6852] By: jhi                                   on 2000/08/27  21:33:58
38798         Log: Big-endian 64-bit patch from Raphael Manfredi.
38799      Branch: perl
38800            ! ext/Storable/Storable.xs
38801 ____________________________________________________________________________
38802 [  6851] By: jhi                                   on 2000/08/27  21:22:21
38803         Log: More ruthless editing from Hugo van der Sanden.
38804      Branch: perl
38805            ! pod/perldelta.pod
38806 ____________________________________________________________________________
38807 [  6850] By: jhi                                   on 2000/08/27  16:11:46
38808         Log: Update Changes.
38809      Branch: perl
38810            ! Changes patchlevel.h
38811 ____________________________________________________________________________
38812 [  6849] By: jhi                                   on 2000/08/27  16:11:05
38813         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
38814      Branch: perl
38815            ! configpm pod/perldelta.pod
38816 ____________________________________________________________________________
38817 [  6848] By: jhi                                   on 2000/08/27  15:35:08
38818         Log: Use the actual thread type, not the pointer-to-struct.
38819      Branch: perl
38820            ! ext/Thread/Thread.xs
38821 ____________________________________________________________________________
38822 [  6847] By: jhi                                   on 2000/08/27  15:30:49
38823         Log: Test nit.
38824      Branch: perl
38825            ! t/pragma/warn/pp_sys
38826 ____________________________________________________________________________
38827 [  6846] By: jhi                                   on 2000/08/27  15:19:02
38828         Log: Passing -R in ldflags makes now it to appear in the default
38829              for lddlflags, just like with -L.
38830              
38831              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38832              From: Lupe Christoph <lupe@lupe-christoph.de>
38833              Date: Sun, 27 Aug 2000 10:28:21 +0200
38834              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
38835      Branch: metaconfig/U/perl
38836            ! dlsrc.U
38837      Branch: perl
38838            ! Configure
38839 ____________________________________________________________________________
38840 [  6845] By: jhi                                   on 2000/08/27  15:08:54
38841         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38842              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38843              Date: Sat, 26 Aug 2000 22:23:27 +0100
38844              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
38845      Branch: perl
38846            ! lib/ExtUtils/MM_Unix.pm
38847 ____________________________________________________________________________
38848 [  6844] By: jhi                                   on 2000/08/27  15:02:37
38849         Log: DJGPP update from Laszlo Molnar.
38850              
38851              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
38852              From: ml1050 <ml1050@freemail.hu>
38853              Date: Sat, 26 Aug 2000 23:24:40 +0200
38854              Message-Id: <20000826232440.A439@freemail.hu>
38855      Branch: perl
38856            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
38857            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
38858 ____________________________________________________________________________
38859 [  6843] By: jhi                                   on 2000/08/27  14:53:58
38860         Log: Subject: installman buglet
38861              From: Lupe Christoph <lupe@lupe-christoph.de>
38862              Date: Sun, 27 Aug 2000 14:38:59 +0200
38863              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
38864      Branch: perl
38865            ! installman
38866 ____________________________________________________________________________
38867 [  6842] By: jhi                                   on 2000/08/27  14:52:08
38868         Log: Can't get the test to reliably work thanks to the
38869              inaccurateness of floating point.  "Resolves" bug ids
38870              20000826.003, 20000826.009, 20000826.010,
38871      Branch: perl
38872            ! t/lib/trig.t
38873 ____________________________________________________________________________
38874 [  6841] By: jhi                                   on 2000/08/26  15:53:58
38875         Log: Update Changes.
38876      Branch: perl
38877            ! Changes patchlevel.h
38878 ____________________________________________________________________________
38879 [  6840] By: jhi                                   on 2000/08/26  14:23:03
38880         Log: grep -e isn't portable.
38881              
38882              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
38883              From: chris@broadband.att.com
38884              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
38885              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
38886      Branch: perl
38887            ! hints/solaris_2.sh
38888 ____________________________________________________________________________
38889 [  6839] By: jhi                                   on 2000/08/26  14:12:23
38890         Log: no-install target a la make -n.
38891              
38892              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
38893              From: <abigail@foad.org>
38894              Date: Sat, 26 Aug 2000 03:57:34 -0400
38895              Message-ID: <20000826075735.18912.qmail@foad.org>
38896      Branch: perl
38897            ! Makefile.SH installman installperl
38898 ____________________________________________________________________________
38899 [  6838] By: jhi                                   on 2000/08/26  14:06:33
38900         Log: Retract #6826 as the #6828 should be do the same
38901              in a More Correct Way.
38902      Branch: perl
38903            ! installperl
38904 ____________________________________________________________________________
38905 [  6837] By: jhi                                   on 2000/08/26  05:24:00
38906         Log: More casting.
38907      Branch: perl
38908            ! ext/Storable/Storable.xs
38909 ____________________________________________________________________________
38910 [  6836] By: jhi                                   on 2000/08/26  05:05:46
38911         Log: Nicer in decimal.
38912      Branch: perl
38913            ! ext/Storable/Storable.xs
38914 ____________________________________________________________________________
38915 [  6835] By: jhi                                   on 2000/08/26  05:03:50
38916         Log: There be no UVdf.
38917      Branch: perl
38918            ! ext/Storable/Storable.xs
38919 ____________________________________________________________________________
38920 [  6834] By: jhi                                   on 2000/08/26  05:00:18
38921         Log: Continue IVdfing and UVxfing.
38922      Branch: perl
38923            ! ext/Storable/Storable.xs
38924 ____________________________________________________________________________
38925 [  6833] By: jhi                                   on 2000/08/26  04:53:14
38926         Log: Use IVdf.
38927      Branch: perl
38928            ! ext/Storable/Storable.xs
38929 ____________________________________________________________________________
38930 [  6832] By: jhi                                   on 2000/08/26  04:40:41
38931         Log: Document PTR2XX and INT2PTR.
38932      Branch: perl
38933            ! pod/perlguts.pod
38934 ____________________________________________________________________________
38935 [  6831] By: jhi                                   on 2000/08/26  04:33:18
38936         Log: Use UVxf, PTR2UV, NVff.
38937      Branch: perl
38938            ! ext/Storable/Storable.xs
38939 ____________________________________________________________________________
38940 [  6830] By: jhi                                   on 2000/08/26  04:31:32
38941         Log: Update the test count.
38942      Branch: perl
38943            ! t/lib/trig.t
38944 ____________________________________________________________________________
38945 [  6829] By: jhi                                   on 2000/08/26  03:05:50
38946         Log: Subject: [PATCH] installation not quite silent yet.
38947              From: <abigail@foad.org>
38948              Date: Fri, 25 Aug 2000 20:07:53 -0400
38949              Message-ID: <20000826000753.7822.qmail@foad.org>
38950      Branch: perl
38951            ! installman installperl
38952 ____________________________________________________________________________
38953 [  6828] By: jhi                                   on 2000/08/26  03:05:14
38954         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38955              From: Spider Boardman <spider@web.zk3.dec.com>
38956              Date: Fri, 25 Aug 2000 19:12:40 -0400
38957              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
38958      Branch: perl
38959            ! gv.c
38960 ____________________________________________________________________________
38961 [  6827] By: jhi                                   on 2000/08/25  23:54:34
38962         Log: Support preserving extremely big/small angles.
38963      Branch: perl
38964            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
38965 ____________________________________________________________________________
38966 [  6826] By: jhi                                   on 2000/08/25  23:01:20
38967         Log: Patch installperl to be long double-aware.
38968              
38969              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38970              From: Spider Boardman <spider@web.zk3.dec.com>
38971              Date: Fri, 25 Aug 2000 18:15:23 -0400
38972              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
38973      Branch: perl
38974            ! installperl
38975 ____________________________________________________________________________
38976 [  6825] By: jhi                                   on 2000/08/25  22:58:25
38977         Log: Remove duplicately applied patch shards.
38978              
38979              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38980              From: Spider Boardman <spider@leggy.zk3.dec.com>
38981              Date: Fri, 25 Aug 2000 16:45:03 -0400
38982              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
38983      Branch: perl
38984            ! t/lib/cgi-html.t
38985 ____________________________________________________________________________
38986 [  6824] By: jhi                                   on 2000/08/25  22:57:00
38987         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38988              From: Daniel Chetlin <daniel@chetlin.com>
38989              Date: Fri, 25 Aug 2000 12:23:16 -0700
38990              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
38991              
38992              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38993              From: Daniel Chetlin <daniel@chetlin.com>
38994              Date: Fri, 25 Aug 2000 14:47:19 -0700
38995              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
38996      Branch: perl
38997            ! installman
38998 ____________________________________________________________________________
38999 [  6823] By: jhi                                   on 2000/08/25  22:44:17
39000         Log: Timestamp problem?
39001      Branch: perl
39002            ! uconfig.h uconfig.sh
39003 ____________________________________________________________________________
39004 [  6822] By: jhi                                   on 2000/08/25  19:01:06
39005         Log: One forgotten file from #6816.
39006      Branch: perl
39007            ! vos/config.h
39008 ____________________________________________________________________________
39009 [  6821] By: jhi                                   on 2000/08/25  18:56:39
39010         Log: Regen Changes.
39011      Branch: perl
39012            ! Changes patchlevel.h
39013 ____________________________________________________________________________
39014 [  6820] By: jhi                                   on 2000/08/25  18:52:35
39015         Log: Fix Changes ordering.
39016      Branch: perl
39017            ! Changes
39018 ____________________________________________________________________________
39019 [  6819] By: jhi                                   on 2000/08/25  18:50:25
39020         Log: Update Changes.
39021      Branch: perl
39022            ! Changes patchlevel.h
39023 ____________________________________________________________________________
39024 [  6818] By: jhi                                   on 2000/08/25  18:47:45
39025         Log: Tweak the sfio/useperlio logic, hopefully as wished in
39026              
39027              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39028              From: Nicholas Clark <nick@babyhippo.co.uk>
39029              Date: Fri, 25 Aug 2000 12:01:45 +0100
39030              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
39031      Branch: metaconfig/U/perl
39032            ! d_sfio.U
39033      Branch: perl
39034            ! Configure
39035 ____________________________________________________________________________
39036 [  6817] By: jhi                                   on 2000/08/25  18:32:51
39037         Log: Allow microperl to assume <math.h>, without it the math
39038              functions like floor() are assumed to return int, which makes
39039              for core dumps in machines where integer and floating register
39040              don't mix.
39041      Branch: perl
39042            ! uconfig.h uconfig.sh
39043 ____________________________________________________________________________
39044 [  6816] By: jhi                                   on 2000/08/25  18:27:17
39045         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39046              the problem reported in
39047              
39048              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39049              From: danhale@us.ibm.com
39050              Date: Fri, 25 Aug 2000 10:58:06 -0400
39051              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
39052      Branch: metaconfig/U/perl
39053            + d_socks5_init.U
39054      Branch: perl
39055            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
39056            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
39057            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
39058            ! win32/config.gc win32/config.vc
39059 ____________________________________________________________________________
39060 [  6815] By: jhi                                   on 2000/08/25  17:43:31
39061         Log: A solution for the retrieve_fd autosplit warning,
39062              idea suggested by Mike Guy.
39063      Branch: perl
39064            ! ext/Storable/Storable.pm
39065 ____________________________________________________________________________
39066 [  6814] By: jhi                                   on 2000/08/25  17:16:03
39067         Log: Add install-silent target.
39068      Branch: perl
39069            ! Makefile.SH
39070 ____________________________________________________________________________
39071 [  6813] By: jhi                                   on 2000/08/25  17:14:23
39072         Log: Subject: Re: [PATCH] More silencing of installman.
39073              From: <abigail@foad.org>
39074              Date: Thu, 24 Aug 2000 19:27:03 -0400
39075              Message-ID: <20000824232703.7001.qmail@foad.org>
39076              
39077              Subject: Re: [PATCH] More silencing of installman.
39078              From: <abigail@foad.org>
39079              Date: Fri, 25 Aug 2000 03:00:58 -0400
39080              Message-ID: <20000825070058.10697.qmail@foad.org>
39081      Branch: perl
39082            ! installman
39083 ____________________________________________________________________________
39084 [  6812] By: jhi                                   on 2000/08/25  17:11:28
39085         Log: installperl --verbose and --silent.
39086              
39087              Subject: Re: [PATCH] More silencing of installman.
39088              From: <abigail@foad.org>
39089              Message-ID: <20000825064430.9719.qmail@foad.org>
39090              Date: Fri, 25 Aug 2000 02:44:30 -0400
39091      Branch: perl
39092            ! installperl
39093 ____________________________________________________________________________
39094 [  6811] By: jhi                                   on 2000/08/25  17:05:43
39095         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39096              From: "Peter J. Farley III" <pjfarley@banet.net>
39097              Date: Thu, 24 Aug 2000 21:58:03 -0400
39098              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
39099              
39100              (applied slightly modified)
39101      Branch: perl
39102            ! lib/ExtUtils/MM_Unix.pm
39103 ____________________________________________________________________________
39104 [  6810] By: jhi                                   on 2000/08/25  17:01:18
39105         Log: Missing parts of 
39106              
39107              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39108              From: Peter Prymmer <pvhp@forte.com>
39109              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
39110              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
39111      Branch: perl
39112            ! t/lib/cgi-html.t
39113 ____________________________________________________________________________
39114 [  6809] By: jhi                                   on 2000/08/25  16:46:32
39115         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39116              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39117              Date: Thu, 24 Aug 2000 19:13:11 -0500
39118              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
39119      Branch: perl
39120            ! vms/vms.c
39121 ____________________________________________________________________________
39122 [  6808] By: jhi                                   on 2000/08/25  16:39:22
39123         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
39124              From: Peter Prymmer <pvhp@forte.com>
39125              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
39126              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
39127      Branch: perl
39128            ! configure.com
39129 ____________________________________________________________________________
39130 [  6807] By: jhi                                   on 2000/08/25  16:36:37
39131         Log: Better wording for the vec lvalue diagnostic.
39132              
39133              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39134              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39135              Date: Wed, 23 Aug 2000 14:12:16 -0400
39136              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
39137      Branch: perl
39138            ! pod/perldiag.pod
39139 ____________________________________________________________________________
39140 [  6806] By: jhi                                   on 2000/08/24  18:17:22
39141         Log: Subject: [PATCH] More silencing of installman.
39142              From: <abigail@foad.org>
39143              Date: Thu, 24 Aug 2000 14:01:44 -0400
39144              Message-ID: <20000824180144.20062.qmail@foad.org>
39145      Branch: perl
39146            ! installman
39147 ____________________________________________________________________________
39148 [  6805] By: jhi                                   on 2000/08/24  15:00:31
39149         Log: Update Changes.
39150      Branch: perl
39151            ! Changes patchlevel.h
39152 ____________________________________________________________________________
39153 [  6804] By: jhi                                   on 2000/08/24  14:59:07
39154         Log: Regen perltoc.
39155      Branch: perl
39156            ! pod/perltoc.pod
39157 ____________________________________________________________________________
39158 [  6803] By: jhi                                   on 2000/08/24  14:44:39
39159         Log: Show the doc file, not the temp file.
39160      Branch: perl
39161            ! installman
39162 ____________________________________________________________________________
39163 [  6802] By: jhi                                   on 2000/08/24  14:41:53
39164         Log: Continue silencing.
39165      Branch: perl
39166            ! installman
39167 ____________________________________________________________________________
39168 [  6801] By: jhi                                   on 2000/08/24  14:34:40
39169         Log: Actually do something with the silencer option.
39170      Branch: perl
39171            ! installman
39172 ____________________________________________________________________________
39173 [  6800] By: jhi                                   on 2000/08/24  14:26:22
39174         Log: Make installman to recognize the silence flag -S.
39175      Branch: perl
39176            ! installman
39177 ____________________________________________________________________________
39178 [  6799] By: jhi                                   on 2000/08/24  13:49:38
39179         Log: DOS patches and portability/porting notes, from Tim Jenness.
39180      Branch: perl
39181            ! lib/File/Temp.pm
39182 ____________________________________________________________________________
39183 [  6798] By: jhi                                   on 2000/08/24  13:48:27
39184         Log: Create directories in silence.
39185              
39186              Subject: [PATCH] Another silencer for MakeMaker
39187              From: andreas.koenig@anima.de (Andreas J. Koenig)
39188              Date: 24 Aug 2000 14:18:52 +0200
39189              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
39190      Branch: perl
39191            ! lib/ExtUtils/Command.pm
39192 ____________________________________________________________________________
39193 [  6797] By: jhi                                   on 2000/08/24  13:46:42
39194         Log: More liberal parsing of version numbers.
39195              
39196              Subject: Re: CPAN.pm beta for testing available
39197              From: andreas.koenig@anima.de (Andreas J. Koenig)
39198              Date: 24 Aug 2000 13:51:57 +0200
39199              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
39200      Branch: perl
39201            ! lib/CPAN.pm
39202 ____________________________________________________________________________
39203 [  6796] By: jhi                                   on 2000/08/24  13:44:36
39204         Log: Make "make install" by default silent.  A new "install-verbose"
39205              target is verbose.
39206      Branch: perl
39207            ! Makefile.SH
39208 ____________________________________________________________________________
39209 [  6795] By: jhi                                   on 2000/08/24  13:39:14
39210         Log: Add silencer flags to installperl.
39211              
39212              Subject: [PATCH] Making installperl silent.
39213              From: <abigail@foad.org>
39214              Date: Thu, 24 Aug 2000 05:01:45 -0400
39215              Message-ID: <20000824090145.13141.qmail@foad.org>
39216      Branch: perl
39217            ! installperl
39218 ____________________________________________________________________________
39219 [  6794] By: jhi                                   on 2000/08/24  13:35:50
39220         Log: installperl couldn't tell whether it had run tests or not.
39221              
39222              Subject: [PATCH] Re: installperl and t/TEST
39223              From: <abigail@foad.org>
39224              Date: Thu, 24 Aug 2000 04:00:53 -0400
39225              Message-ID: <20000824080053.2494.qmail@foad.org>
39226      Branch: perl
39227            ! Makefile.SH installperl
39228 ____________________________________________________________________________
39229 [  6793] By: jhi                                   on 2000/08/24  13:27:50
39230         Log: Drop the separate perlbc, perlcc -b should be enough.
39231      Branch: perl
39232            - utils/perlbc.PL
39233            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
39234 ____________________________________________________________________________
39235 [  6792] By: jhi                                   on 2000/08/24  04:41:30
39236         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
39237              plus the typo fix from Peter Prymmer.
39238      Branch: perl
39239            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39240            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39241 ____________________________________________________________________________
39242 [  6791] By: jhi                                   on 2000/08/24  02:10:43
39243         Log: Replace #6705 with a minimal doc patch.
39244              
39245              Subject: [PATCH 5.6.0] replace change #6705
39246              From: Jan Dubois <jand@ActiveState.com>
39247              Date: Wed, 23 Aug 2000 18:31:51 -0700
39248              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
39249      Branch: perl
39250            ! lib/Win32.pod win32/win32.c
39251 ____________________________________________________________________________
39252 [  6790] By: jhi                                   on 2000/08/23  17:52:00
39253         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39254              From: Mike Guy <mjtg@cam.ac.uk>
39255              Date: Wed, 23 Aug 2000 18:38:46 +0100
39256              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
39257      Branch: perl
39258            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
39259 ____________________________________________________________________________
39260 [  6789] By: jhi                                   on 2000/08/23  15:34:21
39261         Log: Update Changes.
39262      Branch: perl
39263            ! Changes patchlevel.h
39264 ____________________________________________________________________________
39265 [  6788] By: jhi                                   on 2000/08/23  15:33:40
39266         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39267              From: Wilfredo Sánchez <wsanchez@apple.com>
39268              Date: Tue, 22 Aug 2000 19:31:27 -0700
39269              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
39270      Branch: perl
39271            ! perl.h
39272 ____________________________________________________________________________
39273 [  6787] By: jhi                                   on 2000/08/23  15:29:31
39274         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39275              From: Spider Boardman <spider@leggy.zk3.dec.com>
39276              Date: Wed, 23 Aug 2000 10:33:23 -0400
39277              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
39278      Branch: perl
39279            ! lib/Pod/Html.pm
39280 ____________________________________________________________________________
39281 [  6786] By: jhi                                   on 2000/08/23  15:28:11
39282         Log: Bad makefile.
39283      Branch: perl
39284            ! ext/B/Makefile.PL
39285 ____________________________________________________________________________
39286 [  6785] By: jhi                                   on 2000/08/23  14:37:04
39287         Log: Update Changes.
39288      Branch: perl
39289            ! Changes patchlevel.h
39290 ____________________________________________________________________________
39291 [  6784] By: jhi                                   on 2000/08/23  13:58:41
39292         Log: Portability fix from Hugo van der Sanden.
39293      Branch: perl
39294            ! ext/re/Makefile.PL
39295 ____________________________________________________________________________
39296 [  6783] By: jhi                                   on 2000/08/23  13:53:53
39297         Log: Storable support, v-version fixes.
39298              
39299              Subject: CPAN.pm beta for testing available
39300              From: andreas.koenig@anima.de (Andreas J. Koenig)
39301              Date: 22 Aug 2000 23:31:33 +0200
39302              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
39303      Branch: perl
39304            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39305 ____________________________________________________________________________
39306 [  6782] By: jhi                                   on 2000/08/23  13:51:26
39307         Log: Mac and other portability updates from Chris Nandor.
39308      Branch: perl
39309            ! pod/perlmodinstall.pod
39310 ____________________________________________________________________________
39311 [  6781] By: jhi                                   on 2000/08/23  13:47:33
39312         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
39313              From: Peter Prymmer <pvhp@forte.com>
39314              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
39315              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
39316      Branch: perl
39317            ! ext/Storable/Storable.xs
39318 ____________________________________________________________________________
39319 [  6780] By: jhi                                   on 2000/08/23  13:33:34
39320         Log: VMS MMS (make) wants null action.
39321      Branch: perl
39322            ! ext/B/Makefile.PL
39323 ____________________________________________________________________________
39324 [  6779] By: jhi                                   on 2000/08/22  19:44:47
39325         Log: Forgot portability nit.
39326      Branch: perl
39327            ! t/lib/st-forgive.t
39328 ____________________________________________________________________________
39329 [  6778] By: jhi                                   on 2000/08/22  19:35:25
39330         Log: Be portable.
39331      Branch: perl
39332            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
39333            ! t/lib/st-store.t
39334 ____________________________________________________________________________
39335 [  6777] By: jhi                                   on 2000/08/22  18:50:53
39336         Log: Update Changes.
39337      Branch: perl
39338            ! Changes patchlevel.h
39339 ____________________________________________________________________________
39340 [  6776] By: jhi                                   on 2000/08/22  18:44:46
39341         Log: cSVOPo_*v things index into the current PL_curpad
39342              under ithreads, which is different from the curpad
39343              used by the XSUB.  (In other words, the code as-is
39344              before this patch wouldn't work under ithreads.)
39345              From Sarathy.
39346      Branch: perl
39347            ! ext/B/B.xs
39348 ____________________________________________________________________________
39349 [  6775] By: jhi                                   on 2000/08/22  18:18:37
39350         Log: Make the selection of NVff et al stricter.
39351      Branch: metaconfig/U/perl
39352            ! perlxvf.U
39353      Branch: perl
39354            ! Configure config_h.SH
39355 ____________________________________________________________________________
39356 [  6774] By: jhi                                   on 2000/08/22  17:19:42
39357         Log: perldelta nits.
39358      Branch: perl
39359            ! pod/perldelta.pod
39360 ____________________________________________________________________________
39361 [  6773] By: jhi                                   on 2000/08/22  17:06:26
39362         Log: Long double fixes from Spider Boardman.
39363              
39364              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
39365              From: system PRIVILEGED account <root@peano.zk3.dec.com>
39366              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
39367              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
39368      Branch: perl
39369            ! t/lib/bigfltpm.t t/lib/st-06compat.t
39370 ____________________________________________________________________________
39371 [  6772] By: jhi                                   on 2000/08/22  15:04:53
39372         Log: Update Changes.
39373      Branch: perl
39374            ! Changes patchlevel.h
39375 ____________________________________________________________________________
39376 [  6771] By: jhi                                   on 2000/08/22  15:01:44
39377         Log: perldelta fixes from Hugo van der Sanden.
39378      Branch: perl
39379            ! pod/perldelta.pod
39380 ____________________________________________________________________________
39381 [  6770] By: jhi                                   on 2000/08/22  14:34:49
39382         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
39383              From: Hugo <hv@crypt.compulink.co.uk>
39384              Date: Tue, 22 Aug 2000 11:21:53 +0100
39385              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
39386      Branch: perl
39387            ! regcomp.c
39388 ____________________________________________________________________________
39389 [  6769] By: jhi                                   on 2000/08/22  14:30:02
39390         Log: Add Yitzchak, reformat.
39391      Branch: perl
39392            ! Changes config_h.SH
39393 ____________________________________________________________________________
39394 [  6768] By: jhi                                   on 2000/08/22  14:21:35
39395         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
39396              and Spider Boardman.
39397      Branch: metaconfig
39398            ! U/compline/d_gconvert.U
39399      Branch: perl
39400            ! Configure
39401 ____________________________________________________________________________
39402 [  6767] By: jhi                                   on 2000/08/22  14:11:24
39403         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
39404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39405              Date: Mon, 21 Aug 2000 19:08:31 -0700
39406              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
39407      Branch: perl
39408            - ext/Storable/patchlevel.h
39409            ! MANIFEST ext/Storable/MANIFEST
39410 ____________________________________________________________________________
39411 [  6766] By: jhi                                   on 2000/08/22  13:49:29
39412         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
39413              From: Peter Prymmer <pvhp@forte.com>
39414              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
39415              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
39416      Branch: perl
39417            ! configure.com ext/Storable/Makefile.PL
39418 ____________________________________________________________________________
39419 [  6765] By: jhi                                   on 2000/08/22  13:44:59
39420         Log: Subject: [PATCH blead] B:: missing dependency
39421              From: Hugo <hv@crypt.compulink.co.uk>
39422              Date: Tue, 22 Aug 2000 06:44:33 +0100
39423              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
39424      Branch: perl
39425            ! ext/B/Makefile.PL
39426 ____________________________________________________________________________
39427 [  6764] By: jhi                                   on 2000/08/22  13:38:12
39428         Log: More bytecompiler.
39429      Branch: perl
39430            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
39431 ____________________________________________________________________________
39432 [  6763] By: jhi                                   on 2000/08/22  13:36:44
39433         Log: Bytecompiler patches from Benjamin Stuhl.
39434      Branch: perl
39435            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
39436            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39437            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39438            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39439            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
39440            ! perl.c perlapi.h pod/perldelta.pod
39441 ____________________________________________________________________________
39442 [  6762] By: jhi                                   on 2000/08/21  23:43:40
39443         Log: An obsoleted diagnostic.
39444      Branch: perl
39445            ! pod/perldelta.pod
39446 ____________________________________________________________________________
39447 [  6761] By: jhi                                   on 2000/08/21  23:01:45
39448         Log: The #6759 wasn't quite right.
39449      Branch: perl
39450            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39451            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39452            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39453            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39454            ! t/lib/st-tieditems.t
39455 ____________________________________________________________________________
39456 [  6760] By: jhi                                   on 2000/08/21  22:35:49
39457         Log: Be verydeepclean.
39458      Branch: perl
39459            ! Makefile.SH
39460 ____________________________________________________________________________
39461 [  6759] By: jhi                                   on 2000/08/21  22:25:40
39462         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
39463              From: Peter Prymmer <pvhp@forte.com>
39464              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
39465              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
39466      Branch: perl
39467            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39468            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39469            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39470            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39471            ! t/lib/st-tieditems.t
39472 ____________________________________________________________________________
39473 [  6758] By: jhi                                   on 2000/08/21  22:22:32
39474         Log: Few more casts, need reported in
39475              
39476              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
39477              From: Mike Stok <mike@stok.co.uk>
39478              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
39479              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
39480              
39481              and
39482              
39483              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
39484              From: abigail@foad.org
39485              Date: 21 Aug 2000 21:31:34 -0000
39486              Message-Id: <20000821213134.30170.qmail@foad.org>
39487      Branch: perl
39488            ! ext/Storable/Storable.xs
39489 ____________________________________________________________________________
39490 [  6757] By: jhi                                   on 2000/08/21  18:37:07
39491         Log: Update Changes.
39492      Branch: perl
39493            ! Changes patchlevel.h
39494 ____________________________________________________________________________
39495 [  6756] By: jhi                                   on 2000/08/21  18:34:02
39496         Log: A pod nit.
39497              
39498              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39499              From: <abigail@foad.org>
39500              Date: Mon, 21 Aug 2000 14:00:16 -0400
39501              Message-ID: <20000821180016.28627.qmail@foad.org>
39502      Branch: perl
39503            ! pod/perlre.pod
39504 ____________________________________________________________________________
39505 [  6755] By: jhi                                   on 2000/08/21  18:30:56
39506         Log: Use PodParser 1.18 new test.
39507      Branch: perl
39508            ! t/pod/special_seqs.t t/pod/special_seqs.xr
39509 ____________________________________________________________________________
39510 [  6754] By: jhi                                   on 2000/08/21  18:28:35
39511         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
39512              patches cannot be applied since #6712 conflicts.
39513      Branch: perl
39514            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
39515 ____________________________________________________________________________
39516 [  6753] By: jhi                                   on 2000/08/21  18:15:11
39517         Log: Weed out some smaller changes.
39518      Branch: perl
39519            ! pod/perldelta.pod
39520 ____________________________________________________________________________
39521 [  6752] By: jhi                                   on 2000/08/21  18:02:30
39522         Log: Also under djgpp the timestamps are funky.
39523      Branch: perl
39524            ! t/op/stat.t
39525 ____________________________________________________________________________
39526 [  6751] By: jhi                                   on 2000/08/21  17:55:56
39527         Log: Tweak the floating point output routine preferences.
39528      Branch: metaconfig
39529            ! U/compline/d_gconvert.U
39530      Branch: perl
39531            ! Configure
39532 ____________________________________________________________________________
39533 [  6750] By: jhi                                   on 2000/08/21  17:51:29
39534         Log: Unicos/mk requires elaborate paranoia.
39535      Branch: perl
39536            ! lib/Math/Complex.pm
39537 ____________________________________________________________________________
39538 [  6749] By: gsar                                  on 2000/08/21  16:53:31
39539         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39540      Branch: perl
39541            ! lib/Cwd.pm
39542 ____________________________________________________________________________
39543 [  6748] By: gsar                                  on 2000/08/21  16:22:19
39544         Log: free TLS slot properly on Windows
39545      Branch: perl
39546            ! thread.h win32/perllib.c win32/win32thread.h
39547 ____________________________________________________________________________
39548 [  6747] By: jhi                                   on 2000/08/21  16:20:58
39549         Log: Rename the macro argument because some preprocessors
39550              can't tell the difference and expand arguments also inside
39551              double quoted strings.
39552      Branch: perl
39553            ! regcomp.c
39554 ____________________________________________________________________________
39555 [  6746] By: jhi                                   on 2000/08/21  16:09:41
39556         Log: Support long doubles in Storable.
39557              
39558              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
39559              From: Radu Greab <radu@netsoft.ro>
39560              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
39561              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
39562      Branch: perl
39563            ! ext/Storable/Storable.xs
39564 ____________________________________________________________________________
39565 [  6745] By: jhi                                   on 2000/08/21  15:51:40
39566         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39567              From: "Fifer, Eric" <EFifer@sanwaint.com>
39568              Date: Mon, 21 Aug 2000 15:34:49 +0100
39569              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
39570      Branch: perl
39571            ! t/pragma/warn/9enabled
39572 ____________________________________________________________________________
39573 [  6744] By: jhi                                   on 2000/08/21  15:39:35
39574         Log: Document the endianness of Alpha more precisely.
39575      Branch: perl
39576            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
39577            ! pod/perlport.pod
39578 ____________________________________________________________________________
39579 [  6743] By: jhi                                   on 2000/08/21  14:47:05
39580         Log: perldelta fixes from the p5p crowd.
39581      Branch: perl
39582            ! pod/perldelta.pod pod/perlop.pod
39583 ____________________________________________________________________________
39584 [  6742] By: jhi                                   on 2000/08/21  13:34:51
39585         Log: Update to Pod::LaTeX 0.53.
39586              
39587              Subject: [PATCH] lib/Pod/LaTeX.pm updates
39588              From: Tim Jenness <timj@jach.hawaii.edu>
39589              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
39590              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
39591      Branch: perl
39592            ! lib/Pod/LaTeX.pm
39593 ____________________________________________________________________________
39594 [  6741] By: jhi                                   on 2000/08/21  13:33:01
39595         Log: Subject: [PATCH] os2.c fix for use64bitint
39596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39597              Date: Mon, 21 Aug 2000 01:32:25 -0700
39598              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
39599      Branch: perl
39600            ! os2/os2.c
39601 ____________________________________________________________________________
39602 [  6740] By: jhi                                   on 2000/08/21  13:28:52
39603         Log: Array context keeps slithering in.
39604              
39605              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39606              From: Daniel Chetlin <daniel@chetlin.com>
39607              Date: Sun, 20 Aug 2000 21:40:25 -0700
39608              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
39609      Branch: perl
39610            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
39611            ! pod/perldebtut.pod
39612 ____________________________________________________________________________
39613 [  6739] By: jhi                                   on 2000/08/21  13:23:55
39614         Log: Big-endian quad fixes for Storable from Radu Greab,
39615              plus few explicit null casts for picky compilers.
39616      Branch: perl
39617            ! ext/Storable/Storable.xs
39618 ____________________________________________________________________________
39619 [  6738] By: gsar                                  on 2000/08/21  05:56:13
39620         Log: small tweaks for change#6705: avoid C++ style comments in C code;
39621              use Perl's malloc API rather than the low level system one
39622      Branch: perl
39623            ! win32/win32.c
39624 ____________________________________________________________________________
39625 [  6737] By: gsar                                  on 2000/08/21  05:35:41
39626         Log: add Storable to list of extensions on Windows
39627      Branch: perl
39628            ! win32/Makefile win32/makefile.mk
39629 ____________________________________________________________________________
39630 [  6736] By: jhi                                   on 2000/08/21  02:57:53
39631         Log: Update Changes.
39632      Branch: perl
39633            ! Changes patchlevel.h
39634 ____________________________________________________________________________
39635 [  6735] By: jhi                                   on 2000/08/21  02:57:20
39636         Log: Draft 0.
39637      Branch: perl
39638            ! pod/perldelta.pod
39639 ____________________________________________________________________________
39640 [  6734] By: jhi                                   on 2000/08/21  02:57:03
39641         Log: Add Storable 0.7.2 from Raphael Manfredi,
39642              plus the patch from
39643              
39644              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
39645              From: Radu Greab <radu@netsoft.ro>
39646              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
39647              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
39648              
39649              plus changes to get Storable to compile with
39650              picky ANSI compilers.
39651      Branch: perl
39652            + ext/Storable/ChangeLog ext/Storable/MANIFEST
39653            + ext/Storable/Makefile.PL ext/Storable/README
39654            + ext/Storable/Storable.pm ext/Storable/Storable.xs
39655            + ext/Storable/patchlevel.h t/lib/st-06compat.t
39656            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
39657            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
39658            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39659            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39660            + t/lib/st-tieditems.t
39661            ! MANIFEST
39662 ____________________________________________________________________________
39663 [  6733] By: jhi                                   on 2000/08/21  02:29:09
39664         Log: The correct cleaning order is an art.
39665      Branch: perl
39666            ! Makefile.SH
39667 ____________________________________________________________________________
39668 [  6732] By: jhi                                   on 2000/08/21  01:23:39
39669         Log: The #6724 is here.
39670      Branch: perl
39671            ! t/lib/ftmp-security.t
39672 ____________________________________________________________________________
39673 [  6731] By: jhi                                   on 2000/08/20  23:17:03
39674         Log: s/this one/the 5.6.0 release/
39675      Branch: perl
39676            ! pod/perl56delta.pod
39677 ____________________________________________________________________________
39678 [  6730] By: jhi                                   on 2000/08/20  23:07:34
39679         Log: Mention perlebcdic and perlposix-bc.
39680      Branch: perl
39681            ! pod/perlport.pod
39682 ____________________________________________________________________________
39683 [  6729] By: jhi                                   on 2000/08/20  21:32:59
39684         Log: Document the number of exponent digits.
39685      Branch: perl
39686            ! pod/perlfunc.pod
39687 ____________________________________________________________________________
39688 [  6728] By: jhi                                   on 2000/08/20  21:16:47
39689         Log: Use File::Spec->tmpdir().
39690              
39691              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
39692              From: Tim Jenness <timj@jach.hawaii.edu>
39693              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
39694              MIME-Version: 1.0
39695              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
39696      Branch: perl
39697            ! utils/perlbug.PL
39698 ____________________________________________________________________________
39699 [  6727] By: jhi                                   on 2000/08/20  20:43:32
39700         Log: Update Changes.
39701      Branch: perl
39702            ! Changes patchlevel.h
39703 ____________________________________________________________________________
39704 [  6726] By: jhi                                   on 2000/08/20  20:41:44
39705         Log: The veryclean target needs to clobber.
39706      Branch: perl
39707            ! Makefile.SH
39708 ____________________________________________________________________________
39709 [  6725] By: jhi                                   on 2000/08/20  20:37:38
39710         Log: Document odd vs even subreleases and -Dusedevel.
39711      Branch: perl
39712            ! INSTALL
39713 ____________________________________________________________________________
39714 [  6724] By: jhi                                   on 2000/08/20  19:58:05
39715         Log: Use temporary directory instead of current directory.
39716              
39717              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39718              From: Tim Jenness <timj@jach.hawaii.edu>
39719              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
39720              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
39721      Branch: perl
39722            ! t/lib/ftmp-security.t
39723 ____________________________________________________________________________
39724 [  6723] By: jhi                                   on 2000/08/20  19:55:55
39725         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
39726              From: andreas.koenig@anima.de (Andreas J. Koenig)
39727              Date: 20 Aug 2000 15:52:03 +0200
39728              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
39729      Branch: perl
39730            ! lib/ExtUtils/MM_Unix.pm
39731 ____________________________________________________________________________
39732 [  6722] By: jhi                                   on 2000/08/20  19:46:01
39733         Log: Update to CGI 2.72, from Lincoln Stein.
39734      Branch: perl
39735            ! lib/CGI.pm
39736 ____________________________________________________________________________
39737 [  6721] By: jhi                                   on 2000/08/20  19:43:54
39738         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39739              From: Radu Greab <radu@netsoft.ro>
39740              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
39741              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
39742      Branch: perl
39743            ! ext/GDBM_File/GDBM_File.xs
39744 ____________________________________________________________________________
39745 [  6720] By: jhi                                   on 2000/08/20  19:42:01
39746         Log: pp_open() could pass an uninitialized filename down to do_open9().
39747      Branch: perl
39748            ! pp_sys.c
39749 ____________________________________________________________________________
39750 [  6719] By: jhi                                   on 2000/08/20  14:06:41
39751         Log: UTF8 concat fixes.
39752              
39753              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39754              From: Hugo <hv@crypt.compulink.co.uk>
39755              Date: Sun, 20 Aug 2000 07:30:46 +0100
39756              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
39757      Branch: perl
39758            ! pp_hot.c t/op/append.t
39759 ____________________________________________________________________________
39760 [  6718] By: jhi                                   on 2000/08/20  02:09:37
39761         Log: Let's try #6717 again.
39762      Branch: perl
39763            ! lib/File/Temp.pm
39764 ____________________________________________________________________________
39765 [  6717] By: jhi                                   on 2000/08/20  01:56:55
39766         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39767              From: "Craig A. Berry" <craig.berry@metamorgs.com>
39768              Date: Sat, 19 Aug 2000 18:15:39 -0500
39769              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
39770      Branch: perl
39771            ! lib/File/Temp.pm
39772 ____________________________________________________________________________
39773 [  6716] By: jhi                                   on 2000/08/19  15:50:11
39774         Log: Update Changes.
39775      Branch: perl
39776            ! Changes patchlevel.h
39777 ____________________________________________________________________________
39778 [  6715] By: jhi                                   on 2000/08/19  15:39:09
39779         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
39780              From: Jonathan D Johnston <jdjohnston2@juno.com>
39781              Date: Thu, 17 Aug 2000 23:13:01 -0400       
39782              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
39783      Branch: perl
39784            ! pod/perlfunc.pod
39785 ____________________________________________________________________________
39786 [  6714] By: jhi                                   on 2000/08/19  15:34:04
39787         Log: Introduce a 'veryclean' target that is like 'distclean'
39788              but also removes *~ and *.orig.
39789      Branch: perl
39790            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
39791            ! utils/Makefile x2p/Makefile.SH
39792 ____________________________________________________________________________
39793 [  6713] By: jhi                                   on 2000/08/19  14:15:45
39794         Log: Put back the long double avoidance code to POSIX.xs
39795              because VMS seems to need it still.
39796      Branch: perl
39797            ! ext/POSIX/POSIX.xs
39798 ____________________________________________________________________________
39799 [  6712] By: jhi                                   on 2000/08/19  14:10:41
39800         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39801              From: Peter Prymmer <pvhp@forte.com>
39802              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
39803              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
39804      Branch: perl
39805            ! lib/Pod/Find.pm t/pod/find.t
39806 ____________________________________________________________________________
39807 [  6711] By: jhi                                   on 2000/08/19  14:09:19
39808         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39809              From: Peter Prymmer <pvhp@forte.com>
39810              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
39811              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
39812              cc: vmsperl@perl.org
39813      Branch: perl
39814            ! t/lib/peek.t
39815 ____________________________________________________________________________
39816 [  6710] By: jhi                                   on 2000/08/19  14:08:01
39817         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39818              From: Jan Dubois <jand@ActiveState.com>
39819              Date: Fri, 18 Aug 2000 16:31:48 -0700
39820              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
39821      Branch: perl
39822            ! win32/win32.c
39823 ____________________________________________________________________________
39824 [  6709] By: jhi                                   on 2000/08/19  14:06:57
39825         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
39826              
39827              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39828              From: Spider.Boardman@Orb.Nashua.NH.US
39829              Date: Fri, 18 Aug 2000 18:41:14 -0400
39830              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
39831      Branch: perl
39832            ! regcomp.c
39833 ____________________________________________________________________________
39834 [  6708] By: jhi                                   on 2000/08/18  22:04:49
39835         Log: Update Changes.
39836      Branch: perl
39837            ! Changes patchlevel.h
39838 ____________________________________________________________________________
39839 [  6707] By: jhi                                   on 2000/08/18  21:55:14
39840         Log: Add warnif(), check warnings further up the stack,
39841              all the warnings functions now can take an optional object reference.
39842              
39843              Subject: [PATCH bleedperl@6691] warnings pragma update
39844              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39845              Date: Fri, 18 Aug 2000 22:42:06 +0100
39846              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
39847      Branch: perl
39848            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
39849            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
39850            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
39851 ____________________________________________________________________________
39852 [  6706] By: jhi                                   on 2000/08/18  21:41:45
39853         Log: Typo in pp_complement().
39854              
39855              Subject: [PATCH perl-current] Deparse
39856              From: Peter Scott <Peter@PSDT.com>
39857              Date: Fri, 18 Aug 2000 12:44:37 -0700
39858              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
39859      Branch: perl
39860            ! ext/B/B/Deparse.pm
39861 ____________________________________________________________________________
39862 [  6705] By: jhi                                   on 2000/08/18  21:25:59
39863         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39864              From: Jan Dubois <jand@ActiveState.com>
39865              Date: Fri, 18 Aug 2000 14:22:51 -0700
39866              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
39867      Branch: perl
39868            ! lib/Win32.pod win32/win32.c
39869 ____________________________________________________________________________
39870 [  6704] By: jhi                                   on 2000/08/18  21:16:14
39871         Log: Don't eat leading os from index entries.
39872              
39873              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39874              From: Russ Allbery <rra@stanford.edu>
39875              Date: 10 Aug 2000 20:49:25 -0700
39876              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
39877      Branch: perl
39878            ! lib/Pod/Man.pm
39879 ____________________________________________________________________________
39880 [  6703] By: jhi                                   on 2000/08/18  21:07:06
39881         Log: Add [[:blank:]] as suggested in
39882              
39883              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39884              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
39885              Date: Sun, 16 Jul 2000 17:55:29 -0700
39886              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
39887              
39888              (the [=cc=] has already been taken care of by #6439
39889              so the whole bug report can be closed)
39890              
39891              and make [[:space:]] to be equivalent to isspace(3)
39892              (as opposed to \s, which is isSPACE()).  The difference
39893              is that now [[:space:]] matches the mythical vertical tab,
39894              while \s doesn't.
39895      Branch: perl
39896            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
39897            ! regexec.c t/op/pat.t
39898 ____________________________________________________________________________
39899 [  6702] By: jhi                                   on 2000/08/18  18:47:47
39900         Log: The new tests were missing from #6415.
39901      Branch: perl
39902            ! t/op/bop.t
39903 ____________________________________________________________________________
39904 [  6701] By: jhi                                   on 2000/08/18  18:20:40
39905         Log: Document the NDBM_File and ODBM_File as SDBM_File
39906              was documented in #6417.
39907      Branch: perl
39908            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39909            ! ext/SDBM_File/SDBM_File.pm
39910 ____________________________________________________________________________
39911 [  6700] By: jhi                                   on 2000/08/18  18:10:39
39912         Log: Subject: [PATCH perl@6698] cygwin port
39913              From: "Fifer, Eric" <EFifer@sanwaint.com>
39914              Date: Fri, 18 Aug 2000 17:30:05 +0100
39915              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
39916      Branch: perl
39917            ! lib/File/Temp.pm
39918 ____________________________________________________________________________
39919 [  6699] By: jhi                                   on 2000/08/18  16:21:49
39920         Log: Document code point which makes if (defined %stash::) to work
39921              (noted by Spider Boardman).
39922      Branch: perl
39923            ! op.c
39924 ____________________________________________________________________________
39925 [  6698] By: jhi                                   on 2000/08/18  13:43:27
39926         Log: Update Changes.
39927      Branch: perl
39928            ! Changes patchlevel.h
39929 ____________________________________________________________________________
39930 [  6697] By: jhi                                   on 2000/08/18  13:35:57
39931         Log: Tiny Getopt::Long patch from Johan Vromans.
39932      Branch: perl
39933            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39934 ____________________________________________________________________________
39935 [  6696] By: jhi                                   on 2000/08/18  13:26:14
39936         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39937              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
39938              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
39939              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
39940      Branch: perl
39941            ! pod/perldiag.pod pod/perlsyn.pod
39942 ____________________________________________________________________________
39943 [  6695] By: jhi                                   on 2000/08/18  13:13:26
39944         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39945              From: Daniel Chetlin <daniel@chetlin.com>
39946              Date: Fri, 18 Aug 2000 03:13:36 -0700
39947              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
39948      Branch: perl
39949            ! pod/perlfunc.pod
39950 ____________________________________________________________________________
39951 [  6694] By: jhi                                   on 2000/08/18  13:08:05
39952         Log: Subject: [PATCH] perltrap.pod spring cleaning
39953              From: Daniel Chetlin <daniel@chetlin.com>
39954              Date: Fri, 18 Aug 2000 03:06:54 -0700
39955              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
39956              
39957              plus Mike Guy's nitfix.
39958      Branch: perl
39959            ! pod/perltrap.pod
39960 ____________________________________________________________________________
39961 [  6693] By: jhi                                   on 2000/08/18  13:00:26
39962         Log: Unbuffer the output.
39963              
39964              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
39965              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39966              Date: Thu, 17 Aug 2000 18:39:29 -0700
39967              Message-ID: <RPJn5gzkgydf092yn@efn.org>
39968      Branch: perl
39969            ! t/op/fork.t
39970 ____________________________________________________________________________
39971 [  6692] By: jhi                                   on 2000/08/18  05:19:17
39972         Log: Delete the image, too, not just its MANIFEStation.
39973      Branch: perl
39974            - lib/CGI/eg/wilogo.gif
39975 ____________________________________________________________________________
39976 [  6691] By: jhi                                   on 2000/08/18  05:10:26
39977         Log: Propagate new Configure vars.
39978      Branch: perl
39979            ! configure.com epoc/config.sh uconfig.h uconfig.sh
39980            ! vos/config.def vos/config.h vos/config_h.SH_orig
39981            ! win32/config.bc win32/config.gc win32/config.vc
39982            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39983 ____________________________________________________________________________
39984 [  6690] By: jhi                                   on 2000/08/18  04:30:56
39985         Log: Update Changes.
39986      Branch: perl
39987            ! Changes patchlevel.h
39988 ____________________________________________________________________________
39989 [  6689] By: jhi                                   on 2000/08/18  04:12:30
39990         Log: Fix the lib/complex failure of
39991              
39992              From: abigail@foad.org
39993              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39994              Date: 15 Aug 2000 04:06:38 -0000
39995              Message-Id: <20000815040638.8524.qmail@foad.org> 
39996              
39997              Linux long double accuracy issue: something that
39998              when printed with %g looks like "2" but int() of it is 1.
39999      Branch: perl
40000            ! lib/Math/Complex.pm
40001 ____________________________________________________________________________
40002 [  6688] By: jhi                                   on 2000/08/18  03:15:35
40003         Log: The byteorder code in #6671 was wrong.
40004      Branch: perl
40005            ! configpm
40006 ____________________________________________________________________________
40007 [  6687] By: jhi                                   on 2000/08/18  02:08:42
40008         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
40009              From: Jan Dubois <jand@ActiveState.com>
40010              Date: Thu, 17 Aug 2000 18:31:55 -0700
40011              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
40012      Branch: perl
40013            ! sv.c
40014 ____________________________________________________________________________
40015 [  6686] By: jhi                                   on 2000/08/18  02:04:15
40016         Log: Use NVs in POSIX math, not doubles.
40017              
40018              From: abigail@foad.org
40019              Subject: [ID 20000817.014] POSIX & modfl
40020              Date: 17 Aug 2000 20:49:18 -0000
40021              Message-Id: <20000817204918.23123.qmail@foad.org>
40022      Branch: perl
40023            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40024 ____________________________________________________________________________
40025 [  6685] By: jhi                                   on 2000/08/18  02:02:12
40026         Log: Introduce NVef, NVff, and NVgf, use the middle one.
40027              (helps for lib/peek + Linux + long doubles)  Reported in
40028              
40029              From: abigail@foad.org
40030              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
40031              Date: 15 Aug 2000 04:06:38 -0000
40032              Message-Id: <20000815040638.8524.qmail@foad.org> 
40033              
40034              (note: the lib/complex failure has not yet been addressed)
40035      Branch: metaconfig/U/perl
40036            ! perlxvf.U
40037      Branch: perl
40038            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40039            ! config_h.SH dump.c perl.h pod/perlguts.pod
40040 ____________________________________________________________________________
40041 [  6684] By: jhi                                   on 2000/08/17  23:22:19
40042         Log: Add byteorder to the myconfig output.
40043      Branch: perl
40044            ! myconfig.SH
40045 ____________________________________________________________________________
40046 [  6683] By: jhi                                   on 2000/08/17  23:20:19
40047         Log: The image doth not exist, spotted by Johan Vromans.
40048      Branch: perl
40049            ! MANIFEST
40050 ____________________________________________________________________________
40051 [  6682] By: jhi                                   on 2000/08/17  22:38:16
40052         Log: Document what the backtick returns if the command fails.
40053      Branch: perl
40054            ! pod/perlop.pod
40055 ____________________________________________________________________________
40056 [  6681] By: jhi                                   on 2000/08/17  22:33:12
40057         Log: Do not use prototyping here.
40058              
40059              Subject: [ID 20000817.016] [PATCH] Peek.xs
40060              From: abigail@foad.org
40061              Date: 17 Aug 2000 20:55:56 -0000
40062              Message-Id: <20000817205556.24270.qmail@foad.org>
40063      Branch: perl
40064            ! ext/Devel/Peek/Makefile.PL
40065 ____________________________________________________________________________
40066 [  6680] By: jhi                                   on 2000/08/17  19:46:43
40067         Log: Don't propose using modules built for 5.005 if no binary
40068              compatibility with 5.005 is attempted.
40069              
40070              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40071              Subject: Minor nit with 5.7.0 (6655)
40072              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
40073              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
40074      Branch: metaconfig
40075            ! U/installdirs/inc_version_list.U
40076      Branch: perl
40077            ! Configure config_h.SH
40078 ____________________________________________________________________________
40079 [  6679] By: jhi                                   on 2000/08/17  19:16:39
40080         Log: Microperl config update.
40081      Branch: perl
40082            ! uconfig.h uconfig.sh
40083 ____________________________________________________________________________
40084 [  6678] By: jhi                                   on 2000/08/17  19:16:13
40085         Log: The #6648 wasn't protective enough for limited platforms
40086              (like microperl).
40087      Branch: perl
40088            ! dump.c sv.c
40089 ____________________________________________________________________________
40090 [  6677] By: jhi                                   on 2000/08/17  14:46:35
40091         Log: Update Changes.
40092      Branch: perl
40093            ! Changes patchlevel.h
40094 ____________________________________________________________________________
40095 [  6676] By: jhi                                   on 2000/08/17  14:44:02
40096         Log: Add perlebcdic from Peter Prymmer, regen toc.
40097      Branch: perl
40098            + pod/perlebcdic.pod
40099            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40100 ____________________________________________________________________________
40101 [  6675] By: jhi                                   on 2000/08/17  14:41:52
40102         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
40103      Branch: perl
40104            ! pod/perldebtut.pod
40105 ____________________________________________________________________________
40106 [  6674] By: jhi                                   on 2000/08/17  14:29:43
40107         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
40108              
40109              Subject: [ID 20000724.006] -DLEAKTEST problem
40110              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
40111              Date: Tue, 25 Jul 2000 00:36:32 -0500
40112              Message-Id: <20000725003632.A26186@www.llamacom.com>
40113              
40114              Reminder sent
40115              
40116              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
40117              From: Hugo <hv@crypt.compulink.co.uk>
40118              Date: Thu, 17 Aug 2000 15:23:42 +0100
40119              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
40120      Branch: perl
40121            ! util.c
40122 ____________________________________________________________________________
40123 [  6673] By: jhi                                   on 2000/08/17  04:07:10
40124         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
40125              From: John Peacock <JPeacock@UnivPress.com>
40126              Date: Tue, 01 Aug 2000 09:38:12 -0400
40127              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
40128      Branch: perl
40129            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
40130 ____________________________________________________________________________
40131 [  6672] By: jhi                                   on 2000/08/17  03:04:35
40132         Log: Subject: [PATCH] Cwd.pm now uses strict
40133              From: Tim Jenness <timj@jach.hawaii.edu>
40134              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
40135              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
40136      Branch: perl
40137            ! lib/Cwd.pm
40138 ____________________________________________________________________________
40139 [  6671] By: jhi                                   on 2000/08/17  02:16:35
40140         Log: Make $Config{byteorder} more magical so that it is
40141              dynamically computed: nice for 'fat binaries'.
40142              
40143              Subject: [PATCH]: default byteorder
40144              From: Wilfredo Sánchez <wsanchez@apple.com>
40145              Date: Mon, 31 Jul 2000 19:45:31 -0700
40146              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
40147      Branch: perl
40148            ! configpm
40149 ____________________________________________________________________________
40150 [  6670] By: gsar                                  on 2000/08/17  01:22:21
40151         Log: move WNOHANG definition to where other such things are
40152      Branch: perl
40153            ! win32/win32.h
40154 ____________________________________________________________________________
40155 [  6669] By: jhi                                   on 2000/08/17  01:19:17
40156         Log: Update Changes.
40157      Branch: perl
40158            ! Changes patchlevel.h
40159 ____________________________________________________________________________
40160 [  6668] By: jhi                                   on 2000/08/17  01:16:29
40161         Log: Doc nits spotted by Richard Soderberg.
40162      Branch: perl
40163            ! README.posix-bc README.vmesa
40164 ____________________________________________________________________________
40165 [  6667] By: jhi                                   on 2000/08/17  01:12:11
40166         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
40167              From: "Casey R. Tweten" <crt@kiski.net>
40168              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
40169              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
40170      Branch: perl
40171            ! pod/perldebtut.pod
40172 ____________________________________________________________________________
40173 [  6666] By: jhi                                   on 2000/08/17  01:09:31
40174         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40175              From: "Casey R. Tweten" <crt@kiski.net>
40176              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
40177              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
40178      Branch: perl
40179            ! lib/Shell.pm
40180 ____________________________________________________________________________
40181 [  6665] By: gsar                                  on 2000/08/17  01:03:52
40182         Log: add "ok" targets from change#6632 in makefile.mk
40183      Branch: perl
40184            ! pod/perlport.pod win32/Makefile win32/makefile.mk
40185 ____________________________________________________________________________
40186 [  6664] By: gsar                                  on 2000/08/17  00:56:11
40187         Log: avoid warnings from dense compiler
40188      Branch: perl
40189            ! win32/win32.c
40190 ____________________________________________________________________________
40191 [  6663] By: jhi                                   on 2000/08/17  00:51:49
40192         Log: Tweak the regex compilation errors once more.
40193      Branch: perl
40194            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40195            ! t/op/regmesg.t t/pragma/warn/regcomp
40196 ____________________________________________________________________________
40197 [  6662] By: gsar                                  on 2000/08/17  00:28:19
40198         Log: trailing new %ENV entries weren't being pushed into the real
40199              environment of subprocesses on Windows
40200      Branch: perl
40201            ! t/op/magic.t win32/perlhost.h
40202 ____________________________________________________________________________
40203 [  6661] By: gsar                                  on 2000/08/17  00:19:20
40204         Log: waitpid() now handles externally spawned pids correctly;
40205              fixes for backtick/wait/waitpid failures on Windows 9x
40206              
40207              these changes make the pid returned by process functions on
40208              Windows 9x always positive by clearing the high bit (which
40209              is always set on Win9x); pseudo-process PIDs are likewise
40210              always negative now on Win9x (just as on NT/2000)
40211      Branch: perl
40212            ! pp_sys.c win32/perlhost.h win32/win32.c
40213 ____________________________________________________________________________
40214 [  6660] By: jhi                                   on 2000/08/17  00:04:32
40215         Log: Retract #6645.
40216      Branch: perl
40217            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40218            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40219            ! t/op/sprintf.t
40220 ____________________________________________________________________________
40221 [  6659] By: gsar                                  on 2000/08/16  23:59:28
40222         Log: on windows, the return values from wait() and waitpid() don't
40223              match those of pseudo-pids
40224      Branch: perl
40225            ! pp_sys.c t/op/fork.t util.c win32/win32.c
40226 ____________________________________________________________________________
40227 [  6658] By: gsar                                  on 2000/08/16  23:56:14
40228         Log: pod nit seen in passing
40229      Branch: perl
40230            ! pod/perlfunc.pod
40231 ____________________________________________________________________________
40232 [  6657] By: gsar                                  on 2000/08/16  23:53:42
40233         Log: change#6328 could make close(SOCKET) return false on windows
40234              when it shouldn't
40235      Branch: perl
40236            ! win32/win32sck.c
40237 ____________________________________________________________________________
40238 [  6656] By: gsar                                  on 2000/08/16  23:46:57
40239         Log: check that the number pseudo children doesn't exceed
40240              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40241              the WaitForMultipleObjects() limit that would cause wait()
40242              to crash)
40243              
40244              wait() and waitpid() could potentially be rewritten to use
40245              more than one thread to do the waiting to eliminate this
40246              limitation
40247      Branch: perl
40248            ! win32/perlhost.h
40249 ____________________________________________________________________________
40250 [  6655] By: jhi                                   on 2000/08/16  14:11:05
40251         Log: Update Changes.
40252      Branch: perl
40253            ! Changes patchlevel.h
40254 ____________________________________________________________________________
40255 [  6654] By: jhi                                   on 2000/08/16  14:10:12
40256         Log: Update to perldebtut 1.9, from Richard Foley.
40257      Branch: perl
40258            ! pod/perldebtut.pod
40259 ____________________________________________________________________________
40260 [  6653] By: jhi                                   on 2000/08/16  14:08:17
40261         Log: Change the regx compilation error markers to use = instead of <
40262              since pod makes using the latter quite messy.  Reported in
40263              ID 20000814.006 by Abigail and in
40264              Subject: Unknown escape E<> ?
40265              From: Lupe Christoph <lupe@lupe-christoph.de>
40266              Date: Fri, 11 Aug 2000 00:30:27 +0200
40267              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
40268      Branch: perl
40269            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40270            ! t/op/regmesg.t t/pragma/warn/regcomp
40271 ____________________________________________________________________________
40272 [  6652] By: jhi                                   on 2000/08/16  13:25:31
40273         Log: Change the perlbug address to perl.org since it's more forgiving.
40274              
40275              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
40276              From: abigail@foad.org
40277              Date: 15 Aug 2000 04:15:40 -0000
40278              Message-Id: <20000815041540.8633.qmail@foad.org>
40279      Branch: perl
40280            ! utils/perlbug.PL
40281 ____________________________________________________________________________
40282 [  6651] By: jhi                                   on 2000/08/16  13:22:35
40283         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40284              From: Tim Jenness <timj@jach.hawaii.edu>
40285              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
40286              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
40287      Branch: perl
40288            ! lib/Cwd.pm
40289 ____________________________________________________________________________
40290 [  6650] By: jhi                                   on 2000/08/16  13:18:13
40291         Log: Update to CPAN 1.57.
40292              
40293              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
40294              From: andreas.koenig@anima.de (Andreas J. Koenig)
40295              Date: 16 Aug 2000 15:09:46 +0200
40296              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
40297      Branch: perl
40298            ! lib/CPAN.pm
40299 ____________________________________________________________________________
40300 [  6649] By: jhi                                   on 2000/08/16  13:12:31
40301         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
40302              From: "Larry W. Virden" <lvirden@cas.org>
40303              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
40304              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
40305      Branch: perl
40306            ! README.hpux
40307 ____________________________________________________________________________
40308 [  6648] By: jhi                                   on 2000/08/16  13:03:53
40309         Log: The numeric locale was reset to "C" by s?printf and never restored.
40310              
40311              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40312              From: Christian Kirsch <ck@held.mind.de>
40313              Date: Wed, 9 Aug 2000 17:05:17 +0200
40314              Message-Id: <20000809170517.A25389@held>
40315              
40316              No test since adding the failing example to locale.t
40317              does not fail -- probably because the locale settings are so
40318              thoroughly tweaked by that time.  Running the example standalone
40319              does fail, though.  UPDATE: test case added at change #7540.
40320      Branch: perl
40321            ! dump.c perl.h pp.c pp_ctl.c sv.c
40322 ____________________________________________________________________________
40323 [  6647] By: jhi                                   on 2000/08/16  00:07:54
40324         Log: Update Changes and test semi-automatic patchlevel updating.
40325      Branch: perl
40326            ! Changes patchlevel.h
40327 ____________________________________________________________________________
40328 [  6646] By: jhi                                   on 2000/08/15  23:35:07
40329         Log: Fix a dependency problem.
40330              
40331              Subject: [PATCH: 6640] VMS Makefile.SH update
40332              From: Peter Prymmer <pvhp@forte.com>
40333              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
40334              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
40335      Branch: perl
40336            ! vms/descrip_mms.template
40337 ____________________________________________________________________________
40338 [  6645] By: jhi                                   on 2000/08/15  23:33:23
40339         Log: (Retracted by #6660)
40340              
40341              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
40342              From: Dominic Dunlop <domo@computer.org>
40343              Date: Tue, 15 Aug 2000 22:20:52 +0200
40344              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
40345      Branch: metaconfig/U/perl
40346            + d_printfed.U
40347      Branch: perl
40348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40349            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40350            ! t/op/sprintf.t
40351 ____________________________________________________________________________
40352 [  6644] By: jhi                                   on 2000/08/15  21:17:20
40353         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
40354              From: abigail@foad.org
40355              Date: 15 Aug 2000 20:12:41 -0000
40356              Message-Id: <20000815201241.25556.qmail@foad.org>
40357      Branch: perl
40358            ! INSTALL
40359 ____________________________________________________________________________
40360 [  6643] By: jhi                                   on 2000/08/15  21:15:28
40361         Log: (an already applied patch)
40362      Branch: perl
40363            ! lib/CGI.pm
40364 ____________________________________________________________________________
40365 [  6642] By: gsar                                  on 2000/08/15  19:54:05
40366         Log: magic callbacks all need to have same type signature
40367      Branch: perl
40368            ! embed.pl mg.c proto.h
40369 ____________________________________________________________________________
40370 [  6641] By: jhi                                   on 2000/08/15  17:56:27
40371         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)
40372              From: Mike Guy <mjtg@cam.ac.uk>
40373              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
40374              Date: Tue, 15 Aug 2000 18:26:45 +0100
40375              
40376              Only the peek.t part applied, not the hash quality part.
40377      Branch: perl
40378            ! t/lib/peek.t
40379 ____________________________________________________________________________
40380 [  6640] By: jhi                                   on 2000/08/15  16:37:37
40381         Log: Update Changes.
40382      Branch: perl
40383            ! Changes
40384 ____________________________________________________________________________
40385 [  6639] By: jhi                                   on 2000/08/15  16:34:55
40386         Log: Missed a file from #6638.
40387      Branch: perl
40388            ! lib/File/Temp.pm
40389 ____________________________________________________________________________
40390 [  6638] By: jhi                                   on 2000/08/15  16:33:19
40391         Log: Subject: [PATCH perl@6620] cygwin port
40392              From: "Fifer, Eric" <EFifer@sanwaint.com>
40393              Date: Tue, 15 Aug 2000 17:00:49 +0100
40394              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
40395      Branch: perl
40396            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
40397 ____________________________________________________________________________
40398 [  6637] By: jhi                                   on 2000/08/15  16:29:22
40399         Log: Subject: [PATCH] debugger exit code should reflect user exit code
40400              From: Mike Guy <mjtg@cam.ac.uk>
40401              Date: Tue, 15 Aug 2000 16:55:59 +0100
40402              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
40403      Branch: perl
40404            ! lib/perl5db.pl
40405 ____________________________________________________________________________
40406 [  6636] By: jhi                                   on 2000/08/15  15:30:58
40407         Log: Update Changes.
40408      Branch: perl
40409            ! Changes
40410 ____________________________________________________________________________
40411 [  6635] By: jhi                                   on 2000/08/15  15:27:21
40412         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
40413      Branch: metaconfig
40414            ! U/mkglossary U/mksample
40415      Branch: metaconfig/U/perl
40416            ! Devel.U
40417      Branch: perl
40418            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40419 ____________________________________________________________________________
40420 [  6634] By: jhi                                   on 2000/08/15  14:11:55
40421         Log: Don't blow limited stacks, a lower number is enough to
40422              tickle the lookbehind limit.
40423              
40424              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
40425              From: Dominic Dunlop <domo@computer.org>
40426              Date: Tue, 15 Aug 2000 13:51:24 +0200
40427              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
40428      Branch: perl
40429            ! t/op/regmesg.t
40430 ____________________________________________________________________________
40431 [  6633] By: jhi                                   on 2000/08/15  14:01:46
40432         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
40433              From: Mike Guy <mjtg@cam.ac.uk>
40434              Date: Tue, 15 Aug 2000 12:10:50 +0100
40435              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
40436      Branch: perl
40437            ! utils/perldoc.PL
40438 ____________________________________________________________________________
40439 [  6632] By: jhi                                   on 2000/08/15  13:58:48
40440         Log: make ok etc also for win32.
40441              
40442              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
40443              From: Prymmer/Kahn <pvhp@best.com>
40444              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
40445              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
40446      Branch: perl
40447            ! win32/Makefile
40448 ____________________________________________________________________________
40449 [  6631] By: jhi                                   on 2000/08/15  13:45:03
40450         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
40451      Branch: perl
40452            ! lib/Test.pm
40453 ____________________________________________________________________________
40454 [  6630] By: jhi                                   on 2000/08/15  03:25:09
40455         Log: Update Changes.
40456      Branch: perl
40457            ! Changes
40458 ____________________________________________________________________________
40459 [  6629] By: jhi                                   on 2000/08/15  03:23:53
40460         Log: magic_regdatum_set() is void, not int.
40461      Branch: perl
40462            ! embed.pl mg.c proto.h
40463 ____________________________________________________________________________
40464 [  6628] By: jhi                                   on 2000/08/15  03:08:02
40465         Log: Make the user to give up his firstborn, err, to knowingly
40466              verify installing an unstable developer release.  Also bump
40467              the release to 5.7.0, but leave a patch tag in the local
40468              patches saying that this is not yet the real thing.
40469      Branch: metaconfig
40470            ! U/modified/Instruct.U
40471      Branch: metaconfig/U/perl
40472            + Devel.U
40473      Branch: perl
40474            ! Configure patchlevel.h
40475 ____________________________________________________________________________
40476 [  6627] By: jhi                                   on 2000/08/14  22:32:52
40477         Log: README.os2 update.
40478              
40479              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
40480              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40481              Date: Wed, 02 Aug 2000 21:55:09 -0700
40482              Message-ID: <tsPi5gzkgegX092yn@efn.org>
40483      Branch: perl
40484            ! README.os2
40485 ____________________________________________________________________________
40486 [  6626] By: jhi                                   on 2000/08/14  21:00:02
40487         Log: Subject: Re: File::Temp problems on VMS in bleedperl
40488              From: Tim Jenness <timj@jach.hawaii.edu>
40489              cc: vmsperl@perl.org
40490              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
40491              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
40492      Branch: perl
40493            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40494 ____________________________________________________________________________
40495 [  6625] By: jhi                                   on 2000/08/14  20:52:16
40496         Log: Add SUIDMAIL as was done for the CERT alert.
40497      Branch: perl
40498            ! patchlevel.h
40499 ____________________________________________________________________________
40500 [  6624] By: jhi                                   on 2000/08/14  20:48:50
40501         Log: Subject: sfio2000
40502              From: Daniel Muino <dmuino@afip.gov.ar>
40503              Date: Mon, 14 Aug 2000 16:58:11 -0300
40504              Message-ID: <20000814165811.B16368@con2-dgi>
40505      Branch: perl
40506            ! perlsdio.h perlsfio.h
40507 ____________________________________________________________________________
40508 [  6623] By: jhi                                   on 2000/08/14  20:47:36
40509         Log: Subject: warning: storage class after type is obsolescent
40510              From: Daniel Muino <dmuino@afip.gov.ar>
40511              Date: Mon, 14 Aug 2000 16:42:47 -0300
40512              Message-ID: <20000814164247.A16368@con2-dgi>
40513      Branch: perl
40514            ! regcomp.pl regnodes.h
40515 ____________________________________________________________________________
40516 [  6622] By: jhi                                   on 2000/08/14  20:43:05
40517         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
40518              From: abigail@foad.org
40519              Date: 14 Aug 2000 20:00:10 -0000
40520              Message-Id: <20000814200010.27271.qmail@foad.org>
40521      Branch: perl
40522            ! Changes
40523 ____________________________________________________________________________
40524 [  6621] By: jhi                                   on 2000/08/14  15:23:05
40525         Log: Update Changes.
40526      Branch: perl
40527            ! Changes
40528 ____________________________________________________________________________
40529 [  6620] By: jhi                                   on 2000/08/14  15:22:14
40530         Log: Subject: Re: [PATCH] @+, @- readonly
40531              From: Mike Guy <mjtg@cam.ac.uk>
40532              Date: Mon, 14 Aug 2000 15:26:55 +0100
40533              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
40534      Branch: perl
40535            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
40536            ! sv.c t/op/pat.t
40537 ____________________________________________________________________________
40538 [  6619] By: jhi                                   on 2000/08/14  14:12:08
40539         Log: Update Changes.
40540      Branch: perl
40541            ! Changes
40542 ____________________________________________________________________________
40543 [  6618] By: jhi                                   on 2000/08/14  14:09:34
40544         Log: For now remove the mail code.
40545      Branch: perl
40546            ! perl.c
40547 ____________________________________________________________________________
40548 [  6617] By: jhi                                   on 2000/08/14  14:08:28
40549         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
40550      Branch: perl
40551            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
40552            ! pod/perlfaq8.pod pod/perlsec.pod
40553 ____________________________________________________________________________
40554 [  6616] By: jhi                                   on 2000/08/14  14:00:11
40555         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40556              From: Mike Guy <mjtg@cam.ac.uk>
40557              Date: Mon, 14 Aug 2000 08:26:02 +0100
40558              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
40559      Branch: perl
40560            ! lib/perl5db.pl
40561 ____________________________________________________________________________
40562 [  6615] By: jhi                                   on 2000/08/14  13:58:45
40563         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
40564              From: Mike Guy <mjtg@cam.ac.uk>
40565              Date: Mon, 14 Aug 2000 08:04:22 +0100
40566              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
40567      Branch: perl
40568            ! gv.c mg.c t/op/pat.t
40569 ____________________________________________________________________________
40570 [  6614] By: jhi                                   on 2000/08/14  13:56:45
40571         Log: Subject: Test fails / warnings with perl-current #6612
40572              From: Mike Guy <mjtg@cam.ac.uk>
40573              Date: Mon, 14 Aug 2000 07:57:23 +0100
40574              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
40575      Branch: perl
40576            ! t/lib/b.t t/lib/peek.t
40577 ____________________________________________________________________________
40578 [  6613] By: jhi                                   on 2000/08/14  13:45:33
40579         Log: VMS configure.com update continues.
40580      Branch: perl
40581            - vms/configure.com
40582            ! MANIFEST configure.com
40583 ____________________________________________________________________________
40584 [  6612] By: jhi                                   on 2000/08/13  22:13:35
40585         Log: Update Changes.
40586      Branch: perl
40587            ! Changes
40588 ____________________________________________________________________________
40589 [  6611] By: jhi                                   on 2000/08/13  16:21:45
40590         Log: Upgrade to CGI 2.71, from Lincoln Stein.
40591      Branch: perl
40592            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
40593 ____________________________________________________________________________
40594 [  6610] By: jhi                                   on 2000/08/13  15:09:16
40595         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
40596              From: Mike Guy <mjtg@cam.ac.uk>
40597              Date: Sun, 13 Aug 2000 13:45:51 +0100
40598              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
40599      Branch: perl
40600            ! t/op/regmesg.t
40601 ____________________________________________________________________________
40602 [  6609] By: jhi                                   on 2000/08/13  14:31:26
40603         Log: Andreas says that 1.56 is fine, so reverting back to it.
40604      Branch: perl
40605            ! lib/CPAN.pm
40606 ____________________________________________________________________________
40607 [  6608] By: jhi                                   on 2000/08/13  05:34:20
40608         Log: Update Changes.
40609      Branch: perl
40610            ! Changes
40611 ____________________________________________________________________________
40612 [  6607] By: jhi                                   on 2000/08/13  05:32:01
40613         Log: Put back the \z changes of #5406 to CPAN.pm.
40614      Branch: perl
40615            ! lib/CPAN.pm
40616 ____________________________________________________________________________
40617 [  6606] By: jhi                                   on 2000/08/13  05:20:16
40618         Log: Fix-n-skip the tests under 5005threads.
40619      Branch: perl
40620            ! t/lib/b.t
40621 ____________________________________________________________________________
40622 [  6605] By: jhi                                   on 2000/08/13  05:07:48
40623         Log: Fix the test for 5005threads.
40624      Branch: perl
40625            ! t/lib/peek.t
40626 ____________________________________________________________________________
40627 [  6604] By: jhi                                   on 2000/08/13  03:35:37
40628         Log: Should have deleted this in #6603.
40629      Branch: perl
40630            - vms/subconfigure.com
40631 ____________________________________________________________________________
40632 [  6603] By: jhi                                   on 2000/08/12  18:29:32
40633         Log: Rewrite of vms/subconfigure.com as configure.com,
40634              from Peter Prymmer and the vmsperl crew.
40635      Branch: perl
40636            + vms/configure.com
40637            ! MANIFEST
40638 ____________________________________________________________________________
40639 [  6602] By: jhi                                   on 2000/08/11  13:00:01
40640         Log: PlainText.pm is dead.
40641      Branch: perl
40642            - lib/Pod/PlainText.pm
40643            ! MANIFEST
40644 ____________________________________________________________________________
40645 [  6601] By: jhi                                   on 2000/08/11  04:06:45
40646         Log: Update Changes.
40647      Branch: perl
40648            ! Changes
40649 ____________________________________________________________________________
40650 [  6600] By: jhi                                   on 2000/08/11  04:06:10
40651         Log: Add a few missing files, update MANIFEST.
40652      Branch: perl
40653            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40654            + lib/Pod/PlainText.pm t/pod/find.t
40655            ! MANIFEST t/op/regmesg.t
40656 ____________________________________________________________________________
40657 [  6599] By: jhi                                   on 2000/08/11  03:31:10
40658         Log: Add Perl debugging tutorial, regen toc. 
40659              
40660              Subject: perldebtut.pod
40661              From: Richard Foley <Richard.Foley@m.dasa.de>
40662              Date: Wed, 09 Aug 2000 10:17:15 +0200
40663              Message-id: <3991138B.262247B8@m.dasa.de>
40664      Branch: perl
40665            + pod/perldebtut.pod
40666            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40667 ____________________________________________________________________________
40668 [  6598] By: jhi                                   on 2000/08/11  02:48:56
40669         Log: tiny Changes edit
40670      Branch: perl
40671            ! Changes
40672 ____________________________________________________________________________
40673 [  6597] By: jhi                                   on 2000/08/11  02:39:04
40674         Log: Tests for #6589.
40675              
40676              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40677              From: simon@brecon.co.uk (Simon Cozens)
40678              Date: 11 Aug 2000 02:24:52 GMT
40679              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
40680      Branch: perl
40681            ! t/lib/b.t
40682 ____________________________________________________________________________
40683 [  6596] By: jhi                                   on 2000/08/11  01:50:07
40684         Log: Update Changes.
40685      Branch: perl
40686            ! Changes
40687 ____________________________________________________________________________
40688 [  6595] By: jhi                                   on 2000/08/11  01:47:16
40689         Log: nitfix
40690      Branch: perl
40691            ! Changes
40692 ____________________________________________________________________________
40693 [  6594] By: jhi                                   on 2000/08/11  01:36:16
40694         Log: Subject: Getting perlio and threads to compile
40695              From: Lupe Christoph <lupe@lupe-christoph.de>
40696              Date: Wed, 9 Aug 2000 11:35:54 +0200
40697              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
40698              
40699              (the Solaris version changes in Configure skipped)
40700      Branch: perl
40701            ! hints/solaris_2.sh thread.h
40702 ____________________________________________________________________________
40703 [  6593] By: jhi                                   on 2000/08/11  01:30:16
40704         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
40705              From: simon@brecon.co.uk (Simon Cozens)
40706              Date: 1 Aug 2000 06:55:19 GMT
40707              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
40708      Branch: perl
40709            ! lib/utf8.pm
40710 ____________________________________________________________________________
40711 [  6592] By: jhi                                   on 2000/08/11  01:26:39
40712         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40713              From: Peter Scott <Peter@PeterScott.com>
40714              Date: Thu, 10 Aug 2000 08:23:27 -0700
40715              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
40716      Branch: perl
40717            ! lib/perl5db.pl
40718 ____________________________________________________________________________
40719 [  6591] By: jhi                                   on 2000/08/11  01:22:02
40720         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
40721              From: Hugo <hv@crypt.compulink.co.uk>
40722              Date: Thu, 10 Aug 2000 19:23:04 +0100
40723              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
40724      Branch: perl
40725            ! regexec.c t/op/pat.t
40726 ____________________________________________________________________________
40727 [  6590] By: jhi                                   on 2000/08/11  01:19:19
40728         Log: Preprocessing and postprocessing for File::Find.
40729              
40730              Subject: Patch to Find::File.pm to allow alphabetical results
40731              From: Joe Smith <jsmith@inwap.com>
40732              Date: Wed, 9 Aug 2000 02:44:54 -0700
40733              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
40734      Branch: perl
40735            ! lib/File/Find.pm
40736 ____________________________________________________________________________
40737 [  6589] By: jhi                                   on 2000/08/11  01:12:39
40738         Log: B::Deparse didn't do sub attributes.
40739              
40740              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40741              From: simon@brecon.co.uk (Simon Cozens)
40742              Date: 9 Aug 2000 04:49:20 GMT
40743              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
40744      Branch: perl
40745            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
40746 ____________________________________________________________________________
40747 [  6588] By: jhi                                   on 2000/08/11  01:06:40
40748         Log: Subject: debugger "d" command doesnt check line number
40749              From: Mike Guy <mjtg@cam.ac.uk>
40750              Date: Tue, 08 Aug 2000 21:54:29 +0100
40751              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
40752      Branch: perl
40753            ! lib/perl5db.pl mg.c pod/perldiag.pod
40754 ____________________________________________________________________________
40755 [  6587] By: jhi                                   on 2000/08/11  00:45:03
40756         Log: sleep(1) does not necessarily return 1.
40757              
40758              Subject: [PATCH bleadperl] op/lex_assign.t  
40759              From: Hugo <hv@crypt.compulink.co.uk>
40760              Date: Thu, 03 Aug 2000 14:34:22 +0100        
40761              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
40762      Branch: perl
40763            ! t/op/lex_assign.t
40764 ____________________________________________________________________________
40765 [  6586] By: jhi                                   on 2000/08/11  00:31:50
40766         Log: Document the IO::Select timeout.
40767      Branch: perl
40768            ! ext/IO/lib/IO/Select.pm
40769 ____________________________________________________________________________
40770 [  6585] By: jhi                                   on 2000/08/11  00:13:54
40771         Log: Forgot contributor.
40772      Branch: perl
40773            ! Changes
40774 ____________________________________________________________________________
40775 [  6584] By: jhi                                   on 2000/08/11  00:09:19
40776         Log: detypo
40777      Branch: perl
40778            ! Changes
40779 ____________________________________________________________________________
40780 [  6583] By: jhi                                   on 2000/08/11  00:07:53
40781         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40782              
40783              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40784              From: Mike Guy <mjtg@cam.ac.uk> 
40785              Date: Thu, 10 Aug 2000 15:50:54 +0100
40786              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
40787      Branch: perl
40788            ! sv.c t/op/int.t
40789 ____________________________________________________________________________
40790 [  6582] By: jhi                                   on 2000/08/10  23:29:32
40791         Log: Update Changes.
40792      Branch: perl
40793            ! Changes
40794 ____________________________________________________________________________
40795 [  6581] By: jhi                                   on 2000/08/10  23:26:16
40796         Log: Put back the std @INC thing.
40797      Branch: perl
40798            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
40799            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
40800            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
40801            ! t/lib/gol-oo.t
40802 ____________________________________________________________________________
40803 [  6580] By: jhi                                   on 2000/08/10  23:03:34
40804         Log: Update to CGI 2.70, from Lincoln Stein.
40805      Branch: perl
40806            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40807            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40808            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
40809            ! t/lib/cgi-request.t
40810 ____________________________________________________________________________
40811 [  6579] By: jhi                                   on 2000/08/10  22:41:50
40812         Log: Update to CPAN 1.56, from Andreas König.
40813      Branch: perl
40814            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40815 ____________________________________________________________________________
40816 [  6578] By: jhi                                   on 2000/08/10  22:38:13
40817         Log: Update to Pod::Parser 1.17, from Brad Appleton.
40818      Branch: perl
40819            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
40820            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
40821            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
40822            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
40823            ! t/pod/include.t t/pod/included.t t/pod/lref.t
40824            ! t/pod/multiline_items.t t/pod/nested_items.t
40825            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40826            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
40827            ! t/pod/special_seqs.t
40828 ____________________________________________________________________________
40829 [  6577] By: jhi                                   on 2000/08/10  22:35:41
40830         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
40831      Branch: perl
40832            ! AUTHORS MAINTAIN
40833 ____________________________________________________________________________
40834 [  6576] By: jhi                                   on 2000/08/10  22:24:54
40835         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
40836      Branch: perl
40837            + t/lib/gol-oo.t
40838            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
40839            ! t/lib/gol-compat.t t/lib/gol-linkage.t
40840 ____________________________________________________________________________
40841 [  6575] By: jhi                                   on 2000/08/10  22:02:07
40842         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
40843      Branch: perl
40844            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
40845 ____________________________________________________________________________
40846 [  6574] By: jhi                                   on 2000/08/10  21:55:03
40847         Log: Iterating perl6 description.
40848      Branch: perl
40849            ! pod/perlfaq1.pod
40850 ____________________________________________________________________________
40851 [  6573] By: jhi                                   on 2000/08/10  21:48:26
40852         Log: Revert the sv.c part of #6559, a better fix is needed.
40853      Branch: perl
40854            ! sv.c
40855 ____________________________________________________________________________
40856 [  6572] By: jhi                                   on 2000/08/10  20:33:43
40857         Log: It's the 2ndO'ROSSC.
40858      Branch: perl
40859            ! pod/perlfaq1.pod
40860 ____________________________________________________________________________
40861 [  6571] By: jhi                                   on 2000/08/10  15:55:48
40862         Log: detypo
40863      Branch: perl
40864            ! pod/perlfaq1.pod
40865 ____________________________________________________________________________
40866 [  6570] By: jhi                                   on 2000/08/10  14:11:17
40867         Log: An exceptionally sticky typo.
40868      Branch: perl
40869            ! Changes
40870 ____________________________________________________________________________
40871 [  6569] By: jhi                                   on 2000/08/10  14:09:33
40872         Log: detypo (and test Changes updating script)
40873      Branch: perl
40874            ! Changes
40875 ____________________________________________________________________________
40876 [  6568] By: jhi                                   on 2000/08/10  14:07:07
40877         Log: Update Changes.
40878      Branch: perl
40879            ! Changes
40880 ____________________________________________________________________________
40881 [  6567] By: jhi                                   on 2000/08/10  14:06:19
40882         Log: Amend the description of Perl6.
40883              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
40884              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40885              Date: Wed, 9 Aug 2000 22:11:06 -0500
40886              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
40887      Branch: perl
40888            ! pod/perlfaq1.pod
40889 ____________________________________________________________________________
40890 [  6566] By: jhi                                   on 2000/08/10  13:58:57
40891         Log: Subject: Remove dead entry in perldiag
40892              From: Mike Guy <mjtg@cam.ac.uk>
40893              Date: Thu, 10 Aug 2000 14:19:19 +0100
40894              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
40895      Branch: perl
40896            ! pod/perldiag.pod
40897 ____________________________________________________________________________
40898 [  6565] By: jhi                                   on 2000/08/10  13:51:48
40899         Log: Zero entries were skipped, fix from Adrian Goalby
40900              <argoalby@yahoo.co.uk>
40901      Branch: perl
40902            ! lib/unicode/Number.pl lib/unicode/mktables.PL
40903 ____________________________________________________________________________
40904 [  6564] By: jhi                                   on 2000/08/10  13:00:12
40905         Log: Subject: [PATCH 5.6.0] cygwin port
40906              From: "Fifer, Eric" <EFifer@sanwaint.com>
40907              Date: Thu, 10 Aug 2000 13:15:36 +0100
40908              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
40909      Branch: perl
40910            ! README.cygwin hints/cygwin.sh
40911 ____________________________________________________________________________
40912 [  6563] By: jhi                                   on 2000/08/10  12:55:16
40913         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
40914      Branch: perl
40915            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
40916 ____________________________________________________________________________
40917 [  6562] By: gsar                                  on 2000/08/10  08:38:39
40918         Log: warn is a macro, avoid using at a variable to avoid warnings
40919              in some configurations; readdir.t is too conservative in
40920              estimating number of *.t's
40921      Branch: perl
40922            ! t/op/readdir.t util.c
40923 ____________________________________________________________________________
40924 [  6561] By: jhi                                   on 2000/08/09  23:35:42
40925         Log: Update Changes.
40926      Branch: perl
40927            ! Changes
40928 ____________________________________________________________________________
40929 [  6560] By: jhi                                   on 2000/08/09  23:05:47
40930         Log: Subject: Re: enhanced(?) regex error messages
40931              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40932              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
40933              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
40934              
40935              (plus two small patches sent privately)
40936              (this still seems to leave few test failures)
40937      Branch: perl
40938            + t/op/regmesg.t
40939            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
40940            ! t/pragma/warn/regcomp
40941 ____________________________________________________________________________
40942 [  6559] By: jhi                                   on 2000/08/09  20:41:18
40943         Log: (The fix did work but was not right, retracted in #6573)
40944              
40945              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40946              From: Christian Kirsch <ck@held.mind.de>
40947              Date: Wed, 9 Aug 2000 17:05:17 +0200
40948              Message-Id: <20000809170517.A25389@held>
40949      Branch: perl
40950            ! sv.c t/pragma/locale.t
40951 ____________________________________________________________________________
40952 [  6558] By: jhi                                   on 2000/08/08  22:34:08
40953         Log: Tiny updates on the contributors list.
40954      Branch: perl
40955            ! Changes
40956 ____________________________________________________________________________
40957 [  6557] By: jhi                                   on 2000/08/08  19:34:28
40958         Log: Double check that we have a dirhandle.
40959      Branch: perl
40960            ! util.c
40961 ____________________________________________________________________________
40962 [  6556] By: jhi                                   on 2000/08/08  19:01:51
40963         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
40964              May be repopulated with fresh maintained examples.
40965      Branch: perl
40966            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
40967            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
40968            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
40969            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
40970            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
40971            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
40972            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
40973            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
40974            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
40975            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
40976            + lib/CGI/eg/wilogo_gif.uu
40977            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
40978            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
40979            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
40980            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
40981            - eg/cgi/frameset.cgi eg/cgi/index.html
40982            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40983            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40984            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40985            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40986            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40987            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40988            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40989            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40990            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40991            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40992            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40993            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40994            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40995            - eg/van/vanish eg/who eg/wrapsuid
40996            ! MANIFEST
40997 ____________________________________________________________________________
40998 [  6555] By: jhi                                   on 2000/08/08  18:51:08
40999         Log: Delete chat2 as requested by Randal.
41000              
41001              Subject: Re: perlfaq8 coyness
41002              From: merlyn@stonehenge.com (Randal L. Schwartz) 
41003              Date: 15 May 2000 18:52:42 -0700 
41004              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
41005      Branch: perl
41006            - lib/chat2.pl
41007            ! MANIFEST
41008 ____________________________________________________________________________
41009 [  6554] By: jhi                                   on 2000/08/08  18:31:35
41010         Log: Regen global.sym.
41011      Branch: perl
41012            ! global.sym
41013 ____________________________________________________________________________
41014 [  6553] By: jhi                                   on 2000/08/08  18:28:13
41015         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41016              (either perlbug or p5p ate the original), plus regen
41017              perlapi and perltoc. 
41018      Branch: perl
41019            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
41020            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
41021            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
41022            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
41023            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
41024            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
41025            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
41026            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
41027            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
41028            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
41029 ____________________________________________________________________________
41030 [  6552] By: jhi                                   on 2000/08/08  18:06:29
41031         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41032              From: Mike Guy <mjtg@cam.ac.uk>
41033              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
41034              Date: Tue, 08 Aug 2000 15:51:27 +0100
41035      Branch: perl
41036            ! doop.c sv.h t/op/join.t t/pragma/overload.t
41037 ____________________________________________________________________________
41038 [  6551] By: jhi                                   on 2000/08/08  18:01:11
41039         Log: Re-apply #6549.
41040      Branch: perl
41041            ! lib/perl5db.pl
41042 ____________________________________________________________________________
41043 [  6550] By: jhi                                   on 2000/08/08  17:43:08
41044         Log: Accidental retraction of #6549.
41045      Branch: perl
41046            ! lib/perl5db.pl
41047 ____________________________________________________________________________
41048 [  6549] By: jhi                                   on 2000/08/08  17:40:04
41049         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41050              From: Mike Guy <mjtg@cam.ac.uk>
41051              Date: Mon, 07 Aug 2000 21:49:58 +0100
41052              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
41053      Branch: perl
41054            ! lib/perl5db.pl
41055 ____________________________________________________________________________
41056 [  6548] By: jhi                                   on 2000/08/08  17:37:57
41057         Log: Document here-doc better.
41058              
41059              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
41060              From: Mike Guy <mjtg@cam.ac.uk>
41061              Date: Mon, 07 Aug 2000 14:02:09 +0100
41062              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
41063      Branch: perl
41064            ! pod/perldata.pod
41065 ____________________________________________________________________________
41066 [  6547] By: jhi                                   on 2000/08/08  17:33:34
41067         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41068              From: "Randy J. Ray" <rjray@redhat.com>
41069              Date: Mon, 07 Aug 2000 19:12:25 -0700
41070              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
41071      Branch: perl
41072            ! perl.c pod/perlrun.pod
41073 ____________________________________________________________________________
41074 [  6546] By: jhi                                   on 2000/08/08  17:29:26
41075         Log: Subject: Re: enhanced(?) regex error messages 
41076              From: Hugo <hv@crypt.compulink.co.uk>
41077              Date: Tue, 08 Aug 2000 03:25:51 +0100
41078              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
41079              
41080              plus Capitalize the error messages, plus perldiag them.
41081      Branch: perl
41082            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
41083 ____________________________________________________________________________
41084 [  6545] By: jhi                                   on 2000/08/08  13:59:28
41085         Log: Augment #6539 a bit: don't croak if there's magic in the air.
41086              
41087              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
41088              From: Hugo <hv@crypt.compulink.co.uk>
41089              Date: Tue, 08 Aug 2000 03:02:03 +0100
41090              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
41091      Branch: perl
41092            ! pp.c t/op/bless.t
41093 ____________________________________________________________________________
41094 [  6544] By: jhi                                   on 2000/08/07  21:11:52
41095         Log: Make the test -w clean.
41096      Branch: perl
41097            ! t/op/bless.t
41098 ____________________________________________________________________________
41099 [  6543] By: jhi                                   on 2000/08/07  19:49:53
41100         Log: use warnings instead of $^W.
41101      Branch: perl
41102            ! t/op/bless.t
41103 ____________________________________________________________________________
41104 [  6542] By: jhi                                   on 2000/08/07  17:41:41
41105         Log: Disable a portability warning Because We Know What We Are Doing.
41106      Branch: perl
41107            ! t/op/bless.t
41108 ____________________________________________________________________________
41109 [  6541] By: jhi                                   on 2000/08/07  17:29:51
41110         Log: Tiny tidying on report_evil_fh().
41111      Branch: perl
41112            ! util.c
41113 ____________________________________________________________________________
41114 [  6540] By: jhi                                   on 2000/08/07  16:37:38
41115         Log: Make regular expression parse error messages easier to understand.
41116              
41117              Subject: Re: enhanced(?) regex error messages
41118              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41119              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
41120              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
41121      Branch: perl
41122            ! regcomp.c
41123 ____________________________________________________________________________
41124 [  6539] By: jhi                                   on 2000/08/07  16:12:27
41125         Log: Make bless(REF, REF) a fatal error, add bless tests.
41126              
41127              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
41128              From: Hugo <hv@crypt.compulink.co.uk>
41129              Date: Mon, 07 Aug 2000 16:59:38 +0100
41130              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
41131      Branch: perl
41132            + t/op/bless.t
41133            ! MANIFEST pod/perldiag.pod pp.c sv.c
41134 ____________________________________________________________________________
41135 [  6538] By: jhi                                   on 2000/08/07  15:59:43
41136         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
41137              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
41138              Date: Thu, 3 Aug 2000 14:29:21 -0700
41139              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
41140      Branch: perl
41141            ! lib/lib_pm.PL
41142 ____________________________________________________________________________
41143 [  6537] By: jhi                                   on 2000/08/07  15:47:18
41144         Log: Retract #6419 for now since it breaks in AFS and MachTen.
41145      Branch: perl
41146            ! lib/Cwd.pm
41147 ____________________________________________________________________________
41148 [  6536] By: jhi                                   on 2000/08/07  15:05:29
41149         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
41150              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
41151              The security hole exists only in suidperls, which isn't
41152              installed or even built by default.
41153      Branch: perl
41154            ! perl.c
41155 ____________________________________________________________________________
41156 [  6535] By: jhi                                   on 2000/08/07  14:45:14
41157         Log: tr memory corruption fix from Simon Cozens.
41158      Branch: perl
41159            ! doop.c
41160 ____________________________________________________________________________
41161 [  6534] By: jhi                                   on 2000/08/06  11:38:16
41162         Log: Document a bit that UDP is not what you might think.
41163              
41164              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
41165              From: Lupe Christoph <lupe@lupe-christoph.de>
41166              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
41167              Date: Mon, 24 Jul 2000 08:59:15 +0200
41168      Branch: perl
41169            ! pod/perlipc.pod
41170 ____________________________________________________________________________
41171 [  6533] By: jhi                                   on 2000/08/06  11:35:01
41172         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41173              From: Jeff Pinyan <jeffp@hut.crusoe.net>
41174              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
41175              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
41176      Branch: perl
41177            ! pod/perlfunc.pod
41178 ____________________________________________________________________________
41179 [  6532] By: jhi                                   on 2000/08/06  03:45:41
41180         Log: Have symbols for the IoTYPEs.
41181      Branch: perl
41182            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
41183 ____________________________________________________________________________
41184 [  6531] By: jhi                                   on 2000/08/06  01:33:55
41185         Log: Continue fixing the io warnings.  This also
41186              sort of fixes bug ID 20000802.003: the core dump
41187              is no more.  Whether the current behaviour is correct
41188              (giving a warning: "Not a format reference"), is another matter.
41189      Branch: perl
41190            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
41191            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41192 ____________________________________________________________________________
41193 [  6530] By: jhi                                   on 2000/08/05  21:33:12
41194         Log: Change the Policy policy: now -Dprefix= with an existing
41195              Policy.sh and prefix == siteprefix == vendorprefix, then all
41196              of them follow along the new prefix.
41197              
41198              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41199              From: Andy Dougherty <doughera@lafayette.edu>
41200              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
41201              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
41202      Branch: perl
41203            ! Policy_sh.SH
41204 ____________________________________________________________________________
41205 [  6529] By: jhi                                   on 2000/08/05  18:57:28
41206         Log: Zap lib/Sys directory when cleaning up.
41207      Branch: perl
41208            ! Makefile.SH
41209 ____________________________________________________________________________
41210 [  6528] By: jhi                                   on 2000/08/05  18:40:44
41211         Log: Essential prototype changes were missing from #6527.
41212              Also make report_evil_fh() more bomb-proof.
41213      Branch: perl
41214            ! embed.h util.c
41215 ____________________________________________________________________________
41216 [  6527] By: jhi                                   on 2000/08/05  03:22:05
41217         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41218              From: "Ronald F. Guilmette" <rfg@monkeys.com>
41219              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
41220              Message-Id: <200007242247.PAA52177@monkeys.com>
41221      Branch: perl
41222            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
41223 ____________________________________________________________________________
41224 [  6526] By: jhi                                   on 2000/08/04  21:23:27
41225         Log: gcc versions might have (parentheses) in them.
41226      Branch: metaconfig/U/perl
41227            ! gccvers.U
41228      Branch: perl
41229            ! Configure config_h.SH
41230 ____________________________________________________________________________
41231 [  6525] By: jhi                                   on 2000/08/04  20:23:12
41232         Log: Weed buglets pointed out by
41233              
41234              From: Lupe Christoph <lupe@lupe-christoph.de>
41235              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41236              Date: Fri, 4 Aug 2000 17:34:39 +0200
41237              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
41238      Branch: metaconfig/U/perl
41239            ! gccvers.U uselfs.U
41240      Branch: perl
41241            ! Configure config_h.SH
41242 ____________________________________________________________________________
41243 [  6524] By: jhi                                   on 2000/08/04  19:02:08
41244         Log: Warn under -w if lstat(FH) is attempted.
41245              
41246              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
41247              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
41248              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
41249              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
41250      Branch: perl
41251            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
41252            ! t/pragma/warn/pp_sys
41253 ____________________________________________________________________________
41254 [  6523] By: jhi                                   on 2000/08/04  12:31:11
41255         Log: Subject: New perlcc, take 2
41256              From: simon@brecon.co.uk (Simon Cozens)
41257              Date: 4 Aug 2000 06:21:04 GMT
41258              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
41259      Branch: perl
41260            ! utils/perlcc.PL
41261 ____________________________________________________________________________
41262 [  6522] By: jhi                                   on 2000/08/04  12:26:33
41263         Log: Subject: Re: Array vs. List context
41264              From: Daniel Chetlin <daniel@chetlin.com>
41265              Date: Fri, 4 Aug 2000 00:22:44 -0700
41266              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
41267      Branch: perl
41268            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
41269            ! pod/perlfaq4.pod
41270 ____________________________________________________________________________
41271 [  6521] By: jhi                                   on 2000/08/04  12:22:38
41272         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41273              From: Raymund Will <ray@caldera.de>
41274              Date: Fri, 4 Aug 2000 12:07:09 +0200
41275              Message-Id: <20000804120709.A14982@caldera.de>
41276      Branch: perl
41277            ! configure.gnu
41278 ____________________________________________________________________________
41279 [  6520] By: jhi                                   on 2000/08/04  04:09:06
41280         Log: After the #6519 a warning about stat() is just that,
41281              not about a filetest, which now have their own warning.
41282      Branch: perl
41283            ! pod/perldiag.pod
41284 ____________________________________________________________________________
41285 [  6519] By: jhi                                   on 2000/08/04  04:06:30
41286         Log: In the warnings call filehandles consistently so;
41287              add "unopened" warning for stat().
41288      Branch: perl
41289            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41290            ! t/pragma/warn/pp_sys
41291 ____________________________________________________________________________
41292 [  6518] By: jhi                                   on 2000/08/04  02:55:35
41293         Log: Subject: Minor tweak to perlvar.pod
41294              From: "Stephen P. Potter" <spp@ds.net>
41295              Date: Tue, 18 Apr 2000 09:26:03 -0400
41296              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
41297      Branch: perl
41298            ! pod/perlvar.pod
41299 ____________________________________________________________________________
41300 [  6517] By: jhi                                   on 2000/08/04  02:50:08
41301         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
41302              From: "Clinton Pierce" <cpierce1@ford.com>
41303              Date: Wed, 21 Jul 1999 16:45:31 -0400
41304              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
41305              
41306              Fix by Stephen Potter (visible in the bug db but not in p5p?)
41307      Branch: perl
41308            ! pod/perlfunc.pod pod/perlop.pod
41309 ____________________________________________________________________________
41310 [  6516] By: jhi                                   on 2000/08/04  02:09:25
41311         Log: This is 6512.  Really.
41312      Branch: perl
41313            ! dump.c
41314 ____________________________________________________________________________
41315 [  6515] By: jhi                                   on 2000/08/04  01:25:50
41316         Log: mention the idea of @( and @)
41317      Branch: perl
41318            ! Todo-5.6
41319 ____________________________________________________________________________
41320 [  6514] By: bailey                                on 2000/08/04  01:18:46
41321         Log: YA resync with mainstem, including VMS patches from others
41322      Branch: vmsperl
41323           +> (branch 48 files)
41324            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
41325           !> (integrate 354 files)
41326 ____________________________________________________________________________
41327 [  6513] By: jhi                                   on 2000/08/04  01:18:18
41328         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41329              From: Mark Dickinson <dickins3@fas.harvard.edu>
41330              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
41331              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
41332      Branch: perl
41333            ! t/op/grent.t t/op/pwent.t
41334 ____________________________________________________________________________
41335 [  6512] By: jhi                                   on 2000/08/04  01:14:06
41336         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41338              Date: Wed, 02 Aug 2000 10:51:01 +0100
41339              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
41340      Branch: perl
41341            ! sv.c
41342 ____________________________________________________________________________
41343 [  6511] By: jhi                                   on 2000/08/04  00:57:00
41344         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
41345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41346              Date: Thu, 03 Aug 2000 17:20:04 -0700
41347              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
41348      Branch: metaconfig
41349            ! U/modified/Cppsym.U
41350      Branch: perl
41351            ! Configure config_h.SH
41352 ____________________________________________________________________________
41353 [  6510] By: jhi                                   on 2000/08/04  00:25:28
41354         Log: detypo
41355      Branch: perl
41356            ! Makefile.SH
41357 ____________________________________________________________________________
41358 [  6509] By: jhi                                   on 2000/08/03  23:43:18
41359         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41360              From: Dominic Dunlop <domo@computer.org>
41361              Date: Thu, 3 Aug 2000 22:16:46 +0200
41362              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
41363      Branch: perl
41364            ! t/op/sprintf.t
41365 ____________________________________________________________________________
41366 [  6508] By: jhi                                   on 2000/08/03  23:40:37
41367         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41368              From: Hugo <hv@crypt.compulink.co.uk>
41369              Date: Thu, 03 Aug 2000 18:25:30 +0100
41370              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
41371      Branch: perl
41372            ! regcomp.c t/op/re_tests
41373 ____________________________________________________________________________
41374 [  6507] By: jhi                                   on 2000/08/03  23:38:28
41375         Log: Subject: [PATCH] sv.h documentation - SvLEN
41376              From: Mike Guy <mjtg@cam.ac.uk>
41377              Date: Thu, 03 Aug 2000 14:43:09 +0100
41378              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
41379      Branch: perl
41380            ! sv.h
41381 ____________________________________________________________________________
41382 [  6506] By: jhi                                   on 2000/08/03  15:49:14
41383         Log: Disable the fix_pl hack for now.
41384      Branch: perl
41385            ! Makefile.SH
41386 ____________________________________________________________________________
41387 [  6505] By: jhi                                   on 2000/08/03  13:49:04
41388         Log: Add a URL for FSF.
41389              
41390              Subject: Patch for README
41391              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41392              Date: Wed, 2 Aug 2000 13:25:09 -0500
41393              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
41394      Branch: perl
41395            ! README
41396 ____________________________________________________________________________
41397 [  6504] By: jhi                                   on 2000/08/03  13:29:19
41398         Log: Be more informative on what is skipped and why,
41399              also repeat the list at the end.
41400      Branch: perl
41401            ! Porting/p4desc
41402 ____________________________________________________________________________
41403 [  6503] By: jhi                                   on 2000/08/03  13:07:05
41404         Log: Circumvent the removal of .patch by fix_pl.
41405              
41406              Subject: Re: [ID 20000802.011] unable to 'make test'          
41407              From: simon@brecon.co.uk (Simon Cozens) 
41408              Date: 3 Aug 2000 04:17:00 GMT
41409              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
41410      Branch: perl
41411            ! Makefile.SH
41412 ____________________________________________________________________________
41413 [  6502] By: jhi                                   on 2000/08/03  00:14:34
41414         Log: Add the missing setproctitle unit.
41415      Branch: metaconfig/U/perl
41416            + d_setproctitle.U
41417 ____________________________________________________________________________
41418 [  6501] By: jhi                                   on 2000/08/03  00:00:26
41419         Log: The subtest 4 may fail also on VOBS, as pointed out
41420              by Nick Ing-Simmons in November 1999, bug id 19991124.003
41421              (but the failure in that bug report isn't the subtest 4).
41422      Branch: perl
41423            ! t/op/stat.t
41424 ____________________________________________________________________________
41425 [  6500] By: jhi                                   on 2000/08/02  23:49:30
41426         Log: Better skip message for the test; one of the two problems in
41427              
41428              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
41429              From: Lupe Christoph <lupe@lupe-christoph.de>
41430              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
41431              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
41432      Branch: perl
41433            ! t/op/numconvert.t
41434 ____________________________________________________________________________
41435 [  6499] By: jhi                                   on 2000/08/02  22:49:16
41436         Log: Allow "no Module;" even if there is no 'unimport'.
41437              
41438              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
41439              From: mjd@plover.com
41440              Date: 24 Mar 2000 15:24:34 -0000
41441              Message-Id: <20000324152434.15160.qmail@plover.com>
41442      Branch: perl
41443            ! gv.c
41444 ____________________________________________________________________________
41445 [  6498] By: jhi                                   on 2000/08/02  22:42:58
41446         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
41447              that are hopefully soon put into use.
41448      Branch: perl
41449            ! opcode.h opcode.pl opnames.h
41450 ____________________________________________________________________________
41451 [  6497] By: gsar                                  on 2000/08/02  22:28:59
41452         Log: require.t needs binmode() to work on windows
41453      Branch: perl
41454            ! t/comp/require.t
41455 ____________________________________________________________________________
41456 [  6496] By: jhi                                   on 2000/08/02  22:08:51
41457         Log: Document the IVdf UVuf UVof UVxf.
41458      Branch: perl
41459            ! pod/perlguts.pod
41460 ____________________________________________________________________________
41461 [  6495] By: jhi                                   on 2000/08/02  21:54:26
41462         Log: detypo #6494
41463      Branch: perl
41464            ! ext/Data/Dumper/Dumper.xs
41465 ____________________________________________________________________________
41466 [  6494] By: jhi                                   on 2000/08/02  21:49:17
41467         Log: Dump UVs as UVs in Data::Dumper.
41468              
41469              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
41470              From: Gurusamy Sarathy <gsar@ActiveState.com>
41471              Date: Thu, 27 Apr 2000 12:26:25 -0700
41472              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
41473      Branch: perl
41474            ! ext/Data/Dumper/Dumper.xs
41475 ____________________________________________________________________________
41476 [  6493] By: jhi                                   on 2000/08/02  17:01:58
41477         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
41478              From: Hugo <hv@crypt.compulink.co.uk>
41479              Date: Wed, 02 Aug 2000 14:53:56 +0100
41480              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
41481      Branch: perl
41482            ! regexec.c t/op/re_tests
41483 ____________________________________________________________________________
41484 [  6492] By: jhi                                   on 2000/08/02  15:02:46
41485         Log: The new setproctitle() feature is available only in 
41486              bleeding edge FreeBSD.  From Paul Saab.
41487      Branch: perl
41488            ! mg.c
41489 ____________________________________________________________________________
41490 [  6491] By: jhi                                   on 2000/08/02  13:34:36
41491         Log: The tr utf8 patching continues.
41492              
41493              Subject: Re: #6469, too many tests claimed in require.t
41494              From: simon@brecon.co.uk (Simon Cozens)
41495              Date: 2 Aug 2000 02:37:17 GMT
41496              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
41497              
41498              (the logic of the test was the wrong way round in the patch)
41499      Branch: perl
41500            ! doop.c
41501 ____________________________________________________________________________
41502 [  6490] By: jhi                                   on 2000/08/02  13:27:38
41503         Log: The name of a filehandle does not have <these>.
41504      Branch: perl
41505            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41506            ! t/pragma/warn/pp_sys util.c
41507 ____________________________________________________________________________
41508 [  6489] By: jhi                                   on 2000/08/02  04:26:46
41509         Log: Remove the extraneous "main::" prefix from all the
41510              "opened only for", "on closed", and "never opened" warnings.
41511              
41512              Subject: Re: inappropriate warning
41513              From: Gurusamy Sarathy <gsar@ActiveState.com>
41514              Date: Mon, 20 Mar 2000 11:28:02 -0800
41515              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
41516      Branch: perl
41517            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
41518            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
41519            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41520 ____________________________________________________________________________
41521 [  6488] By: jhi                                   on 2000/08/02  03:02:57
41522         Log: memcpy has n o in it, as pinted ut by Sarathy.
41523      Branch: perl
41524            ! pod/perlguts.pod
41525 ____________________________________________________________________________
41526 [  6487] By: jhi                                   on 2000/08/02  02:44:51
41527         Log: Document in one place the memory abstractions used in Perl core.
41528              
41529              Subject: Re: Memory abstraction
41530              From: simon@brecon.co.uk (Simon Cozens)
41531              Date: 2 Aug 2000 02:20:23 GMT
41532              Organization: Earth.li Origins
41533      Branch: perl
41534            ! pod/perlguts.pod
41535 ____________________________________________________________________________
41536 [  6486] By: jhi                                   on 2000/08/02  02:41:57
41537         Log: regen_headers, regen perltoc.
41538      Branch: perl
41539            ! perlapi.c pod/perltoc.pod
41540 ____________________________________________________________________________
41541 [  6485] By: jhi                                   on 2000/08/02  01:43:33
41542         Log: "This little thing tests for a file .patch, and if it contains
41543              a number, pops into patchlevel.h" (making it easier to track
41544              which development version people are reporting bugs against)
41545              
41546              Subject: Patchlevel autogeneration for repository perls
41547              From: simon@brecon.co.uk (Simon Cozens)
41548              Date: 14 Jul 2000 07:12:15 GMT
41549              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
41550      Branch: perl
41551            + fix_pl
41552            ! MANIFEST Makefile.SH
41553 ____________________________________________________________________________
41554 [  6484] By: jhi                                   on 2000/08/02  01:32:54
41555         Log: FreeBSD 3.* updates from
41556              
41557              From: Paul Saab <ps@yahoo-inc.com>
41558              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41559              Date: Tue, 1 Aug 2000 15:41:39 -0700
41560              Message-Id: <20000801154139.A53740@yahoo-inc.com>
41561      Branch: perl
41562            ! hints/freebsd.sh
41563 ____________________________________________________________________________
41564 [  6483] By: jhi                                   on 2000/08/02  01:27:44
41565         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
41566              instead one must use setproctitle().  This was already addressed
41567              by change #6457, but the below has a new variant for FreeBSD 4.0
41568              or later, and the matter is also documented more.
41569              
41570              From: Paul Saab <ps@yahoo-inc.com>
41571              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41572              Date: Tue, 1 Aug 2000 15:41:39 -0700
41573              Message-Id: <20000801154139.A53740@yahoo-inc.com>
41574      Branch: metaconfig/U/perl
41575            + i_libutil.U
41576      Branch: perl
41577            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
41578 ____________________________________________________________________________
41579 [  6482] By: jhi                                   on 2000/08/01  22:17:32
41580         Log: The test from this
41581              
41582              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
41583              Date: Sat, 15 Apr 2000 17:03:44 +0100
41584              From: Tom Hughes <tom@compton.nu>
41585              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
41586              
41587              was missing, the code change went in as #5989
41588              (which had a different test?)
41589      Branch: perl
41590            ! t/op/misc.t
41591 ____________________________________________________________________________
41592 [  6481] By: jhi                                   on 2000/08/01  21:48:38
41593         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
41594              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41595              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
41596              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
41597      Branch: perl
41598            ! perl.h
41599 ____________________________________________________________________________
41600 [  6480] By: jhi                                   on 2000/08/01  18:05:28
41601         Log: Make p4desc to skip non-mainperl branches by default.
41602      Branch: perl
41603            ! Porting/p4desc
41604 ____________________________________________________________________________
41605 [  6479] By: jhi                                   on 2000/08/01  17:29:19
41606         Log: If gccosandvers is equal to osname, clear gccosandvers.
41607      Branch: metaconfig/U/perl
41608            ! gccvers.U
41609      Branch: perl
41610            ! Configure config_h.SH
41611 ____________________________________________________________________________
41612 [  6478] By: jhi                                   on 2000/08/01  15:54:08
41613         Log: BOM patching from Simon Cozens.
41614      Branch: perl
41615            ! toke.c
41616 ____________________________________________________________________________
41617 [  6477] By: jhi                                   on 2000/08/01  04:50:33
41618         Log: Stash away the largefiles flags and libswanted.
41619      Branch: perl
41620            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
41621 ____________________________________________________________________________
41622 [  6476] By: gsar                                  on 2000/08/01  04:24:24
41623         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
41624              on Windows)
41625      Branch: perl
41626            ! t/pragma/utf8.t utf8.c win32/win32.c
41627 ____________________________________________________________________________
41628 [  6475] By: jhi                                   on 2000/08/01  03:35:24
41629         Log: Make chr() for values >127 to create utf8 when under utf8.
41630              
41631              Subject: Re: uft8/chr()
41632              From: simon@brecon.co.uk (Simon Cozens)
41633              Date: 1 Aug 2000 02:37:02 GMT
41634              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
41635      Branch: perl
41636            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41637 ____________________________________________________________________________
41638 [  6474] By: jhi                                   on 2000/08/01  02:36:18
41639         Log: In Digital UNIX warn if gcc explicitly chosen because even
41640              2.95.2 is known to cause problems.
41641      Branch: perl
41642            ! hints/dec_osf.sh
41643 ____________________________________________________________________________
41644 [  6473] By: jhi                                   on 2000/08/01  02:00:56
41645         Log: Make the safety catch for buggy gccs work with triple version
41646              numbers like 2.95.2.  Reported in
41647              
41648              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41649              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
41650              Date: Mon, 31 Jul 2000 14:55:06 +0200
41651              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
41652      Branch: perl
41653            ! hints/dec_osf.sh
41654 ____________________________________________________________________________
41655 [  6472] By: jhi                                   on 2000/08/01  01:13:33
41656         Log: Subject: fix and question re: waitpid() under win32
41657              From: Brian Clarke <clarke@appliedmeta.com>
41658              Date: Fri, 28 Jul 2000 15:18:29 -0400
41659              Message-ID: <3981DC85.290314EB@appliedmeta.com>
41660              
41661              Slightly reformatted and WNOHANG # define moved to win32.h
41662              so that also POSIX.xs sees it, as suggsted by Sarathy.
41663      Branch: perl
41664            ! win32/win32.c win32/win32.h
41665 ____________________________________________________________________________
41666 [  6471] By: jhi                                   on 2000/08/01  00:55:05
41667         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41668              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41669              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
41670              Date: Mon, 31 Jul 2000 13:28:51 +0100
41671              
41672              (aka ID 20000730.002)
41673      Branch: perl
41674            ! op.c t/op/tr.t
41675 ____________________________________________________________________________
41676 [  6470] By: jhi                                   on 2000/07/31  23:34:42
41677         Log: Document the problem with -P in HP-UX and its workaround.
41678              
41679              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
41680              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
41681              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
41682              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
41683      Branch: perl
41684            ! README.hpux
41685 ____________________________________________________________________________
41686 [  6469] By: jhi                                   on 2000/07/31  04:15:02
41687         Log: The swallow_bom() saga continues.  The #23 of require.t
41688              (UTF16-LE) still fails (silently, no output) but the #22
41689              (UTF16-BE) seems to be working now.  The root of the
41690              failure may be in sv_gets(): is it UTF-16LE-aware,
41691              especially when it comes to line endings? 
41692      Branch: perl
41693            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
41694            ! t/comp/require.t toke.c utf8.c
41695 ____________________________________________________________________________
41696 [  6468] By: jhi                                   on 2000/07/30  19:05:48
41697         Log: Find green threads before native threads.
41698              
41699              Subject: Re: Patch to jpl/JNI/Makefile.PL
41700              From: Jens Thomsen <jens@fiend.cis.com>
41701              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
41702              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
41703      Branch: perl
41704            ! jpl/JNI/Makefile.PL
41705 ____________________________________________________________________________
41706 [  6467] By: jhi                                   on 2000/07/30  18:36:22
41707         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
41708      Branch: perl
41709            ! doop.c
41710 ____________________________________________________________________________
41711 [  6466] By: jhi                                   on 2000/07/30  04:37:29
41712         Log: A new version of the "remove UPPERACSE string comparison"
41713              operators.  The problem with the previous one (change #6454)
41714              was that it was for Perl 5.6.0.  From Paul Marquess.
41715      Branch: perl
41716            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
41717            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
41718            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41719 ____________________________________________________________________________
41720 [  6465] By: jhi                                   on 2000/07/29  22:39:56
41721         Log: Do not upgrade SVs into utf8 just because they participate
41722              in eq or cmp.  Reported and fix suggested in
41723              
41724              Subject: [ID 20000720.009] sv_eq UTF8 bug
41725              From: "Simon Cozens" <simon@othersideofthe.earth.li>
41726              Date: 21 Jul 2000 04:37:29 -0000
41727              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
41728              
41729              Exercise for the kind reader: should we or should we not
41730              cache the utf8 conversion alonside the SV? (as magic,
41731              as thestrxfrm()ed version is cached under use locale)
41732              Argue both for and against.
41733      Branch: perl
41734            ! sv.c
41735 ____________________________________________________________________________
41736 [  6464] By: jhi                                   on 2000/07/29  22:36:22
41737         Log: Subject: UTF8 concat
41738              From: simon@brecon.co.uk (Simon Cozens) 
41739              Date: 30 Jun 2000 06:13:25 GMT
41740              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
41741              
41742              (with a memory leak fixed, plus a few casts added)
41743              
41744              This also seems to help for
41745              
41746              Subject: [ID 20000716.015] join UTF8 weirdness
41747              From: root <root@ak-71.mind.de> 
41748              Date: Sat, 15 Jul 2000 15:29:54 +0200
41749              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
41750              
41751              (from Andreas König)
41752      Branch: perl
41753            ! pp_hot.c
41754 ____________________________________________________________________________
41755 [  6463] By: jhi                                   on 2000/07/29  00:55:39
41756         Log: Tune the comments and hopefully stop a memory leak.
41757      Branch: perl
41758            ! toke.c utf8.c
41759 ____________________________________________________________________________
41760 [  6462] By: jhi                                   on 2000/07/29  00:16:53
41761         Log: The problem described in this
41762              
41763              Subject: [ID 20000322.018] named chars aren't magical enough
41764              From: root <root@dixie.cscaper.com>     
41765              Date: Wed, 22 Mar 2000 18:37:42 -0700
41766              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
41767              
41768              has been fixed in perl 5.6.0 but just in case added a test
41769              to keep it away.  (The report from Joseph Hall.)
41770      Branch: perl
41771            ! t/lib/charnames.t
41772 ____________________________________________________________________________
41773 [  6461] By: jhi                                   on 2000/07/28  23:56:36
41774         Log: Tiny fixes for #6460.
41775      Branch: metaconfig/U/perl
41776            ! gccvers.U
41777      Branch: perl
41778            ! Configure config_h.SH
41779 ____________________________________________________________________________
41780 [  6460] By: jhi                                   on 2000/07/28  23:24:41
41781         Log: Warn if the version of the operating system used to compile gcc
41782              differs from the current version of the operating system.
41783              Also display the gcc compilation os and version in myconfig.
41784              Inspiration from
41785              
41786              Subject: Re: [ID 20000710.003] ERRORS!!         
41787              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41788              Date: Mon, 10 Jul 2000 15:54:16 -0400
41789              Message-ID: <20000710155416.A1384@O2.chapin.edu>
41790      Branch: metaconfig/U/perl
41791            ! gccvers.U
41792      Branch: perl
41793            ! Configure config_h.SH myconfig.SH
41794 ____________________________________________________________________________
41795 [  6459] By: jhi                                   on 2000/07/28  22:00:32
41796         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
41797              letter to $Config{osvers}.
41798      Branch: metaconfig
41799            ! U/modified/Oldconfig.U
41800      Branch: perl
41801            ! Configure config_h.SH
41802 ____________________________________________________________________________
41803 [  6458] By: jhi                                   on 2000/07/28  04:15:39
41804         Log: Back out #6454, doesn't seem to work.
41805              (Reason: that patch was for perl 5.6.0, not perl-current)
41806              (A version of the patch for perl-current came in later as #6466)
41807      Branch: perl
41808            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41809            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41810            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41811 ____________________________________________________________________________
41812 [  6457] By: jhi                                   on 2000/07/27  23:31:49
41813         Log: Use setproctitle() if available to modify $0.
41814              
41815              Subject: setting $* on BSD4 broken
41816              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41817              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
41818              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
41819      Branch: metaconfig
41820            ! U/modified/Myinit.U
41821      Branch: perl
41822            ! Configure config_h.SH mg.c
41823 ____________________________________________________________________________
41824 [  6456] By: jhi                                   on 2000/07/27  14:50:47
41825         Log: Allow "no AutoLoader;", based on change #6444,
41826              suggested by Graham Barr.
41827      Branch: perl
41828            ! lib/AutoLoader.pm
41829 ____________________________________________________________________________
41830 [  6455] By: jhi                                   on 2000/07/27  14:19:10
41831         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
41832              From: rspier@pobox.com (Robert Spier)
41833              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
41834              Message-ID: <14720.15855.787664.424783@rls.cx>
41835      Branch: perl
41836            ! pod/perldiag.pod
41837 ____________________________________________________________________________
41838 [  6454] By: jhi                                   on 2000/07/27  14:03:02
41839         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
41840              for a long time).
41841              
41842              Reported in
41843              
41844              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
41845              From: Ryan Herbert <rherbert@sycamorehq.com>
41846              Date: Mon, 17 Jul 2000 11:40:42 -0400
41847              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
41848              
41849              Patched in
41850              
41851              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
41852              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41853              Date: Wed, 26 Jul 2000 23:40:18 +0100
41854              Message-ID: <000001bff752$79511880$0a17073e@tiny>
41855              
41856              based on an earlier patch from Stephen P. Potter.
41857              
41858              (Removed later by change #6458 because this patch was for
41859              perl 5.6.0, not perl-current)
41860      Branch: perl
41861            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41862            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41863            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41864 ____________________________________________________________________________
41865 [  6453] By: jhi                                   on 2000/07/27  13:48:02
41866         Log: Subject: [PATCH] fixes bug 20000508.004
41867              From: Michael Stevens <mstevens@globnix.org>
41868              Date: Thu, 27 Jul 2000 13:49:04 +0100
41869              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
41870      Branch: perl
41871            ! pod/perldata.pod
41872 ____________________________________________________________________________
41873 [  6452] By: jhi                                   on 2000/07/26  23:51:26
41874         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
41875              and Craig A. Berry.
41876      Branch: perl
41877            ! lib/File/Temp.pm pod/perlport.pod
41878 ____________________________________________________________________________
41879 [  6451] By: jhi                                   on 2000/07/26  19:43:30
41880         Log: Be wary of close()s, too.
41881              
41882              Subject: Re: [PATCH] perlbug cleanup
41883              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41884              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
41885              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
41886      Branch: perl
41887            ! utils/perlbug.PL
41888 ____________________________________________________________________________
41889 [  6450] By: jhi                                   on 2000/07/26  18:41:40
41890         Log: Subject: Minor doc patch: handy.h
41891              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41892              Date: Wed, 26 Jul 2000 15:34:25 -0300
41893              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
41894      Branch: perl
41895            ! handy.h pod/perlapi.pod
41896 ____________________________________________________________________________
41897 [  6449] By: jhi                                   on 2000/07/26  18:23:55
41898         Log: Subject: [PATCH] minor doc change - perlguts
41899              From: Michael Stevens <mstevens@globnix.org>
41900              Date: Thu, 13 Jul 2000 12:39:18 +0100
41901              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
41902      Branch: perl
41903            ! pod/perlguts.pod
41904 ____________________________________________________________________________
41905 [  6448] By: jhi                                   on 2000/07/26  18:20:30
41906         Log: open() wariness in perlbug.
41907              
41908              Subject: [PATCH] perlbug cleanup
41909              From: Michael Stevens <mstevens@globnix.org>
41910              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
41911              Date: Thu, 13 Jul 2000 15:52:23 +0100
41912      Branch: perl
41913            ! utils/perlbug.PL
41914 ____________________________________________________________________________
41915 [  6447] By: jhi                                   on 2000/07/26  18:13:04
41916         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
41917      Branch: perl
41918            ! lib/File/Temp.pm t/lib/ftmp-security.t
41919 ____________________________________________________________________________
41920 [  6446] By: jhi                                   on 2000/07/26  18:06:32
41921         Log: docfix from Peter Scott <Peter@PSDT.com>.
41922      Branch: perl
41923            ! pod/perlfunc.pod
41924 ____________________________________________________________________________
41925 [  6445] By: jhi                                   on 2000/07/26  17:53:31
41926         Log: Fix *foo{FORMAT}.
41927              
41928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41929              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41930              Date: Wed, 26 Jul 2000 19:51:02 +0200
41931              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
41932              
41933              From: Graham Barr <gbarr@pobox.com>
41934              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41935              Date: Wed, 26 Jul 2000 17:38:36 +0100
41936              Message-ID: <20000726173836.L472@pobox.com>
41937      Branch: perl
41938            ! pp.c sv.c t/op/gv.t
41939 ____________________________________________________________________________
41940 [  6444] By: jhi                                   on 2000/07/26  17:49:14
41941         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
41942              from Graham Barr in the module list.
41943      Branch: perl
41944            ! gv.c pod/perlobj.pod
41945 ____________________________________________________________________________
41946 [  6443] By: jhi                                   on 2000/07/26  16:06:56
41947         Log: More split() doc and test patches from Mike Guy.
41948      Branch: perl
41949            ! pod/perlfunc.pod t/op/split.t
41950 ____________________________________________________________________________
41951 [  6442] By: jhi                                   on 2000/07/26  16:05:30
41952         Log: MacOS nits from Matthias Neeracher.
41953      Branch: perl
41954            ! perl.c pp_ctl.c
41955 ____________________________________________________________________________
41956 [  6441] By: jhi                                   on 2000/07/26  04:39:57
41957         Log: Subject: [PATCH] split /^/
41958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41959              Date: Tue, 25 Jul 2000 14:18:57 +0100
41960              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
41961              
41962              (with notes from tchrist and gbarr)
41963      Branch: perl
41964            ! pod/perlfunc.pod t/op/split.t
41965 ____________________________________________________________________________
41966 [  6440] By: jhi                                   on 2000/07/26  04:32:32
41967         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
41968              From: Peter Prymmer <pvhp@forte.com>
41969              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
41970              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
41971      Branch: perl
41972            ! vms/munchconfig.c
41973 ____________________________________________________________________________
41974 [  6439] By: jhi                                   on 2000/07/26  04:31:01
41975         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
41976              to be fatal errors (instead of by default ignoring them, and
41977              ignoring with a bug: even though -w gave an error, the opening [
41978              was left in)  Reported in:
41979              
41980              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41981              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41982              Date: Sun, 16 Jul 2000 17:55:29 -0700
41983              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41984      Branch: perl
41985            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
41986 ____________________________________________________________________________
41987 [  6438] By: jhi                                   on 2000/07/25  15:41:15
41988         Log: Subject: [PATCH] av.c apidoc
41989              From: simon@brecon.co.uk (Simon Cozens)
41990              Date: 24 Jul 2000 06:40:52 GMT
41991              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
41992      Branch: perl
41993            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
41994            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
41995 ____________________________________________________________________________
41996 [  6437] By: jhi                                   on 2000/07/25  14:05:36
41997         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
41998              From: "Stephen P. Potter" <spp@ds.net>
41999              Date: Mon, 24 Jul 2000 14:22:23 -0400
42000              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
42001      Branch: perl
42002            ! pod/perllocale.pod
42003 ____________________________________________________________________________
42004 [  6436] By: jhi                                   on 2000/07/25  14:02:03
42005         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
42006              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42007              Date: Mon, 24 Jul 2000 18:04:28 +0100
42008              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
42009      Branch: perl
42010            ! t/lib/syslfs.t t/op/lfs.t
42011 ____________________________________________________________________________
42012 [  6435] By: jhi                                   on 2000/07/25  13:59:28
42013         Log: Get UTF16 BOMs working.  Patch from
42014              
42015              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42017              Date: Tue, 25 Jul 2000 12:52:45 +0100
42018              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
42019              
42020              and notes from
42021              
42022              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42024              Date: Tue, 25 Jul 2000 11:43:25 +0100
42025              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
42026      Branch: perl
42027            ! t/comp/require.t toke.c utf8.c
42028 ____________________________________________________________________________
42029 [  6434] By: jhi                                   on 2000/07/25  02:39:54
42030         Log: Make the "uninit variable" warning to say "concat or string"
42031              or "join or string" when in concat or join .
42032              
42033              Subject: Re: [ID 20000403.009] uninitialised concatenation???
42034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42035              Date: Tue, 04 Apr 2000 18:22:58 +0100
42036              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
42037              
42038              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
42039              From: William R Ward <hermit@BayView.COM>
42040              Date: Thu, 30 Mar 2000 19:50:03 -0800
42041              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
42042      Branch: perl
42043            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
42044            ! t/pragma/warn/op t/pragma/warn/sv
42045 ____________________________________________________________________________
42046 [  6433] By: jhi                                   on 2000/07/24  17:52:56
42047         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
42048      Branch: perl
42049            ! lib/File/Spec/VMS.pm
42050 ____________________________________________________________________________
42051 [  6432] By: jhi                                   on 2000/07/24  17:44:44
42052         Log: Test cases for #6431.
42053              
42054              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42055              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42056              Date: Mon, 24 Jul 2000 15:32:29 +0100
42057              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
42058      Branch: perl
42059            ! t/op/pat.t t/op/split.t
42060 ____________________________________________________________________________
42061 [  6431] By: jhi                                   on 2000/07/24  17:43:17
42062         Log: Bind op fix.
42063              
42064              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42065              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42066              Date: Mon, 17 Jul 2000 20:04:56 +0100
42067              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
42068      Branch: perl
42069            ! op.c
42070 ____________________________________________________________________________
42071 [  6430] By: jhi                                   on 2000/07/24  03:42:42
42072         Log: Subject: [ID 20000716.023] syslog test fails without sockets
42073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42074              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
42075              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
42076      Branch: metaconfig/U/perl
42077            ! Extensions.U
42078      Branch: perl
42079            ! Configure config_h.SH
42080 ____________________________________________________________________________
42081 [  6429] By: jhi                                   on 2000/07/24  03:11:52
42082         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
42083              case, but add also notes explaining the relationship of this
42084              patch and the earlier notes by Sarathy.
42085              
42086              Subject: Map is still slow
42087              From: "Ben Tilly" <ben_tilly@hotmail.com>
42088              Date: Sat, 15 Jul 2000 17:23:27 EDT
42089              Message-ID: <20000715212327.21656.qmail@hotmail.com>
42090      Branch: perl
42091            ! pp_ctl.c
42092 ____________________________________________________________________________
42093 [  6428] By: jhi                                   on 2000/07/24  02:58:52
42094         Log: Documentation to explain the behaviour of map().
42095              
42096              Subject: Re: Map is still slow 
42097              From: Gurusamy Sarathy <gsar@ActiveState.com>
42098              Date: Sat, 15 Jul 2000 16:05:09 -0700
42099              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
42100      Branch: perl
42101            ! pp_ctl.c
42102 ____________________________________________________________________________
42103 [  6427] By: jhi                                   on 2000/07/24  02:50:03
42104         Log: Add tests for
42105              [ID 19991110.003] another matching finding by pcre author
42106              which has already been fixed by some patch, as verified in
42107              
42108              Subject: Re: two regex bugs from the mists of time (well, last November)
42109              From: Hugo <hv@crypt.compulink.co.uk>
42110              Date: Sat, 22 Jul 2000 18:12:58 +0100
42111              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
42112      Branch: perl
42113            ! t/op/re_tests
42114 ____________________________________________________________________________
42115 [  6426] By: jhi                                   on 2000/07/24  02:11:20
42116         Log: A missing 'break' after the [[:space:]] switch case.
42117              
42118              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
42119              From: "Stephen P. Potter" <spp@ds.net>
42120              Date: Tue, 18 Jul 2000 16:25:17 -0400
42121              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
42122      Branch: perl
42123            ! regcomp.c
42124 ____________________________________________________________________________
42125 [  6425] By: jhi                                   on 2000/07/24  02:06:12
42126         Log: The output might have been produced in the wrong order.
42127              
42128              Subject: [ID 20000720.003] [PATCH] t/op/write.t
42129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42130              Date: Thu, 20 Jul 2000 18:49:18 +0100
42131              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
42132      Branch: perl
42133            ! t/op/write.t
42134 ____________________________________________________________________________
42135 [  6424] By: jhi                                   on 2000/07/24  02:00:07
42136         Log: Use STDOUT consistently.
42137              
42138              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
42139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42140              Date: Thu, 20 Jul 2000 18:04:01 +0100
42141              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
42142      Branch: perl
42143            ! lib/Test/Harness.pm
42144 ____________________________________________________________________________
42145 [  6423] By: jhi                                   on 2000/07/24  01:54:54
42146         Log: Protect against "wild next"s, that is, callbacks doing "next"
42147              instead of "return".
42148              
42149              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
42150              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42151              Date: Tue, 18 Jul 2000 11:30:16 +0100
42152              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
42153      Branch: perl
42154            ! lib/File/Find.pm
42155 ____________________________________________________________________________
42156 [  6422] By: jhi                                   on 2000/07/24  01:35:47
42157         Log: Out-of-date note removed.
42158              
42159              Subject: [PATCH] documentation perlipc
42160              From: rspier@pobox.com (Robert Spier)
42161              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
42162              Message-ID: <14711.35178.572612.502654@rls.cx>
42163      Branch: perl
42164            ! pod/perlipc.pod
42165 ____________________________________________________________________________
42166 [  6421] By: jhi                                   on 2000/07/24  00:09:18
42167         Log: Send all installperl messages to STDERR and be -w clean.
42168              
42169              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
42170              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42171              Date: Sat, 22 Jul 2000 14:02:11 +0100
42172              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
42173      Branch: perl
42174            ! installperl
42175 ____________________________________________________________________________
42176 [  6420] By: jhi                                   on 2000/07/24  00:04:19
42177         Log: Decutandpasto.
42178              
42179              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
42180              From: "Richard Soderberg" <rs@crystalflame.net>
42181              Date: Sun, 23 Jul 2000 01:37:23 -0700
42182              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
42183      Branch: perl
42184            ! pod/perlipc.pod
42185 ____________________________________________________________________________
42186 [  6419] By: jhi                                   on 2000/07/24  00:01:12
42187         Log: A cleaner abs_path().
42188              Subject: Re: unix alternative to Cwd.pm
42189              From: Jeff Pinyan <jeffp@crusoe.net>
42190              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
42191              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
42192      Branch: perl
42193            ! lib/Cwd.pm
42194 ____________________________________________________________________________
42195 [  6418] By: jhi                                   on 2000/07/23  23:48:56
42196         Log: Detypo.
42197              
42198              Subject: [PATCH perl-current] Typo in hints/powerux.sh
42199              From: "Richard Soderberg" <rs@crystalflame.net>
42200              Date: Sun, 23 Jul 2000 01:27:33 -0700
42201              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
42202      Branch: perl
42203            ! hints/powerux.sh
42204 ____________________________________________________________________________
42205 [  6417] By: jhi                                   on 2000/07/17  22:13:31
42206         Log: Subject: SDBM_File documentation
42207              From: mjd@plover.com
42208              Date: 16 Jul 2000 17:41:17 -0000
42209              Message-ID: <20000716174117.18515.qmail@plover.com>
42210      Branch: perl
42211            ! ext/SDBM_File/SDBM_File.pm
42212 ____________________________________________________________________________
42213 [  6416] By: jhi                                   on 2000/07/17  19:13:26
42214         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
42215      Branch: perl
42216            ! hints/mpeix.sh mpeix/relink
42217 ____________________________________________________________________________
42218 [  6415] By: jhi                                   on 2000/07/15  14:11:02
42219         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
42220              the utf8 'characters' can be more than one octet).
42221              
42222              Date: Sat, 15 Jul 2000 00:21:56 +0100
42223              From: Tom Hughes <tom@compton.nu>
42224              Subject: Re: [ID 20000714.002]
42225              Message-ID: <db2334de49.tom@compton.compton.nu>
42226              
42227              Reported in
42228              
42229              Subject: [ID 20000714.002]
42230              From: "Simon Cozens" <simon@othersideofthe.earth.li>
42231              Date: 14 Jul 2000 15:13:09 -0000
42232              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
42233      Branch: perl
42234            ! doop.c
42235 ____________________________________________________________________________
42236 [  6414] By: jhi                                   on 2000/07/15  03:13:41
42237         Log: another VMS build tweak from Peter Prymmer
42238      Branch: perl
42239            ! vms/descrip_mms.template
42240 ____________________________________________________________________________
42241 [  6413] By: jhi                                   on 2000/07/15  03:10:40
42242         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
42243      Branch: perl
42244            ! vms/perlvms.pod
42245 ____________________________________________________________________________
42246 [  6412] By: jhi                                   on 2000/07/15  00:31:05
42247         Log: More docs for sv functions.
42248              
42249              Subject: [PATCH cfgperl] sv.c apidoc
42250              From: simon@brecon.co.uk (Simon Cozens)
42251              Date: 13 Jul 2000 09:00:20 GMT
42252              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
42253              
42254              Subject: Re: [PATCH cfgperl] sv.c apidoc
42255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42256              Date: Thu, 13 Jul 2000 12:27:41 +0100
42257              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
42258              
42259              Subject: Re: [PATCH cfgperl] sv.c apidoc
42260              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42261              Date: Thu, 13 Jul 2000 13:23:09 +0100
42262              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
42263              
42264              Subject: Re: [PATCH cfgperl] sv.c apidoc
42265              From: simon@brecon.co.uk (Simon Cozens)
42266              Date: 14 Jul 2000 06:51:02 GMT
42267              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
42268      Branch: perl
42269            ! embed.pl pod/perlapi.pod sv.c
42270 ____________________________________________________________________________
42271 [  6411] By: jhi                                   on 2000/07/15  00:10:41
42272         Log: lib/b test fixes from Peter Prymmer.
42273      Branch: perl
42274            ! t/lib/b.t
42275 ____________________________________________________________________________
42276 [  6410] By: jhi                                   on 2000/07/15  00:02:09
42277         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42278              From: Hugo <hv@crypt.compulink.co.uk>
42279              Date: Fri, 14 Jul 2000 23:05:20 +0100
42280              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42281              
42282              Didn't anymore apply, but that point still could use another fix.
42283      Branch: perl
42284            ! pod/perlfunc.pod
42285 ____________________________________________________________________________
42286 [  6409] By: jhi                                   on 2000/07/14  23:15:15
42287         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42288              not in pod, from Peter Prymmer
42289      Branch: perl
42290            ! vms/descrip_mms.template
42291 ____________________________________________________________________________
42292 [  6408] By: jhi                                   on 2000/07/14  20:35:05
42293         Log: The bug report
42294              [ID 19991110.002] minimal matching discrepancy found by pcre author
42295              seems to have been fixed (though differently from what was suggested
42296              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42297      Branch: perl
42298            ! t/op/re_tests
42299 ____________________________________________________________________________
42300 [  6407] By: jhi                                   on 2000/07/14  17:38:08
42301         Log: Fix AutoSplit to use File::Spec the right way in VMS,
42302              from Peter Prymmer.
42303      Branch: perl
42304            ! lib/AutoSplit.pm
42305 ____________________________________________________________________________
42306 [  6406] By: jhi                                   on 2000/07/14  14:13:22
42307         Log: Merge perlhacktut into perlhack, update perlguts.
42308              
42309              Subject: Re: Perlhacktut
42310              From: simon@brecon.co.uk (Simon Cozens)
42311              Date: 14 Jul 2000 06:49:21 GMT
42312              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
42313              
42314              Subject: Re: Perlhacktut
42315              From: simon@brecon.co.uk (Simon Cozens)
42316              Date: 14 Jul 2000 07:09:45 GMT
42317              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
42318      Branch: perl
42319            ! pod/perlguts.pod pod/perlhack.pod
42320 ____________________________________________________________________________
42321 [  6405] By: jhi                                   on 2000/07/14  14:02:31
42322         Log: Integrate with Sarathy.
42323      Branch: cfgperl
42324           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
42325           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
42326           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
42327 ____________________________________________________________________________
42328 [  6404] By: gsar                                  on 2000/07/14  12:15:02
42329         Log: PERL_OBJECT build tweaks
42330      Branch: perl
42331            ! toke.c
42332 ____________________________________________________________________________
42333 [  6403] By: gsar                                  on 2000/07/14  11:23:41
42334         Log: inconsistent types needs casts
42335      Branch: perl
42336            ! toke.c
42337 ____________________________________________________________________________
42338 [  6402] By: gsar                                  on 2000/07/14  11:12:04
42339         Log: typos in change#6399, regen headers
42340      Branch: perl
42341            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
42342 ____________________________________________________________________________
42343 [  6401] By: gsar                                  on 2000/07/14  10:59:12
42344         Log: typecasts needed for change#6394
42345      Branch: perl
42346            ! toke.c
42347 ____________________________________________________________________________
42348 [  6400] By: gsar                                  on 2000/07/14  10:49:37
42349         Log: integrate cfgperl contents into mainline
42350      Branch: perl
42351           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
42352           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
42353 ____________________________________________________________________________
42354 [  6399] By: gsar                                  on 2000/07/14  10:38:35
42355         Log: enable UTF-16 filter by default if relevant BOM is seen; various
42356              cleanups (typos, misformatted code, and small bugs)
42357      Branch: perl
42358            ! doop.c embed.pl mg.c op.c pp.c toke.c
42359 ____________________________________________________________________________
42360 [  6398] By: gsar                                  on 2000/07/14  08:55:38
42361         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
42362              name suggests anyway)
42363      Branch: perl
42364            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
42365 ____________________________________________________________________________
42366 [  6397] By: gsar                                  on 2000/07/14  08:44:33
42367         Log: move new variables to the end of the interpreter structure (for
42368              bincompat in code that doesn't #include XSUB.h)
42369      Branch: perl
42370            ! intrpvar.h
42371 ____________________________________________________________________________
42372 [  6396] By: gsar                                  on 2000/07/14  08:13:58
42373         Log: MakeMaker should not remove editor backups (*~) on `make clean`
42374              by default (completes change#6383)
42375      Branch: perl
42376            ! lib/ExtUtils/MM_Unix.pm
42377 ____________________________________________________________________________
42378 [  6395] By: jhi                                   on 2000/07/14  05:20:33
42379         Log: Replace change #6337 with a better one.
42380              
42381              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
42382              From: Hugo <hv@crypt.compulink.co.uk>
42383              Date: Fri, 14 Jul 2000 04:16:20 +0100
42384              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
42385      Branch: cfgperl
42386            ! regexec.c t/op/re_tests
42387 ____________________________________________________________________________
42388 [  6394] By: jhi                                   on 2000/07/14  01:33:59
42389         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
42390      Branch: cfgperl
42391            ! embed.pl global.sym proto.h toke.c
42392 ____________________________________________________________________________
42393 [  6393] By: jhi                                   on 2000/07/13  23:41:23
42394         Log: remove discarded test
42395      Branch: cfgperl
42396            ! MANIFEST
42397 ____________________________________________________________________________
42398 [  6392] By: jhi                                   on 2000/07/13  23:32:25
42399         Log: The {multiplier} of a fixed substring was overlooked which
42400              caused a wrong initial search offset for that substring.
42401              
42402              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
42403              From: Hugo <hv@crypt.compulink.co.uk>
42404              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
42405              Date: Thu, 13 Jul 2000 19:27:13 +0100
42406      Branch: cfgperl
42407            ! regcomp.c t/op/re_tests
42408 ____________________________________________________________________________
42409 [  6391] By: jhi                                   on 2000/07/13  16:37:42
42410         Log: typo fix from Craig Berry
42411      Branch: cfgperl
42412            ! vms/subconfigure.com
42413 ____________________________________________________________________________
42414 [  6390] By: jhi                                   on 2000/07/13  13:20:12
42415         Log: Integrate with Sarathy.
42416      Branch: cfgperl
42417            - t/op/method2entersub.t
42418           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
42419           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
42420           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
42421           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
42422 ____________________________________________________________________________
42423 [  6389] By: jhi                                   on 2000/07/13  13:18:48
42424         Log: Detypo from Peter Prymmer, part of #6388.
42425      Branch: cfgperl
42426            ! Configure config_h.SH
42427      Branch: metaconfig
42428            ! U/modified/d_longlong.U
42429 ____________________________________________________________________________
42430 [  6388] By: gsar                                  on 2000/07/13  06:33:40
42431         Log: typos (spotted by Peter Prymmer)
42432      Branch: perl
42433            ! Configure t/lib/english.t
42434 ____________________________________________________________________________
42435 [  6387] By: gsar                                  on 2000/07/13  05:35:28
42436         Log: new selfloader.t in change#6183 doesn't close DATA handles,
42437              and thus fails to clean up tmp files on dosish platforms
42438      Branch: perl
42439            ! t/lib/selfloader.t
42440 ____________________________________________________________________________
42441 [  6386] By: gsar                                  on 2000/07/12  21:42:39
42442         Log: sprintf test tweaks (from Dominic Dunlop)
42443      Branch: perl
42444            ! t/op/sprintf.t
42445 ____________________________________________________________________________
42446 [  6385] By: gsar                                  on 2000/07/12  21:33:46
42447         Log: fix bugs in processing %v-*d and similar format specs (from
42448              Avi Finkel <avi@finkel.org>)
42449      Branch: perl
42450            ! sv.c t/op/sprintf.t
42451 ____________________________________________________________________________
42452 [  6384] By: gsar                                  on 2000/07/12  16:04:19
42453         Log: readd missing perldelta.pod changes from changes#6339,6376
42454      Branch: perl
42455            ! pod/perldelta.pod
42456 ____________________________________________________________________________
42457 [  6383] By: gsar                                  on 2000/07/12  16:00:51
42458         Log: don't clobber *.orig files on *clean targets
42459      Branch: perl
42460            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
42461 ____________________________________________________________________________
42462 [  6382] By: gsar                                  on 2000/07/12  07:59:12
42463         Log: fix broken integrations in cfgperl
42464      Branch: cfgperl
42465           !> Changes pod/perldelta.pod
42466 ____________________________________________________________________________
42467 [  6381] By: gsar                                  on 2000/07/12  07:42:17
42468         Log: integrate cfgperl changes into mainline
42469      Branch: perl
42470            ! Changes
42471           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
42472           !> pod/perlre.pod
42473 ____________________________________________________________________________
42474 [  6380] By: gsar                                  on 2000/07/12  07:31:00
42475         Log: get sprintf.t to adjust properly for 3-digit exponents
42476      Branch: perl
42477            ! t/op/sprintf.t
42478 ____________________________________________________________________________
42479 [  6379] By: gsar                                  on 2000/07/12  06:40:04
42480         Log: change#6174 needs corresponding change in win32/config_h.PL,
42481              which grovels through config_h.SH to find the config.h name
42482      Branch: perl
42483            ! win32/config_h.PL
42484 ____________________________________________________________________________
42485 [  6378] By: jhi                                   on 2000/07/12  05:03:59
42486         Log: Do the cc sanity check both before the hints and
42487              after the cc selction.
42488      Branch: cfgperl
42489            ! Configure config_h.SH
42490      Branch: metaconfig
42491            ! U/modified/Oldconfig.U U/modified/cc.U
42492      Branch: metaconfig/U/perl
42493            + Checkcc.U
42494 ____________________________________________________________________________
42495 [  6377] By: jhi                                   on 2000/07/12  02:49:22
42496         Log: Fix nits noticed by Boston.pm.
42497      Branch: cfgperl
42498            ! pod/perlre.pod
42499 ____________________________________________________________________________
42500 [  6376] By: jhi                                   on 2000/07/11  21:22:13
42501         Log: Configure cosmetics and perldelta.
42502      Branch: cfgperl
42503            ! Configure config_h.SH pod/perldelta.pod
42504      Branch: metaconfig
42505            ! U/modified/cc.U
42506 ____________________________________________________________________________
42507 [  6375] By: gsar                                  on 2000/07/11  21:17:35
42508         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
42509      Branch: perl
42510            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
42511            ! win32/win32sck.c
42512 ____________________________________________________________________________
42513 [  6374] By: gsar                                  on 2000/07/11  20:48:50
42514         Log: tweak for build failure under multiplicity
42515      Branch: perl
42516            ! toke.c
42517 ____________________________________________________________________________
42518 [  6373] By: gsar                                  on 2000/07/11  20:37:23
42519         Log: integrate cfgperl changes#6325..6373 into mainline
42520              (NOTE: today's batch of integrations still untested)
42521      Branch: perl
42522           +> ext/DynaLoader/hints/netbsd.pl
42523            ! Changes
42524           !> (integrate 26 files)
42525 ____________________________________________________________________________
42526 [  6372] By: jhi                                   on 2000/07/11  20:30:36
42527         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
42528              regen perltoc.
42529      Branch: cfgperl
42530            + pod/perlbook.pod
42531            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
42532            ! pod/perltoc.pod
42533 ____________________________________________________________________________
42534 [  6371] By: jhi                                   on 2000/07/11  20:08:56
42535         Log: Minor cleanups on the booklist.
42536      Branch: cfgperl
42537            ! pod/perlfaq2.pod
42538 ____________________________________________________________________________
42539 [  6370] By: jhi                                   on 2000/07/11  19:31:13
42540         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
42541      Branch: cfgperl
42542            ! t/pragma/overload.t
42543 ____________________________________________________________________________
42544 [  6369] By: gsar                                  on 2000/07/11  19:27:48
42545         Log: integrate cfgperl changes#6293..6324 into mainline
42546      Branch: perl
42547           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
42548            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
42549           !> (integrate 30 files)
42550 ____________________________________________________________________________
42551 [  6368] By: gsar                                  on 2000/07/11  19:18:57
42552         Log: skip integrate of problematic change#6292 from cfgperl into mainline
42553      Branch: perl
42554           !> pp_hot.c
42555 ____________________________________________________________________________
42556 [  6367] By: gsar                                  on 2000/07/11  19:17:21
42557         Log: integrate cfgperl changes#6288..6290 into mainline
42558      Branch: perl
42559           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
42560 ____________________________________________________________________________
42561 [  6366] By: gsar                                  on 2000/07/11  19:11:18
42562         Log: integrate cfgperl changes#6268..6282 into mainline
42563      Branch: perl
42564           !> (integrate 30 files)
42565 ____________________________________________________________________________
42566 [  6365] By: gsar                                  on 2000/07/11  18:57:00
42567         Log: delete new accidentally branched file
42568      Branch: perl
42569            - t/op/method2entersub.t
42570 ____________________________________________________________________________
42571 [  6364] By: gsar                                  on 2000/07/11  18:55:13
42572         Log: skip integrate of change#6267 from cfgperl into mainline (the
42573              method call optimization is flawed without additional hints
42574              from user about immutableness of @ISA and no runtime method
42575              definitions)
42576      Branch: perl
42577           +> t/op/method2entersub.t
42578           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
42579           !> perl.h t/op/sprintf.t xsutils.c
42580 ____________________________________________________________________________
42581 [  6363] By: gsar                                  on 2000/07/11  18:49:43
42582         Log: integrate cfgperl changes#6261..6266 into mainline
42583      Branch: perl
42584           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
42585           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
42586           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42587           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
42588 ____________________________________________________________________________
42589 [  6362] By: gsar                                  on 2000/07/11  18:43:26
42590         Log: integrate cfgperl changes#6252..6260 into mainline
42591      Branch: perl
42592           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
42593           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
42594           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
42595           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
42596 ____________________________________________________________________________
42597 [  6361] By: gsar                                  on 2000/07/11  18:37:12
42598         Log: skip integrate of problematic change#6251 from cfgperl into mainline
42599      Branch: perl
42600           !> lib/Exporter.pm
42601 ____________________________________________________________________________
42602 [  6360] By: gsar                                  on 2000/07/11  18:34:56
42603         Log: integrate cfgperl change#6250 into mainline
42604      Branch: perl
42605           +> t/op/my_stash.t
42606           !> MANIFEST embed.pl proto.h toke.c
42607 ____________________________________________________________________________
42608 [  6359] By: gsar                                  on 2000/07/11  18:21:19
42609         Log: integrate cfgperl changes#6242..6249 into mainline
42610      Branch: perl
42611           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
42612           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
42613           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
42614           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
42615           !> t/lib/peek.t utf8.c
42616 ____________________________________________________________________________
42617 [  6358] By: gsar                                  on 2000/07/11  18:15:45
42618         Log: skip integrate of problematic change#6241 from cfgperl into mainline
42619      Branch: perl
42620           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
42621 ____________________________________________________________________________
42622 [  6357] By: jhi                                   on 2000/07/11  18:15:16
42623         Log: Fix for
42624              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
42625              From: Roderick Schertler <roderick@argon.org> 
42626              Date: Tue, 11 Jul 2000 13:55:05 -0400 
42627              Message-Id: <200007111755.NAA05077@jones.argon.org> 
42628      Branch: cfgperl
42629            ! doio.c
42630 ____________________________________________________________________________
42631 [  6356] By: jhi                                   on 2000/07/11  18:12:51
42632         Log: Typo in #6341.
42633      Branch: cfgperl
42634            ! pp_hot.c
42635 ____________________________________________________________________________
42636 [  6355] By: gsar                                  on 2000/07/11  18:12:10
42637         Log: integrate cfgperl changes#6231..6240 into mainline
42638      Branch: perl
42639           +> pod/perlutil.pod
42640           !> (integrate 35 files)
42641 ____________________________________________________________________________
42642 [  6354] By: jhi                                   on 2000/07/11  18:04:34
42643         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
42644              From: Dominic Dunlop <domo@computer.org> 
42645              Date: Tue, 11 Jul 2000 12:27:33 +0200 
42646              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
42647              
42648              Replaces change #6268.
42649      Branch: cfgperl
42650            ! t/op/sprintf.t
42651 ____________________________________________________________________________
42652 [  6353] By: gsar                                  on 2000/07/11  17:59:51
42653         Log: skip integrate of problematic change#6230 from cfgperl into mainline
42654              (a later version of File::Spec is already in mainline)
42655      Branch: perl
42656           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
42657           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
42658 ____________________________________________________________________________
42659 [  6352] By: gsar                                  on 2000/07/11  17:57:48
42660         Log: integrate cfgperl changes#6224..6229 into mainline
42661      Branch: perl
42662           +> lib/lib.pm.PL
42663            - lib/lib.pm
42664           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
42665           !> lib/English.pm op.c t/lib/english.t
42666 ____________________________________________________________________________
42667 [  6351] By: gsar                                  on 2000/07/11  17:50:10
42668         Log: skip integrate of problematic change#6223 from cfgperl into mainline
42669      Branch: perl
42670           !> doio.c
42671 ____________________________________________________________________________
42672 [  6350] By: gsar                                  on 2000/07/11  17:48:28
42673         Log: integrate cfgperl changes#6220..6222 into mainline
42674      Branch: perl
42675           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
42676           !> toke.c utf8.c win32/win32.h
42677 ____________________________________________________________________________
42678 [  6349] By: gsar                                  on 2000/07/11  17:46:13
42679         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
42680              mainline
42681      Branch: perl
42682           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42683           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42684           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42685 ____________________________________________________________________________
42686 [  6348] By: jhi                                   on 2000/07/11  17:45:49
42687         Log: README.posix-bc podified from Thomas Dorner.
42688      Branch: cfgperl
42689            ! README.posix-bc
42690 ____________________________________________________________________________
42691 [  6347] By: gsar                                  on 2000/07/11  17:42:04
42692         Log: integrate cfgperl change#6217 into mainline
42693      Branch: perl
42694           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
42695           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
42696           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
42697 ____________________________________________________________________________
42698 [  6346] By: gsar                                  on 2000/07/11  17:39:37
42699         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
42700              mainline
42701      Branch: perl
42702           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
42703           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42704           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
42705           !> perlapi.h pod/perlapi.pod
42706 ____________________________________________________________________________
42707 [  6345] By: gsar                                  on 2000/07/11  17:36:42
42708         Log: integrate cfgperl changes#6207..6210 into mainline
42709      Branch: perl
42710           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
42711           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
42712 ____________________________________________________________________________
42713 [  6344] By: gsar                                  on 2000/07/11  17:31:20
42714         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
42715              mainline
42716      Branch: perl
42717           !> (integrate 40 files)
42718 ____________________________________________________________________________
42719 [  6343] By: gsar                                  on 2000/07/11  17:19:08
42720         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
42721      Branch: perl
42722           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
42723            ! Changes
42724           !> (integrate 34 files)
42725 ____________________________________________________________________________
42726 [  6342] By: jhi                                   on 2000/07/11  16:05:48
42727         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42728              To: perl5-porters@perl.org
42729              From: Karsten Sperling <spiff@phreax.net>
42730              Date: Mon, 10 Jul 2000 15:12:52 +0200
42731              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42732      Branch: cfgperl
42733            ! lib/Symbol.pm
42734 ____________________________________________________________________________
42735 [  6341] By: jhi                                   on 2000/07/11  15:59:23
42736         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42737              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42738              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42739              Date: Fri, 07 Jul 2000 17:57:16 +0100
42740      Branch: cfgperl
42741            ! pp_hot.c
42742 ____________________________________________________________________________
42743 [  6340] By: jhi                                   on 2000/07/11  15:55:47
42744         Log: Subject: Re: format bug report  [Patch]
42745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42746              Date: Wed, 05 Jul 2000 13:12:52 +0200
42747              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42748              
42749              Subject: Re: format bug report  [Patch]
42750              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42751              Date: Wed, 05 Jul 2000 14:10:01 +0200
42752              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42753      Branch: cfgperl
42754            ! t/op/write.t toke.c
42755 ____________________________________________________________________________
42756 [  6339] By: jhi                                   on 2000/07/11  13:54:09
42757         Log: Be less forgiving about ambiguous and illegal tr ranges.
42758              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42759              From: Mark-Jason Dominus <mjd@plover.com>
42760              Date: Tue, 04 Jul 2000 10:00:12 -0400
42761              Message-ID: <20000704140012.17772.qmail@plover.com>
42762              
42763              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42764              From: Mark-Jason Dominus <mjd@plover.com>
42765              Date: Wed, 05 Jul 2000 09:37:36 -0400
42766              Message-ID: <20000705133736.27293.qmail@plover.com>
42767      Branch: cfgperl
42768            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
42769 ____________________________________________________________________________
42770 [  6338] By: jhi                                   on 2000/07/11  13:31:24
42771         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
42772              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42773              Date: Tue, 11 Jul 2000 13:50:51 +0100
42774              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
42775      Branch: cfgperl
42776            ! sv.c
42777 ____________________________________________________________________________
42778 [  6337] By: jhi                                   on 2000/07/11  13:29:14
42779         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
42780              From: Hugo <hv@crypt.compulink.co.uk>
42781              Date: Tue, 11 Jul 2000 12:44:50 +0100
42782              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
42783      Branch: cfgperl
42784            ! regexec.c t/op/re_tests
42785 ____________________________________________________________________________
42786 [  6336] By: jhi                                   on 2000/07/11  13:26:47
42787         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
42788              From: simon@brecon.co.uk (Simon Cozens)
42789              Date: 7 Jul 2000 11:26:09 GMT
42790              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
42791      Branch: cfgperl
42792            ! mg.c
42793 ____________________________________________________________________________
42794 [  6335] By: jhi                                   on 2000/07/11  13:23:37
42795         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
42796              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
42797              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
42798              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
42799      Branch: cfgperl
42800            + ext/DynaLoader/hints/netbsd.pl
42801            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
42802 ____________________________________________________________________________
42803 [  6334] By: jhi                                   on 2000/07/11  13:20:38
42804         Log: Subject: PATCH perlguts.pod: Document D and d magic types
42805              From: mjd@plover.com
42806              Date: 5 Jul 2000 18:01:51 -0000
42807              Message-ID: <20000705180151.29413.qmail@plover.com>
42808      Branch: cfgperl
42809            ! pod/perlguts.pod
42810 ____________________________________________________________________________
42811 [  6333] By: jhi                                   on 2000/07/11  13:15:51
42812         Log: Precedence goof, fix based on
42813              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
42814              From: Hugo <hv@crypt.compulink.co.uk>
42815              Date: Tue, 11 Jul 2000 12:52:38 +0100
42816              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
42817      Branch: cfgperl
42818            ! t/op/taint.t
42819 ____________________________________________________________________________
42820 [  6332] By: jhi                                   on 2000/07/11  12:40:17
42821         Log: Integrate with Sarathy.
42822      Branch: cfgperl
42823           !> win32/win32sck.c
42824 ____________________________________________________________________________
42825 [  6331] By: jhi                                   on 2000/07/10  20:14:16
42826         Log: Sprinkle ldlibpath.
42827      Branch: cfgperl
42828            ! pod/Makefile.SH
42829 ____________________________________________________________________________
42830 [  6330] By: jhi                                   on 2000/07/10  17:54:49
42831         Log: More POSIX.pod tweaks.
42832      Branch: cfgperl
42833            ! ext/POSIX/POSIX.pod
42834 ____________________________________________________________________________
42835 [  6329] By: jhi                                   on 2000/07/10  14:02:12
42836         Log: Reorder perl.pod once more.
42837      Branch: cfgperl
42838            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42839 ____________________________________________________________________________
42840 [  6328] By: gsar                                  on 2000/07/10  07:06:00
42841         Log: accept() leaks memory on windows due to incorrect ordering of
42842              closesocket() and fclose() calls
42843      Branch: perl
42844            ! win32/win32sck.c
42845 ____________________________________________________________________________
42846 [  6327] By: gsar                                  on 2000/07/10  06:49:17
42847         Log: winsock options weren't being set in all threads under ithreads
42848              (caused send()s from second and subsequent threads to fail)
42849      Branch: perl
42850            ! win32/win32sck.c
42851 ____________________________________________________________________________
42852 [  6326] By: jhi                                   on 2000/07/08  02:45:40
42853         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
42854              was cast to an unsigned (32-bit) integer with wild abandon.
42855      Branch: cfgperl
42856            ! ext/Devel/DProf/DProf.xs
42857 ____________________________________________________________________________
42858 [  6325] By: jhi                                   on 2000/07/07  18:50:33
42859         Log: Remove perlbook, update perlfaq book listing,
42860              rearrange perl.pod, regenerate perltoc.
42861      Branch: cfgperl
42862            - pod/perlbook.pod
42863            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
42864            ! pod/perlfaq2.pod pod/perltoc.pod
42865 ____________________________________________________________________________
42866 [  6324] By: jhi                                   on 2000/07/07  14:03:40
42867         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
42868      Branch: cfgperl
42869            ! sv.h toke.c
42870 ____________________________________________________________________________
42871 [  6323] By: jhi                                   on 2000/07/06  16:03:55
42872         Log: Fix complaints of buildtoc.
42873      Branch: cfgperl
42874            + lib/Win32.pod
42875            - pod/Win32.pod
42876            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42877 ____________________________________________________________________________
42878 [  6322] By: jhi                                   on 2000/07/06  15:15:52
42879         Log: Add =head1 NAMEs so that buildtoc is happy.
42880              (The CGI::Util nit reported to Lincoln.)
42881      Branch: cfgperl
42882            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
42883            ! pod/perltoc.pod
42884 ____________________________________________________________________________
42885 [  6321] By: jhi                                   on 2000/07/06  03:16:04
42886         Log: Config is being used.
42887      Branch: cfgperl
42888            ! t/op/method.t
42889 ____________________________________________________________________________
42890 [  6320] By: jhi                                   on 2000/07/06  03:13:13
42891         Log: Integrate with Sarathy.
42892      Branch: cfgperl
42893           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
42894 ____________________________________________________________________________
42895 [  6319] By: jhi                                   on 2000/07/06  03:11:46
42896         Log: Autogenerate pod/Makefile and pod/buildtoc.
42897              buildtoc also checks whether the existin pods are
42898              mentioned in MANIFEST and perl.pod, and vice versa.
42899              (None of the thusly found discrepancies fixed yet.)
42900              roffitall also needs to be autogenerated similarly but it
42901              seems so badly out of date that I didn't touch it yet.
42902      Branch: cfgperl
42903            + pod/Makefile.SH pod/buildtoc.PL
42904            - pod/Makefile pod/buildtoc
42905            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
42906 ____________________________________________________________________________
42907 [  6318] By: gsar                                  on 2000/07/05  22:10:54
42908         Log: fix UNC path handling on Windows under ithreads, and chdir()
42909              return value when given a non-existent directory
42910      Branch: perl
42911            ! win32/vdir.h
42912 ____________________________________________________________________________
42913 [  6317] By: gsar                                  on 2000/07/05  22:08:19
42914         Log: winsock cleanup never done on Windows (leads to handle leaks)
42915      Branch: perl
42916            ! win32/perllib.c win32/win32sck.c
42917 ____________________________________________________________________________
42918 [  6316] By: gsar                                  on 2000/07/05  22:06:19
42919         Log: some debugger output does not go to the socket when RemotePort is set
42920      Branch: perl
42921            ! lib/perl5db.pl
42922 ____________________________________________________________________________
42923 [  6315] By: jhi                                   on 2000/07/05  00:25:21
42924         Log: Integrate with Sarathy, preliminary fix for unicos
42925              alignment problems in [ID 20000612.002] Perl problem on Cray system.
42926      Branch: cfgperl
42927            ! sv.h
42928           !> pp_hot.c
42929 ____________________________________________________________________________
42930 [  6314] By: gsar                                  on 2000/07/04  23:34:02
42931         Log: tyop in change#6306
42932      Branch: perl
42933            ! pp_hot.c
42934 ____________________________________________________________________________
42935 [  6313] By: jhi                                   on 2000/07/04  22:14:38
42936         Log: Multiline string literals ENONPORTABLE.
42937      Branch: cfgperl
42938            ! pp_hot.c
42939 ____________________________________________________________________________
42940 [  6312] By: jhi                                   on 2000/07/04  20:34:44
42941         Log: Integrate with Sarathy.
42942      Branch: cfgperl
42943           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
42944           !> t/op/method.t
42945 ____________________________________________________________________________
42946 [  6311] By: jhi                                   on 2000/07/04  20:30:56
42947         Log: More POSIX.pod embellishment.
42948      Branch: cfgperl
42949            ! ext/POSIX/POSIX.pod
42950 ____________________________________________________________________________
42951 [  6310] By: gsar                                  on 2000/07/04  17:28:48
42952         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
42953      Branch: perl
42954            ! t/lib/b.t
42955 ____________________________________________________________________________
42956 [  6309] By: jhi                                   on 2000/07/04  17:22:18
42957         Log: The #6308 required a little bit more.
42958      Branch: cfgperl
42959            ! Makefile.SH win32/Makefile
42960 ____________________________________________________________________________
42961 [  6308] By: jhi                                   on 2000/07/04  16:35:24
42962         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
42963      Branch: cfgperl
42964            + lib/lib_pm.PL
42965            - lib/lib.pm.PL
42966            ! MANIFEST Makefile.SH
42967 ____________________________________________________________________________
42968 [  6307] By: jhi                                   on 2000/07/04  16:28:58
42969         Log: Win32 patches for cfgperl from Sarathy.
42970      Branch: cfgperl
42971            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
42972            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
42973            ! thread.h toke.c util.c win32/Makefile win32/win32.c
42974 ____________________________________________________________________________
42975 [  6306] By: gsar                                  on 2000/07/04  16:28:40
42976         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
42977              (from Richard Soderberg <rs@oregonnet.com>)
42978      Branch: perl
42979            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
42980 ____________________________________________________________________________
42981 [  6305] By: jhi                                   on 2000/07/04  16:24:24
42982         Log: Integrate with Sarathy.
42983      Branch: cfgperl
42984           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
42985           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42986           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
42987           !> proto.h win32/win32.c
42988 ____________________________________________________________________________
42989 [  6304] By: gsar                                  on 2000/07/04  16:17:24
42990         Log: missing perldiag entry for unpack("w",...) diagnostic (from
42991              Andreas Koenig)
42992      Branch: perl
42993            ! pod/perldiag.pod
42994 ____________________________________________________________________________
42995 [  6303] By: gsar                                  on 2000/07/04  16:14:44
42996         Log: remove rel2abs prototypes (from Barrie Slaymaker)
42997      Branch: perl
42998            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42999            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43000 ____________________________________________________________________________
43001 [  6302] By: gsar                                  on 2000/07/04  04:59:35
43002         Log: adjust change#6299
43003      Branch: perl
43004            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43005            ! win32/win32.c
43006 ____________________________________________________________________________
43007 [  6301] By: jhi                                   on 2000/07/04  04:50:07
43008         Log: Integrate with Sarathy.
43009      Branch: cfgperl
43010           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
43011           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
43012           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
43013 ____________________________________________________________________________
43014 [  6300] By: gsar                                  on 2000/07/04  04:42:09
43015         Log: PERL_OBJECT build tweak
43016      Branch: perl
43017            ! perl.h
43018 ____________________________________________________________________________
43019 [  6299] By: gsar                                  on 2000/07/04  04:37:00
43020         Log: fix memory leak on Windows (PL_sys_intern contents were never
43021              freed)
43022      Branch: perl
43023            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
43024            ! perlapi.c proto.h win32/win32.c
43025 ____________________________________________________________________________
43026 [  6298] By: gsar                                  on 2000/07/04  04:15:59
43027         Log: fix large memory leak that has been around for ever, masked by
43028              -DPURIFY (most of the arenas were never freed!)
43029      Branch: perl
43030            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
43031 ____________________________________________________________________________
43032 [  6297] By: gsar                                  on 2000/07/04  04:07:46
43033         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43034      Branch: perl
43035            ! perl.c
43036 ____________________________________________________________________________
43037 [  6296] By: jhi                                   on 2000/06/30  18:28:37
43038         Log: Elaborate POSIX.pod.  Still needs work.
43039      Branch: cfgperl
43040            ! ext/POSIX/POSIX.pod
43041 ____________________________________________________________________________
43042 [  6295] By: jhi                                   on 2000/06/30  14:58:18
43043         Log: Point to perlipc for more SysV IPC examples.
43044      Branch: cfgperl
43045            ! pod/perlfunc.pod
43046 ____________________________________________________________________________
43047 [  6294] By: gsar                                  on 2000/06/30  14:47:45
43048         Log: slurp mode fix in change#4736 still not quite right
43049      Branch: perl
43050            ! pp_hot.c t/io/argv.t
43051 ____________________________________________________________________________
43052 [  6293] By: jhi                                   on 2000/06/30  12:02:55
43053         Log: Integrate with Sarathy.
43054      Branch: cfgperl
43055           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
43056 ____________________________________________________________________________
43057 [  6292] By: jhi                                   on 2000/06/30  12:01:11
43058         Log: From: simon@brecon.co.uk (Simon Cozens)
43059              Subject: UTF8 concat
43060              Date: 30 Jun 2000 06:13:25 GMT
43061              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
43062      Branch: cfgperl
43063            ! pp_hot.c
43064 ____________________________________________________________________________
43065 [  6291] By: gsar                                  on 2000/06/30  04:37:33
43066         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43067              when @_ is modified, causing coredumps
43068      Branch: perl
43069            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
43070 ____________________________________________________________________________
43071 [  6290] By: jhi                                   on 2000/06/30  02:21:44
43072         Log: Integrate with Sarathy.
43073      Branch: cfgperl
43074           !> vms/vms.c vms/vmsish.h
43075 ____________________________________________________________________________
43076 [  6289] By: jhi                                   on 2000/06/30  02:21:02
43077         Log: Check VERSIONs.
43078      Branch: cfgperl
43079            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43080            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43081            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43082 ____________________________________________________________________________
43083 [  6288] By: jhi                                   on 2000/06/30  02:18:52
43084         Log: Integrate with Sarathy.
43085      Branch: cfgperl
43086           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
43087           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43088           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43089           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
43090 ____________________________________________________________________________
43091 [  6287] By: gsar                                  on 2000/06/30  02:17:08
43092         Log: integrate vmsperl changes into mainline
43093      Branch: perl
43094           !> vms/vms.c vms/vmsish.h
43095 ____________________________________________________________________________
43096 [  6285] By: gsar                                  on 2000/06/30  02:05:28
43097         Log: localize %INC in a Safe compartment so that use/require work
43098              (many other magic globals probably need similar treatment)
43099      Branch: perl
43100            ! ext/Opcode/Opcode.xs
43101 ____________________________________________________________________________
43102 [  6284] By: gsar                                  on 2000/06/30  01:54:54
43103         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
43104              about Windows
43105      Branch: perl
43106            ! pod/perlembed.pod
43107 ____________________________________________________________________________
43108 [  6283] By: jhi                                   on 2000/06/30  01:50:10
43109         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
43110              From: Barrie Slaymaker <barries@jester.slaysys.com>
43111              Date: Wed, 28 Jun 2000 11:35:29 -0400
43112              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43113      Branch: perl
43114            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43115            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43116            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43117            ! lib/File/Spec/Win32.pm
43118 ____________________________________________________________________________
43119 [  6282] By: jhi                                   on 2000/06/29  22:57:22
43120         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
43121              From: Dan Sugalski <dan@sidhe.org>
43122              Date: Tue, 06 Jun 2000 11:59:50 -0400
43123              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43124      Branch: cfgperl
43125            ! vms/vms.c
43126 ____________________________________________________________________________
43127 [  6281] By: jhi                                   on 2000/06/29  22:52:50
43128         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
43129              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43130              Date: Wed, 7 Jun 2000 04:02:04 -0500
43131              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43132      Branch: cfgperl
43133            ! utils/h2xs.PL
43134 ____________________________________________________________________________
43135 [  6280] By: jhi                                   on 2000/06/29  22:45:47
43136         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43137              From: rspier@pobox.com (Robert Spier)
43138              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43139              Message-ID: <14654.31913.845602.610277@rls.cx>
43140      Branch: cfgperl
43141            ! utils/h2xs.PL
43142 ____________________________________________________________________________
43143 [  6279] By: jhi                                   on 2000/06/29  22:38:16
43144         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43145              From: Tim Ayers <tayers@bridge.com>
43146              Date: Thu, 08 Jun 2000 08:11:06 +0200
43147              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43148              [resent by Richard Foley, Message-Id probably wrong]
43149      Branch: cfgperl
43150            ! pod/perlsub.pod
43151 ____________________________________________________________________________
43152 [  6278] By: jhi                                   on 2000/06/29  22:21:45
43153         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43154              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43155              Date: Fri, 09 Jun 2000 12:39:27 -0400
43156              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43157              (plus update the version "number" of Text::Wrap)
43158      Branch: cfgperl
43159            ! lib/Text/Wrap.pm
43160 ____________________________________________________________________________
43161 [  6277] By: jhi                                   on 2000/06/29  22:13:10
43162         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43163              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43164              Date: Mon, 12 Jun 2000 14:55:59 +0100
43165              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43166      Branch: cfgperl
43167            ! pod/perlfunc.pod
43168 ____________________________________________________________________________
43169 [  6276] By: jhi                                   on 2000/06/29  22:11:06
43170         Log: Subject: [PATCH] Re: eval documentation: context
43171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43172              Date: Mon, 12 Jun 2000 15:07:29 +0100
43173              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43174      Branch: cfgperl
43175            ! pod/perlfunc.pod
43176 ____________________________________________________________________________
43177 [  6275] By: jhi                                   on 2000/06/29  21:59:46
43178         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43179              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43180              Date: Tue, 13 Jun 2000 02:43:48 -0500
43181              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43182      Branch: cfgperl
43183            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
43184 ____________________________________________________________________________
43185 [  6274] By: jhi                                   on 2000/06/29  21:56:14
43186         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43187              From: Andy Dougherty <doughera@lafayette.edu>
43188              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43189              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43190      Branch: cfgperl
43191            ! ext/File/Glob/Glob.pm
43192 ____________________________________________________________________________
43193 [  6273] By: jhi                                   on 2000/06/29  21:49:09
43194         Log: Subject: [PATCH] xsub attributes
43195              From: Doug MacEachern <dougm@covalent.net>
43196              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43197              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43198      Branch: cfgperl
43199            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
43200            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
43201 ____________________________________________________________________________
43202 [  6272] By: jhi                                   on 2000/06/29  21:41:28
43203         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43204              From: Tom Phoenix <rootbeer@redcat.com>
43205              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43206              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43207      Branch: cfgperl
43208            ! lib/Net/Ping.pm
43209 ____________________________________________________________________________
43210 [  6271] By: jhi                                   on 2000/06/29  21:36:55
43211         Log: Subject: PATCH pod/perltie.pod
43212              From: Ian Phillipps <Ian.Phillipps@iname.com>
43213              Date: Fri, 16 Jun 2000 00:17:19 +0100
43214              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43215              (only the first hunk, the second hunk had already been done
43216              by some other patch)
43217      Branch: cfgperl
43218            ! pod/perltie.pod
43219 ____________________________________________________________________________
43220 [  6270] By: jhi                                   on 2000/06/29  21:24:51
43221         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43222              From: Nicholas Clark <nick@talking.bollo.cx>
43223              Date: Fri, 23 Jun 2000 16:21:15 +0100
43224              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43225      Branch: cfgperl
43226            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
43227            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
43228 ____________________________________________________________________________
43229 [  6269] By: jhi                                   on 2000/06/29  19:38:15
43230         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
43231              silence few compiler warnings.
43232      Branch: cfgperl
43233            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
43234 ____________________________________________________________________________
43235 [  6268] By: jhi                                   on 2000/06/29  18:21:50
43236         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43237              From: Dominic Dunlop <domo@computer.org> 
43238              Date: Thu, 29 Jun 2000 12:32:39 +0200 
43239              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
43240      Branch: cfgperl
43241            ! t/op/sprintf.t
43242 ____________________________________________________________________________
43243 [  6267] By: jhi                                   on 2000/06/29  18:16:07
43244         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
43245              From: Doug MacEachern <dougm@covalent.net>
43246              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
43247              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
43248      Branch: cfgperl
43249            + t/op/method2entersub.t
43250            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
43251            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43252            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
43253            ! xsutils.c
43254 ____________________________________________________________________________
43255 [  6266] By: jhi                                   on 2000/06/29  15:11:15
43256         Log: Subject: [PATCH 5.6.0] cygwin port
43257              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43258              From: "Fifer, Eric" <EFifer@sanwaint.com>
43259              Date: Thu, 29 Jun 2000 12:58:29 +0100
43260      Branch: cfgperl
43261            ! cygwin/Makefile.SHs
43262 ____________________________________________________________________________
43263 [  6265] By: jhi                                   on 2000/06/29  15:04:05
43264         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43265              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43266              Date: Wed, 28 Jun 2000 17:50:12 -0700
43267              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43268      Branch: cfgperl
43269            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43270 ____________________________________________________________________________
43271 [  6264] By: jhi                                   on 2000/06/29  15:00:57
43272         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43273              From: Marty Lucich <marty@netcom.com>
43274              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43275              Message-Id: <200006282116.OAA11148@netcom.com>
43276              ccdlflags update (the BSD/OS 4.1 part had already been taken
43277              care of by #6141).
43278      Branch: cfgperl
43279            ! hints/bsdos.sh
43280 ____________________________________________________________________________
43281 [  6263] By: jhi                                   on 2000/06/29  13:47:44
43282         Log: tr fixes from Simon Cozens
43283      Branch: cfgperl
43284            ! doop.c
43285 ____________________________________________________________________________
43286 [  6262] By: jhi                                   on 2000/06/28  18:46:01
43287         Log: Subject: 5.6.0 Patch for EPOC
43288              From: Olaf Flebbe <o.flebbe@gmx.de>
43289              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43290              Message-ID: <23449.960929969@www11.gmx.net>
43291      Branch: cfgperl
43292            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
43293            ! epoc/epocish.h
43294 ____________________________________________________________________________
43295 [  6261] By: jhi                                   on 2000/06/28  18:29:07
43296         Log: Subject: Re: [PATCH cfgperl] BOMs away!
43297              From: simon@brecon.co.uk (Simon Cozens)
43298              Date: 17 Jun 2000 11:49:57 GMT
43299              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43300      Branch: cfgperl
43301            ! pod/perldiag.pod t/comp/require.t toke.c
43302 ____________________________________________________________________________
43303 [  6260] By: jhi                                   on 2000/06/28  17:47:16
43304         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43305              From: simon@brecon.co.uk (Simon Cozens) 
43306              Date: 17 Jun 2000 11:56:44 GMT 
43307              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
43308              pack U0, pack C0
43309      Branch: cfgperl
43310            ! pod/perlfunc.pod pp.c t/op/pack.t
43311 ____________________________________________________________________________
43312 [  6259] By: jhi                                   on 2000/06/28  16:43:17
43313         Log: perlnewmod was missing from MANIFEST.
43314      Branch: cfgperl
43315            ! MANIFEST
43316 ____________________________________________________________________________
43317 [  6258] By: jhi                                   on 2000/06/28  15:54:30
43318         Log: linenumber tweak
43319      Branch: cfgperl
43320            ! t/pragma/warn/regcomp
43321 ____________________________________________________________________________
43322 [  6257] By: jhi                                   on 2000/06/28  15:50:44
43323         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
43324              From: Doug MacEachern <dougm@covalent.net>
43325              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
43326              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
43327              (one part of the patch had been applied earlier)
43328      Branch: cfgperl
43329            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
43330 ____________________________________________________________________________
43331 [  6256] By: jhi                                   on 2000/06/28  15:40:22
43332         Log: tweaks from Simon Cozens to further fix tr/// under utf8
43333      Branch: cfgperl
43334            ! doop.c
43335 ____________________________________________________________________________
43336 [  6255] By: jhi                                   on 2000/06/28  15:33:45
43337         Log: small thinko tweaks
43338      Branch: cfgperl
43339            ! lib/IPC/Open3.pm t/op/my_stash.t
43340 ____________________________________________________________________________
43341 [  6254] By: jhi                                   on 2000/06/28  15:33:25
43342         Log: Subject: tr///, help wanted.
43343              From: simon@brecon.co.uk (Simon Cozens)
43344              Date: 28 Jun 2000 11:29:04 GMT
43345              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43346      Branch: cfgperl
43347            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43348            ! pp_proto.h proto.h t/op/tr.t
43349 ____________________________________________________________________________
43350 [  6253] By: jhi                                   on 2000/06/28  15:09:17
43351         Log: Paranoia tweak on #6249.
43352              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43353              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43354              Date: Sun, 25 Jun 2000 23:43:12 -0400
43355              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43356      Branch: cfgperl
43357            ! lib/IPC/Open3.pm
43358 ____________________________________________________________________________
43359 [  6252] By: jhi                                   on 2000/06/28  15:01:38
43360         Log: Document #6249 and #6251.
43361      Branch: cfgperl
43362            ! lib/Exporter.pm lib/IPC/Open3.pm
43363 ____________________________________________________________________________
43364 [  6251] By: jhi                                   on 2000/06/28  14:50:43
43365         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
43366              From: Doug MacEachern <dougm@covalent.net>
43367              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
43368              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
43369      Branch: cfgperl
43370            ! lib/Exporter.pm
43371 ____________________________________________________________________________
43372 [  6250] By: jhi                                   on 2000/06/28  14:45:23
43373         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43374              From: Doug MacEachern <dougm@covalent.net>
43375              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43376              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43377      Branch: cfgperl
43378            + t/op/my_stash.t
43379            ! MANIFEST embed.pl global.sym proto.h toke.c
43380 ____________________________________________________________________________
43381 [  6249] By: jhi                                   on 2000/06/28  14:36:34
43382         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
43383              From: Frank Tobin <ftobin@uiuc.edu>
43384              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43385              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43386      Branch: cfgperl
43387            ! lib/IPC/Open3.pm
43388 ____________________________________________________________________________
43389 [  6248] By: jhi                                   on 2000/06/28  14:11:25
43390         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43391              From: Mark-Jason Dominus <mjd@plover.com>
43392              Date: Tue, 27 Jun 2000 22:36:42 -0400
43393              Message-ID: <20000628023642.12166.qmail@plover.com>
43394      Branch: cfgperl
43395            ! pod/perlfunc.pod
43396 ____________________________________________________________________________
43397 [  6247] By: jhi                                   on 2000/06/27  12:46:37
43398         Log: Tweak $VERSION, patch from Doug MacEachern.
43399      Branch: cfgperl
43400            ! lib/File/Spec.pm
43401 ____________________________________________________________________________
43402 [  6246] By: jhi                                   on 2000/06/27  03:34:46
43403         Log: Allow for standalone testing.
43404      Branch: cfgperl
43405            ! t/lib/filefunc.t t/lib/filespec.t
43406 ____________________________________________________________________________
43407 [  6245] By: jhi                                   on 2000/06/27  02:50:02
43408         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43409              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43410              Date: Sat, 24 Jun 2000 13:06:20 +0100
43411              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43412      Branch: cfgperl
43413            ! ext/DynaLoader/DynaLoader_pm.PL
43414 ____________________________________________________________________________
43415 [  6244] By: jhi                                   on 2000/06/27  02:46:10
43416         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
43417              From: Doug MacEachern <dougm@covalent.net>
43418              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43419              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43420      Branch: cfgperl
43421            ! gv.c sv.c t/lib/peek.t
43422 ____________________________________________________________________________
43423 [  6243] By: jhi                                   on 2000/06/27  02:38:07
43424         Log: Subject: [PATCH] is_utf8_string
43425              From: simon@brecon.co.uk (Simon Cozens)
43426              Date: 26 Jun 2000 02:25:59 GMT
43427              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43428      Branch: cfgperl
43429            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
43430            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
43431            ! proto.h utf8.c
43432 ____________________________________________________________________________
43433 [  6242] By: jhi                                   on 2000/06/27  02:24:00
43434         Log: Subject: [PATCH] bytes<->utf8 fixes
43435              From: simon@brecon.co.uk (Simon Cozens)
43436              Date: 26 Jun 2000 04:55:45 GMT
43437              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43438      Branch: cfgperl
43439            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
43440 ____________________________________________________________________________
43441 [  6241] By: jhi                                   on 2000/06/27  02:12:42
43442         Log: Do no -warn on \_, only on \alpha.
43443              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
43444              From: David Dyck <dcd@tc.fluke.com>
43445              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
43446              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
43447      Branch: cfgperl
43448            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43449 ____________________________________________________________________________
43450 [  6240] By: jhi                                   on 2000/06/27  02:00:01
43451         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43452              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43453              Date: Mon, 26 Jun 2000 18:40:14 +0100
43454              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43455      Branch: cfgperl
43456            ! utils/h2xs.PL
43457 ____________________________________________________________________________
43458 [  6239] By: jhi                                   on 2000/06/27  01:53:40
43459         Log: Configure maintenance.  Sever some dependency cycles,
43460              separate gccversion from the cc unit,
43461              address [ID 20000623.006] Configure script patch for using gcc on AIX
43462              (but solve it a little bit differently),
43463              unduplex some accidentally duplicated units,
43464              suggest using gcc if no cc available
43465              (p5p thread: "Solaris configure: counterproposal", 1999-09)
43466      Branch: cfgperl
43467            ! Configure Todo-5.6 config_h.SH
43468      Branch: metaconfig
43469            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
43470            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
43471      Branch: metaconfig/U/perl
43472            + gccvers.U
43473            ! d_getespwnam.U d_getprpwnam.U i_prot.U
43474 ____________________________________________________________________________
43475 [  6238] By: jhi                                   on 2000/06/25  18:04:56
43476         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
43477              From: Dan Sugalski <dan@sidhe.org>
43478              Date: Fri, 23 Jun 2000 17:00:00 -0400
43479              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
43480      Branch: cfgperl
43481            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
43482 ____________________________________________________________________________
43483 [  6237] By: jhi                                   on 2000/06/25  16:36:45
43484         Log: Tweak embed.pl, regen headers.
43485      Branch: cfgperl
43486            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
43487            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
43488            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
43489            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
43490            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
43491 ____________________________________________________________________________
43492 [  6236] By: jhi                                   on 2000/06/25  15:26:42
43493         Log: Regen headers.
43494      Branch: cfgperl
43495            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
43496            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
43497            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
43498            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
43499            ! regnodes.h warnings.h
43500 ____________________________________________________________________________
43501 [  6235] By: jhi                                   on 2000/06/23  19:39:35
43502         Log: The thread begun by
43503              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
43504              From: Kevin.Ruscoe@ubsw.com
43505              Date: Fri, 16 Jun 2000 16:38:51 +0100
43506              Message-Id: <H000019b03c300d6@MHS>
43507      Branch: cfgperl
43508            ! hints/solaris_2.sh
43509 ____________________________________________________________________________
43510 [  6234] By: jhi                                   on 2000/06/23  19:23:36
43511         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
43512              because when run as services (Win32ese for daemons)
43513              no environment variables are set and tmpdir ends up as /tmp,
43514              which is ambiguous.
43515              
43516              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
43517              From: matt@sergeant.org
43518              Date: 16 Jun 2000 16:30:43 -0000
43519              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
43520      Branch: cfgperl
43521            ! lib/File/Spec/Win32.pm
43522 ____________________________________________________________________________
43523 [  6233] By: jhi                                   on 2000/06/23  19:18:58
43524         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
43525              From: Mark-Jason Dominus <mjd@plover.com>
43526              Date: Fri, 16 Jun 2000 20:53:04 -0400
43527              Message-ID: <20000617005304.8008.qmail@plover.com>
43528      Branch: cfgperl
43529            ! op.h
43530 ____________________________________________________________________________
43531 [  6232] By: jhi                                   on 2000/06/23  16:10:02
43532         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
43533              From: simon@brecon.co.uk (Simon Cozens)
43534              Date: 19 Jun 2000 15:18:27 GMT
43535              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
43536              
43537              plus update pod/Makefile and regenerate perltoc
43538      Branch: cfgperl
43539            + pod/perlutil.pod
43540            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
43541 ____________________________________________________________________________
43542 [  6231] By: jhi                                   on 2000/06/23  15:19:18
43543         Log: Subject: [PATCH 5.6.0] cygwin port
43544              From: "Fifer, Eric" <EFifer@sanwaint.com>
43545              Date: Tue, 20 Jun 2000 14:30:58 +0100
43546              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
43547      Branch: cfgperl
43548            ! README.cygwin lib/File/Find.pm
43549 ____________________________________________________________________________
43550 [  6230] By: jhi                                   on 2000/06/23  14:25:21
43551         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
43552      Branch: cfgperl
43553            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43554            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43555            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43556            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
43557 ____________________________________________________________________________
43558 [  6229] By: jhi                                   on 2000/06/23  14:13:34
43559         Log: Subject: README.hpux version 0.6.1
43560              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
43561              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43562              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
43563      Branch: cfgperl
43564            ! README.hpux
43565 ____________________________________________________________________________
43566 [  6228] By: jhi                                   on 2000/06/23  14:07:20
43567         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
43568              From: Doug MacEachern <dougm@covalent.net>
43569              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
43570              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
43571      Branch: cfgperl
43572            ! op.c
43573 ____________________________________________________________________________
43574 [  6227] By: jhi                                   on 2000/06/23  14:01:06
43575         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
43576              From: Doug MacEachern <dougm@covalent.net>
43577              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
43578              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
43579      Branch: cfgperl
43580            + lib/lib.pm.PL
43581            - lib/lib.pm
43582            ! MANIFEST Makefile.SH
43583 ____________________________________________________________________________
43584 [  6226] By: jhi                                   on 2000/06/23  13:53:07
43585         Log: Subject: [PATCH] remove forward declarations in Socket.pm
43586              From: Doug MacEachern <dougm@covalent.net>
43587              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
43588              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
43589              
43590              From: Doug MacEachern <dougm@covalent.net>
43591              Subject: Re: [PATCH] remove forward declarations in Socket.pm
43592              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
43593              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
43594      Branch: cfgperl
43595            ! ext/Socket/Socket.pm op.c
43596 ____________________________________________________________________________
43597 [  6225] By: jhi                                   on 2000/06/23  13:41:52
43598         Log: Add source code filenames to apidoc.
43599              From: simon@brecon.co.uk (Simon Cozens)
43600              Subject: [PATCH embed.pl] Source X-ref
43601              Date: 22 Jun 2000 02:18:49 GMT
43602              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
43603      Branch: cfgperl
43604            ! embed.pl
43605 ____________________________________________________________________________
43606 [  6224] By: jhi                                   on 2000/06/23  13:32:33
43607         Log: A way to avoid English.pm performance hit.
43608              From: root <root@jester.slaysys.com>
43609              Subject: [YAPATCH English.pm] My turn to putt again
43610              Date: Thu, 22 Jun 2000 20:33:58 -0400
43611              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
43612      Branch: cfgperl
43613            ! lib/English.pm t/lib/english.t
43614 ____________________________________________________________________________
43615 [  6223] By: jhi                                   on 2000/06/23  13:27:06
43616         Log: Avoid double close().
43617              Subject: [PATCH] avoid double close()
43618              From: Doug MacEachern <dougm@covalent.net>
43619              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
43620              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
43621      Branch: cfgperl
43622            ! doio.c
43623 ____________________________________________________________________________
43624 [  6222] By: jhi                                   on 2000/06/23  13:25:54
43625         Log: doc typo fix
43626              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43627              From: Ian Phillipps <Ian.Phillipps@iname.com>
43628              Date: Fri, 23 Jun 2000 10:40:58 +0100
43629              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43630      Branch: cfgperl
43631            ! lib/Pod/Usage.pm
43632 ____________________________________________________________________________
43633 [  6221] By: jhi                                   on 2000/06/23  13:24:15
43634         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
43635              From: simon@brecon.co.uk (Simon Cozens)
43636              Subject: [PATCH] Eliminate tr///[CU][CU]
43637              Date: 23 Jun 2000 11:05:40 GMT
43638              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43639      Branch: cfgperl
43640            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
43641 ____________________________________________________________________________
43642 [  6220] By: jhi                                   on 2000/06/22  16:07:51
43643         Log: Win32 patches from Benjamin Stuhl.
43644      Branch: cfgperl
43645            ! makedef.pl win32/win32.h
43646 ____________________________________________________________________________
43647 [  6219] By: jhi                                   on 2000/06/22  16:06:34
43648         Log: Bytecode patches from Benjamin Stuhl.
43649      Branch: cfgperl
43650            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43651            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43652            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43653 ____________________________________________________________________________
43654 [  6218] By: jhi                                   on 2000/06/15  23:54:16
43655         Log: Bytecode patches from Benjamin Stuhl.
43656      Branch: cfgperl
43657            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43658 ____________________________________________________________________________
43659 [  6217] By: jhi                                   on 2000/06/09  13:38:29
43660         Log: Rename the fdpid locking and integrate with Sarathy.
43661      Branch: cfgperl
43662            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43663            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43664            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43665            ! win32/win32.c
43666           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
43667 ____________________________________________________________________________
43668 [  6216] By: gsar                                  on 2000/06/08  14:54:21
43669         Log: be more optimal about clearing @_
43670      Branch: perl
43671            ! cop.h
43672 ____________________________________________________________________________
43673 [  6215] By: gsar                                  on 2000/06/08  14:33:04
43674         Log: tweak comment about @DB::args
43675      Branch: perl
43676            ! av.h pp_ctl.c
43677 ____________________________________________________________________________
43678 [  6214] By: gsar                                  on 2000/06/08  13:57:54
43679         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
43680              caller() wants to populate @DB::args with it (causes a coredump
43681              in Carp::confess())
43682      Branch: perl
43683            ! cop.h t/op/runlevel.t
43684 ____________________________________________________________________________
43685 [  6213] By: gsar                                  on 2000/06/08  07:06:35
43686         Log: back out change#6106 (seems problematic)
43687      Branch: perl
43688            ! hints/solaris_2.sh
43689 ____________________________________________________________________________
43690 [  6212] By: jhi                                   on 2000/06/07  03:10:36
43691         Log: Continuing mopup for #6204.
43692      Branch: cfgperl
43693            ! ext/B/defsubs_h.PL
43694 ____________________________________________________________________________
43695 [  6211] By: jhi                                   on 2000/06/07  02:41:50
43696         Log: Mopup for #6204.
43697              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
43698              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
43699              This is comes from const() where POK isn't on when expected.
43700      Branch: cfgperl
43701            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
43702            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43703            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43704            ! perlapi.h pod/perlapi.pod
43705 ____________________________________________________________________________
43706 [  6210] By: jhi                                   on 2000/06/07  01:56:29
43707         Log: Mopup for #6207 and #6209.
43708      Branch: cfgperl
43709            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
43710 ____________________________________________________________________________
43711 [  6209] By: jhi                                   on 2000/06/07  01:33:12
43712         Log: Lock PL_fdpid against race conditions, based on:
43713              Subject: [PATCH 5.6.0]subprocess fixup for threads
43714              From: Dan Sugalski <dan@sidhe.org>
43715              To: perl5-porters@perl.org
43716              Date: Tue, 11 Apr 2000 17:02:32 -0400
43717              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43718      Branch: cfgperl
43719            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
43720            ! win32/win32.c
43721 ____________________________________________________________________________
43722 [  6208] By: jhi                                   on 2000/06/07  01:05:23
43723         Log: Regen headers for #6207.
43724      Branch: cfgperl
43725            ! embed.h global.sym objXSUB.h proto.h
43726 ____________________________________________________________________________
43727 [  6207] By: jhi                                   on 2000/06/06  23:43:13
43728         Log: Subject: [PATCH 5.6.0] Threadsafe patches
43729              From: Dan Sugalski <dan@sidhe.org>
43730              To: perl5-porters@perl.org
43731              Date: Mon, 08 May 2000 18:08:13 -0400
43732              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43733      Branch: cfgperl
43734            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
43735            ! proto.h sv.h util.c
43736 ____________________________________________________________________________
43737 [  6206] By: jhi                                   on 2000/06/06  23:21:23
43738         Log: Subject: [PATCH] Eliminate $a/$b in pod
43739              From: David Glasser <me@davidglasser.net>
43740              To: perl5-porters@perl.org
43741              Date: Mon, 29 May 2000 21:15:59 -0400
43742              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
43743      Branch: cfgperl
43744            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
43745            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
43746            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
43747            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
43748            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
43749            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
43750            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
43751            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
43752            ! pod/perlvar.pod pod/perlxs.pod
43753 ____________________________________________________________________________
43754 [  6205] By: jhi                                   on 2000/06/06  23:12:14
43755         Log: Subject: [PATCH] Win32 improvements
43756              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43757              To: gsar@activestate.com, perl5-porters@perl.org
43758              Date: Mon, 29 May 2000 17:22:24 PDT
43759              Message-ID: <20000530002224.91142.qmail@hotmail.com>
43760              (MUA had mangled many lines by wordwrapping)
43761      Branch: cfgperl
43762            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
43763 ____________________________________________________________________________
43764 [  6204] By: jhi                                   on 2000/06/06  23:01:50
43765         Log: Subject: [PATCH] B::Bytecode patches
43766              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43767              To: gsar@activestate.com, jhi@iki.fi
43768              Cc: perl5-porters@perl.org
43769              Message-ID: <20000602202526.48694.qmail@hotmail.com>
43770              (MUA had mangled many lines by wordwrapping)
43771      Branch: cfgperl
43772            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
43773            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
43774            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43775            ! intrpvar.h perl.c
43776 ____________________________________________________________________________
43777 [  6203] By: jhi                                   on 2000/06/06  22:32:43
43778         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
43779              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43780              Date: Tue, 06 Jun 2000 13:07:45 -0700
43781              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
43782      Branch: cfgperl
43783            ! pod/perldiag.pod
43784 ____________________________________________________________________________
43785 [  6202] By: jhi                                   on 2000/06/06  19:38:35
43786         Log: Integrate with Sarathy.
43787      Branch: cfgperl
43788           !> perl.c
43789 ____________________________________________________________________________
43790 [  6201] By: gsar                                  on 2000/06/06  00:42:59
43791         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
43792              does a PUSHMARK that's never ever POPMARKed; in general, only
43793              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43794              Perl_eval_[sp]v() don't because they don't take any incoming
43795              arguments (this leak has been around since the original version
43796              of perl_eval_pv() in 5.003_97e)
43797      Branch: perl
43798            ! perl.c
43799 ____________________________________________________________________________
43800 [  6200] By: jhi                                   on 2000/06/04  03:44:52
43801         Log: Update to cperl-mode.el 4.31 from
43802              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43803              Subject: A couple of notes
43804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43805              To: Mailing list Perl5 <perl5-porters@perl.org>
43806              Date: Sat, 3 Jun 2000 23:33:32 -0400
43807              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43808      Branch: cfgperl
43809            ! emacs/cperl-mode.el
43810 ____________________________________________________________________________
43811 [  6199] By: jhi                                   on 2000/06/03  15:11:05
43812         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43813              From: Dan Sugalski <dan@sidhe.org>
43814              To: perl5-porters@perl.org, vmsperl@perl.org
43815              Date: Fri, 02 Jun 2000 17:30:51 -0400
43816              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43817      Branch: cfgperl
43818            ! vms/descrip_mms.template vms/gen_shrfls.pl
43819 ____________________________________________________________________________
43820 [  6198] By: jhi                                   on 2000/06/03  14:59:15
43821         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43822              From: Dan Sugalski <dan@sidhe.org>
43823              To: vmsperl@perl.org, perl5-porters@perl.org
43824              Date: Fri, 02 Jun 2000 16:00:41 -0400
43825              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43826              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
43827      Branch: cfgperl
43828            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
43829            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
43830            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
43831 ____________________________________________________________________________
43832 [  6197] By: jhi                                   on 2000/06/03  14:41:30
43833         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
43834              From: John Borwick <jhborwic@unity.ncsu.edu>
43835              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
43836              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
43837      Branch: cfgperl
43838            ! pod/perlsyn.pod
43839 ____________________________________________________________________________
43840 [  6196] By: jhi                                   on 2000/06/03  14:38:09
43841         Log: Integrate with Sarathy.
43842      Branch: cfgperl
43843           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43844           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43845           !> vms/perly_c.vms
43846 ____________________________________________________________________________
43847 [  6195] By: gsar                                  on 2000/06/02  22:43:13
43848         Log: fix yet another eval"" leak under USE_ITHREADS
43849      Branch: perl
43850            ! op.c
43851 ____________________________________________________________________________
43852 [  6194] By: gsar                                  on 2000/06/02  18:22:06
43853         Log: fix small eval"" memory leaks under USE_ITHREADS
43854      Branch: perl
43855            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43856            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43857            ! vms/perly_c.vms
43858 ____________________________________________________________________________
43859 [  6193] By: jhi                                   on 2000/06/01  13:03:56
43860         Log: Signals-be-gone for microperl.
43861      Branch: cfgperl
43862            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
43863 ____________________________________________________________________________
43864 [  6192] By: jhi                                   on 2000/06/01  12:52:02
43865         Log: Integrate with Sarathy.
43866      Branch: cfgperl
43867           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43868           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
43869           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
43870           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43871           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
43872           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
43873           !> t/op/vec.t utils/h2xs.PL
43874 ____________________________________________________________________________
43875 [  6191] By: gsar                                  on 2000/06/01  09:38:21
43876         Log: vec() loses numericalness (modified version of patch suggested
43877              by Robin Barker)
43878      Branch: perl
43879            ! doop.c t/op/vec.t
43880 ____________________________________________________________________________
43881 [  6190] By: gsar                                  on 2000/06/01  09:26:15
43882         Log: submit missing embed.pl change
43883      Branch: perl
43884            ! embed.pl
43885 ____________________________________________________________________________
43886 [  6189] By: gsar                                  on 2000/06/01  09:05:34
43887         Log: counting tr/// corrupts later operation (from M.J.T Guy)
43888      Branch: perl
43889            ! doop.c t/op/tr.t
43890 ____________________________________________________________________________
43891 [  6188] By: gsar                                  on 2000/06/01  08:58:39
43892         Log: h2xs tweaks
43893      Branch: perl
43894            ! utils/h2xs.PL
43895 ____________________________________________________________________________
43896 [  6187] By: gsar                                  on 2000/06/01  08:50:07
43897         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43898              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43899      Branch: perl
43900            + lib/Pod/LaTeX.pm
43901            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
43902            ! pod/pod2latex.PL
43903 ____________________________________________________________________________
43904 [  6186] By: gsar                                  on 2000/06/01  08:24:40
43905         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
43906              <wolfgang.laun@alcatel.at>)
43907      Branch: perl
43908            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43909            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
43910 ____________________________________________________________________________
43911 [  6185] By: gsar                                  on 2000/06/01  08:12:00
43912         Log: remove incorrect documentation about implicit split to @_ in
43913              list context, which never really worked in perl 5 (from
43914              M.J.T. Guy)
43915      Branch: perl
43916            ! pod/perlfunc.pod pod/perltrap.pod
43917 ____________________________________________________________________________
43918 [  6184] By: gsar                                  on 2000/06/01  07:52:27
43919         Log: tweak for change#6127
43920      Branch: perl
43921            ! perl.c
43922 ____________________________________________________________________________
43923 [  6183] By: gsar                                  on 2000/06/01  07:41:02
43924         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43925              <nick@ccl4.org>)
43926      Branch: perl
43927            + t/lib/selfloader.t
43928            ! MANIFEST lib/SelfLoader.pm
43929 ____________________________________________________________________________
43930 [  6182] By: jhi                                   on 2000/06/01  00:34:42
43931         Log: Be Cleaner Part Deux.
43932      Branch: cfgperl
43933            ! Makefile.SH
43934 ____________________________________________________________________________
43935 [  6181] By: jhi                                   on 2000/06/01  00:32:09
43936         Log: Integrate with Sarathy.
43937      Branch: cfgperl
43938           !> pp.c t/op/arith.t
43939 ____________________________________________________________________________
43940 [  6180] By: jhi                                   on 2000/06/01  00:31:13
43941         Log: microperl nits from Simon Cozens.
43942      Branch: cfgperl
43943            + uconfig.h
43944            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
43945            ! unixish.h
43946 ____________________________________________________________________________
43947 [  6179] By: gsar                                  on 2000/05/31  22:37:51
43948         Log: buggy modulus on UVs introduced by change#3378 (resulted in
43949              4063328477 % 65535 amounting to 27406, instead of 27407)
43950      Branch: perl
43951            ! pp.c t/op/arith.t
43952 ____________________________________________________________________________
43953 [  6178] By: jhi                                   on 2000/05/31  21:52:41
43954         Log: Be cleaner.
43955      Branch: cfgperl
43956            ! Makefile.SH
43957 ____________________________________________________________________________
43958 [  6177] By: jhi                                   on 2000/05/31  21:47:33
43959         Log: Substitution utf8 patch from Simon Cozens.
43960      Branch: cfgperl
43961            ! pp_hot.c
43962 ____________________________________________________________________________
43963 [  6176] By: jhi                                   on 2000/05/31  21:45:34
43964         Log: Single-quoted utf8 patch from Simon Cozens.
43965      Branch: cfgperl
43966            ! toke.c
43967 ____________________________________________________________________________
43968 [  6175] By: jhi                                   on 2000/05/31  21:40:18
43969         Log: Integrate with Sarathy.
43970      Branch: cfgperl
43971           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
43972 ____________________________________________________________________________
43973 [  6174] By: jhi                                   on 2000/05/31  21:37:31
43974         Log: microperl changes from Simon Cozens; Makefile for microperl
43975              written from scratch; few casts added as microperl compilation
43976              doesn't have all prototypes available.
43977      Branch: cfgperl
43978            + Makefile.micro README.micro Todo.micro uconfig.sh
43979            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
43980            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
43981      Branch: metaconfig
43982            + U/modified/Config_h.U
43983 ____________________________________________________________________________
43984 [  6173] By: jhi                                   on 2000/05/31  20:00:24
43985         Log: metaconfig maintenance.
43986      Branch: metaconfig
43987            + U/modified/Inhdr.U U/typedefs/inotype.U
43988      Branch: metaconfig/U/perl
43989            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
43990            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
43991 ____________________________________________________________________________
43992 [  6172] By: gsar                                  on 2000/05/31  05:05:42
43993         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43994              (from Ilya Zakharevich)
43995      Branch: perl
43996            ! regexec.c t/op/re_tests
43997 ____________________________________________________________________________
43998 [  6171] By: gsar                                  on 2000/05/31  05:01:47
43999         Log: scalar() doesn't force scalar context when used in void context
44000              (from Simon Cozens)
44001      Branch: perl
44002            ! op.c t/op/wantarray.t
44003 ____________________________________________________________________________
44004 [  6170] By: gsar                                  on 2000/05/31  04:41:33
44005         Log: change#6142 needs tweaks to tests to work where there's no symlink()
44006              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44007      Branch: perl
44008            ! t/lib/filefind.t
44009 ____________________________________________________________________________
44010 [  6169] By: gsar                                  on 2000/05/31  04:29:49
44011         Log: integrate cfgperl contents into mainline
44012      Branch: perl
44013           +> pod/perlmodlib.PL pod/perlnewmod.pod
44014           !> (integrate 42 files)
44015 ____________________________________________________________________________
44016 [  6168] By: jhi                                   on 2000/05/30  22:53:37
44017         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44018      Branch: cfgperl
44019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44020            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
44021            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
44022            ! win32/config.bc win32/config.gc win32/config.vc
44023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44024            ! win32/config_h.PL win32/config_sh.PL
44025      Branch: metaconfig/U/perl
44026            ! perlxv.U
44027 ____________________________________________________________________________
44028 [  6167] By: jhi                                   on 2000/05/30  22:20:21
44029         Log: tweak todo 
44030      Branch: cfgperl
44031            ! Todo-5.6
44032 ____________________________________________________________________________
44033 [  6166] By: jhi                                   on 2000/05/30  22:11:51
44034         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44035              in case somebody wants to write an extension for more
44036              shadow database interfaces.
44037      Branch: cfgperl
44038            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44039            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
44040            ! vos/config.def vos/config.h vos/config_h.SH_orig
44041            ! win32/config.bc win32/config.gc win32/config.vc
44042            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44043      Branch: metaconfig
44044            ! U/modified/Myinit.U
44045      Branch: metaconfig/U/perl
44046            + d_getespwnam.U d_getprpwnam.U i_prot.U
44047 ____________________________________________________________________________
44048 [  6165] By: jhi                                   on 2000/05/30  18:35:34
44049         Log: Integrate with Sarathy.
44050      Branch: cfgperl
44051           !> op.c
44052 ____________________________________________________________________________
44053 [  6164] By: jhi                                   on 2000/05/30  18:30:16
44054         Log: detypo
44055      Branch: cfgperl
44056            ! Configure config_h.SH
44057      Branch: metaconfig/U/perl
44058            ! perlxv.U
44059 ____________________________________________________________________________
44060 [  6163] By: gsar                                  on 2000/05/30  03:24:03
44061         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
44062      Branch: perl
44063            ! op.c
44064 ____________________________________________________________________________
44065 [  6162] By: gsar                                  on 2000/05/30  03:09:38
44066         Log: fix memory leak in method call optimization (change#3768);
44067              made C<eval "$x->foo()"> leak
44068      Branch: perl
44069            ! op.c
44070 ____________________________________________________________________________
44071 [  6161] By: jhi                                   on 2000/05/29  17:56:26
44072         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44073              both from Simon Cozens.
44074      Branch: cfgperl
44075            + pod/perlmodlib.PL pod/perlnewmod.pod
44076            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
44077            ! pod/perlmodlib.pod pod/perltoc.pod
44078 ____________________________________________________________________________
44079 [  6160] By: jhi                                   on 2000/05/29  17:23:55
44080         Log: Changes for the File::Temp 0.08 (change #6159) test suite
44081              to fit better into the Perl distribution test framework.
44082      Branch: cfgperl
44083            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
44084            ! t/lib/ftmp-tempfile.t
44085 ____________________________________________________________________________
44086 [  6159] By: jhi                                   on 2000/05/29  16:55:36
44087         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44088      Branch: cfgperl
44089            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44090            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44091 ____________________________________________________________________________
44092 [  6158] By: bailey                                on 2000/05/29  16:22:08
44093         Log: Add fallback to tmpfile for use in cases where user's relying on
44094              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44095              Lane's patch)
44096      Branch: vmsperl
44097            ! vms/vms.c vms/vmsish.h
44098 ____________________________________________________________________________
44099 [  6157] By: jhi                                   on 2000/05/29  03:10:36
44100         Log: Regen Configure to jive with #6149.
44101      Branch: cfgperl
44102            ! Configure
44103      Branch: metaconfig
44104            ! U/modified/Getfile.U
44105 ____________________________________________________________________________
44106 [  6156] By: jhi                                   on 2000/05/29  03:01:38
44107         Log: Integrate with Sarathy.
44108      Branch: cfgperl
44109           +> ext/DynaLoader/dl_mac.xs
44110           !> (integrate 38 files)
44111 ____________________________________________________________________________
44112 [  6155] By: gsar                                  on 2000/05/28  21:15:58
44113         Log: small bug in change#6144; remove random \xA0 character that snuck
44114              in via change#6145
44115      Branch: perl
44116            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
44117 ____________________________________________________________________________
44118 [  6154] By: gsar                                  on 2000/05/28  21:04:19
44119         Log: avoid type mismatch warning
44120      Branch: perl
44121            ! perl.c
44122 ____________________________________________________________________________
44123 [  6153] By: gsar                                  on 2000/05/28  20:58:31
44124         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
44125              <nick@Bagpuss.uk.boo.com>)
44126      Branch: perl
44127            ! lib/Test/Harness.pm
44128 ____________________________________________________________________________
44129 [  6152] By: gsar                                  on 2000/05/28  20:53:42
44130         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
44131      Branch: perl
44132            ! regexec.c
44133 ____________________________________________________________________________
44134 [  6151] By: gsar                                  on 2000/05/28  20:50:28
44135         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
44136      Branch: perl
44137            ! regexec.c
44138 ____________________________________________________________________________
44139 [  6150] By: gsar                                  on 2000/05/28  20:39:58
44140         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
44141      Branch: perl
44142            ! pod/perlrequick.pod
44143 ____________________________________________________________________________
44144 [  6149] By: gsar                                  on 2000/05/28  20:35:16
44145         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
44146              <troc@netrus.net>)
44147      Branch: perl
44148            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
44149            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
44150            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
44151            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
44152 ____________________________________________________________________________
44153 [  6148] By: gsar                                  on 2000/05/28  20:21:07
44154         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
44155      Branch: perl
44156            ! lib/ExtUtils/MM_Unix.pm
44157 ____________________________________________________________________________
44158 [  6147] By: gsar                                  on 2000/05/28  20:12:41
44159         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
44160              (from Peter Prymmer)
44161      Branch: perl
44162            ! vms/subconfigure.com
44163 ____________________________________________________________________________
44164 [  6146] By: gsar                                  on 2000/05/28  20:06:15
44165         Log: doc typo
44166      Branch: perl
44167            ! lib/warnings.pm warnings.h warnings.pl
44168 ____________________________________________________________________________
44169 [  6145] By: gsar                                  on 2000/05/28  18:44:33
44170         Log: make xsubpp skip embedded pod (from Matthias Neeracher
44171              <neeri@iis.ee.ethz.ch>)
44172      Branch: perl
44173            ! lib/ExtUtils/xsubpp
44174 ____________________________________________________________________________
44175 [  6144] By: gsar                                  on 2000/05/28  18:42:49
44176         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
44177              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44178              <neeri@iis.ee.ethz.ch>)
44179      Branch: perl
44180            ! lib/AutoSplit.pm
44181 ____________________________________________________________________________
44182 [  6143] By: gsar                                  on 2000/05/28  18:41:12
44183         Log: MacOS support, part 1 (from Matthias Neeracher
44184              <neeri@iis.ee.ethz.ch>)
44185      Branch: perl
44186            + ext/DynaLoader/dl_mac.xs
44187            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44188            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
44189            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
44190            ! util.h
44191 ____________________________________________________________________________
44192 [  6142] By: gsar                                  on 2000/05/28  18:21:51
44193         Log: File::Find fails to chdir when chasing symlinks (from
44194              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44195      Branch: perl
44196            ! lib/File/Find.pm t/lib/filefind.t
44197 ____________________________________________________________________________
44198 [  6141] By: jhi                                   on 2000/05/28  14:25:15
44199         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44200              forwarded by Peter Seebach from the bsdi-users mailing list.
44201              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44202      Branch: perl
44203            ! hints/bsdos.sh
44204 ____________________________________________________________________________
44205 [  6140] By: jhi                                   on 2000/05/28  14:11:57
44206         Log: Integrate with Sarathy.
44207      Branch: cfgperl
44208           +> (branch 30 files)
44209           !> (integrate 93 files)
44210 ____________________________________________________________________________
44211 [  6139] By: gsar                                  on 2000/05/28  10:01:48
44212         Log: revise mktables.PL for bugs and newness in Unicode 3.0
44213              (from James Bence <jbence@amgen.com>)
44214      Branch: perl
44215            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
44216            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
44217            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
44218            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
44219            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
44220            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
44221            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
44222            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
44223            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
44224            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
44225            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
44226            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
44227            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
44228            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
44229            + lib/unicode/Is/SylWU.pl
44230            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
44231            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44232            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44233            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44234            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44235            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44236            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44237            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44238            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44239            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44240            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44241            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
44242            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
44243            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
44244            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
44245            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
44246            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
44247            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
44248            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
44249            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
44250            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
44251            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
44252            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
44253            ! lib/unicode/Makefile lib/unicode/mktables.PL
44254 ____________________________________________________________________________
44255 [  6138] By: gsar                                  on 2000/05/28  08:50:32
44256         Log: add note about the handling of negative indices to tied arrays
44257              (from Michael G Schwern <schwern@pobox.com>)
44258      Branch: perl
44259            ! pod/perltie.pod
44260 ____________________________________________________________________________
44261 [  6137] By: gsar                                  on 2000/05/28  08:46:10
44262         Log: fix bogus redeclaration warning for "our" variables in different
44263              scopes
44264      Branch: perl
44265            ! op.c t/pragma/strict-vars
44266 ____________________________________________________________________________
44267 [  6136] By: gsar                                  on 2000/05/28  08:31:20
44268         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
44269      Branch: perl
44270            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
44271 ____________________________________________________________________________
44272 [  6135] By: gsar                                  on 2000/05/28  08:17:50
44273         Log: enable Test::Harness to dynamically determine column width etc.
44274              (from Rob Napier <rnapier@employees.org>)
44275      Branch: perl
44276            ! lib/Test/Harness.pm
44277 ____________________________________________________________________________
44278 [  6134] By: gsar                                  on 2000/05/28  08:13:39
44279         Log: make Test::Harness use wait.h/WCOREDUMP if available
44280              (from Ben Tilly <ben_tilly@hotmail.com>)
44281      Branch: perl
44282            ! lib/Test/Harness.pm
44283 ____________________________________________________________________________
44284 [  6133] By: gsar                                  on 2000/05/28  08:08:05
44285         Log: elide bogus test in change#6132
44286      Branch: perl
44287            ! t/pragma/warn/9enabled
44288 ____________________________________________________________________________
44289 [  6132] By: gsar                                  on 2000/05/28  08:03:14
44290         Log: warnings::enabled() doesn't fall back to looking at $^W if
44291              caller isn't using lexical warnings (from Paul Marquess)
44292      Branch: perl
44293            ! pp_ctl.c t/pragma/warn/9enabled
44294 ____________________________________________________________________________
44295 [  6131] By: gsar                                  on 2000/05/28  07:57:47
44296         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
44297      Branch: perl
44298            ! ext/POSIX/POSIX.pm
44299 ____________________________________________________________________________
44300 [  6130] By: gsar                                  on 2000/05/28  07:29:12
44301         Log: fix places that mean C<"word" character> but say C<alphanumeric
44302              character>
44303      Branch: perl
44304            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44305 ____________________________________________________________________________
44306 [  6129] By: gsar                                  on 2000/05/28  07:18:41
44307         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44308      Branch: perl
44309            ! vms/test.com
44310 ____________________________________________________________________________
44311 [  6128] By: gsar                                  on 2000/05/28  07:12:55
44312         Log: new perlxstut example for passing/returning refs to arrays
44313              (from David Lowe <dlowe@pootpoot.com>)
44314      Branch: perl
44315            ! pod/perlxstut.pod
44316 ____________________________________________________________________________
44317 [  6127] By: gsar                                  on 2000/05/28  07:02:50
44318         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
44319              failed (from Gisle Aas)
44320      Branch: perl
44321            ! cop.h perl.c
44322 ____________________________________________________________________________
44323 [  6126] By: gsar                                  on 2000/05/28  06:39:53
44324         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
44325              (reworked variant of patch suggested by Simon Cozens)
44326      Branch: perl
44327            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44328            ! pp_hot.c proto.h t/op/gv.t
44329 ____________________________________________________________________________
44330 [  6125] By: gsar                                  on 2000/05/28  05:14:55
44331         Log: enable propagating exception objects via Perl_croak() in XS code
44332              (from Gisle Aas)
44333      Branch: perl
44334            ! util.c
44335 ____________________________________________________________________________
44336 [  6124] By: gsar                                  on 2000/05/28  05:07:28
44337         Log: integrate vmsperl contents into mainline
44338      Branch: perl
44339           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44340           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44341           !> vms/vmsish.h
44342 ____________________________________________________________________________
44343 [  6123] By: gsar                                  on 2000/05/28  05:03:53
44344         Log: clarify gotcha with #line directives (from Rocco Caputo
44345              <troc@netrus.net>)
44346      Branch: perl
44347            ! pod/perldebug.pod pod/perlsyn.pod
44348 ____________________________________________________________________________
44349 [  6122] By: gsar                                  on 2000/05/28  04:58:29
44350         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
44351              (from Mark-Jason Dominus)
44352      Branch: perl
44353            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
44354            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44355            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44356            ! toke.c
44357 ____________________________________________________________________________
44358 [  6121] By: bailey                                on 2000/05/25  04:46:54
44359         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
44360              lists (based on fixes by Craig Berry)
44361      Branch: vmsperl
44362            ! lib/File/Spec/VMS.pm
44363 ____________________________________________________________________________
44364 [  6120] By: bailey                                on 2000/05/25  04:25:38
44365         Log: Add missing escape (Charles Lane)
44366      Branch: vmsperl
44367            ! t/op/lex_assign.t
44368 ____________________________________________________________________________
44369 [  6119] By: bailey                                on 2000/05/25  04:21:25
44370         Log: Quiet error messages in vmsish.t (Charles Lane)
44371      Branch: vmsperl
44372            ! vms/ext/vmsish.t
44373 ____________________________________________________________________________
44374 [  6118] By: bailey                                on 2000/05/25  04:17:57
44375         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44376              Flatten case labels in switch statements uniformly (Charles Bailey)
44377      Branch: vmsperl
44378            ! vms/vms.c
44379 ____________________________________________________________________________
44380 [  6117] By: bailey                                on 2000/05/25  03:58:09
44381         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
44382      Branch: vmsperl
44383            ! vms/vmsish.h
44384 ____________________________________________________________________________
44385 [  6116] By: bailey                                on 2000/05/25  03:11:15
44386         Log: Miscellaneous cosmetic fixes (Charles Lane)
44387      Branch: vmsperl
44388            ! lib/ExtUtils/MM_VMS.pm
44389 ____________________________________________________________________________
44390 [  6115] By: bailey                                on 2000/05/25  03:10:36
44391         Log: Add bounds checking for several strings (Charles Lane)
44392      Branch: vmsperl
44393            ! vms/vms.c
44394 ____________________________________________________________________________
44395 [  6114] By: bailey                                on 2000/05/25  02:25:34
44396         Log: Urk -- undo previous removal of vmsish 'exit' change
44397      Branch: vmsperl
44398            ! vms/ext/vmsish.pm vms/vmsish.h
44399 ____________________________________________________________________________
44400 [  6113] By: bailey                                on 2000/05/24  02:24:40
44401         Log: Ugly workaround for version-specific RTL error
44402      Branch: vmsperl
44403            ! vms/vms.c
44404 ____________________________________________________________________________
44405 [  6112] By: bailey                                on 2000/05/24  02:19:55
44406         Log: Check for existence of file before trying to delete
44407      Branch: vmsperl
44408            ! vms/test.com
44409 ____________________________________________________________________________
44410 [  6111] By: bailey                                on 2000/05/23  23:35:13
44411         Log: Resync with mainline prior to post-5.6.0 updates
44412      Branch: vmsperl
44413           +> (branch 49 files)
44414            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
44415            ! vms/ext/vmsish.pm
44416           !> (integrate 334 files)
44417 ____________________________________________________________________________
44418 [  6110] By: jhi                                   on 2000/05/23  19:28:32
44419         Log: todo tweak
44420      Branch: cfgperl
44421            ! Todo-5.6
44422 ____________________________________________________________________________
44423 [  6109] By: jhi                                   on 2000/05/18  17:38:54
44424         Log: Integrate with Sarathy.
44425      Branch: cfgperl
44426           !> mg.c perl.h win32/perlhost.h
44427 ____________________________________________________________________________
44428 [  6108] By: gsar                                  on 2000/05/17  02:24:56
44429         Log: reenable fake signal handling on Windows, bugs and all
44430      Branch: perl
44431            ! mg.c perl.h win32/perlhost.h
44432 ____________________________________________________________________________
44433 [  6107] By: jhi                                   on 2000/05/15  18:01:41
44434         Log: Tweak the todo list.
44435      Branch: cfgperl
44436            ! Todo-5.6
44437 ____________________________________________________________________________
44438 [  6106] By: jhi                                   on 2000/05/15  13:41:48
44439         Log: The (Configure) script refuses to go on, after asking for
44440              'You may also choose to try maximal 64-bitness....'.
44441              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
44442              -- Patrick Zima
44443              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
44444      Branch: cfgperl
44445            ! hints/solaris_2.sh
44446 ____________________________________________________________________________
44447 [  6105] By: jhi                                   on 2000/05/11  14:37:43
44448         Log: Integrate with Sarathy.
44449      Branch: cfgperl
44450           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44451           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
44452 ____________________________________________________________________________
44453 [  6104] By: gsar                                  on 2000/05/11  03:39:07
44454         Log: PL_sys_intern was being initialized too late on windows
44455      Branch: perl
44456            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44457            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
44458 ____________________________________________________________________________
44459 [  6103] By: jhi                                   on 2000/05/09  19:42:20
44460         Log: Test tweaking for Unicos continues.
44461      Branch: cfgperl
44462            ! t/op/64bitint.t
44463 ____________________________________________________________________________
44464 [  6102] By: jhi                                   on 2000/05/09  16:47:27
44465         Log: The test suite tweak in #6101 wasn't quite right.
44466      Branch: cfgperl
44467            ! t/lib/complex.t
44468 ____________________________________________________________________________
44469 [  6101] By: jhi                                   on 2000/05/09  15:35:34
44470         Log: Hints and test tweaks for Unicos.
44471      Branch: cfgperl
44472            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
44473 ____________________________________________________________________________
44474 [  6100] By: jhi                                   on 2000/05/08  21:15:06
44475         Log: More compilation tweakery from Allen Smith.
44476      Branch: cfgperl
44477            ! hints/irix_6.sh
44478 ____________________________________________________________________________
44479 [  6099] By: jhi                                   on 2000/05/08  19:21:18
44480         Log: Tweaks for the cc bugs from Allen Smith.
44481      Branch: cfgperl
44482            ! hints/irix_6.sh
44483 ____________________________________________________________________________
44484 [  6098] By: jhi                                   on 2000/05/08  19:13:37
44485         Log: Add a note about other, yet unsupported, shadow password APIs.
44486      Branch: cfgperl
44487            ! pp_sys.c
44488 ____________________________________________________________________________
44489 [  6097] By: jhi                                   on 2000/05/08  18:46:34
44490         Log: Add a note about possible compilation problems from Allen Smith.
44491      Branch: cfgperl
44492            ! hints/irix_6.sh
44493 ____________________________________________________________________________
44494 [  6096] By: jhi                                   on 2000/05/08  17:33:10
44495         Log: Integrate with Sarathy.
44496      Branch: cfgperl
44497           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44498           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44499 ____________________________________________________________________________
44500 [  6095] By: jhi                                   on 2000/05/08  16:21:33
44501         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
44502              might be useful in future.
44503      Branch: cfgperl
44504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44505            ! config_h.SH
44506      Branch: metaconfig
44507            ! U/installdirs/inc_version_list.U
44508      Branch: metaconfig/U/perl
44509            ! perlxv.U
44510 ____________________________________________________________________________
44511 [  6094] By: gsar                                  on 2000/05/08  14:22:22
44512         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44513      Branch: perl
44514            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44515            ! hints/cygwin.sh pp_sys.c
44516 ____________________________________________________________________________
44517 [  6093] By: gsar                                  on 2000/05/08  12:52:28
44518         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
44519              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44520      Branch: perl
44521            ! pp_sys.c sv.c win32/perlhost.h
44522 ____________________________________________________________________________
44523 [  6092] By: jhi                                   on 2000/05/07  22:40:34
44524         Log: Regen perltoc with the fixed buildtoc.
44525      Branch: cfgperl
44526            ! pod/perltoc.pod
44527 ____________________________________________________________________________
44528 [  6091] By: jhi                                   on 2000/05/07  22:24:16
44529         Log: Integrate with Sarathy.
44530      Branch: cfgperl
44531           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
44532           !> t/op/substr.t toke.c
44533 ____________________________________________________________________________
44534 [  6090] By: gsar                                  on 2000/05/07  19:47:07
44535         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
44536              [NI]OK; added tests for both
44537      Branch: perl
44538            ! perl.c pp_hot.c sv.c t/op/substr.t
44539 ____________________________________________________________________________
44540 [  6089] By: gsar                                  on 2000/05/07  18:18:38
44541         Log: buildtoc tweak to fix newline lossage
44542      Branch: perl
44543            ! pod/buildtoc
44544 ____________________________________________________________________________
44545 [  6088] By: jhi                                   on 2000/05/07  16:35:36
44546         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
44547              because we do not use those.  The HAS_GETSPNAM remains,
44548              though, because we still do use that.
44549      Branch: cfgperl
44550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44551            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
44552            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
44553            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
44554            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44555            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44556 ____________________________________________________________________________
44557 [  6087] By: gsar                                  on 2000/05/07  16:05:16
44558         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
44559      Branch: perl
44560            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
44561 ____________________________________________________________________________
44562 [  6086] By: jhi                                   on 2000/05/07  15:27:07
44563         Log: Integrate with Sarathy.
44564      Branch: cfgperl
44565           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44566           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44567           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
44568           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
44569           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
44570           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
44571 ____________________________________________________________________________
44572 [  6085] By: gsar                                  on 2000/05/07  05:52:02
44573         Log: repeat operator (x) doesn't preserve utf8-ness
44574      Branch: perl
44575            ! pp.c t/op/substr.t
44576 ____________________________________________________________________________
44577 [  6084] By: gsar                                  on 2000/05/07  05:39:55
44578         Log: substr() does not preserve utf8-ness (from Stefan Eissing
44579              <Eissing@medicaldataservice.de>); added tests
44580      Branch: perl
44581            ! pp.c t/op/substr.t
44582 ____________________________________________________________________________
44583 [  6083] By: gsar                                  on 2000/05/07  05:24:46
44584         Log: note about undocumented caller() return value (from M.J.T. Guy);
44585              yet another peek.t tweak
44586      Branch: perl
44587            ! pod/perlfunc.pod t/lib/peek.t
44588 ____________________________________________________________________________
44589 [  6082] By: gsar                                  on 2000/05/07  05:08:40
44590         Log: peek.t non-portable to ithreads
44591      Branch: perl
44592            ! t/lib/peek.t
44593 ____________________________________________________________________________
44594 [  6081] By: gsar                                  on 2000/05/07  04:17:04
44595         Log: better default perlbug categories for ok reports (from Richard Foley)
44596      Branch: perl
44597            ! utils/perlbug.PL
44598 ____________________________________________________________________________
44599 [  6080] By: gsar                                  on 2000/05/07  04:08:07
44600         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
44601              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44602      Branch: perl
44603            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44604            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44605            ! AUTHORS MAINTAIN MANIFEST
44606 ____________________________________________________________________________
44607 [  6079] By: gsar                                  on 2000/05/07  04:01:38
44608         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
44609      Branch: perl
44610            ! lib/Carp/Heavy.pm
44611 ____________________________________________________________________________
44612 [  6078] By: gsar                                  on 2000/05/07  01:24:19
44613         Log: workaround for CRT bug in chdir() (from Charles Lane, via
44614              Peter Prymmer)
44615      Branch: perl
44616            ! iperlsys.h vms/vms.c vms/vmsish.h
44617 ____________________________________________________________________________
44618 [  6077] By: gsar                                  on 2000/05/07  01:22:23
44619         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
44620              and Tom Phoenix)
44621      Branch: perl
44622            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
44623 ____________________________________________________________________________
44624 [  6076] By: gsar                                  on 2000/05/06  17:36:29
44625         Log: integrate cfgperl contents into mainline
44626      Branch: perl
44627           +> t/lib/peek.t
44628           !> Configure MANIFEST Porting/Glossary Porting/config.sh
44629           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
44630           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
44631           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
44632 ____________________________________________________________________________
44633 [  6075] By: jhi                                   on 2000/05/05  18:56:10
44634         Log: Make the test more portable.
44635      Branch: cfgperl
44636            ! t/lib/peek.t
44637 ____________________________________________________________________________
44638 [  6074] By: jhi                                   on 2000/05/05  18:49:20
44639         Log: Introduce t/lib/peek.t.
44640      Branch: cfgperl
44641            + t/lib/peek.t
44642            ! MANIFEST
44643 ____________________________________________________________________________
44644 [  6073] By: jhi                                   on 2000/05/05  14:30:45
44645         Log: Complex tweaks.
44646      Branch: cfgperl
44647            ! lib/Math/Complex.pm t/lib/complex.t
44648 ____________________________________________________________________________
44649 [  6072] By: jhi                                   on 2000/05/05  12:27:13
44650         Log: Integrate with Sarathy.
44651      Branch: cfgperl
44652           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44653           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44654           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44655           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44656 ____________________________________________________________________________
44657 [  6071] By: gsar                                  on 2000/05/05  02:24:46
44658         Log: misformatted perllocal.pod (from Tim Jenness
44659              <t.jenness@jach.hawaii.edu>)
44660      Branch: perl
44661            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44662 ____________________________________________________________________________
44663 [  6070] By: gsar                                  on 2000/05/05  02:16:52
44664         Log: remove misleading comment (from M.J.T. Guy)
44665      Branch: perl
44666            ! t/lib/anydbm.t
44667 ____________________________________________________________________________
44668 [  6069] By: gsar                                  on 2000/05/05  02:15:13
44669         Log: File::Spec compatibility update (from Barrie Slaymaker
44670              <barries@slaysys.com>)
44671      Branch: perl
44672            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44673            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44674 ____________________________________________________________________________
44675 [  6068] By: gsar                                  on 2000/05/05  02:01:50
44676         Log: note about values()
44677      Branch: perl
44678            ! pod/perlfunc.pod
44679 ____________________________________________________________________________
44680 [  6067] By: gsar                                  on 2000/05/05  01:33:09
44681         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
44682      Branch: perl
44683            ! win32/win32.c
44684 ____________________________________________________________________________
44685 [  6066] By: gsar                                  on 2000/05/05  01:23:43
44686         Log: s/END/CHECK/
44687      Branch: perl
44688            ! perl.c
44689 ____________________________________________________________________________
44690 [  6065] By: jhi                                   on 2000/05/04  17:30:22
44691         Log: Integrate with Sarathy.
44692      Branch: cfgperl
44693           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
44694 ____________________________________________________________________________
44695 [  6064] By: gsar                                  on 2000/05/04  17:26:14
44696         Log: change#5905 wasn't quite right--it's intent only applies when arguments
44697              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
44698      Branch: perl
44699            ! pp_sys.c sv.c
44700 ____________________________________________________________________________
44701 [  6063] By: gsar                                  on 2000/05/04  16:52:29
44702         Log: tokeq() could read unallocated field in argument
44703      Branch: perl
44704            ! toke.c
44705 ____________________________________________________________________________
44706 [  6062] By: gsar                                  on 2000/05/04  16:34:51
44707         Log: additional tests for utf8.t
44708      Branch: perl
44709            ! t/pragma/utf8.t
44710 ____________________________________________________________________________
44711 [  6061] By: gsar                                  on 2000/05/04  16:09:28
44712         Log: change#5921 neglected to make eq honor "use bytes"
44713      Branch: perl
44714            ! sv.c
44715 ____________________________________________________________________________
44716 [  6060] By: jhi                                   on 2000/05/04  15:30:16
44717         Log: Integrate with Sarathy.
44718      Branch: cfgperl
44719           !> perl.c regcomp.c t/pragma/utf8.t
44720 ____________________________________________________________________________
44721 [  6059] By: jhi                                   on 2000/05/04  15:26:37
44722         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44723              in natively 64-bit platforms where a long is a quad (no need
44724              for long longs).  Also added bias for IVs.
44725      Branch: cfgperl
44726            ! toke.c
44727 ____________________________________________________________________________
44728 [  6058] By: gsar                                  on 2000/05/04  00:19:14
44729         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44730              (spotted by Donald Kinzer <dkinzer@premia.com>)
44731      Branch: perl
44732            ! perl.c
44733 ____________________________________________________________________________
44734 [  6057] By: gsar                                  on 2000/05/03  18:34:01
44735         Log: fix broken parsing of /\x{ab}/
44736      Branch: perl
44737            ! regcomp.c t/pragma/utf8.t
44738 ____________________________________________________________________________
44739 [  6056] By: jhi                                   on 2000/05/03  17:57:16
44740         Log: The search of infinity continues, this time simplified.
44741      Branch: cfgperl
44742            ! lib/Math/Complex.pm
44743 ____________________________________________________________________________
44744 [  6055] By: jhi                                   on 2000/05/03  17:45:30
44745         Log: Detypo.
44746      Branch: cfgperl
44747            ! hints/unicos.sh
44748 ____________________________________________________________________________
44749 [  6054] By: jhi                                   on 2000/05/02  22:28:27
44750         Log: Be more forgiving in POSIX about HUGE_VALL.
44751      Branch: cfgperl
44752            ! ext/POSIX/POSIX.xs
44753 ____________________________________________________________________________
44754 [  6053] By: jhi                                   on 2000/05/02  22:25:05
44755         Log: Integrate with Sarathy.
44756      Branch: cfgperl
44757           !> hints/irix_6.sh pod/perlop.pod
44758 ____________________________________________________________________________
44759 [  6052] By: jhi                                   on 2000/05/02  22:24:31
44760         Log: Unicos hint tweak.
44761      Branch: cfgperl
44762            ! hints/unicos.sh
44763 ____________________________________________________________________________
44764 [  6051] By: jhi                                   on 2000/05/02  22:21:26
44765         Log: Complex tweakery.
44766      Branch: cfgperl
44767            ! lib/Math/Complex.pm t/lib/complex.t
44768 ____________________________________________________________________________
44769 [  6050] By: jhi                                   on 2000/05/02  19:26:22
44770         Log: Use setxxent()/endxxent().
44771      Branch: cfgperl
44772            ! t/op/grent.t t/op/pwent.t
44773 ____________________________________________________________________________
44774 [  6049] By: jhi                                   on 2000/05/02  19:06:02
44775         Log: Test both the scalar and list contexts.
44776      Branch: cfgperl
44777            ! t/op/grent.t t/op/pwent.t
44778 ____________________________________________________________________________
44779 [  6048] By: gsar                                  on 2000/05/02  18:29:10
44780         Log: add note about how $( doesn't interpolate in REs (from
44781              Philip Newton <newton@ficus.frogspace.net>)
44782      Branch: perl
44783            ! pod/perlop.pod
44784 ____________________________________________________________________________
44785 [  6047] By: jhi                                   on 2000/05/02  17:41:24
44786         Log: Call getspnam() only iff needd.
44787      Branch: cfgperl
44788            ! pp_sys.c
44789 ____________________________________________________________________________
44790 [  6046] By: gsar                                  on 2000/05/02  17:07:25
44791         Log: libscheck has insufficient checks for n32 libs (from
44792              Albert Chin-A-Young <china@thewrittenword.com>)
44793      Branch: perl
44794            ! hints/irix_6.sh
44795 ____________________________________________________________________________
44796 [  6045] By: jhi                                   on 2000/05/02  13:57:17
44797         Log: Integrate with Sarathy.
44798      Branch: cfgperl
44799           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
44800           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
44801 ____________________________________________________________________________
44802 [  6044] By: gsar                                  on 2000/05/02  06:48:19
44803         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44804              such that underscores are only ignored in literal numbers,
44805              "\x{...}", and hex/oct argument
44806      Branch: perl
44807            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
44808 ____________________________________________________________________________
44809 [  6043] By: gsar                                  on 2000/05/02  02:22:29
44810         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
44811      Branch: perl
44812            ! pod/perlretut.pod
44813 ____________________________________________________________________________
44814 [  6042] By: gsar                                  on 2000/05/02  02:17:51
44815         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
44816      Branch: perl
44817            ! pod/perltrap.pod
44818 ____________________________________________________________________________
44819 [  6041] By: gsar                                  on 2000/05/02  01:53:51
44820         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44821              to compensate
44822      Branch: perl
44823            ! Porting/makerel
44824 ____________________________________________________________________________
44825 [  6040] By: gsar                                  on 2000/05/02  01:51:57
44826         Log: missing files in MANIFEST
44827      Branch: perl
44828            ! MANIFEST
44829 ____________________________________________________________________________
44830 [  6039] By: jhi                                   on 2000/05/02  00:36:46
44831         Log: Infinite problems.
44832      Branch: cfgperl
44833            ! lib/Math/Complex.pm
44834 ____________________________________________________________________________
44835 [  6038] By: jhi                                   on 2000/05/02  00:06:38
44836         Log: pwent/spent #ifdef imbalance.
44837      Branch: cfgperl
44838            ! pp_sys.c
44839 ____________________________________________________________________________
44840 [  6037] By: jhi                                   on 2000/05/01  22:50:11
44841         Log: Use HUGE_VALL if applicable.
44842      Branch: cfgperl
44843            ! ext/POSIX/POSIX.xs util.c
44844 ____________________________________________________________________________
44845 [  6036] By: jhi                                   on 2000/05/01  22:20:53
44846         Log: Correct Freudian slip.
44847      Branch: cfgperl
44848            ! pp_sys.c
44849 ____________________________________________________________________________
44850 [  6035] By: jhi                                   on 2000/05/01  21:07:38
44851         Log: Continue on the pwent/spent case.
44852      Branch: cfgperl
44853            ! pp_sys.c
44854 ____________________________________________________________________________
44855 [  6034] By: jhi                                   on 2000/05/01  17:45:14
44856         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
44857              adjustments in 6032 conflicted badly with this, will have
44858              to revisit them later.
44859      Branch: cfgperl
44860           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
44861           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44862           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
44863           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
44864           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
44865           !> t/lib/cgi-html.t t/lib/cgi-request.t
44866 ____________________________________________________________________________
44867 [  6033] By: jhi                                   on 2000/05/01  17:40:49
44868         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
44869      Branch: cfgperl
44870            ! pp_sys.c
44871 ____________________________________________________________________________
44872 [  6032] By: gsar                                  on 2000/05/01  15:56:32
44873         Log: whitespace adjustments
44874      Branch: perl
44875            ! pp_sys.c
44876 ____________________________________________________________________________
44877 [  6031] By: gsar                                  on 2000/05/01  15:19:41
44878         Log: small nits in diagnostics.pm (from Robin Barker)
44879      Branch: perl
44880            ! lib/diagnostics.pm pod/perldiag.pod
44881 ____________________________________________________________________________
44882 [  6030] By: gsar                                  on 2000/05/01  08:39:18
44883         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
44884              for @- and @+ (from Johan Vromans)
44885      Branch: perl
44886            ! lib/English.pm pod/perlvar.pod
44887 ____________________________________________________________________________
44888 [  6029] By: gsar                                  on 2000/05/01  08:16:10
44889         Log: add CGI.pm v2.66 (from Lincoln Stein)
44890      Branch: perl
44891            + lib/CGI/Util.pm t/lib/cgi-pretty.t
44892            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44893            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
44894            ! t/lib/cgi-html.t t/lib/cgi-request.t
44895 ____________________________________________________________________________
44896 [  6028] By: gsar                                  on 2000/05/01  06:34:41
44897         Log: Pod::Man generates groff-incompatible macro definition (from
44898              Tom Christiansen)
44899      Branch: perl
44900            ! lib/Pod/Man.pm
44901 ____________________________________________________________________________
44902 [  6027] By: gsar                                  on 2000/05/01  06:31:36
44903         Log: podlators-1.02 update (from Russ Allbery)
44904      Branch: perl
44905            ! lib/Pod/Man.pm lib/Pod/Text.pm
44906 ____________________________________________________________________________
44907 [  6026] By: jhi                                   on 2000/04/30  23:24:23
44908         Log: Integrate with Sarathy.
44909      Branch: cfgperl
44910           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44911           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
44912           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44913           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44914           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
44915           !> t/lib/syslog.t toke.c win32/win32.h
44916 ____________________________________________________________________________
44917 [  6025] By: gsar                                  on 2000/04/30  18:17:47
44918         Log: Is{Alnum,Alpha,Word} don't match titlecase
44919              
44920              TODO: IsSpace is defined recursively!
44921              
44922              (both spotted by Larry)
44923      Branch: perl
44924            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44925            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44926 ____________________________________________________________________________
44927 [  6024] By: gsar                                  on 2000/04/30  17:50:19
44928         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
44929              (from Hugo van der Sanden)
44930      Branch: perl
44931            ! toke.c
44932 ____________________________________________________________________________
44933 [  6023] By: gsar                                  on 2000/04/30  17:14:43
44934         Log: debugger stomps on $. (from M.J.T. Guy)
44935      Branch: perl
44936            ! lib/perl5db.pl
44937 ____________________________________________________________________________
44938 [  6022] By: gsar                                  on 2000/04/30  16:59:22
44939         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
44940      Branch: perl
44941            ! sv.c
44942 ____________________________________________________________________________
44943 [  6021] By: gsar                                  on 2000/04/29  21:00:08
44944         Log: remove Win2K issue in pod (fixed by change#6020)
44945      Branch: perl
44946            ! README.win32 pod/perl56delta.pod
44947 ____________________________________________________________________________
44948 [  6020] By: gsar                                  on 2000/04/29  20:51:49
44949         Log: test tweak
44950      Branch: perl
44951            ! t/lib/open3.t
44952 ____________________________________________________________________________
44953 [  6019] By: gsar                                  on 2000/04/29  20:34:27
44954         Log: windows portability tweaks
44955      Branch: perl
44956            ! t/lib/b.t win32/win32.h
44957 ____________________________________________________________________________
44958 [  6018] By: gsar                                  on 2000/04/29  19:55:24
44959         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
44960              make _PATH_LOG() return "" if unavailable
44961      Branch: perl
44962            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44963            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
44964 ____________________________________________________________________________
44965 [  6017] By: jhi                                   on 2000/04/28  22:49:46
44966         Log: Integrate with Sarathy.
44967      Branch: cfgperl
44968           !> op.c perl.c pod/perldiag.pod t/lib/b.t
44969 ____________________________________________________________________________
44970 [  6016] By: jhi                                   on 2000/04/28  22:46:14
44971         Log: Do not warn that an infinity does not look like a number.
44972      Branch: cfgperl
44973            ! sv.c
44974 ____________________________________________________________________________
44975 [  6015] By: gsar                                  on 2000/04/28  22:35:49
44976         Log: tweak test for portability
44977      Branch: perl
44978            ! t/lib/b.t
44979 ____________________________________________________________________________
44980 [  6014] By: gsar                                  on 2000/04/28  22:05:31
44981         Log: glob() loading File::Glob behind the scenes may cause syntax errors
44982      Branch: perl
44983            ! op.c
44984 ____________________________________________________________________________
44985 [  6013] By: gsar                                  on 2000/04/28  21:25:22
44986         Log: tweak change#5945 to display correct switch name in diagnostic
44987      Branch: perl
44988            ! perl.c pod/perldiag.pod
44989 ____________________________________________________________________________
44990 [  6012] By: jhi                                   on 2000/04/28  21:08:12
44991         Log: Integrate with Sarathy.
44992      Branch: cfgperl
44993           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
44994           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
44995           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
44996 ____________________________________________________________________________
44997 [  6011] By: jhi                                   on 2000/04/28  21:04:46
44998         Log: &HUGE_VAL is not defined, it exists.
44999      Branch: cfgperl
45000            ! lib/Math/Complex.pm
45001 ____________________________________________________________________________
45002 [  6010] By: gsar                                  on 2000/04/28  21:02:58
45003         Log: clarify note about shadow password support (from
45004              gellyfish@gellyfish.com)
45005      Branch: perl
45006            ! pod/perlfunc.pod
45007 ____________________________________________________________________________
45008 [  6009] By: gsar                                  on 2000/04/28  21:00:00
45009         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
45010      Branch: perl
45011            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
45012 ____________________________________________________________________________
45013 [  6008] By: gsar                                  on 2000/04/28  20:56:33
45014         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45015      Branch: perl
45016            ! installperl vms/subconfigure.com
45017 ____________________________________________________________________________
45018 [  6007] By: gsar                                  on 2000/04/28  20:51:21
45019         Log: note about compile failures and END blocks (from M.J.T. Guy)
45020      Branch: perl
45021            ! pod/perl56delta.pod pod/perlmod.pod
45022 ____________________________________________________________________________
45023 [  6006] By: jhi                                   on 2000/04/28  20:42:14
45024         Log: Regen Configure.
45025      Branch: cfgperl
45026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45027            ! config_h.SH
45028 ____________________________________________________________________________
45029 [  6005] By: gsar                                  on 2000/04/28  20:41:16
45030         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
45031      Branch: perl
45032            ! utils/perldoc.PL
45033 ____________________________________________________________________________
45034 [  6004] By: jhi                                   on 2000/04/28  20:28:21
45035         Log: Integrate with Sarathy.
45036      Branch: cfgperl
45037           !> Configure INSTALL Porting/Glossary Porting/config.sh
45038           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
45039           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
45040           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45041           !> win32/config.vc win32/win32.c
45042 ____________________________________________________________________________
45043 [  6003] By: gsar                                  on 2000/04/28  20:11:20
45044         Log: allow REG_EXPAND_SZ keys in Windows registry (from
45045              John Clayton <John.Clayton@barclayscapital.com>)
45046      Branch: perl
45047            ! win32/win32.c
45048 ____________________________________________________________________________
45049 [  6002] By: gsar                                  on 2000/04/28  19:34:16
45050         Log: destructive sv_setsv() can lose UV-ness from source, causing
45051              numeric promotions/comparisons to fail to do the right thing
45052      Branch: perl
45053            ! sv.c
45054 ____________________________________________________________________________
45055 [  6001] By: gsar                                  on 2000/04/28  18:44:15
45056         Log: support additional library locations via $Config{otherlibdirs}
45057              (from Andy Dougherty)
45058      Branch: perl
45059            ! Configure INSTALL Porting/Glossary Porting/config.sh
45060            ! Porting/config_H config_h.SH epoc/config.sh perl.c
45061            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45062            ! win32/config.bc win32/config.gc win32/config.vc
45063 ____________________________________________________________________________
45064 [  6000] By: gsar                                  on 2000/04/28  18:26:58
45065         Log: reworked otherlibdirs.U (from Andy Dougherty)
45066      Branch: metaconfig
45067            ! U/installdirs/otherlibdirs.U
45068 ____________________________________________________________________________
45069 [  5999] By: gsar                                  on 2000/04/28  18:17:07
45070         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
45071      Branch: perl
45072            ! t/pragma/warn/toke toke.c
45073 ____________________________________________________________________________
45074 [  5998] By: jhi                                   on 2000/04/28  13:32:17
45075         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45076      Branch: cfgperl
45077            ! lib/Math/Complex.pm
45078 ____________________________________________________________________________
45079 [  5997] By: jhi                                   on 2000/04/28  13:14:04
45080         Log: Preserve $!.
45081      Branch: cfgperl
45082            ! lib/Math/Complex.pm
45083 ____________________________________________________________________________
45084 [  5996] By: jhi                                   on 2000/04/28  12:59:23
45085         Log: Integrate with Sarathy.
45086      Branch: cfgperl
45087           +> pod/perlrequick.pod pod/perlretut.pod
45088           !> (integrate 51 files)
45089 ____________________________________________________________________________
45090 [  5995] By: gsar                                  on 2000/04/28  09:37:36
45091         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
45092      Branch: perl
45093            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
45094 ____________________________________________________________________________
45095 [  5994] By: gsar                                  on 2000/04/28  09:33:26
45096         Log: fix for missed accounting for null byte in pack("Z",...) (from
45097              M.J.T. Guy)
45098      Branch: perl
45099            ! pp.c t/op/pack.t
45100 ____________________________________________________________________________
45101 [  5993] By: gsar                                  on 2000/04/28  09:30:05
45102         Log: various minor tweaks seen on p5p
45103      Branch: perl
45104            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
45105 ____________________________________________________________________________
45106 [  5992] By: gsar                                  on 2000/04/28  09:08:19
45107         Log: pod nit (from Simon Cozens)
45108      Branch: perl
45109            ! pod/perlop.pod
45110 ____________________________________________________________________________
45111 [  5991] By: gsar                                  on 2000/04/28  09:06:36
45112         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45113      Branch: perl
45114            ! README.posix-bc hints/posix-bc.sh
45115 ____________________________________________________________________________
45116 [  5990] By: gsar                                  on 2000/04/28  08:54:52
45117         Log: use $ENV{LIB} to search for libs under Visual C compiler
45118              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
45119      Branch: perl
45120            ! lib/ExtUtils/Liblist.pm
45121 ____________________________________________________________________________
45122 [  5989] By: gsar                                  on 2000/04/28  08:27:12
45123         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45124              itself and no other (from Tom Hughes)
45125      Branch: perl
45126            ! t/op/array.t toke.c
45127 ____________________________________________________________________________
45128 [  5988] By: gsar                                  on 2000/04/28  08:01:38
45129         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45130              <paul@miraclefish.com>)
45131      Branch: perl
45132            ! lib/ExtUtils/MakeMaker.pm
45133 ____________________________________________________________________________
45134 [  5987] By: gsar                                  on 2000/04/28  07:53:09
45135         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45136      Branch: perl
45137            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
45138 ____________________________________________________________________________
45139 [  5986] By: gsar                                  on 2000/04/28  07:44:17
45140         Log: add regular expressions tutorial and quick-start guide (from
45141              Mark Kvale <kvale@phy.ucsf.edu>)
45142      Branch: perl
45143            + pod/perlrequick.pod pod/perlretut.pod
45144            ! AUTHORS MAINTAIN MANIFEST
45145 ____________________________________________________________________________
45146 [  5985] By: gsar                                  on 2000/04/28  07:30:28
45147         Log: forked child may not exit correctly if it failed to open
45148              /dev/console (from Graham Barr)
45149      Branch: perl
45150            ! ext/Sys/Syslog/Syslog.pm
45151 ____________________________________________________________________________
45152 [  5984] By: gsar                                  on 2000/04/28  07:27:20
45153         Log: attributes::reftype() doesn't work on tied argument
45154      Branch: perl
45155            ! xsutils.c
45156 ____________________________________________________________________________
45157 [  5983] By: gsar                                  on 2000/04/28  07:15:04
45158         Log: numeric conversion of non-number in change#3378 tramples on
45159              OOK offset, causing segfaults
45160      Branch: perl
45161            ! sv.c
45162 ____________________________________________________________________________
45163 [  5982] By: gsar                                  on 2000/04/28  04:48:25
45164         Log: avoid error in IO::Socket::INET when given an unknown service name
45165              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45166      Branch: perl
45167            ! ext/IO/lib/IO/Socket/INET.pm
45168 ____________________________________________________________________________
45169 [  5981] By: gsar                                  on 2000/04/28  04:31:31
45170         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45171              prototype mismatch with CORE::glob(); update pod and tests to
45172              suit (File::Glob::glob() is still available for backward
45173              compatibility, but should be considered deprecated)
45174      Branch: perl
45175            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
45176            ! t/lib/glob-taint.t
45177 ____________________________________________________________________________
45178 [  5980] By: gsar                                  on 2000/04/28  03:47:29
45179         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
45180              <ghudson@mit.edu>)
45181      Branch: metaconfig
45182            ! U/modified/Options.U
45183      Branch: perl
45184            ! Configure
45185 ____________________________________________________________________________
45186 [  5979] By: gsar                                  on 2000/04/28  03:07:54
45187         Log: under useithreads, constant pad entries could inadvertantly be
45188              shared across threads (from Eric Blood <eblood@xmission.com>);
45189              added Eric's test case to testsuite
45190      Branch: perl
45191            ! op.c t/op/misc.t
45192 ____________________________________________________________________________
45193 [  5978] By: gsar                                  on 2000/04/27  21:13:00
45194         Log: sync version numbers in File::Spec with the ones on CPAN
45195              (from Barrie Slaymaker)
45196      Branch: perl
45197            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45198            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45199            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45200 ____________________________________________________________________________
45201 [  5977] By: gsar                                  on 2000/04/27  21:07:29
45202         Log: autoquote barewords followed by newline and arrow properly
45203              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45204      Branch: perl
45205            ! t/pragma/warn/toke toke.c
45206 ____________________________________________________________________________
45207 [  5976] By: gsar                                  on 2000/04/27  20:41:20
45208         Log: DB_File v1.73 update (from Paul Marquess)
45209      Branch: perl
45210            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45211            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45212 ____________________________________________________________________________
45213 [  5975] By: gsar                                  on 2000/04/27  20:34:24
45214         Log: allow sort() reentrancy (variant of patch suggested by
45215              Hugo van der Sanden)
45216      Branch: perl
45217            ! pp_ctl.c t/op/sort.t
45218 ____________________________________________________________________________
45219 [  5974] By: gsar                                  on 2000/04/27  19:46:57
45220         Log: change#4197 somehow missed initializing PL_errors, meaning
45221              sytax error queueing wasn't working outside eval"" at all;
45222              also fixed eval"" to localize PL_error_count, so that compile-time
45223              eval's don't clobber the error state of the outer context
45224      Branch: perl
45225            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45226            ! t/pragma/warn/toke
45227 ____________________________________________________________________________
45228 [  5973] By: gsar                                  on 2000/04/27  18:29:05
45229         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45230      Branch: perl
45231            ! regcomp.c regexec.c t/op/re_tests
45232 ____________________________________________________________________________
45233 [  5972] By: jhi                                   on 2000/04/27  18:22:41
45234         Log: Integrate with Sarathy.
45235      Branch: cfgperl
45236           +> t/lib/b.t t/lib/syslog.t
45237           !> (integrate 31 files)
45238 ____________________________________________________________________________
45239 [  5971] By: jhi                                   on 2000/04/27  18:18:46
45240         Log: Unicos tweaks from Mark P. Lutz.
45241      Branch: cfgperl
45242            ! hints/unicos.sh lib/Math/Complex.pm
45243 ____________________________________________________________________________
45244 [  5970] By: gsar                                  on 2000/04/27  18:05:11
45245         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
45246              IV is >32bits
45247      Branch: perl
45248            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
45249 ____________________________________________________________________________
45250 [  5969] By: gsar                                  on 2000/04/27  17:50:56
45251         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
45252      Branch: perl
45253            + t/lib/syslog.t
45254            ! MANIFEST ext/Sys/Syslog/Syslog.pm
45255 ____________________________________________________________________________
45256 [  5968] By: gsar                                  on 2000/04/27  17:44:49
45257         Log: tolerate spaces in group names in test on solaris (from David Boyce
45258              <dsb@boyski.com>)
45259      Branch: perl
45260            ! t/op/groups.t
45261 ____________________________________________________________________________
45262 [  5967] By: gsar                                  on 2000/04/27  17:41:22
45263         Log: improved docs on the warn_uninit diagnostic (from David Glasser
45264              and Simon Cozens)
45265      Branch: perl
45266            ! pod/perldiag.pod
45267 ____________________________________________________________________________
45268 [  5966] By: gsar                                  on 2000/04/27  16:54:58
45269         Log: add testsuite for B backends, fix bug in B::Deparse (from
45270              Simon Cozens <simon@brecon.co.uk>)
45271      Branch: perl
45272            + t/lib/b.t
45273            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
45274 ____________________________________________________________________________
45275 [  5965] By: gsar                                  on 2000/04/27  16:10:37
45276         Log: avoid "will not stay shared" warnings for our variables (from
45277              Robin Barker)
45278      Branch: perl
45279            ! op.c t/pragma/warn/op
45280 ____________________________________________________________________________
45281 [  5964] By: gsar                                  on 2000/04/27  07:05:05
45282         Log: reformat to 72 columns (again)
45283      Branch: perl
45284            ! pod/perldiag.pod
45285 ____________________________________________________________________________
45286 [  5963] By: gsar                                  on 2000/04/27  06:28:31
45287         Log: patch from Larry to make (\&) prototype work; added tests for
45288              the same
45289      Branch: perl
45290            ! op.c t/comp/proto.t
45291 ____________________________________________________________________________
45292 [  5962] By: gsar                                  on 2000/04/27  06:15:47
45293         Log: updated README.hpux (from Jeff Okamoto)
45294      Branch: perl
45295            ! README.hpux
45296 ____________________________________________________________________________
45297 [  5961] By: gsar                                  on 2000/04/27  05:55:03
45298         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
45299      Branch: perl
45300            ! emacs/cperl-mode.el
45301 ____________________________________________________________________________
45302 [  5960] By: gsar                                  on 2000/04/27  05:49:26
45303         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
45304      Branch: perl
45305            ! INSTALL
45306 ____________________________________________________________________________
45307 [  5959] By: gsar                                  on 2000/04/27  05:33:41
45308         Log: doubled words in pods (from Simon Cozens
45309              <simon.p.cozens@jp.pwcglobal.com>)
45310      Branch: perl
45311            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
45312            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
45313            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
45314            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
45315            ! pod/perltootc.pod
45316 ____________________________________________________________________________
45317 [  5958] By: gsar                                  on 2000/04/27  05:11:39
45318         Log: change#3569 deleted some essential code, revert; avoid use of
45319              atexit() to make DynaLoader work properly on AIX under mod_perl
45320              (from Jens-Uwe Mager <jum@helios.de>)
45321      Branch: perl
45322            ! ext/DynaLoader/dl_aix.xs
45323 ____________________________________________________________________________
45324 [  5957] By: gsar                                  on 2000/04/27  04:54:51
45325         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
45326      Branch: perl
45327            ! pod/perlmod.pod
45328 ____________________________________________________________________________
45329 [  5956] By: gsar                                  on 2000/04/27  04:51:47
45330         Log: better diagnostics on failed tests (from Ilya Zakharevich)
45331      Branch: perl
45332            ! t/op/lex_assign.t
45333 ____________________________________________________________________________
45334 [  5955] By: gsar                                  on 2000/04/27  04:26:44
45335         Log: longstanding bug exposed by change#3307: sort arguments weren't
45336              compiled with the right wantarray context (ensuing runtime lookup
45337              via block_gimme() was getting the incidental context of the
45338              sort() itself)
45339      Branch: perl
45340            ! op.c t/op/sort.t
45341 ____________________________________________________________________________
45342 [  5954] By: gsar                                  on 2000/04/26  23:42:12
45343         Log: integrate cfgperl contents into mainline
45344      Branch: perl
45345           !> (integrate 30 files)
45346 ____________________________________________________________________________
45347 [  5953] By: jhi                                   on 2000/04/26  23:06:42
45348         Log: Integrate with Sarathy.
45349      Branch: cfgperl
45350           !> README.win32 ext/B/B/Deparse.pm
45351           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45352           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
45353           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
45354           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
45355           !> utils/perldoc.PL vms/perlvms.pod
45356 ____________________________________________________________________________
45357 [  5952] By: jhi                                   on 2000/04/26  23:03:46
45358         Log: Undo "use integer" addition from 64bitint as it seems
45359              to break most of the subtests in Digital UNIX;
45360              Unicos needs to find another way.
45361      Branch: cfgperl
45362            ! t/op/64bitint.t
45363 ____________________________________________________________________________
45364 [  5951] By: jhi                                   on 2000/04/26  22:57:53
45365         Log: Be more robust on "extreme" (large absolute value)
45366              arguments.  Originally reported by Daniel Connelly
45367              as a problem with asinh() on large negative arguments,
45368              asinh() used to bail out because an argument to log()
45369              ended up being zero.  Ilya Zakharevich proposed using
45370              Taylor's series in such cases, which for such large
45371              arguments is a very good approximation.
45372      Branch: cfgperl
45373            ! lib/Math/Complex.pm t/lib/complex.t
45374 ____________________________________________________________________________
45375 [  5950] By: gsar                                  on 2000/04/25  19:13:12
45376         Log: reformat perldiag to avoid long lines
45377      Branch: perl
45378            ! pod/perldiag.pod
45379 ____________________________________________________________________________
45380 [  5949] By: gsar                                  on 2000/04/25  18:41:11
45381         Log: make perldoc use the pod2man from the same version (from
45382              M.J.T. Guy)
45383      Branch: perl
45384            ! utils/perldoc.PL
45385 ____________________________________________________________________________
45386 [  5948] By: gsar                                  on 2000/04/25  18:21:57
45387         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
45388              <kompas@kompas.usr.onet.pl>)
45389      Branch: perl
45390            ! lib/vars.pm
45391 ____________________________________________________________________________
45392 [  5947] By: gsar                                  on 2000/04/25  18:11:53
45393         Log: use &dl_error rather than &dl_load_file as the guard for calling
45394              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45395              statically built perl)
45396      Branch: perl
45397            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45398 ____________________________________________________________________________
45399 [  5946] By: jhi                                   on 2000/04/25  17:37:54
45400         Log: Document that tr() is not tr(1).
45401      Branch: cfgperl
45402            ! pod/perlop.pod
45403 ____________________________________________________________________________
45404 [  5945] By: gsar                                  on 2000/04/25  16:34:33
45405         Log: make module name mandatory after -M switch; reorder perldiag
45406              alphabetically (from Mark-Jason Dominus)
45407      Branch: perl
45408            ! perl.c pod/perldiag.pod
45409 ____________________________________________________________________________
45410 [  5944] By: jhi                                   on 2000/04/25  01:15:18
45411         Log: On second thoughts frexp() does have two arguments.
45412      Branch: cfgperl
45413            ! perl.h
45414 ____________________________________________________________________________
45415 [  5943] By: jhi                                   on 2000/04/24  22:56:32
45416         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
45417              Now pp_ncmp() returns undef is either operand is a NaN.
45418      Branch: cfgperl
45419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45420            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
45421            ! vms/subconfigure.com vos/config.def vos/config.h
45422            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45423            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45424            ! win32/config_H.vc
45425      Branch: metaconfig/U/perl
45426            + d_modfl.U
45427 ____________________________________________________________________________
45428 [  5942] By: jhi                                   on 2000/04/24  19:45:17
45429         Log: Regen Configure to match #5937.
45430      Branch: cfgperl
45431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45432            ! config_h.SH
45433      Branch: metaconfig
45434            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
45435 ____________________________________________________________________________
45436 [  5941] By: jhi                                   on 2000/04/24  19:24:11
45437         Log: Further Unicos fixes for Mark Lutz.
45438      Branch: cfgperl
45439            ! hints/unicos.sh pp_ctl.c
45440 ____________________________________________________________________________
45441 [  5940] By: jhi                                   on 2000/04/24  19:09:06
45442         Log: Various Unicos 10.0.0.6 fixes.
45443              
45444              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
45445              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
45446              Reply-To: tecmpl1@triton.ca.boeing.com 
45447              To: perl5-porters@perl.org 
45448              Date: Fri, 14 Apr 2000 20:21:00 GMT 
45449              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
45450      Branch: cfgperl
45451            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
45452 ____________________________________________________________________________
45453 [  5939] By: gsar                                  on 2000/04/24  19:01:24
45454         Log: more pod nits (from Larry Virden)
45455      Branch: perl
45456            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
45457            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45458            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
45459 ____________________________________________________________________________
45460 [  5938] By: gsar                                  on 2000/04/24  18:54:01
45461         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
45462      Branch: perl
45463            ! ext/B/B/Deparse.pm
45464 ____________________________________________________________________________
45465 [  5937] By: jhi                                   on 2000/04/24  17:39:00
45466         Log: Integrate with Sarathy.
45467      Branch: cfgperl
45468           +> (branch 31 files)
45469           !> (integrate 73 files)
45470 ____________________________________________________________________________
45471 [  5936] By: gsar                                  on 2000/04/24  17:30:06
45472         Log: additional tests for change#5934 (from Paul Marquess, who also
45473              sent in the same fix)
45474      Branch: perl
45475            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45476            ! t/pragma/warn/5nolint t/pragma/warn/6default
45477 ____________________________________________________________________________
45478 [  5935] By: jhi                                   on 2000/04/24  17:26:05
45479         Log: Do not assume sign propagation.
45480              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
45481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
45482              To: payner@ncifcrf.gov, perl5-porters@perl.org 
45483              Date: Tue, 18 Apr 2000 18:24:49 +0100 
45484              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
45485      Branch: cfgperl
45486            ! t/op/bop.t t/op/misc.t
45487 ____________________________________________________________________________
45488 [  5934] By: gsar                                  on 2000/04/24  17:16:54
45489         Log: propagate lexical warnings from surrounding scope correctly
45490              within string eval()
45491      Branch: perl
45492            ! pp_ctl.c t/pragma/warn/pp_ctl
45493 ____________________________________________________________________________
45494 [  5933] By: jhi                                   on 2000/04/24  17:01:07
45495         Log: Flatten the cpp jungle doing the nosuid checking.
45496      Branch: cfgperl
45497            ! perl.c
45498 ____________________________________________________________________________
45499 [  5932] By: gsar                                  on 2000/04/24  09:08:14
45500         Log: add rsignal(), whichsig() and do_join() to public API list
45501              (mod_perl uses them to good advantage)
45502      Branch: perl
45503            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
45504 ____________________________________________________________________________
45505 [  5931] By: gsar                                  on 2000/04/24  09:01:40
45506         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
45507      Branch: perl
45508            ! pp_hot.c regexec.c t/op/pat.t
45509 ____________________________________________________________________________
45510 [  5930] By: gsar                                  on 2000/04/24  08:58:33
45511         Log: small os390 tweaks (from Peter Prymmer)
45512      Branch: perl
45513            ! config_h.SH makedepend.SH
45514 ____________________________________________________________________________
45515 [  5929] By: gsar                                  on 2000/04/24  08:55:25
45516         Log: pod nits
45517      Branch: perl
45518            ! pod/perlguts.pod
45519 ____________________________________________________________________________
45520 [  5928] By: gsar                                  on 2000/04/24  08:50:13
45521         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
45522      Branch: perl
45523            ! ext/IO/lib/IO/Poll.pm
45524 ____________________________________________________________________________
45525 [  5927] By: gsar                                  on 2000/04/24  08:43:24
45526         Log: arrange for next() to resume at the unstack op rather than the
45527              loop conditional, so that scope cleanup happens correctly
45528              (from Stephen McCamant)
45529      Branch: perl
45530            ! op.c pp_ctl.c t/op/misc.t
45531 ____________________________________________________________________________
45532 [  5926] By: gsar                                  on 2000/04/24  08:18:40
45533         Log: on windows, reserve 16M of stack rather than 128M (allows more
45534              threads to run concurrently)
45535      Branch: perl
45536            ! win32/Makefile win32/makefile.mk
45537 ____________________________________________________________________________
45538 [  5925] By: gsar                                  on 2000/04/24  08:13:52
45539         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
45540      Branch: perl
45541            ! toke.c
45542 ____________________________________________________________________________
45543 [  5924] By: gsar                                  on 2000/04/24  08:08:59
45544         Log: avoid using uninitialized memory in require version check
45545      Branch: perl
45546            ! pp_ctl.c universal.c
45547 ____________________________________________________________________________
45548 [  5923] By: gsar                                  on 2000/04/24  07:20:14
45549         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
45550      Branch: perl
45551            ! ext/IO/lib/IO/Poll.pm
45552 ____________________________________________________________________________
45553 [  5922] By: gsar                                  on 2000/04/24  07:08:42
45554         Log: commentary about IoTYPE() (from Nathan Torkington)
45555      Branch: perl
45556            ! sv.h
45557 ____________________________________________________________________________
45558 [  5921] By: gsar                                  on 2000/04/24  06:58:26
45559         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45560              by fix
45561      Branch: perl
45562            ! sv.c t/lib/charnames.t t/pragma/utf8.t
45563 ____________________________________________________________________________
45564 [  5920] By: gsar                                  on 2000/04/24  06:37:59
45565         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
45566      Branch: perl
45567            ! doop.c t/op/ver.t
45568 ____________________________________________________________________________
45569 [  5919] By: gsar                                  on 2000/04/24  06:21:58
45570         Log: Configure might miss old directories when prefix must be
45571              expanded (from Robin Barker)
45572      Branch: metaconfig
45573            ! U/installdirs/inc_version_list.U
45574      Branch: perl
45575            ! Configure
45576 ____________________________________________________________________________
45577 [  5918] By: gsar                                  on 2000/04/24  06:16:11
45578         Log: VMS nits in glob() test (from Charles Lane)
45579      Branch: perl
45580            ! t/lib/glob-basic.t
45581 ____________________________________________________________________________
45582 [  5917] By: gsar                                  on 2000/04/24  06:11:56
45583         Log: various pod nits (from Larry Virden and others)
45584      Branch: perl
45585            ! README.amiga README.hpux README.machten README.os2
45586            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
45587            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
45588            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
45589            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
45590            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
45591            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
45592            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
45593            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
45594 ____________________________________________________________________________
45595 [  5916] By: gsar                                  on 2000/04/24  05:52:43
45596         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
45597              <wjones@tc.fluke.com>)
45598      Branch: perl
45599            ! t/lib/glob-basic.t
45600 ____________________________________________________________________________
45601 [  5915] By: gsar                                  on 2000/04/24  05:07:01
45602         Log: supported platforms mixed up
45603      Branch: perl
45604            ! pod/perl56delta.pod pod/perlport.pod
45605 ____________________________________________________________________________
45606 [  5914] By: gsar                                  on 2000/04/24  04:56:08
45607         Log: caller() wasn't returning the right number of elements for
45608              eval {...}
45609      Branch: perl
45610            ! pp_ctl.c t/pragma/warn/9enabled
45611 ____________________________________________________________________________
45612 [  5913] By: gsar                                  on 2000/04/24  04:35:41
45613         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
45614              Mark-Jason Dominus)
45615      Branch: perl
45616            ! pod/perlfunc.pod
45617 ____________________________________________________________________________
45618 [  5912] By: gsar                                  on 2000/04/24  04:17:15
45619         Log: fix totally broken caching in UNIVERSAL::isa() (from
45620              Nick Ing-Simmons)
45621      Branch: perl
45622            ! t/op/universal.t universal.c
45623 ____________________________________________________________________________
45624 [  5911] By: gsar                                  on 2000/04/24  03:39:47
45625         Log: add linebreak properties from unicode/LineBrk.txt (from
45626              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45627      Branch: perl
45628            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45629            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45630            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45631            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45632            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45633            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45634            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45635            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45636            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45637            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45638            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45639            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45640            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45641            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45642            + lib/unicode/Is/LbrkZW.pl
45643            ! lib/unicode/mktables.PL
45644 ____________________________________________________________________________
45645 [  5910] By: gsar                                  on 2000/04/24  03:23:10
45646         Log: typo in pod
45647      Branch: perl
45648            ! ext/Thread/Thread.pm
45649 ____________________________________________________________________________
45650 [  5909] By: gsar                                  on 2000/04/24  03:22:03
45651         Log: mode argument to do_binmode() should be file mode, not boolean
45652      Branch: perl
45653            ! pp_sys.c
45654 ____________________________________________________________________________
45655 [  5908] By: gsar                                  on 2000/04/16  16:51:08
45656         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
45657              always returns a valid GV even when the symbol is trapped by strictures
45658              (avoids coredumps)
45659              
45660              TODO: the C<package;> hack needs similar treatment
45661      Branch: perl
45662            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
45663            ! t/pragma/strict-vars
45664 ____________________________________________________________________________
45665 [  5907] By: jhi                                   on 2000/03/31  23:42:56
45666         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
45667              an assumption which #5905 demolished.
45668      Branch: cfgperl
45669            ! pp_sys.c
45670 ____________________________________________________________________________
45671 [  5906] By: jhi                                   on 2000/03/31  18:54:37
45672         Log: Typo in #5905.
45673      Branch: cfgperl
45674            ! t/op/64bitint.t
45675 ____________________________________________________________________________
45676 [  5905] By: jhi                                   on 2000/03/31  18:50:54
45677         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
45678              reported by Joseph N. Hall.  The bug was that even with use64bitint
45679              one had to use the prefixes q, L, or ll with printf/sprintf,
45680              contrary to the documentation and common sense.
45681      Branch: cfgperl
45682            ! sv.c t/op/64bitint.t
45683 ____________________________________________________________________________
45684 [  5904] By: gsar                                  on 2000/03/28  02:31:32
45685         Log: add Changes, perldelta.pod
45686      Branch: perl
45687            + Changes pod/perldelta.pod
45688 ____________________________________________________________________________
45689 [  5903] By: gsar                                  on 2000/03/28  02:03:55
45690         Log: rename Changes and perldelta.pod
45691      Branch: perl
45692           +> Changes5.6 pod/perl56delta.pod
45693            - Changes pod/perldelta.pod
45694            ! MANIFEST
45695 ____________________________________________________________________________
45696 [  5902] By: gsar                                  on 2000/03/28  01:59:14
45697         Log: create maint-5.6 branch
45698      Branch: maint-5.6/perl
45699           +> (branch 1611 files)
45700 ____________________________________________________________________________
45701 [  5901] By: jhi                                   on 2000/03/23  05:48:43
45702         Log: Integrate with Sarathy.
45703      Branch: cfgperl
45704           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
45705 ____________________________________________________________________________
45706 [  5900] By: gsar                                  on 2000/03/23  05:42:43
45707         Log: three guesses on what this is :-)
45708      Branch: perl
45709            ! Changes