Please note: This file provides a complete, temporally ordered log of changes that went into every version of Perl. If you'd like more detailed information, please consult the comments in the individual patches posted to the perl5-porters mailing list. Patches for each individual change may also be obtained through ftp and rsync--see perlhack.pod for the details. [The "CAST AND CREW" list has been moved to AUTHORS.] NOTE: Each change entry shows the change number; who checked it into the repository; when; description of the change; which branch the change happened in; and the affected files. The file lists have a short symbolic indicator: ! modified + added - deleted +> branched (from elsewhere) !> merged changes (from elsewhere) The Message-Ids in the change entries refer to the email messages sent to the perl5-porters mailing list. You can retrieve the messages for example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ This file contains only changes that affect the mainline branch, not those that affect the (now decommissioned) cfgperl, or vmsperl, or any other branch. -------------- Version v5.7.1 Development release working toward v5.8 -------------- ____________________________________________________________________________ [ 9668] By: jhi on 2001/04/10 01:00:38 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 9667] By: jhi on 2001/04/10 00:52:16 Log: Update perlhist. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 9666] By: jhi on 2001/04/09 23:38:59 Log: Slight wording tweaks from Damian to #9658. Branch: perl ! pod/perlobj.pod ____________________________________________________________________________ [ 9665] By: jhi on 2001/04/09 19:56:06 Log: Subject: [PATCH perlutil.pod] Nit From: Simon Cozens Date: Mon, 9 Apr 2001 20:29:44 +0100 Message-ID: <20010409202944.A14796@the.earth.li> Branch: perl ! pod/perlutil.pod ____________________________________________________________________________ [ 9664] By: jhi on 2001/04/09 19:54:42 Log: Subject: Re: perl571delta.pod@9631 From: Mike Guy Date: Mon, 09 Apr 2001 18:09:14 +0100 Message-Id: Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9663] By: jhi on 2001/04/09 13:43:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9662] By: jhi on 2001/04/09 13:24:46 Log: tweak tweak. Branch: perl ! AUTHORS pod/perl571delta.pod ____________________________________________________________________________ [ 9661] By: jhi on 2001/04/09 13:15:13 Log: Thinko in manual patch applying. Branch: perl ! sv.c ____________________________________________________________________________ [ 9660] By: jhi on 2001/04/09 13:07:53 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning From: Robin Barker Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST) Message-Id: <200104091358.OAA24811@tempest.npl.co.uk> (This corrects the case where the "isn't numeric" string contains \0s and is longer than the temporary buffer, and contains \0 at the point the string would be truncated by "...".) Branch: perl ! sv.c ____________________________________________________________________________ [ 9659] By: jhi on 2001/04/09 12:57:41 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein. Branch: perl ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t ! t/lib/cgi-function.t t/lib/cgi-html.t ____________________________________________________________________________ [ 9658] By: jhi on 2001/04/09 12:48:47 Log: Subject: [PATCH] Partial rewrite of perlobj.pod From: Ilmari Karonen Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST) Message-ID: Rearrange and rewrite the Method Invocation section to explain the concepts in nicer order. Branch: perl ! pod/perlobj.pod ____________________________________________________________________________ [ 9657] By: jhi on 2001/04/09 12:35:58 Log: Upgrade to podlators 1.09, from Russ Allbery. Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 9656] By: jhi on 2001/04/09 12:31:53 Log: perl571delta. Branch: perl ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod ____________________________________________________________________________ [ 9655] By: jhi on 2001/04/09 12:20:09 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support From: Prymmer/Kahn Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT) Message-ID: Branch: perl ! lib/utf8.pm pod/perlunicode.pod ____________________________________________________________________________ [ 9654] By: gsar on 2001/04/09 03:38:33 Log: here lies 5.6.1 Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 9653] By: jhi on 2001/04/09 03:25:24 Log: Update perlhist. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 9652] By: jhi on 2001/04/09 03:18:49 Log: perl571delta tweaking continues. Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9651] By: gsar on 2001/04/09 03:11:19 Log: update Changes, patchlevel.h &c. Branch: maint-5.6/perl ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 9650] By: jhi on 2001/04/09 02:40:24 Log: Integrate the perlfork half of #9513 from maintperl into mainline (the perlunicode half is obsolete) Branch: perl ! pod/perlfork.pod ____________________________________________________________________________ [ 9649] By: gsar on 2001/04/09 02:35:43 Log: tweak perldelta as suggested by Jarkko Branch: maint-5.6/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 9648] By: jhi on 2001/04/09 02:13:04 Log: Integrate change #9646 from maintperl into mainline. add note about ithreads and Thread.pm Branch: perl !> ext/Thread/Thread.pm ext/Thread/Thread.xs ____________________________________________________________________________ [ 9647] By: jhi on 2001/04/09 02:10:18 Log: Bad assumption that shortsize == 2. Branch: perl ! t/lib/xs-typemap.t ____________________________________________________________________________ [ 9646] By: gsar on 2001/04/09 00:48:04 Log: add note about ithreads and Thread.pm (too many people are confused by the fact that Thread.pm is built and installed under non-5005threads but doesn't work) Branch: maint-5.6/perl ! ext/Thread/Thread.pm ext/Thread/Thread.xs ____________________________________________________________________________ [ 9645] By: gsar on 2001/04/09 00:19:03 Log: update perldelta.pod for changes in 5.6.1 Branch: maint-5.6/perl ! Changes pod/perldelta.pod ____________________________________________________________________________ [ 9644] By: jhi on 2001/04/08 20:37:00 Log: Integrate change #9639 from maintperl into mainline: on windows, many of the README.* pods were being copied to the wrong location Branch: perl !> win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9643] By: jhi on 2001/04/08 20:07:11 Log: Integrate change #9624 from maintperl into mainline: the pod tests were not okay. (t/pod/find.t changes ignored) Branch: perl !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t !> t/pod/include.t t/pod/included.t t/pod/lref.t !> t/pod/multiline_items.t t/pod/nested_items.t !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t ____________________________________________________________________________ [ 9642] By: jhi on 2001/04/08 19:57:17 Log: Integrate change #9638 from maintperl into mainline: update to latest JPL from the anoncvs repository Branch: perl +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README ____________________________________________________________________________ [ 9641] By: jhi on 2001/04/08 19:53:30 Log: perl571delta updates. Branch: perl ! lib/Filter/Simple.pm pod/perl571delta.pod ____________________________________________________________________________ [ 9640] By: gsar on 2001/04/08 19:20:46 Log: integrate change#9634 from mainline Fix the perlmodlib generation (didn't understand separate .pod files; didn't understand -- as the name-thing separator). Update the CPAN mirrors list. Branch: maint-5.6/perl ! pod/perlmodlib.pod !> pod/perlmodlib.PL ____________________________________________________________________________ [ 9639] By: gsar on 2001/04/08 18:57:31 Log: on windows, many of the README.* pods were being copied to the wrong location Branch: maint-5.6/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9638] By: gsar on 2001/04/08 18:38:25 Log: update to latest JPL from the anoncvs repository Branch: maint-5.6/perl + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README ____________________________________________________________________________ [ 9637] By: jhi on 2001/04/08 17:53:53 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g; Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9636] By: jhi on 2001/04/08 17:18:32 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 9635] By: jhi on 2001/04/08 17:16:33 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS From: "Craig A. Berry" Date: Sun, 08 Apr 2001 12:30:16 -0500 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01> Branch: perl ! ext/IO/IO.xs lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 9634] By: jhi on 2001/04/08 17:09:19 Log: Fix the perlmodlib generation (didn't understand separate .pod files; didn't understand -- as the name-thing separator). Update the CPAN mirrors list. Branch: perl ! pod/perlmodlib.PL pod/perlmodlib.pod ____________________________________________________________________________ [ 9633] By: jhi on 2001/04/08 16:49:17 Log: Sort MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 9632] By: gsar on 2001/04/08 16:36:06 Log: add $Tie::RefHash::VERSION Branch: maint-5.6/perl ! lib/Tie/RefHash.pm ____________________________________________________________________________ [ 9631] By: jhi on 2001/04/08 16:10:15 Log: perl571delta updates based on p5p feedback; still needs lots of examples. Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9630] By: jhi on 2001/04/08 15:59:13 Log: Update the list of supported platforms to talk about 5.7.1 (and 5.6.1) Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 9629] By: jhi on 2001/04/08 15:55:41 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290 from maintperl into mainline: perlport updates. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 9628] By: jhi on 2001/04/08 15:53:17 Log: perlsolaris.pod copied to wrong directory. Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 9627] By: jhi on 2001/04/08 14:48:18 Log: Subject: Typos in perl571delta.pod From: "Stephen P. Potter" Date: Sat, 07 Apr 2001 20:37:05 -0400 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org> Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9626] By: jhi on 2001/04/08 14:39:04 Log: Smoke out dTHR, spotted by by Stephen P. Potter. Branch: perl ! gv.c ____________________________________________________________________________ [ 9625] By: nick on 2001/04/08 10:14:23 Log: Integrate mainline Branch: perlio +> pod/perl570delta.pod pod/perl571delta.pod !> (integrate 27 files) ____________________________________________________________________________ [ 9624] By: gsar on 2001/04/08 06:08:17 Log: test in t/pod/* were busted these tests are still not enabled in t/{harness,TEST} Branch: maint-5.6/perl ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t ! t/pod/multiline_items.t t/pod/nested_items.t ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t ____________________________________________________________________________ [ 9623] By: gsar on 2001/04/08 03:37:01 Log: integrate change#9470 from mainline Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... Branch: maint-5.6/perl !> ext/Socket/Socket.xs ____________________________________________________________________________ [ 9622] By: jhi on 2001/04/07 22:40:47 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9621] By: jhi on 2001/04/07 22:34:16 Log: Update AUTHORS. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 9620] By: jhi on 2001/04/07 22:12:47 Log: Forgot to bump the number of tests in #9164. Branch: perl ! t/op/array.t ____________________________________________________________________________ [ 9619] By: jhi on 2001/04/07 22:09:50 Log: Bump patchlevel to 5.7.1. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH patchlevel.h ____________________________________________________________________________ [ 9618] By: jhi on 2001/04/07 22:02:41 Log: Populate perl571delta. Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9617] By: jhi on 2001/04/07 22:01:23 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed to forget it later; do not change patchlevel.h yet or regenerate Configure yet. Branch: perl ! epoc/config.sh win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 9616] By: jhi on 2001/04/07 17:46:33 Log: Add PerlIO and Encode information to perl571delta, fron NI-S. Branch: perl ! pod/perl571delta.pod ____________________________________________________________________________ [ 9615] By: jhi on 2001/04/07 17:33:21 Log: Change the toc configuration. Branch: perl ! pod/buildtoc.PL pod/perl.pod ____________________________________________________________________________ [ 9614] By: jhi on 2001/04/07 17:29:47 Log: Subject: PATCH: $[ From: Robin Houston Date: Fri, 6 Apr 2001 18:10:14 +0100 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk> Branch: perl ! op.c t/op/array.t ____________________________________________________________________________ [ 9613] By: jhi on 2001/04/07 17:28:26 Log: Subject: [PATCH perl@9424] isn't numeric warning From: Robin Barker Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST) Message-Id: <200104061708.SAA06783@tempest.npl.co.uk> Branch: perl ! sv.c t/pragma/warn/sv ____________________________________________________________________________ [ 9612] By: jhi on 2001/04/07 17:26:45 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality From: Mike Guy Date: Fri, 06 Apr 2001 12:47:06 +0100 Message-Id: Branch: perl ! dump.c t/lib/peek.t ____________________________________________________________________________ [ 9611] By: jhi on 2001/04/07 17:21:35 Log: Create perl571delta and seed it off with the perldelta changes since 5.7.0; remove those changes from perldelta and rename it as perl570delta; recreate perldelta but leave it almost empty. Branch: perl + pod/perl570delta.pod pod/perl571delta.pod ! MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 9610] By: jhi on 2001/04/07 16:56:32 Log: Denit. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 9609] By: jhi on 2001/04/07 16:38:32 Log: Retract #9523: needs more thought. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9608] By: jhi on 2001/04/07 14:59:20 Log: atmark() code cleanaup. Branch: perl ! ext/IO/IO.xs ____________________________________________________________________________ [ 9607] By: jhi on 2001/04/07 14:48:14 Log: Integrate change #9605 from maintperl into mainline. can't optimize away scope entry if tr/// is present Branch: perl !> op.c t/op/tr.t ____________________________________________________________________________ [ 9606] By: jhi on 2001/04/07 14:43:59 Log: Integrate perlio. Branch: perl +> win32/FindExt.pm !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk ____________________________________________________________________________ [ 9605] By: gsar on 2001/04/07 11:52:40 Log: can't optimize away scope entry if tr/// is present Branch: maint-5.6/perl ! op.c t/op/tr.t ____________________________________________________________________________ [ 9604] By: nick on 2001/04/07 11:39:45 Log: Split out extension finding code from buildext.pl into FindExt.pm Use it to get Config.pm's idea of available extensions in line with what is built. Branch: perlio + win32/FindExt.pm ! MANIFEST win32/buildext.pl win32/config_sh.PL ! win32/makefile.mk ____________________________________________________________________________ [ 9603] By: nick on 2001/04/07 09:11:38 Log: Cleanup correction for failed :Via() layer, also set an error code. Branch: perlio ! ext/PerlIO/Via/Via.xs ____________________________________________________________________________ [ 9602] By: nick on 2001/04/07 08:38:04 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX style. So don't use binmode() on the handles so that Win32 etc. see same sequence and produce same digests. Branch: perlio ! t/lib/md5-file.t ____________________________________________________________________________ [ 9601] By: nick on 2001/04/07 08:36:26 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r") Else it complains and so crlf layer (say) does not get pushed. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 9600] By: jhi on 2001/04/06 23:00:09 Log: Integrate change #9599 from perlio into mainline. Branch: perl !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc !> win32/config_H.vc ____________________________________________________________________________ [ 9599] By: nick on 2001/04/06 21:42:43 Log: Quote $VERSION in Encode.pm. regen_config_h as requested. Branch: perlio ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc ! win32/config_H.vc ____________________________________________________________________________ [ 9598] By: nick on 2001/04/06 20:34:59 Log: Integrate mainline Branch: perlio +> README.macos !> (integrate 39 files) ____________________________________________________________________________ [ 9597] By: gsar on 2001/04/06 18:06:35 Log: integrate change#9464 from mainline (addendum to change#8313) Subject: [PATCH @9452] Better peep()ing for foreach() loops Branch: maint-5.6/perl !> op.c ____________________________________________________________________________ [ 9596] By: jhi on 2001/04/06 17:26:03 Log: The d_casti32=undef is good for you even when not use64bitall. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 9595] By: gsar on 2001/04/06 14:57:17 Log: add a low-impact fix to accomodate darwin-ism Branch: maint-5.6/perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 9594] By: jhi on 2001/04/06 14:55:14 Log: Integrate changes #9528,9593 from mainline into maintperl; tweaking the editor/IDE/shell list. Branch: maint-5.6/perl !> pod/perlfaq3.pod ____________________________________________________________________________ [ 9593] By: jhi on 2001/04/06 14:51:39 Log: Make the editor/IDE/shell list a little bit airier. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 9592] By: gsar on 2001/04/06 14:45:18 Log: integrate change#9477 from mainline (base.pm doc tweak) missing doc entry for fmod() Branch: maint-5.6/perl ! lib/Math/BigFloat.pm !> lib/base.pm ____________________________________________________________________________ [ 9591] By: jhi on 2001/04/06 13:55:48 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 9590] By: jhi on 2001/04/06 13:54:52 Log: Math::BigFloat patches from John Peacock. The equivalent of #9586 from maintperl but reworked by John to work with the bleadperl. Branch: perl ! lib/Math/BigFloat.pm t/lib/bigfltpm.t ____________________________________________________________________________ [ 9589] By: jhi on 2001/04/06 13:42:23 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined. Branch: perl ! ext/Digest/MD5/Makefile.PL ____________________________________________________________________________ [ 9588] By: jhi on 2001/04/06 13:31:45 Log: Integrate changes #9584,9587 from maintperl into mainline. keep eval"" CVs alive until the end of the statement in which they're called add README.macos (from Chris Nandor) tyop in change#9555 Branch: perl +> README.macos !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 9587] By: gsar on 2001/04/06 07:31:30 Log: add README.macos (from Chris Nandor) tyop in change#9555 Branch: maint-5.6/perl + README.macos ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9586] By: gsar on 2001/04/06 07:08:54 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock) Branch: maint-5.6/perl ! lib/Math/BigFloat.pm t/lib/bigfltpm.t ____________________________________________________________________________ [ 9585] By: gsar on 2001/04/06 06:58:44 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578 from mainline Subject: [PATCH] Base64 update to perlfaq9.pod Subject: [PATCH AUTHORS] Housekeeping Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) Mac OS X (Darwin) has extra pwent fields. Subject: [PATCH B::*] print control-character vars readably Needs EBCDICification. Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc. Subject: [PATCH B::Deparse] binmode is no longer an UNOP Subject: [PATCH B::Deparse] regex quoting, and a minor milestone Subject: [PATCH B::Deparse] suppress "unintialized value" warnings Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch) Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct) FreeBSD hints tweak from Anton Berezin. Subject: [PATCH foolperl & bleadperl] README.vms update Subject: Re: [PATCH foolperl & bleadperl] README.vms update Branch: maint-5.6/perl !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t ____________________________________________________________________________ [ 9584] By: gsar on 2001/04/06 04:09:00 Log: keep eval"" CVs alive until the end of the statement in which they're called; this avoids a coredump ensuing from search for lexicals in code such as: sub bug { my $s = @_; eval q[sub { eval 'sub { &$s }' }]; } bug("x")->()->(); this code still doesn't work as intended (as it has remained since time immemorial), but it doesn't provoke a coredump anymore Branch: maint-5.6/perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c ____________________________________________________________________________ [ 9583] By: jhi on 2001/04/05 23:52:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9582] By: jhi on 2001/04/05 23:11:23 Log: Slight doc tweak. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 9581] By: jhi on 2001/04/05 23:04:11 Log: Integrate perlio. Branch: perl !> pod/perlunicode.pod ____________________________________________________________________________ [ 9580] By: jhi on 2001/04/05 23:03:29 Log: Test for #9579. Branch: perl ! t/op/do.t ____________________________________________________________________________ [ 9579] By: jhi on 2001/04/05 22:54:17 Log: Subject: [PATCH] Propagate calling context for do '...' From: Gisle Aas Date: 04 Apr 2001 20:17:29 -0700 Message-ID: Branch: perl ! pod/perlfunc.pod pp_ctl.c ____________________________________________________________________________ [ 9578] By: jhi on 2001/04/05 22:52:51 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update From: Peter Prymmer Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT) Message-ID: Branch: perl ! README.vms ____________________________________________________________________________ [ 9577] By: jhi on 2001/04/05 22:48:22 Log: Subject: [PATCH foolperl & bleadperl] README.vms update From: "Craig A. Berry" Date: Thu, 5 Apr 2001 13:43:28 -0500 Message-Id: Branch: perl ! README.vms ____________________________________________________________________________ [ 9576] By: jhi on 2001/04/05 22:31:38 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm From: Michael G Schwern Date: Thu, 5 Apr 2001 21:53:21 +0100 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk> Branch: perl ! lib/base.pm t/lib/fields.t ____________________________________________________________________________ [ 9575] By: jhi on 2001/04/05 22:26:10 Log: FreeBSD hints tweak from Anton Berezin. Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 9574] By: jhi on 2001/04/05 22:24:03 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct) From: David Dyck Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT) Message-ID: Branch: perl ! t/op/oct.t ____________________________________________________________________________ [ 9573] By: jhi on 2001/04/05 22:23:06 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch) Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT) From: David Dyck Message-ID: Branch: perl ! pp.c ____________________________________________________________________________ [ 9572] By: jhi on 2001/04/05 22:14:47 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings From: Robin Houston Date: Thu, 5 Apr 2001 20:56:48 +0100 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9571] By: jhi on 2001/04/05 22:12:53 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone From: Robin Houston Date: Thu, 5 Apr 2001 19:55:51 +0100 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9570] By: jhi on 2001/04/05 22:11:06 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP From: Robin Houston Date: Thu, 5 Apr 2001 20:16:29 +0100 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9569] By: nick on 2001/04/05 21:32:26 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod Branch: perlio ! pod/perlunicode.pod ____________________________________________________________________________ [ 9568] By: nick on 2001/04/05 19:38:09 Log: Integrate mainline Branch: perlio +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t !> (integrate 35 files) ____________________________________________________________________________ [ 9567] By: jhi on 2001/04/05 18:31:45 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc. From: Robin Houston Date: Thu, 5 Apr 2001 18:03:23 +0100 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9566] By: jhi on 2001/04/05 18:29:35 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends From: Robin Houston Date: Thu, 5 Apr 2001 16:45:18 +0100 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm ____________________________________________________________________________ [ 9565] By: jhi on 2001/04/05 18:24:23 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments From: Robin Houston Date: Thu, 5 Apr 2001 14:50:09 +0100 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9564] By: jhi on 2001/04/05 18:23:03 Log: Subject: [PATCH B::*] print control-character vars readably From: Robin Houston Date: Thu, 5 Apr 2001 14:27:38 +0100 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk> Needs EBCDICification. Branch: perl ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm ! ext/B/B/Terse.pm ____________________________________________________________________________ [ 9563] By: jhi on 2001/04/05 18:20:32 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) Date: Thu, 5 Apr 2001 13:21:42 -0400 From: Paul Schinder Message-Id: Mac OS X (Darwin) has extra pwent fields. Branch: perl ! t/op/pwent.t ____________________________________________________________________________ [ 9562] By: jhi on 2001/04/05 17:57:51 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 9561] By: jhi on 2001/04/05 17:47:33 Log: Metaconfig units changes for #9560, plus regen Glossary.patch. Branch: metaconfig ! U/Glossary.patch Branch: metaconfig/U/perl + d_u32align.U ! d_cmsghdr_s.U d_msghdr_s.U ____________________________________________________________________________ [ 9560] By: jhi on 2001/04/05 17:47:01 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t. Introduce probes for struct msghdr, struct cmsghdr, sendmsg, recvmsg, readv, writev, setitimer, getitimer, ualarm, usleep, for possible later extension work. Branch: perl + t/lib/md5-align.t ! Configure MANIFEST Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH configure.com epoc/config.sh ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 9559] By: jhi on 2001/04/05 13:03:04 Log: Be traditional in your cpp (for the Errno extension). Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 9558] By: jhi on 2001/04/05 13:00:05 Log: Add $Config{cppflags} to the gcc incantation. Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 9557] By: jhi on 2001/04/05 04:22:39 Log: Introduce Sean Burke's Class::ISA 0.32. Branch: perl + lib/Class/ISA.pm t/lib/class-isa.t ! MANIFEST ____________________________________________________________________________ [ 9556] By: jhi on 2001/04/05 04:09:50 Log: Subject: [PATCH AUTHORS] Housekeeping From: Paul Johnson Date: Wed, 4 Apr 2001 22:45:47 +0200 Message-ID: <20010404224547.D9548@pjcj.net> Branch: perl ! AUTHORS ____________________________________________________________________________ [ 9555] By: jhi on 2001/04/05 04:06:33 Log: Subject: [PATCH] Base64 update to perlfaq9.pod From: Gisle Aas Date: 04 Apr 2001 14:23:04 -0700 Message-ID: Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 9554] By: jhi on 2001/04/05 04:05:49 Log: Downgrade also the "Wide character" diagnostic. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 9553] By: jhi on 2001/04/05 04:00:33 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from maintperl into mainline. "double" should be "NV"; standard typemap is missing entry for NV s/djSP/dSP/ Downgrade "Wide character in print" to a warning. B::Deparse fix for ${^FOO} and documentation for PVX() method (from Robin Houston) tr/// doesn't null-terminate the result in some situations (from Gisle Aas) Branch: perl !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap !> t/io/utf8.t t/op/tr.t ____________________________________________________________________________ [ 9552] By: jhi on 2001/04/05 03:52:50 Log: Retract changes #9542 and #9538 (from maintperl, integrated at #9540), shouldn't be needed because of the perlio changes. Branch: perl ! util.c ____________________________________________________________________________ [ 9551] By: gsar on 2001/04/05 00:18:34 Log: tr/// doesn't null-terminate the result in some situations (from Gisle Aas) Branch: maint-5.6/perl ! doop.c t/op/tr.t ____________________________________________________________________________ [ 9550] By: gsar on 2001/04/04 20:04:17 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method (from Robin Houston) Branch: maint-5.6/perl ! ext/B/B.pm ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9549] By: nick on 2001/04/04 18:56:15 Log: Downgrade "Wide character in print" to a warning. Branch: perlio ! doio.c t/io/utf8.t ____________________________________________________________________________ [ 9548] By: gsar on 2001/04/04 18:51:49 Log: integrate changes#9460,9462,9482,9521,9522 Subject: PATCH: B::Debug should show LOOP-specific fields Subject: B::Deparse precedence bug. (Patch included.) Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics" Subject: [PATCH B::Concise] @stash_array = split(/pat/, str); Subject: [PATCH B::Concise] padname values may have bogus SvCUR Branch: maint-5.6/perl !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm ____________________________________________________________________________ [ 9547] By: gsar on 2001/04/04 18:49:16 Log: s/djSP/dSP/ Branch: maint-5.6/perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 9546] By: nick on 2001/04/04 18:44:00 Log: Integrate mainline. Branch: perlio !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c ____________________________________________________________________________ [ 9545] By: gsar on 2001/04/04 18:38:52 Log: integrate change#8837 from mainline Subject: [patch] -Wall cleanup round 2 Branch: maint-5.6/perl !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs !> ext/SDBM_File/SDBM_File.xs ____________________________________________________________________________ [ 9544] By: gsar on 2001/04/04 17:49:57 Log: "double" should be "NV"; standard typemap is missing entry for NV Branch: maint-5.6/perl ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap ____________________________________________________________________________ [ 9543] By: jhi on 2001/04/04 14:13:18 Log: Thou shalt not (just) match for English error messages. Branch: perl ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm ! os2/OS2/Process/Process.pm ____________________________________________________________________________ [ 9542] By: jhi on 2001/04/04 13:20:39 Log: Make the stdio tricks of fflush_all() to exist only if stdio is being used. Branch: perl ! util.c ____________________________________________________________________________ [ 9541] By: jhi on 2001/04/04 04:20:24 Log: Subject: Re: [PATCH] Lighten up glob From: Benjamin Sugars Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT) Message-ID: Branch: perl ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod ! util.c ____________________________________________________________________________ [ 9540] By: jhi on 2001/04/04 04:03:57 Log: Integrate changes #9538,9539 from maintperl into mainline. fflush() is a macro on SunOS 4.1.x, so provide a wrapper for use with _fwalk() (fix for change#7705) another tweak needed for SunOS 4.1.x build (from Mike Guy) (cp -f is not portable) Branch: perl !> Makefile.SH util.c ____________________________________________________________________________ [ 9539] By: gsar on 2001/04/04 03:01:14 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy) Branch: maint-5.6/perl ! Makefile.SH ____________________________________________________________________________ [ 9538] By: gsar on 2001/04/04 01:00:38 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper for use with _fwalk() (fix for change#7705) Branch: maint-5.6/perl ! util.c ____________________________________________________________________________ [ 9537] By: nick on 2001/04/03 19:24:55 Log: Integrate mainline Branch: perlio +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt +> lib/unicode/PropList.html - lib/unicode/Names.txt lib/unicode/README.Ethiopic !> (integrate 69 files) ____________________________________________________________________________ [ 9536] By: jhi on 2001/04/03 18:02:31 Log: Integrate change #9533 from maintperl into mainline. better fix for change#9517 to accomodate UNC paths like \\server\share\foo, and paths with trailing backslash like c:\this\ Branch: perl !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL ____________________________________________________________________________ [ 9535] By: jhi on 2001/04/03 17:58:07 Log: Change the push/unshift warning to be of class syntax, not misc. Branch: perl ! op.c pod/perldiag.pod t/pragma/warn/op ____________________________________________________________________________ [ 9534] By: jhi on 2001/04/03 15:03:46 Log: Change the push/unshift warning (#9532) to talk about "no values" instead of "no arguments". Branch: perl ! op.c pod/perldiag.pod t/pragma/warn/op ____________________________________________________________________________ [ 9533] By: gsar on 2001/04/03 14:30:07 Log: better fix for change#9517 to accomodate UNC paths like \\server\share\foo, and paths with trailing backslash like c:\this\ Branch: maint-5.6/perl ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL ____________________________________________________________________________ [ 9532] By: jhi on 2001/04/03 13:11:46 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x) From: Robin Houston Date: Mon, 2 Apr 2001 15:03:29 +0100 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk> Branch: perl ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op ____________________________________________________________________________ [ 9531] By: jhi on 2001/04/03 13:06:34 Log: Integrate change #9530 from maintperl into mainline. accomodate VMS "mailbox overflow" quirk in testsuite (from Craig Berry) Branch: perl !> t/lib/socket.t ____________________________________________________________________________ [ 9530] By: gsar on 2001/04/03 04:56:41 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from Craig Berry) Branch: maint-5.6/perl ! t/lib/socket.t ____________________________________________________________________________ [ 9529] By: jhi on 2001/04/03 02:34:34 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9528] By: jhi on 2001/04/03 01:27:57 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT) To: perl5-porters@perl.org Message-ID: Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 9527] By: jhi on 2001/04/03 01:22:09 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training From: Peter Prymmer Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT) Message-ID: Branch: perl ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t ____________________________________________________________________________ [ 9526] By: jhi on 2001/04/03 01:18:25 Log: The metaconfig unit changes for #9525. Branch: metaconfig ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 9525] By: jhi on 2001/04/03 01:17:30 Log: Configure sanity checks: * if use64bitall is attempted but pointers are only 32-bit, 'downgrade' to use64bitint * if use64bitint is attempted but there's no quad type, forget about use64bitint (well, the default for it is 'n', the user can still override this) * if pointers are 64 bits, do not try to use Perl's malloc Branch: perl ! Configure ____________________________________________________________________________ [ 9524] By: gsar on 2001/04/03 01:09:12 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe) Branch: maint-5.6/perl ! pp_sys.c ____________________________________________________________________________ [ 9523] By: jhi on 2001/04/03 00:02:31 Log: (Retracted by #9609) Make it harder for parallel makes to enter 'test' before Dynaloader and File::Glob are happy. (In principle 'make_ext' should be unhappy enough, but sometimes parallel makes seem to sneak past both in Tru64 and AIX.) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9522] By: jhi on 2001/04/02 22:35:31 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR Date: Mon, 2 Apr 2001 22:54:10 +0100 From: Robin Houston Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm ____________________________________________________________________________ [ 9521] By: jhi on 2001/04/02 22:32:23 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str); From: Robin Houston Date: Mon, 2 Apr 2001 20:24:03 +0100 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Concise.pm ____________________________________________________________________________ [ 9520] By: jhi on 2001/04/02 22:30:43 Log: Subject: [PATCH] REALLY pedantic hv.h nit From: Simon Cozens Date: Mon, 2 Apr 2001 15:43:06 +0100 Message-ID: <20010402154306.A21711@netthink.co.uk> Branch: perl ! hv.h ____________________________________________________________________________ [ 9519] By: jhi on 2001/04/02 22:28:04 Log: Based on Subject: [foolperl] EPOC fix From: Olaf Flebbe Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9518] By: jhi on 2001/04/02 22:22:34 Log: Integrate changes #9511,9514,9517 from maintperl into mainline. README.win32 tweaks; add a note about alternative location for getting a gcc-2.95.2 that will build perl properly on windows add some notes about gutsy threading matters many of the utilities interpolate literal paths within doublequotes (fails on dosish platforms where path contains backslashes) Branch: perl !> README.win32 pod/perlguts.pod utils/perldoc.PL !> x2p/find2perl.PL x2p/s2p.PL ____________________________________________________________________________ [ 9517] By: gsar on 2001/04/02 19:52:21 Log: many of the utilities interpolate literal paths within doublequotes (fails on dosish platforms where path contains backslashes) Branch: maint-5.6/perl ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL ____________________________________________________________________________ [ 9516] By: gsar on 2001/04/02 05:49:37 Log: a foolish release Branch: maint-5.6/perl ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 9515] By: gsar on 2001/04/02 05:04:29 Log: add missing changelog summaries Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 9514] By: gsar on 2001/04/02 04:07:13 Log: add some notes about gutsy threading matters Branch: maint-5.6/perl ! pod/perlguts.pod ____________________________________________________________________________ [ 9513] By: gsar on 2001/04/02 03:25:21 Log: add more prominent caveat notices about experimental features Branch: maint-5.6/perl ! pod/perlfork.pod pod/perlunicode.pod ____________________________________________________________________________ [ 9512] By: gsar on 2001/04/02 02:54:33 Log: integrate changes#9479,9509 from mainline [PATCH] File::Glob stuff for Mac OS [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c Branch: maint-5.6/perl !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t !> t/lib/glob-taint.t ____________________________________________________________________________ [ 9511] By: gsar on 2001/04/02 02:38:24 Log: README.win32 tweaks; add a note about alternative location for getting a gcc-2.95.2 that will build perl properly on windows Branch: maint-5.6/perl ! README.win32 ____________________________________________________________________________ [ 9510] By: jhi on 2001/04/01 20:45:10 Log: An ambiguosity warning. Branch: perl ! t/lib/trig.t ____________________________________________________________________________ [ 9509] By: jhi on 2001/04/01 19:53:47 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c From: Jonathan Stowe Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST) Message-ID: Branch: perl ! ext/File/Glob/bsd_glob.c ____________________________________________________________________________ [ 9508] By: jhi on 2001/04/01 19:35:03 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9507] By: jhi on 2001/04/01 19:24:01 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506 from mainline to maintperl: pod tweaks. Branch: maint-5.6/perl !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod !> pod/perlvar.pod ____________________________________________________________________________ [ 9506] By: jhi on 2001/04/01 19:11:53 Log: Commit Sarathy to April release of 5.6.1 :-) Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 9505] By: jhi on 2001/04/01 19:03:15 Log: Subject: PATCH 5.6.0 (perldebug.pod) From: Mark-Jason Dominus Date: Sun, 01 Apr 2001 14:25:11 -0400 Message-ID: <20010401182511.9247.qmail@plover.com> Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 9504] By: jhi on 2001/04/01 18:43:09 Log: Add great_circle_direction(). Branch: perl ! lib/Math/Trig.pm t/lib/trig.t ____________________________________________________________________________ [ 9503] By: jhi on 2001/04/01 17:29:12 Log: Unicode ReadMe update for Unicode 3.1. Branch: perl ! lib/unicode/ReadMe.txt ____________________________________________________________________________ [ 9502] By: jhi on 2001/04/01 17:18:40 Log: Integrate change #9501 from maintperl into mainline. fix the perlembed notes on multiple interpreters fix ExtUtils::Embed to work passably on Windows Branch: perl !> lib/ExtUtils/Embed.pm pod/perlembed.pod ____________________________________________________________________________ [ 9501] By: gsar on 2001/04/01 07:21:57 Log: fix the perlembed notes on multiple interpreters fix ExtUtils::Embed to work passably on Windows Branch: maint-5.6/perl ! lib/ExtUtils/Embed.pm pod/perlembed.pod ____________________________________________________________________________ [ 9500] By: jhi on 2001/04/01 05:58:23 Log: Test for #9499. Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 9499] By: jhi on 2001/04/01 05:55:46 Log: tr/// UTF-8 tweaking from Inaba Hiroto. Branch: perl ! embed.h embed.pl op.c proto.h ____________________________________________________________________________ [ 9498] By: jhi on 2001/04/01 05:44:34 Log: Protect the workaround hunk more. Branch: perl ! toke.c ____________________________________________________________________________ [ 9497] By: jhi on 2001/04/01 00:24:25 Log: Integrate changes #9493,9494,9495,9496 from maintperl into mainline. fix a broken workaround for Borland compiler in change#4739 (caused weird "short reads" on DATA, which caused op/misc.t to fail) nits spotted by Borland compiler avoid redefinition warnings under Borland 5.02 various nits identified by the Borland 5.5 compiler; remove suppression of a few warnings Branch: perl !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk !> win32/win32.h ____________________________________________________________________________ [ 9496] By: gsar on 2001/03/31 23:22:28 Log: various nits identified by the Borland 5.5 compiler; remove suppression of a few warnings Branch: maint-5.6/perl ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h ____________________________________________________________________________ [ 9495] By: gsar on 2001/03/31 21:03:08 Log: avoid redefinition warnings under Borland 5.02 Branch: maint-5.6/perl ! win32/makefile.mk ____________________________________________________________________________ [ 9494] By: gsar on 2001/03/31 20:18:59 Log: nits spotted by Borland compiler Branch: maint-5.6/perl ! utf8.h win32/win32.h ____________________________________________________________________________ [ 9493] By: gsar on 2001/03/31 20:18:05 Log: fix a broken workaround for Borland compiler in change#4739 (caused weird "short reads" on DATA, which caused op/misc.t to fail) Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 9492] By: jhi on 2001/03/31 18:36:24 Log: Integrate change #9491 from maintperl into mainline. Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the directory is relative (need to fetch the full path name *before* the chdir!) Branch: perl !> lib/Cwd.pm ____________________________________________________________________________ [ 9491] By: gsar on 2001/03/31 17:01:56 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the directory is relative (need to fetch the full path name *before* the chdir!) this is a followup patch for change#6749 Branch: maint-5.6/perl ! lib/Cwd.pm ____________________________________________________________________________ [ 9490] By: jhi on 2001/03/31 15:50:18 Log: Subject: Re: [PATCH] av.h cosmetics From: Simon Cozens Date: Sat, 31 Mar 2001 13:09:59 +0100 Message-ID: <20010331130959.A22000@netthink.co.uk> Document AvALLOC. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 9489] By: jhi on 2001/03/31 15:48:44 Log: Subject: [PATCH] Re: Math::Big* v1.21 From: Tels Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST) Message-Id: <200103311125.GAA377738@www08.hway.net> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 9488] By: jhi on 2001/03/31 03:39:51 Log: Debug output tweak. Branch: perl ! t/lib/cwd.t ____________________________________________________________________________ [ 9487] By: jhi on 2001/03/31 03:33:02 Log: OverVMSification. Branch: perl ! t/lib/cwd.t ____________________________________________________________________________ [ 9486] By: jhi on 2001/03/31 03:01:40 Log: Missed MANIFESTations in #9483. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 9485] By: jhi on 2001/03/31 02:58:17 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED) From: Peter Prymmer Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST) Message-ID: Branch: perl ! regexec.c t/lib/cwd.t ____________________________________________________________________________ [ 9484] By: jhi on 2001/03/31 01:04:41 Log: Obsolete file (see #3938) Branch: perl - lib/unicode/README.Ethiopic ! MANIFEST ____________________________________________________________________________ [ 9483] By: jhi on 2001/03/31 00:52:42 Log: Update to Unicode 3.1. (Rename Names.txt to NamesList.txt.) Branch: perl + lib/unicode/NamesList.txt lib/unicode/PropList.html - lib/unicode/Names.txt ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html ! lib/unicode/UCD.html lib/unicode/Unicode.html ! lib/unicode/rename lib/unicode/version ____________________________________________________________________________ [ 9482] By: jhi on 2001/03/30 23:33:44 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics" From: Robin Houston Date: Fri, 30 Mar 2001 20:07:22 +0100 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9481] By: jhi on 2001/03/30 23:20:25 Log: Subject: Re: [PATCH] CwdXS, Take 2 From: Benjamin Sugars Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST) Message-ID: Branch: perl + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL ! MANIFEST lib/Cwd.pm t/lib/cwd.t ____________________________________________________________________________ [ 9480] By: jhi on 2001/03/30 22:52:38 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!" From: David Dyck Date: Fri, 30 Mar 2001 14:44:13 -0800 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com> The t/rantests flags file creation was accidentally removed by #9217. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9479] By: jhi on 2001/03/30 22:45:45 Log: Subject: [PATCH] File::Glob stuff for Mac OS From: Chris Nandor Date: Fri, 30 Mar 2001 16:51:00 -0500 Message-Id: Branch: perl ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t ! t/lib/glob-taint.t ____________________________________________________________________________ [ 9478] By: jhi on 2001/03/30 22:43:12 Log: Subject: fix for win32/buildext.pl From: "Vadim Konovalov" Date: Sat, 31 Mar 2001 00:50:36 +0400 Message-ID: <005b01c0b95c$ac277250$7542983e@vad> Branch: perl ! win32/buildext.pl ____________________________________________________________________________ [ 9477] By: jhi on 2001/03/30 22:41:16 Log: Subject: small base.pm doc patch From: Leon Brocard Date: Fri, 30 Mar 2001 21:49:57 +0100 Message-ID: <20010330214957.B8733@ns0.astray.com> Branch: perl ! lib/base.pm ____________________________________________________________________________ [ 9476] By: jhi on 2001/03/30 18:16:57 Log: Subject: [PATCH] av.h cosmetics From: Simon Cozens Date: Fri, 30 Mar 2001 18:12:28 +0100 Message-ID: <20010330181228.A9319@netthink.co.uk> Branch: perl ! av.h ____________________________________________________________________________ [ 9475] By: jhi on 2001/03/30 18:15:50 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod From: "Philip Newton" Date: Fri, 30 Mar 2001 19:06:57 +0200 Message-ID: <3AC4D951.14815.1AC7068@localhost> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 9474] By: jhi on 2001/03/30 18:14:02 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016]) From: Benjamin Sugars Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST) Message-ID: Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 9473] By: jhi on 2001/03/30 16:09:24 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9472] By: jhi on 2001/03/30 15:16:08 Log: Integrate perlio. Branch: perl !> t/lib/cwd.t t/lib/glob-basic.t ____________________________________________________________________________ [ 9471] By: nick on 2001/03/30 14:47:10 Log: Should be (^O eq 'MSWin32') not 'Win32' Fail #12 seems real - chdir is in wrong dir. Branch: perlio ! t/lib/cwd.t ____________________________________________________________________________ [ 9470] By: jhi on 2001/03/30 14:41:11 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... From: Radu Greab Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST) Message-ID: <15044.30562.566390.559726@ix.netsoft.ro> Replace #9352. Branch: perl ! ext/Socket/Socket.xs pp_sys.c ____________________________________________________________________________ [ 9469] By: jhi on 2001/03/30 14:37:51 Log: Subject: PATCH pod/perldiag.pod From: Robin Houston Date: Fri, 30 Mar 2001 14:10:36 +0100 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk> Branch: perl ! pod/perldiag.pod t/lib/glob-basic.t ____________________________________________________________________________ [ 9468] By: jhi on 2001/03/30 14:36:36 Log: Subject: Better diagnostic in io/fs.t From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 30 Mar 2001 10:11:43 +0200 Message-ID: Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 9467] By: nick on 2001/03/30 14:25:43 Log: Skip order test of glob if case-ignoring system cannot create a.test and A.test Branch: perlio ! t/lib/glob-basic.t ____________________________________________________________________________ [ 9466] By: nick on 2001/03/30 13:03:12 Log: Integrate mainline. Branch: perlio - ext/re/hints/aix.pl !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t ____________________________________________________________________________ [ 9465] By: jhi on 2001/03/30 03:53:37 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0 the tests sometimes hang, sometimes not.) Branch: perl ! t/lib/io_multihomed.t t/lib/io_sock.t ____________________________________________________________________________ [ 9464] By: jhi on 2001/03/30 02:56:04 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops From: Stephen McCamant Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST) Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu> Branch: perl ! op.c ____________________________________________________________________________ [ 9463] By: jhi on 2001/03/30 02:34:48 Log: Test for #9462. Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 9462] By: jhi on 2001/03/30 02:29:37 Log: Subject: B::Deparse precedence bug. (Patch included.) From: Jeremy Madea Date: Thu, 29 Mar 2001 12:05:02 -0800 Message-ID: <20010329120502.A24881@dr.inktomi.com> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 9461] By: jhi on 2001/03/30 02:18:41 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.) From: Peter Prymmer Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST) Message-ID: Branch: perl ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t ! t/lib/md5-file.t ____________________________________________________________________________ [ 9460] By: jhi on 2001/03/30 02:17:07 Log: Subject: PATCH: B::Debug should show LOOP-specific fields From: Robin Houston Date: Thu, 29 Mar 2001 20:47:56 +0100 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 9459] By: jhi on 2001/03/30 02:16:05 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak From: "Craig A. Berry" Date: Wed, 28 Mar 2001 18:02:20 -0600 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01> Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 9458] By: jhi on 2001/03/30 02:07:58 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page From: "Joshua E. Rodd" Date: Wed, 28 Mar 2001 17:29:12 -0500 Message-Id: Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 9457] By: jhi on 2001/03/30 02:04:33 Log: Subject: ext/re/aix.pl can go From: "H.Merijn Brand" Date: Thu, 29 Mar 2001 12:03:28 +0200 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl> Branch: perl - ext/re/hints/aix.pl ! MANIFEST ____________________________________________________________________________ [ 9456] By: jhi on 2001/03/30 02:03:32 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.xs installperl ____________________________________________________________________________ [ 9455] By: nick on 2001/03/29 21:11:46 Log: DLL name has changed so installperl needs to know (Why isn't it working it out or passed it?) Branch: perlio ! installperl ____________________________________________________________________________ [ 9454] By: nick on 2001/03/29 20:56:12 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used and we don't get undef warnings. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 9453] By: nick on 2001/03/29 17:58:48 Log: Integrate mainline Branch: perlio !> Changes patchlevel.h ____________________________________________________________________________ [ 9452] By: jhi on 2001/03/29 16:44:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9451] By: nick on 2001/03/29 16:31:38 Log: Integrate mainline Branch: perlio !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs !> ext/Encode/Encode.xs ext/Storable/Storable.xs !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL ____________________________________________________________________________ [ 9450] By: jhi on 2001/03/29 16:29:17 Log: Integrate perlio. Branch: perl !> win32/buildext.pl ____________________________________________________________________________ [ 9449] By: jhi on 2001/03/29 15:50:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9448] By: nick on 2001/03/29 15:47:15 Log: Make sure buildext.pl finds Errno.pm Branch: perlio ! win32/buildext.pl ____________________________________________________________________________ [ 9447] By: jhi on 2001/03/29 15:39:34 Log: Integrate perlio. Branch: perl !> win32/makefile.mk ____________________________________________________________________________ [ 9446] By: nick on 2001/03/29 15:30:03 Log: Integrate win32/makefile.mk with mainline. Branch: perlio !> win32/makefile.mk ____________________________________________________________________________ [ 9445] By: nick on 2001/03/29 15:27:32 Log: Fix breakage ... Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 9444] By: jhi on 2001/03/29 15:03:08 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424) From: "Konovalov, Vadim" Date: Thu, 29 Mar 2001 10:32:59 +0400 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com> Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 9443] By: jhi on 2001/03/29 15:02:12 Log: Integrate perlio. Branch: perl +> win32/buildext.pl !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk ____________________________________________________________________________ [ 9442] By: nick on 2001/03/29 14:59:11 Log: Work in progress - determine win32 extensions to build via script. Branch: perlio + win32/buildext.pl ! MANIFEST win32/makefile.mk ____________________________________________________________________________ [ 9441] By: jhi on 2001/03/29 14:51:47 Log: Reintroduce the use of external pwd. Branch: perl ! t/lib/cwd.t ____________________________________________________________________________ [ 9440] By: jhi on 2001/03/29 14:42:58 Log: use warnings instead of -w. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 9439] By: jhi on 2001/03/29 14:41:52 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits From: Jonathan Stowe Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST) Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 9438] By: jhi on 2001/03/29 14:39:38 Log: Subject: [PATCH perl@9424] minor pod nits From: Robin Barker Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST) Message-Id: <200103291343.OAA10827@tempest.npl.co.uk> Branch: perl ! pod/perlhack.pod pod/perliol.pod ____________________________________________________________________________ [ 9437] By: jhi on 2001/03/29 14:29:16 Log: Subject: [PATCH perl@9424] typemap cast warning From: Robin Barker Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST) Message-Id: <200103291258.NAA09360@tempest.npl.co.uk> Branch: perl ! lib/ExtUtils/typemap ____________________________________________________________________________ [ 9436] By: jhi on 2001/03/29 14:26:03 Log: Subject: [PATCH perl@9424] printf warning From: Robin Barker Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST) Message-Id: <200103291229.NAA03968@tempest.npl.co.uk> Branch: perl ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs ! ext/Storable/Storable.xs toke.c ____________________________________________________________________________ [ 9435] By: nick on 2001/03/29 14:23:31 Log: Win32 has name conflict with ERROR Branch: perlio ! ext/PerlIO/Via/Via.xs ____________________________________________________________________________ [ 9434] By: jhi on 2001/03/29 14:17:48 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.) From: Peter Prymmer Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST) Message-ID: Branch: perl ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t ____________________________________________________________________________ [ 9433] By: jhi on 2001/03/29 13:52:44 Log: test-prep target was missing. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9432] By: nick on 2001/03/29 12:40:03 Log: Make as-shipped compiler default to MSVC6 Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 9431] By: nick on 2001/03/29 12:12:16 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ... akin to PerlIO::Scalar. Branch: perlio ! perlio.c perlio.h ____________________________________________________________________________ [ 9430] By: nick on 2001/03/29 10:56:35 Log: Integrate mainline. Branch: perlio !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t !> win32/makefile.mk win32/win32sck.c ____________________________________________________________________________ [ 9429] By: nick on 2001/03/29 09:03:43 Log: Noticed that two tests were skipped as perlio:: package isn't there any more. Changed the skip condition. Avoid core-dump if sv_utf8_upgrade() called on something that does not become SvPOK after SvPV() (e.g. a ref). Branch: perlio ! sv.c t/io/utf8.t t/lib/io_scalar.t ____________________________________________________________________________ [ 9428] By: jhi on 2001/03/29 01:31:47 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings) From: Benjamin Sugars Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST) Message-ID: Branch: perl ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t ____________________________________________________________________________ [ 9427] By: jhi on 2001/03/29 00:49:30 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424) From: "Vadim Konovalov" Date: Thu, 29 Mar 2001 01:50:12 +0400 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad> Branch: perl ! win32/makefile.mk win32/win32sck.c ____________________________________________________________________________ [ 9426] By: gsar on 2001/03/29 00:28:04 Log: dmake can only handle == and != in comparisons; support building with Borland's VCL libraries (from Vadim Konovalov) Branch: maint-5.6/perl ! win32/makefile.mk ____________________________________________________________________________ [ 9425] By: nick on 2001/03/28 19:29:56 Log: Integrate (@snapshot) Branch: perlio !> Changes Makefile.SH patchlevel.h t/lib/cwd.t ____________________________________________________________________________ [ 9424] By: jhi on 2001/03/28 19:03:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9423] By: jhi on 2001/03/28 18:52:09 Log: Rmdir lib/XS on cleanup. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9422] By: jhi on 2001/03/28 18:49:34 Log: Integrate perlio. Branch: perl !> t/op/utf8decode.t ____________________________________________________________________________ [ 9421] By: nick on 2001/03/28 18:46:44 Log: Loose duplicate chunk. Branch: perlio ! t/op/utf8decode.t ____________________________________________________________________________ [ 9420] By: nick on 2001/03/28 18:44:11 Log: Integrate mainline. Branch: perlio !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c !> vms/vmsish.h ____________________________________________________________________________ [ 9419] By: jhi on 2001/03/28 18:42:05 Log: Can't trust external pwds (either shell builtins or external programs) Branch: perl ! t/lib/cwd.t ____________________________________________________________________________ [ 9418] By: jhi on 2001/03/28 18:34:05 Log: Integrate perlio. Branch: perl - lib/perlio.pm !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t !> t/op/utf8decode.t ____________________________________________________________________________ [ 9417] By: nick on 2001/03/28 18:24:02 Log: PerlIO.pm / perlio.pm conflict. Update some pods. Make t/op/utf8decode.t a text file. Branch: perlio - lib/perlio.pm ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t ! t/op/utf8decode.t ____________________________________________________________________________ [ 9416] By: jhi on 2001/03/28 18:06:07 Log: Integrate change #9409 from mainline to maintperl. Yet another tweak on AIX dynaloading. Branch: maint-5.6/perl !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl ____________________________________________________________________________ [ 9415] By: gsar on 2001/03/28 17:13:01 Log: integrate changes#9377,9385,9401 from mainline Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical If directory entries compare equal case-insensitively, retry case-sensitively. Subject: [PATCH] B::Terse and warnings Branch: maint-5.6/perl !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c !> t/pragma/warn/perl ____________________________________________________________________________ [ 9414] By: jhi on 2001/03/28 17:11:12 Log: Subject: [PATCH perl@9359] VMS fix-ups and status From: "Craig A. Berry" Date: Wed, 28 Mar 2001 10:55:20 -0600 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01> Branch: perl ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 9413] By: jhi on 2001/03/28 17:03:12 Log: Dup hunk. Branch: perl ! t/op/utf8decode.t ____________________________________________________________________________ [ 9412] By: jhi on 2001/03/28 17:02:36 Log: Forced integrate from perlio. Branch: perl !> t/op/utf8decode.t ____________________________________________________________________________ [ 9411] By: nick on 2001/03/28 16:50:03 Log: Integrate mainline. Branch: perlio +> t/lib/cwd.t !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t !> t/pragma/warn/perl ____________________________________________________________________________ [ 9410] By: jhi on 2001/03/28 16:44:23 Log: Subject: Re: [PATCH] 9403 cannot be tested From: "H.Merijn Brand" Date: Wed, 28 Mar 2001 18:33:56 +0200 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl> Branch: perl ! makedef.pl ____________________________________________________________________________ [ 9409] By: jhi on 2001/03/28 16:12:45 Log: Yet another tweak on AIX dynaloading. Branch: perl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl ____________________________________________________________________________ [ 9408] By: jhi on 2001/03/28 15:52:55 Log: Subject: [PATCH] 9403 cannot be tested From: "H.Merijn Brand" Date: Wed, 28 Mar 2001 17:23:00 +0200 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl> A missing symbol. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 9407] By: jhi on 2001/03/28 15:47:43 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t) Branch: perl ! t/op/utf8decode.t !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c ____________________________________________________________________________ [ 9406] By: jhi on 2001/03/28 15:37:08 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?) From: Benjamin Sugars Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST) Message-ID: Branch: perl + t/lib/cwd.t ! MANIFEST ____________________________________________________________________________ [ 9405] By: jhi on 2001/03/28 15:13:18 Log: pp_ne() needs a CORRECT boolean. Branch: perl ! pp.c ____________________________________________________________________________ [ 9404] By: jhi on 2001/03/28 15:09:23 Log: pp_ne() needs a boolean, not an integer. Branch: perl ! pp.c ____________________________________________________________________________ [ 9403] By: jhi on 2001/03/28 14:47:43 Log: (Retracted by #9404.) Branch: perl ! pp.c ____________________________________________________________________________ [ 9402] By: jhi on 2001/03/28 14:43:59 Log: Subject: Re: [PATCH] Typemap testing From: Tim Jenness Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST) Message-ID: Branch: perl ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs ! ext/XS/Typemap/typemap t/lib/xs-typemap.t ____________________________________________________________________________ [ 9401] By: jhi on 2001/03/28 14:42:14 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical From: "Paul Marquess" Date: Sun, 25 Mar 2001 21:59:15 +0100 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com> A variable will be checked for the "use once" warnings if: 1. It is in the scope of a use warnings 'once' 2. It isn't in the scope of the warnings pragma at all AND $^W is set. Otherwise it won't be checked at all. Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing. The enclosed patch partially fixes this issue. What I didn't get to work was the case where the "used once" warning is enabled in any file other than the main file. Branch: perl ! gv.c t/pragma/warn/perl ____________________________________________________________________________ [ 9400] By: nick on 2001/03/28 14:38:24 Log: More EBCDIC tweaks: - one more swash issue &~(0xA0-1) did not do the right thing, for UTF-EBCDIC where &~(0x80-1) does for UTF-8. - add "use re 'asciirange'" to make [!-~] etc. work use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t - Choose a key for t/op/each.t test which gets encoded. - Skip utf8decode if this is UTF-EBCDIC. Branch: perlio ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c ____________________________________________________________________________ [ 9399] By: jhi on 2001/03/28 14:21:00 Log: Extend the SvROK() testing also to pp_ne(), pointed out by Andreas Schwab. Branch: perl ! pp.c ____________________________________________________________________________ [ 9398] By: jhi on 2001/03/28 00:55:56 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark From: David Dyck Date: Tue, 27 Mar 2001 15:16:24 -0800 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com> Branch: perl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 9397] By: jhi on 2001/03/27 21:52:49 Log: Integrate perlio. Branch: perl +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm +> ext/PerlIO/Via/Via.xs !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm ____________________________________________________________________________ [ 9396] By: nick on 2001/03/27 21:45:13 Log: Integrate mainline. Branch: perlio !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL ____________________________________________________________________________ [ 9395] By: nick on 2001/03/27 21:18:58 Log: Outline docs for PerlIO and PerlIO::Scalar Branch: perlio ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm ____________________________________________________________________________ [ 9394] By: nick on 2001/03/27 20:50:13 Log: PerlIO::Via layer (alpha-ish). Branch: perlio + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm + ext/PerlIO/Via/Via.xs ! MANIFEST ____________________________________________________________________________ [ 9393] By: jhi on 2001/03/27 20:49:55 Log: Retract #9329 now that 9390 should take care of the matter. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 9390] By: jhi on 2001/03/27 20:47:50 Log: Subject: Autoloading Errno.pm when %! is encountered From: Robin Houston Date: Tue, 27 Mar 2001 20:57:11 +0100 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk> Branch: perl ! embed.h embed.pl gv.c proto.h t/op/magic.t ____________________________________________________________________________ [ 9389] By: jhi on 2001/03/27 20:24:31 Log: Integrate perlio. Branch: perl !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t !> utf8.c ____________________________________________________________________________ [ 9388] By: jhi on 2001/03/27 20:21:38 Log: Better have a three-element array if one is going to assign to the third element of that array. (from Tim Jenness) Branch: perl ! ext/XS/Typemap/Typemap.xs ____________________________________________________________________________ [ 9387] By: nick on 2001/03/27 20:15:43 Log: Integrate mainline. Branch: perlio +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap +> t/lib/xs-typemap.t !> (integrate 34 files) ____________________________________________________________________________ [ 9386] By: jhi on 2001/03/27 20:04:18 Log: Subject: Re: perl@9359 breaks HTML::Parser From: Gisle Aas Date: 27 Mar 2001 11:30:24 -0800 Message-ID: Clarify the UTF-8 issues of the API docs. (Slightly reworded and expanded.) Branch: perl ! pod/perlapi.pod sv.c sv.h ____________________________________________________________________________ [ 9385] By: jhi on 2001/03/27 19:44:25 Log: If directory entries compare equal case-insensitively, retry case-sensitively. Branch: perl ! ext/File/Glob/bsd_glob.c ____________________________________________________________________________ [ 9384] By: nick on 2001/03/27 19:38:50 Log: Various EBCDIC fixes: - major revelation that swash code is encoding aware, (or thought it was) - now it is ;-) - With that out of the way fix a slab of tr/// cases. - Fix Encode 'Unicode' to be true Unicode so tests pass. - As anticipated Base64.xs needed tweaks. - Until tr/// works right avoid old_encode64 in MIME tests. Branch: perlio ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs ! t/lib/encode.t t/lib/mimeb64.t utf8.c ____________________________________________________________________________ [ 9383] By: jhi on 2001/03/27 18:34:41 Log: Add the std test suite BEGIN block. Branch: perl ! t/lib/xs-typemap.t ____________________________________________________________________________ [ 9382] By: jhi on 2001/03/27 15:16:07 Log: Add debugging output to the test. Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 9381] By: jhi on 2001/03/27 15:08:10 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap. Branch: perl + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap + t/lib/xs-typemap.t ! MANIFEST ____________________________________________________________________________ [ 9380] By: jhi on 2001/03/27 14:48:34 Log: Subject: [PATCH] Typemap testing From: Tim Jenness Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST) Message-ID: (The first part of the patch.) Branch: perl ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 9379] By: jhi on 2001/03/27 14:44:56 Log: Subject: Re: [PATCH] t/lib/glob-basic.t From: Benjamin Sugars Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST) Message-ID: Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 9378] By: jhi on 2001/03/27 14:42:30 Log: Subject: [PATCH] perlvar nit From: Simon Cozens Date: Tue, 27 Mar 2001 01:12:01 +0100 Message-ID: <20010327011201.A19179@netthink.co.uk> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 9377] By: jhi on 2001/03/27 14:36:26 Log: Subject: [PATCH] B::Terse and warnings From: Benjamin Sugars Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST) Message-ID: Branch: perl ! ext/B/B.pm ext/B/B/Terse.pm ____________________________________________________________________________ [ 9376] By: jhi on 2001/03/27 14:31:31 Log: Document sockatmark() some. Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 9375] By: jhi on 2001/03/27 14:00:24 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv, noted by Gisle and fixed by NI-S. Branch: perl ! sv.c ____________________________________________________________________________ [ 9374] By: jhi on 2001/03/27 05:50:01 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 9373] By: jhi on 2001/03/27 05:43:51 Log: Pixie documenting. Branch: perl ! Makefile.SH pod/perlhack.pod ____________________________________________________________________________ [ 9372] By: jhi on 2001/03/27 05:29:34 Log: Metaconfig unit changes for #9371. Branch: metaconfig ! U/modified/myhostname.U Branch: metaconfig/U/perl + d_sockatmark.U ! gccvers.U ____________________________________________________________________________ [ 9371] By: jhi on 2001/03/27 05:29:07 Log: Add sockatmark() probing. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 9370] By: jhi on 2001/03/26 22:01:18 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans. Really need to benchmark this. Branch: perl ! pp.c ____________________________________________________________________________ [ 9369] By: nick on 2001/03/26 21:59:30 Log: Integrate mainline. Branch: perlio ! ext/MIME/Base64/QuotedPrint.pm !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm !> patchlevel.h pod/perlhack.pod pp_sys.c ____________________________________________________________________________ [ 9368] By: jhi on 2001/03/26 21:47:03 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK). TODO1: perlbench. TODO2: le, lt, ge, gt? Yech. Branch: perl ! pp.c ____________________________________________________________________________ [ 9367] By: jhi on 2001/03/26 21:34:57 Log: Too much cut-and-paste in #9363. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9366] By: jhi on 2001/03/26 21:20:53 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV From: Andreas Schwab Date: 26 Mar 2001 17:29:04 +0200 Message-ID: (The patch for 5.6.0 or so, this is a guess for bleadperl) Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 9365] By: jhi on 2001/03/26 21:07:54 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 9364] By: nick on 2001/03/26 20:30:48 Log: REFCNT botch in layer name cache hash. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 9363] By: jhi on 2001/03/26 18:44:32 Log: Subject: [PATCH] socket() leaks file descriptors From: Benjamin Sugars Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST) Message-ID: Also sockpair() fixed similarly. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9362] By: jhi on 2001/03/26 18:37:52 Log: Integrate perlio. Branch: perl !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t ____________________________________________________________________________ [ 9361] By: nick on 2001/03/26 17:32:06 Log: Implement flush of linebuffered streams on read of a tty. Branch: perlio ! perlio.c perliol.h ____________________________________________________________________________ [ 9360] By: nick on 2001/03/26 17:12:32 Log: Memory tweaks and notes for OEMVS. Branch: perlio ! README.os390 miniperlmain.c t/op/pat.t ____________________________________________________________________________ [ 9359] By: jhi on 2001/03/26 02:12:54 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9358] By: jhi on 2001/03/26 02:05:32 Log: Document the most common pixie options. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 9357] By: jhi on 2001/03/26 01:25:28 Log: For perl.pixie check *before* compiling that optimize is -g, as for perl.third. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9356] By: jhi on 2001/03/26 01:13:41 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9355] By: jhi on 2001/03/26 01:11:19 Log: Remove t/perl.third. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9354] By: jhi on 2001/03/26 00:23:38 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's IO::Sockatmark(). Branch: perl ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 9353] By: jhi on 2001/03/25 22:25:04 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h !> pp_hot.c win32/makefile.mk ____________________________________________________________________________ [ 9352] By: jhi on 2001/03/25 22:21:41 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... From: Radu Greab Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET) Message-ID: <15035.41139.646781.478457@ix.netsoft.ro> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9351] By: nick on 2001/03/25 22:15:02 Log: Fix readline in list mode to tell rest of world that it has things on the stack. Otherwise if perl code gets invoked underneath it it scribbles over results-so-far. (Why TIEHANDLE has not tripped on this is a mystery.) Branch: perlio ! pp_hot.c ____________________________________________________________________________ [ 9350] By: nick on 2001/03/25 22:10:13 Log: win32/makefile.mk typos Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 9349] By: nick on 2001/03/25 21:31:14 Log: Integrate now-non-binary file. Branch: perlio !> t/lib/mimeqp.t ____________________________________________________________________________ [ 9348] By: nick on 2001/03/25 21:27:24 Log: Make it text Branch: perlio ! t/lib/mimeqp.t ____________________________________________________________________________ [ 9347] By: nick on 2001/03/25 21:25:37 Log: Integrate mainline. Branch: perlio !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm !> lib/Term/ReadLine.pm t/lib/md5-file.t ____________________________________________________________________________ [ 9346] By: nick on 2001/03/25 20:58:15 Log: Add destruct time hook to PerlIO (for work-in-process implementing layers in perl code. In such cases layers need to be popped before we loose the ability to run perl code.) Also back-out "PerlIO::object" hook - it isn't going to work like that... Branch: perlio ! perl.c perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 9345] By: nick on 2001/03/25 20:49:11 Log: Avoid at leasy one of undefined warnings in Encode. Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ____________________________________________________________________________ [ 9344] By: jhi on 2001/03/25 20:37:43 Log: A workaround for using Term::ReadLine in emacs minibuffer from Wybo Dekker and Johan Vromans; additional tweaks from Ilya Zakharevich. Branch: perl ! lib/Term/ReadLine.pm ____________________________________________________________________________ [ 9343] By: nick on 2001/03/25 20:21:14 Log: Missing return value. Branch: perlio ! ext/PerlIO/Scalar/Scalar.xs ____________________________________________________________________________ [ 9342] By: jhi on 2001/03/25 16:21:00 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64 to equal the CPAN versions since no code changes have been made. Branch: perl ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm ! t/lib/md5-file.t ____________________________________________________________________________ [ 9341] By: jhi on 2001/03/25 16:01:48 Log: Escape 8-bit characters. Branch: perl ! t/lib/mimeqp.t ____________________________________________________________________________ [ 9340] By: gsar on 2001/03/25 15:50:53 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit chars) Branch: perl + t/lib/mimeqp.t ____________________________________________________________________________ [ 9339] By: gsar on 2001/03/25 15:48:50 Log: delete mimeqp.t for later with text mode set Branch: perl - t/lib/mimeqp.t ____________________________________________________________________________ [ 9338] By: nick on 2001/03/25 09:01:57 Log: Integrate mainline. Branch: perlio +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t +> t/lib/mimeb64u.t t/lib/mimeqp.t !> MANIFEST configure.com djgpp/config.over epoc/config.sh !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t !> utils/h2xs.PL win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9337] By: jhi on 2001/03/25 04:23:24 Log: Add MIME::Base64 here and there. Again, a lot of optimism is in the air. Branch: perl ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9336] By: jhi on 2001/03/25 04:12:43 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing this by ear as I do not do Win32 programming.) Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9335] By: jhi on 2001/03/25 04:03:50 Log: Put back the MD5-Base64 tests now that we have MIME::Base64. Branch: perl ! t/lib/md5-file.t ____________________________________________________________________________ [ 9334] By: jhi on 2001/03/25 03:58:53 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13. Branch: perl + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t + t/lib/mimeb64u.t t/lib/mimeqp.t ! MANIFEST ____________________________________________________________________________ [ 9333] By: jhi on 2001/03/24 20:14:37 Log: Integrate perlio. Branch: perl !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk ____________________________________________________________________________ [ 9332] By: nick on 2001/03/24 19:40:34 Log: Fix un-init variable leading to spurious "Out of Memory!" Branch: perlio ! doio.c ____________________________________________________________________________ [ 9331] By: nick on 2001/03/24 19:09:59 Log: Tweak docs for C (boy does that need wholesale revision...) and update layers internals doc. Branch: perlio ! pod/perlfunc.pod pod/perliol.pod ____________________________________________________________________________ [ 9330] By: jhi on 2001/03/24 18:42:11 Log: The length might be uninitialized garbage if the *svp is the undef. Branch: perl ! doio.c ____________________________________________________________________________ [ 9329] By: jhi on 2001/03/24 18:26:57 Log: (Retracted by #9393) Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno" From: Simon Cozens Date: Sat, 24 Mar 2001 17:13:17 +0000 Message-ID: <20010324171317.A13406@netthink.co.uk> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 9328] By: nick on 2001/03/24 17:22:02 Log: Integrate mainline. Branch: perlio !> lib/unicode/Names.txt lib/unicode/ReadMe.txt !> lib/unicode/version ____________________________________________________________________________ [ 9327] By: nick on 2001/03/24 17:16:02 Log: Integrate mainline. Branch: perlio +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t +> t/lib/md5-file.t !> MANIFEST Makefile.SH configure.com djgpp/config.over !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 9326] By: jhi on 2001/03/24 17:00:42 Log: Upgrade to Unicode 3.1 beta 2001-03-23. Branch: perl ! lib/unicode/Names.txt lib/unicode/ReadMe.txt ! lib/unicode/version ____________________________________________________________________________ [ 9325] By: jhi on 2001/03/24 16:22:33 Log: Subject: Re: B::Deparse bug (5.6.0) From: Robin Houston Date: Sat, 24 Mar 2001 14:33:09 +0000 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk> Branch: perl ! op.c pp.c t/lib/b.t t/op/repeat.t ____________________________________________________________________________ [ 9324] By: jhi on 2001/03/24 16:21:56 Log: Boldly add extensions to be built to VMS, EPOC, UTS, U/WIN, and VM/ESA (and fixups for DJGPP). Some of these additions may be too optimistic. Branch: perl ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh ! hints/uwin.sh hints/vmesa.sh ____________________________________________________________________________ [ 9323] By: jhi on 2001/03/24 16:06:01 Log: Integrate perlio. Branch: perl +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t ! Makefile.SH !> MANIFEST doio.c embed.h ext/Encode/Encode.xs !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t !> win32/config_H.bc win32/config_H.gc win32/config_H.vc !> win32/makefile.mk win32/perlhost.h win32/win32.c !> win32/win32iop.h ____________________________________________________________________________ [ 9322] By: nick on 2001/03/24 14:39:12 Log: Routine Win32 regen_config_h - no real changes. Branch: perlio ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 9321] By: nick on 2001/03/24 14:31:49 Log: PerlIO fixups for Win32: - provide win33_popenlist() - non-functional as yet. - avoid need for aTHX in PerlIO_debug calls - even if not enabled args are still evaluated so Win32 has trouble during fork(). - Add PerlIO/Scalar to list of extensions in win32/makefile.mk - Fixup makedef.pl for latest set of symbols. Branch: perlio ! iperlsys.h makedef.pl perlio.c win32/makefile.mk ! win32/perlhost.h win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 9320] By: nick on 2001/03/24 14:26:58 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined was gibberish - broke it on WIn32 at least. Branch: perlio ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 9319] By: nick on 2001/03/24 11:29:41 Log: Generated files. Branch: perlio ! embed.h global.sym objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 9318] By: nick on 2001/03/24 10:29:37 Log: Implement: 1. open($fh,"+<",undef); # add test to t/io/open.t 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t Branch: perlio + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h ! t/io/open.t t/io/utf8.t ____________________________________________________________________________ [ 9317] By: jhi on 2001/03/23 23:41:25 Log: AIX does seems to have optimization problems with its C compilers. Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 9316] By: jhi on 2001/03/23 23:40:46 Log: Integrate perlio. Branch: perl +> lib/PerlIO.pm !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h !> perliol.h ____________________________________________________________________________ [ 9315] By: jhi on 2001/03/23 22:16:30 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer. Branch: perl ! t/lib/md5-file.t ____________________________________________________________________________ [ 9314] By: nick on 2001/03/23 20:49:02 Log: Perlio internals re-organized. - open process creates AV of layer/arg pairs (appends layers from open() or open.pm to default list). - push arg is now an SV. - layer ->Open get passed the AV - open is no longer mandatory method. - topmost layer that has ->Open method does the open - any layers above are pushed once that returns. - vtable re-ordered so dummy layers need only provide push/pop methods. Branch: perlio ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 9313] By: nick on 2001/03/23 16:27:41 Log: Check in a stable (working) version before next round of tweaks. Changes include: - Move default layers code out of doio.c and into perlio.c - Single routine for parsing layer specification strings. - Skeleton support for demand loading of layers - Core-dump avoidance if PERLIO environment specifies loadable layer (does not _work_ as need IO to load and need load to do IO ...) Branch: perlio + lib/PerlIO.pm ! MANIFEST doio.c perlio.c ____________________________________________________________________________ [ 9312] By: gsar on 2001/03/23 16:25:25 Log: add execute bit to files with shebang lines in the repository; avoid clobbering execute bit in Porting/makerel Branch: maint-5.6/perl ! (edit 144 files) ____________________________________________________________________________ [ 9311] By: jhi on 2001/03/23 14:25:35 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 9310] By: jhi on 2001/03/23 13:45:04 Log: Subject: [PATCH] Net::Ping From: Colin McMillen Date: Thu, 22 Mar 2001 19:30:31 -0600 Message-ID: <20010322193031.A18814@strago.jenovaproject.org> Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 9309] By: jhi on 2001/03/23 13:39:13 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer. Branch: perl ! t/lib/md5-aaa.t t/lib/md5-file.t ____________________________________________________________________________ [ 9308] By: jhi on 2001/03/23 13:20:34 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas. - bump the version to 2.14 - drop the base64 tests since they require MIME::Base64 - drop the rfc1321.txt - drop the hints/dec_osf.pl since it's only needed for pre-5.005_03 Perls Todo: - the U32 alignment testing is now removed; it needs to be reintroduced as as a Config variable (meaning also as a Configure test) - get the new EBCDIC md5sum for MD5.pm - test in Win32 to see how badly I botched the makefiles Branch: perl + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t + t/lib/md5-file.t ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9307] By: jhi on 2001/03/23 12:56:14 Log: Integrate change #9306 from maintperl into mainline, AIX dynaloader for AIXes without . Branch: perl !> ext/DynaLoader/hints/aix.pl ____________________________________________________________________________ [ 9306] By: jhi on 2001/03/23 12:51:36 Log: There are AIXes without /usr/include/load.h, patch from H.Merijn Brand. Branch: maint-5.6/perl ! ext/DynaLoader/hints/aix.pl ____________________________________________________________________________ [ 9305] By: nick on 2001/03/23 11:00:42 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. Branch: perlio ! ext/Encode/Encode.xs perlio.c perlio.h ____________________________________________________________________________ [ 9304] By: nick on 2001/03/23 10:20:46 Log: Render -Duseperlio functional again. - this is "quick fix" which calls PerlIO_apply_layers after opening, which is what old scheme did. New scheme needs to change that to make open(...,\$scalar) etc. work but this will do for now. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 9303] By: nick on 2001/03/23 09:53:20 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic. -Uuseperlio now works again. -Duseperlio is still poorly. Don't merge yet... Branch: perlio ! doio.c perlio.h ____________________________________________________________________________ [ 9302] By: nick on 2001/03/22 22:26:51 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!") type code. - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which is its main caller. In particular now has access to "extra" args, and can tell when an open handle is "reopened" (or duped?). - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn(). - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on PerlIO_open() et. al. (i.e. other way round). - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open with args close to PerlIO_openn(). Branch: perlio ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 9301] By: jhi on 2001/03/22 20:58:04 Log: Integrate perlio. Branch: perl !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c !> t/io/open.t util.c ____________________________________________________________________________ [ 9300] By: nick on 2001/03/22 17:36:32 Log: Don't include $@ in not ok message. Branch: perlio ! t/io/open.t ____________________________________________________________________________ [ 9299] By: gsar on 2001/03/22 16:53:45 Log: back out changes#7532,7521 for now (appears to have problems on IRIX) Branch: maint-5.6/perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ! ext/POSIX/typemap pod/perlvar.pod ____________________________________________________________________________ [ 9298] By: nick on 2001/03/22 14:35:46 Log: Give a meaning to '&' in n-arg open case: open($fh,"<&",$scalar); $scalar can be: - an integer which does "fdopen" open($fh,"<&",2); # like open($fh,"<&2") - something that will yield a file handle via sv_2io() useful for dup'ing anonymous handles. e.g.: open(my $fh,"<&",\*STDIN); open(my $dup,"<&",$fh); Branch: perlio ! doio.c t/io/open.t ____________________________________________________________________________ [ 9297] By: nick on 2001/03/22 13:34:35 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases. Branch: perlio ! util.c ____________________________________________________________________________ [ 9296] By: nick on 2001/03/22 12:51:20 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE. Branch: perlio ! perl.c ____________________________________________________________________________ [ 9295] By: nick on 2001/03/22 11:59:44 Log: If stdin, stdout or stderr get opened in unexpected read/write state then warn at time of open not at time of use. Branch: perlio ! doio.c pp_hot.c pp_sys.c ____________________________________________________________________________ [ 9294] By: nick on 2001/03/22 10:54:35 Log: Die on n-arg open(...,"",xxx,yyy,...) - redirect pipe cases to PerlProc_popen_list() (which just croaks for now) - die on read/write cases so we can decide what it means later. Branch: perlio ! doio.c embed.pl iperlsys.h util.c ____________________________________________________________________________ [ 9293] By: nick on 2001/03/22 09:02:45 Log: perlio tweaks (reported by Nick Clark) Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one, error check in Pendinf_read(). Branch: perlio ! perlio.c ____________________________________________________________________________ [ 9292] By: gsar on 2001/03/22 07:12:00 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON fixes) Branch: maint-5.6/perl !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c ____________________________________________________________________________ [ 9291] By: jhi on 2001/03/22 06:06:44 Log: Regex tests from Chicheng Zhang. (Already fixed.) Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 9290] By: jhi on 2001/03/22 05:57:01 Log: Move MacOS Classic higher in the list of supported platforms. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 9289] By: gsar on 2001/03/22 05:35:04 Log: revert part of change#6438 for compatibility (av_reify() appears to be needed to implement av_splice()ish things in XS) Branch: maint-5.6/perl ! embed.pl global.sym objXSUB.h perlapi.c ____________________________________________________________________________ [ 9288] By: gsar on 2001/03/22 03:09:19 Log: update copyright year Branch: maint-5.6/perl ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h ! x2p/walk.c ____________________________________________________________________________ [ 9287] By: jhi on 2001/03/21 20:30:54 Log: Integrate perlio. Branch: perl !> ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 9286] By: gsar on 2001/03/21 19:49:54 Log: makefile.mk tweak Branch: maint-5.6/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 9285] By: nick on 2001/03/21 19:07:13 Log: Multiplicity fix for Dumper. Branch: perlio ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 9284] By: nick on 2001/03/21 19:01:07 Log: Integrate mainline - (does not build xTHX issue in Dumper). Branch: perlio !> (integrate 27 files) ____________________________________________________________________________ [ 9283] By: jhi on 2001/03/21 17:17:35 Log: Integrate change #9282 from mainline into maintperl, 4-arg UTF-8 substr(). Branch: maint-5.6/perl !> pp.c ____________________________________________________________________________ [ 9282] By: jhi on 2001/03/21 17:15:43 Log: The #9270 would have leaked a scalar if pp_substr() returned early. Branch: perl ! pp.c ____________________________________________________________________________ [ 9281] By: gsar on 2001/03/21 17:03:14 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32) Branch: maint-5.6/perl ! win32/makefile.mk ____________________________________________________________________________ [ 9280] By: gsar on 2001/03/21 17:01:20 Log: some tweaks to change#9278 (fork() emulation should be enabled by setting BUILD_FLAVOR instead of changing the defaults) Branch: maint-5.6/perl ! win32/makefile.mk ____________________________________________________________________________ [ 9279] By: gsar on 2001/03/21 16:47:19 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs Branch: maint-5.6/perl ! ext/File/Glob/Glob.pm !> lib/Cwd.pm ____________________________________________________________________________ [ 9278] By: jhi on 2001/03/21 14:35:10 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes From: "Vadim Konovalov" Date: Wed, 21 Mar 2001 01:53:51 +0300 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad> Branch: maint-5.6/perl ! win32/makefile.mk win32/win32sck.c ____________________________________________________________________________ [ 9277] By: jhi on 2001/03/21 13:58:28 Log: Integrate change #9270 from mainline to maintperl: continued 4-arg UTF-8 substr() fixing. Branch: maint-5.6/perl !> pp.c t/op/substr.t ____________________________________________________________________________ [ 9276] By: jhi on 2001/03/21 13:33:00 Log: More pixie cleaning. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9275] By: jhi on 2001/03/21 03:54:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9274] By: jhi on 2001/03/21 03:48:24 Log: First stab at making Data::Dumper to grok Unicode. TODO: tests, EBCDICify. Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 9273] By: jhi on 2001/03/21 02:23:00 Log: Fix for Subject: Memory leak in unquoted print From: Benjamin Sugars Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST) Message-ID: Branch: perl ! perlio.c ____________________________________________________________________________ [ 9272] By: jhi on 2001/03/21 01:33:17 Log: Subject: Re: [PATCH] POSIX::getcwd() From: Benjamin Sugars Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST) Message-ID: Branch: perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 9271] By: jhi on 2001/03/21 01:22:52 Log: Subject: [PATCH] Cwd.pm docs From: Benjamin Sugars Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST) Message-ID: Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 9270] By: jhi on 2001/03/21 01:16:29 Log: Continue 4-arg substr() UTF-8 fixage. Branch: perl ! pp.c t/op/substr.t ____________________________________________________________________________ [ 9269] By: jhi on 2001/03/21 00:46:14 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline. revert the leak fix in change#9142 (problem needs a more experimental fix unsuitable for 5.6.1) do alphabetical sorting by default (for csh compatibility) cut-n-paste goof in change#9264 VMS piping fixes (from Charles Lane) Branch: perl !> ext/File/Glob/Changes ext/File/Glob/Glob.pm !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com ____________________________________________________________________________ [ 9268] By: jhi on 2001/03/21 00:37:04 Log: Integrate perlio. Branch: perl !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c !> utf8.c utf8.h utfebcdic.h ____________________________________________________________________________ [ 9267] By: nick on 2001/03/20 20:04:39 Log: More EBCDIC stuff: - Loose the extra level of function on ASCII. - spotted a chr(0) issue in sv.c - re-work of UTF-X tr/// ranges to work in Unicode space. Still issues with the "0xff is illegal UTF-8" hack. - Yet another ad. hoc. utf8 'upgrade' in op.c recoded (why do it once when you can do it all over the place :-( - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c, need utf8.pm for swashes. - Simplified and commented scan_const() in toke.c Still something wrong regexp and tr (swashes?). Branch: perlio ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c ! utf8.c utf8.h utfebcdic.h ____________________________________________________________________________ [ 9266] By: gsar on 2001/03/20 19:16:43 Log: VMS piping fixes (from Charles Lane) Branch: maint-5.6/perl ! vms/vms.c vms/vmspipe.com ____________________________________________________________________________ [ 9265] By: gsar on 2001/03/20 17:53:52 Log: cut-n-paste goof in change#9264 Branch: maint-5.6/perl ! ext/File/Glob/Glob.xs ____________________________________________________________________________ [ 9264] By: gsar on 2001/03/20 17:43:47 Log: do alphabetical sorting by default (for csh compatibility); bsd_glob() does ASCII sort by default as usual, unless GLOB_ALPHASORT was specified Branch: maint-5.6/perl ! ext/File/Glob/Changes ext/File/Glob/Glob.pm ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c ! ext/File/Glob/bsd_glob.h ____________________________________________________________________________ [ 9263] By: gsar on 2001/03/20 16:40:08 Log: integrate change#9255 from mainline (unicode fix) substr($bytestr, i, n, $charstr) Branch: maint-5.6/perl !> Todo-5.6 pp.c t/op/substr.t ____________________________________________________________________________ [ 9262] By: gsar on 2001/03/20 15:57:41 Log: revert the leak fix in change#9142 (problem needs a more experimental fix unsuitable for 5.6.1) Branch: maint-5.6/perl ! scope.c ____________________________________________________________________________ [ 9261] By: jhi on 2001/03/20 14:26:25 Log: Integrate changes #9259,9260 from maintperl into mainline. Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning Branch: perl !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c ____________________________________________________________________________ [ 9260] By: jhi on 2001/03/20 14:05:46 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning From: Robin Barker Date: Tue, 20 Mar 2001 10:12:04 GMT Message-Id: <200103201012.KAA04738@tempest.npl.co.uk> Branch: maint-5.6/perl ! run.c ____________________________________________________________________________ [ 9259] By: jhi on 2001/03/20 14:04:39 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7 From: Chris Nandor Date: Tue, 20 Mar 2001 00:40:56 -0500 Message-Id: Branch: maint-5.6/perl ! ext/POSIX/POSIX.xs lib/File/Path.pm ____________________________________________________________________________ [ 9258] By: jhi on 2001/03/20 05:09:34 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9257] By: jhi on 2001/03/20 05:04:25 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches. Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 9256] By: jhi on 2001/03/20 04:43:12 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390 From: Peter Prymmer Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST) Message-ID: Branch: maint-5.6/perl ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t ____________________________________________________________________________ [ 9255] By: jhi on 2001/03/19 23:17:17 Log: substr($bytestr, i, n, $charstr) TODO: we are still broken if $bytestr needs UTF-8 upgrading. Branch: perl ! Todo-5.6 pp.c t/op/substr.t ____________________________________________________________________________ [ 9254] By: jhi on 2001/03/19 22:25:09 Log: Rearrange the make test target prerequisites so that in a parallel make 'all' is finished before 'test'. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9253] By: jhi on 2001/03/19 21:48:07 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c From: Robin Houston Date: Mon, 19 Mar 2001 15:48:41 +0000 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 9252] By: jhi on 2001/03/19 21:42:27 Log: Integrate perlio. Branch: perl !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h !> utfebcdic.h vms/perly_c.vms ____________________________________________________________________________ [ 9251] By: jhi on 2001/03/19 21:31:28 Log: Integrate changes #9244,9247,9250 from maintperl into mainline. Dynaloading in 64-bit AIX with vac. Branch: perl !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl !> hints/aix.sh ____________________________________________________________________________ [ 9250] By: jhi on 2001/03/19 21:18:00 Log: A more robust solution for the 64bitall AIX dynaloading problem, from Jens-Uwe Mager. Branch: maint-5.6/perl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl ____________________________________________________________________________ [ 9249] By: nick on 2001/03/19 20:59:37 Log: Integrate mainline. Branch: perlio !> (integrate 42 files) ____________________________________________________________________________ [ 9248] By: nick on 2001/03/19 20:22:07 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390. (Building on OS390 uses native YACC and YYDEBUG has other side effects.) Branch: perlio ! perly.c perly.y vms/perly_c.vms ____________________________________________________________________________ [ 9247] By: jhi on 2001/03/19 19:59:53 Log: 64-bit AIX dynaloading problem (see #9244) idea from Jens-Uwe Mager. Branch: maint-5.6/perl ! ext/DynaLoader/dl_aix.xs ____________________________________________________________________________ [ 9246] By: nick on 2001/03/19 19:27:57 Log: More EBCDIC fixes. Branch: perlio ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h ____________________________________________________________________________ [ 9245] By: jhi on 2001/03/19 19:05:19 Log: Integrate change #9243 from mainline into maintperl. Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs Branch: maint-5.6/perl !> README.vmesa ____________________________________________________________________________ [ 9244] By: jhi on 2001/03/19 19:03:15 Log: Get 64bitall AIX building, but still does not test okay: dynaloading anything fails, for example for op/defins: 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 (update: fixed by #9247,9250) Branch: maint-5.6/perl ! hints/aix.sh ____________________________________________________________________________ [ 9243] By: jhi on 2001/03/19 19:00:16 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs From: Robin Barker Date: Mon, 19 Mar 2001 18:01:57 GMT Message-Id: <200103191801.SAA01072@tempest.npl.co.uk> Branch: perl ! README.vmesa ____________________________________________________________________________ [ 9242] By: jhi on 2001/03/19 18:58:43 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto. TODO: tests. Branch: perl ! doop.c op.c ____________________________________________________________________________ [ 9241] By: gsar on 2001/03/19 17:34:46 Log: VMSify tests (from Charles Lane) Branch: maint-5.6/perl ! t/lib/filehand.t t/lib/texttabs.t ____________________________________________________________________________ [ 9240] By: jhi on 2001/03/19 14:24:26 Log: Integrate change #9233 from maintperl into mainline. some refcounts were incorrect in perl_clone() Branch: perl !> sv.c ____________________________________________________________________________ [ 9239] By: gsar on 2001/03/19 09:23:17 Log: this is 5.6.1-trial3 Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 9238] By: gsar on 2001/03/19 08:47:04 Log: some new symbols are only available under ithreads Branch: maint-5.6/perl ! makedef.pl ____________________________________________________________________________ [ 9237] By: gsar on 2001/03/19 08:42:28 Log: update patchlevel.h, Changes, &c. Branch: maint-5.6/perl ! Changes patchlevel.h pod/perlhist.pod !> AUTHORS ____________________________________________________________________________ [ 9236] By: gsar on 2001/03/19 08:17:49 Log: integrate changes#8068,8717 from mainline [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef [PATCH CPAN 1.59_51] warning message (not!) Branch: maint-5.6/perl !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t ____________________________________________________________________________ [ 9235] By: gsar on 2001/03/19 08:07:09 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline [PATCH] Add missing CV flags to dump.c Re: [patch] Re: PL_ptr_table Fixup non-ithread build after 8713 Generated files form 8713 etc. Correct the correction :-( Documenting coderef @INC (Re: CPAN "make this script work" feature) Subject: Re: sync sync sync: have I missed any patches? Replace djSP with dSP. Branch: maint-5.6/perl !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h !> sv.c sv.h win32/perlhost.h ____________________________________________________________________________ [ 9234] By: gsar on 2001/03/19 07:22:05 Log: revert the change#9090 integrate for now (change looks somewhat incomplete in that [ha]v_exists() need something similar; lacks tests; &c.) Branch: maint-5.6/perl ! hv.c ____________________________________________________________________________ [ 9233] By: gsar on 2001/03/19 07:10:01 Log: some refcounts were incorrect in perl_clone(); avoid hang in global destruction when there are unreferenced scalars (SvREFCNT==0) Branch: maint-5.6/perl ! sv.c ____________________________________________________________________________ [ 9232] By: jhi on 2001/03/19 05:11:02 Log: Regen api and toc. Branch: maint-5.6/perl ! pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 9231] By: jhi on 2001/03/19 04:06:03 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl, add a lost line in pp.c:pp_chop(), update to new op/chop. Clarify the description differentiating for and while; inspired by Subject: [ID 20010306.004] || != named unary operator The $Is_MacOS needs to be declared. Branch: maint-5.6/perl ! pp.c t/op/chop.t !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod ____________________________________________________________________________ [ 9230] By: jhi on 2001/03/19 03:48:16 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069, 9079,9083,9089,9090,9091 from mainline to maintperl. Quieten some noise in Win32 builds Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..." The perlretut was still talking about the old \p and \P definitions. More tweakage on the Unicode character class descriptions. Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero Subject: 'no *POSIX' Patch speeding up make on BS2000 Subject: [PATCH] perldata.pod here-doc docs Add /sbin and /usr/sbin to the list of directories scanned for setuid programs. Takes care of bug id 20010309.003. Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() In op/stat #35 better to scan all the potential directories for setuids, not just the first one. Branch: maint-5.6/perl ! Makefile.SH !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t !> t/op/stat.t toke.c win32/win32.h ____________________________________________________________________________ [ 9229] By: jhi on 2001/03/19 02:31:50 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6 From: Chris Nandor Date: Sat, 10 Mar 2001 14:22:19 -0500 Message-Id: Branch: maint-5.6/perl ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h ! t/lib/b.t t/lib/errno.t ____________________________________________________________________________ [ 9228] By: jhi on 2001/03/19 02:29:59 Log: Integrate changes #9113,9122 from mainline into maintperl. 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?) Branch: maint-5.6/perl !> Configure README.os390 hints/os390.sh ____________________________________________________________________________ [ 9227] By: jhi on 2001/03/19 02:22:35 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline into maintperl. Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers Forgot to check-in the larger part of #9120, duh. Subject: Another patch for integer.pm POD h2ph strictness and cleanliness from Kurt Starsinic. Borland filename case problem. h2ph strictness and cleanliness from Kurt Starsinic. Subject: [PATCH] the uncontroversial doc patches Branch: maint-5.6/perl +> win32/sncfnmcs.pl !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm !> ext/GDBM_File/GDBM_File.xs lib/integer.pm !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL ____________________________________________________________________________ [ 9226] By: jhi on 2001/03/19 02:10:21 Log: Integrate changes #9207,9214 from mainline into maintperl. podchecker relaxations: =over has an *optional* number after it, and whitespace in L<> is okay. Branch: maint-5.6/perl !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod !> t/pod/poderrs.xr ____________________________________________________________________________ [ 9225] By: jhi on 2001/03/19 02:07:38 Log: Integrate change #9219 from maintperl into mainline. remove duplicated tests Branch: perl !> t/op/re_tests ____________________________________________________________________________ [ 9224] By: jhi on 2001/03/19 02:06:11 Log: Integrate change #9223 from mainline to maintperl. Document -Dmksymlinks. Branch: maint-5.6/perl !> INSTALL ____________________________________________________________________________ [ 9223] By: jhi on 2001/03/19 02:01:25 Log: Document -Dmksymlinks. Branch: perl ! INSTALL ____________________________________________________________________________ [ 9222] By: jhi on 2001/03/19 01:15:35 Log: The -Dmksymlinks wasn't working for maintperl. Branch: maint-5.6/perl ! Configure ____________________________________________________________________________ [ 9221] By: jhi on 2001/03/19 00:49:43 Log: Cleanup pixie residue. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9220] By: jhi on 2001/03/19 00:44:47 Log: Document the use of pixie/prof; create make targets for it. TODO: make t/TEST pixie-aware. Branch: perl ! Makefile.SH pod/perlhack.pod ____________________________________________________________________________ [ 9219] By: gsar on 2001/03/19 00:16:55 Log: remove duplicated tests Branch: maint-5.6/perl ! t/op/re_tests ____________________________________________________________________________ [ 9218] By: jhi on 2001/03/18 23:59:31 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL. Branch: perl ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod ____________________________________________________________________________ [ 9217] By: jhi on 2001/03/18 23:25:20 Log: Rewrite the tests section of Makefile to be less redundant and to allow for more flexible test targets, many recursive make calls introduced. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9216] By: jhi on 2001/03/18 22:30:04 Log: Document the use of Third Degree (sparsely). Branch: perl ! pod/perlhack.pod t/TEST ____________________________________________________________________________ [ 9215] By: jhi on 2001/03/18 22:10:30 Log: Make targets for testing with Third Degree. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9214] By: jhi on 2001/03/18 21:08:53 Log: The podchecker relaxations need to mirrored also at the tests. Branch: perl ! t/pod/poderrs.xr ____________________________________________________________________________ [ 9213] By: jhi on 2001/03/18 20:56:21 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9212] By: jhi on 2001/03/18 20:36:59 Log: Looking for config.sh in parent directories isn't very useful for the toplevel Makefile. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9211] By: jhi on 2001/03/18 20:33:37 Log: On "make clean" take care of Third Degree droppings. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9210] By: jhi on 2001/03/18 20:21:34 Log: Add a hook for running the tests under the Third Degree debugging tool (set $ENV{PERL_3LOG} to non-zero) TODO: Document the use of Third Degree. Branch: perl ! t/TEST ____________________________________________________________________________ [ 9209] By: jhi on 2001/03/18 20:19:07 Log: Regen toc and api pods. Branch: perl ! pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 9208] By: jhi on 2001/03/18 20:12:12 Log: Integrate changes #8128,9132 from mainline into maintperl, Tie::SubstrHash fixes. Branch: maint-5.6/perl !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t ____________________________________________________________________________ [ 9207] By: jhi on 2001/03/18 20:07:43 Log: podchecker relaxations from Michael Stevens. Branch: perl ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod ____________________________________________________________________________ [ 9206] By: jhi on 2001/03/18 20:04:24 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods. Branch: perl ! lib/Locale/Constants.pm lib/Locale/Country.pm ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm ____________________________________________________________________________ [ 9205] By: jhi on 2001/03/18 19:54:45 Log: Integrate changes #9161,9162 from maintperl to mainline. clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify results Branch: perl !> t/op/magic.t ____________________________________________________________________________ [ 9204] By: jhi on 2001/03/18 19:37:46 Log: Make perl.third checks more understandable to the builder. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9203] By: jhi on 2001/03/18 19:20:54 Log: Re-integrate #9138 from maintperl to mainline, the squelching of the unneeded "Scalars leaked" messages. Branch: perl !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t ____________________________________________________________________________ [ 9202] By: jhi on 2001/03/18 18:48:36 Log: More robust and more paranoid perl.third target. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9201] By: jhi on 2001/03/18 18:39:21 Log: Integrate change #9197 from maintperl to mainline. more thorough cleaning of arenas. Branch: perl !> embed.pl perl.c proto.h sv.c t/op/sort.t ____________________________________________________________________________ [ 9200] By: jhi on 2001/03/18 18:25:17 Log: Integrate perlio. Branch: perl !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t !> t/lib/encode.t toke.c universal.c utf8.c ____________________________________________________________________________ [ 9199] By: nick on 2001/03/18 15:23:51 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that is the sense of the test being done. Avoid some magical 127 and 128 values by using macros. Branch: perlio ! doop.c pp_ctl.c sv.c toke.c ____________________________________________________________________________ [ 9198] By: nick on 2001/03/18 14:18:12 Log: UTF-X encoding invariance for Encode: - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid) - move the XS code for those to universal.c (so in miniperl) - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode. - change ext/Encode/compile to use above. - Fix t/lib/encode.t for above - Teach t/lib/b.t to expect -uutf8 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if utf8.pm is needed. Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c ____________________________________________________________________________ [ 9197] By: gsar on 2001/03/18 12:15:57 Log: more thorough cleaning of arenas--keep going until no more SvREFCNT_dec()s occur (this fixes the problem that causes the pesky "Scalars leaked" warnings) Branch: maint-5.6/perl ! embed.pl perl.c proto.h sv.c t/op/sort.t ____________________________________________________________________________ [ 9196] By: nick on 2001/03/18 10:57:29 Log: Fix pragma/utf8.t # 15 - if toke.c is processing a SvUTF8 string then single quoted '...' etc. are SvUTF8 as well. Branch: perlio ! toke.c ____________________________________________________________________________ [ 9195] By: nick on 2001/03/18 09:27:06 Log: Integrate mainline Branch: perlio !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t !> t/op/pat.t ____________________________________________________________________________ [ 9194] By: jhi on 2001/03/18 05:29:59 Log: Sarathy's clear_pmop patch with Radu Greab's fix, Hiroto's, Nick Clark's, and Vadim Konovalov's tests. Branch: perl ! op.c op.h t/op/misc.t t/op/pat.t ____________________________________________________________________________ [ 9193] By: jhi on 2001/03/18 05:15:06 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches. Branch: perl ! mg.c t/op/pat.t ____________________________________________________________________________ [ 9192] By: jhi on 2001/03/18 04:22:43 Log: tr/// UTF-8 patches from Inaba Hiroto. Branch: perl ! doop.c op.c ____________________________________________________________________________ [ 9191] By: jhi on 2001/03/18 04:21:17 Log: Integrate perlio. Branch: perl !> utf8.c utfebcdic.h ____________________________________________________________________________ [ 9190] By: nick on 2001/03/17 20:32:01 Log: Correct #if EBCDIC side typos. Builds and passes many tests on OS390. Branch: perlio ! utf8.c utfebcdic.h ____________________________________________________________________________ [ 9189] By: jhi on 2001/03/17 18:55:49 Log: Add prerequisites for the perl.third target. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9188] By: jhi on 2001/03/17 18:46:00 Log: Integrate perlio. Branch: perl +> utfebcdic.h !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h ____________________________________________________________________________ [ 9187] By: jhi on 2001/03/17 18:38:47 Log: Add a make rule for perl.third (the Third Degree memory debugging tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9186] By: nick on 2001/03/17 18:34:48 Log: MANIFEST addition :-( Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 9185] By: nick on 2001/03/17 18:29:50 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e. a superset of ASCII are invariant under the encoding. This is EBCDIC friendly as an encoded string can be looked at as being EBCDIC by lexer sprintf("%d",...) etc. in same manner that a UTF-8 string be considered ASCII on ASCII machines. - re-arrange utf8.h to get ASCII specific vs Unicode generic bits seperate. - Add some more macros to comprehend different shift amounts and possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them. - add utfebcdic.h which provides UTF-EBCDIC versions of the macros, and conditionaly #include it. EBCDIC build as yet untested. ASCII still fails the one test. Branch: perlio + utfebcdic.h ! utf8.c utf8.h ____________________________________________________________________________ [ 9184] By: nick on 2001/03/17 17:44:16 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT Branch: perlio ! doop.c perl.h pp.c utf8.h ____________________________________________________________________________ [ 9183] By: jhi on 2001/03/17 15:55:42 Log: Integrate perlio. Branch: perl ! MANIFEST !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h ____________________________________________________________________________ [ 9182] By: nick on 2001/03/17 09:16:06 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes' Branch: perlio ! t/op/pat.t ____________________________________________________________________________ [ 9181] By: nick on 2001/03/17 09:15:11 Log: Integrate mainline. Branch: perlio +> lib/Locale/Constants.pm lib/Locale/Country.pm +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl !> (integrate 83 files) ____________________________________________________________________________ [ 9180] By: nick on 2001/03/16 17:23:21 Log: EBCDIC Fixes. Branch: perlio ! perl.h sv.c toke.c utf8.c utf8.h ____________________________________________________________________________ [ 9179] By: jhi on 2001/03/16 14:10:12 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote a change needed to work around an AIX compiler bug. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 9178] By: jhi on 2001/03/16 03:19:59 Log: With Damian's approval synchronize damian's modules' licensing with Perl's standard module licensing. Branch: perl ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod ____________________________________________________________________________ [ 9177] By: jhi on 2001/03/16 03:15:34 Log: Make the Filter::Util:Call files have their own copies of the Perl standard module licensing, from Paul Marquess. Branch: perl ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs ____________________________________________________________________________ [ 9176] By: jhi on 2001/03/16 02:56:04 Log: Subject: [PATCH] more pod patches From: Michael Stevens Date: Thu, 15 Mar 2001 21:25:18 +0000 Message-ID: <20010315212518.A18870@firedrake.org> Branch: perl ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm ! lib/File/Basename.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm ! lib/Getopt/Long.pm lib/Locale/Constants.pm ! lib/Locale/Country.pm lib/Locale/Language.pm ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm ! os2/OS2/Process/Process.pm ____________________________________________________________________________ [ 9175] By: jhi on 2001/03/16 02:53:32 Log: Subject: [PATCH] the uncontroversial doc patches From: Michael Stevens Date: Thu, 15 Mar 2001 20:01:12 +0000 Message-ID: <20010315200112.A7636@firedrake.org> Branch: perl ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod ____________________________________________________________________________ [ 9174] By: jhi on 2001/03/16 02:50:49 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant From: Paul Lindner Date: Fri, 16 Mar 2001 11:28:03 -0800 Message-ID: <20010316112803.A7577@inuus.com> Branch: perl ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs ____________________________________________________________________________ [ 9173] By: nick on 2001/03/15 20:21:03 Log: 1st day's EBCDIC fixes: - toke.c's parsing of strings needed attention needed to conditionally e2a if string was already UTF-8 - e2a/a2e tables where wrong way round. - new macros in utf8.h Branch: perlio ! perl.h toke.c utf8.h ____________________________________________________________________________ [ 9172] By: jhi on 2001/03/15 15:17:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9171] By: jhi on 2001/03/15 15:09:32 Log: Subject: Re: Another Borland C++ problem. From: "Vadim Konovalov" Date: Sat, 10 Mar 2001 19:26:07 +0300 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad> Borland filename case problem. Branch: perl + win32/sncfnmcs.pl ! MANIFEST README.win32 ____________________________________________________________________________ [ 9170] By: jhi on 2001/03/15 14:54:23 Log: Add Locale::Codes 1.06, from Neil Bowers. Branch: perl + lib/Locale/Constants.pm lib/Locale/Country.pm + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t + t/lib/lc-language.t t/lib/lc-uk.t ! MANIFEST ____________________________________________________________________________ [ 9169] By: jhi on 2001/03/15 14:19:01 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 9168] By: jhi on 2001/03/15 14:13:22 Log: Integrate changes #9120,9167 from mainline to maintperl. Subject: [PATCH 5.6.1] OS/2 docs Subject: [PATCH 5.6.1] perldoc Branch: maint-5.6/perl !> os2/Changes utils/perldoc.PL ____________________________________________________________________________ [ 9167] By: jhi on 2001/03/15 14:07:42 Log: Subject: [PATCH 5.6.1] perldoc From: Ilya Zakharevich Date: Wed, 14 Mar 2001 23:46:52 -0500 Message-ID: <20010314234652.A7972@math.ohio-state.edu> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 9166] By: jhi on 2001/03/15 13:53:15 Log: sigaction test condition tweakage. Branch: perl ! t/lib/sigaction.t ____________________________________________________________________________ [ 9165] By: alanbur on 2001/03/15 03:49:17 Log: Resynchronised with parent Branch: maint-5.6/pureperl +> os2/os2add.sym t/op/anonsub.t !> (integrate 72 files) ____________________________________________________________________________ [ 9164] By: jhi on 2001/03/15 01:05:01 Log: Avoid stomping off the beginning of an array in tr///. Branch: perl ! op.c ____________________________________________________________________________ [ 9163] By: jhi on 2001/03/15 00:58:57 Log: h2ph strictness and cleanliness from Kurt Starsinic. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 9162] By: gsar on 2001/03/15 00:56:53 Log: avoid warnings Branch: maint-5.6/perl ! t/op/magic.t ____________________________________________________________________________ [ 9161] By: gsar on 2001/03/15 00:52:09 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify results Branch: maint-5.6/perl ! t/op/magic.t ____________________________________________________________________________ [ 9160] By: jhi on 2001/03/14 22:02:10 Log: Do not use the Perl malloc in IRIX, suggested by Helmus Jarausch. Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 9159] By: nick on 2001/03/14 21:45:59 Log: Integrate mainline Branch: perlio +> t/op/loopctl.t !> (integrate 41 files) ____________________________________________________________________________ [ 9158] By: jhi on 2001/03/14 21:10:09 Log: The Day of the Retractions continues: the #9138 (integrated in #9144) doesn't work well in mainline. Branch: perl ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t ____________________________________________________________________________ [ 9157] By: jhi on 2001/03/14 20:58:12 Log: The #9145 CANNOT be enabled: the clear_pmop code still dumps core all over in Tru64. Branch: perl ! op.c op.h t/op/pat.t ____________________________________________________________________________ [ 9156] By: jhi on 2001/03/14 20:48:06 Log: Integrate change #9154 from maintperl to mainline. PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS (caused Storable 1.0.10 to break on windows) Branch: perl !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h !> perlapi.c proto.h ____________________________________________________________________________ [ 9155] By: jhi on 2001/03/14 20:23:53 Log: Retract #9136: breaks threading (and binary compatibility). Branch: perl ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl ____________________________________________________________________________ [ 9154] By: gsar on 2001/03/14 17:48:18 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS (caused Storable 1.0.10 to break on windows) Branch: maint-5.6/perl ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h ! perlapi.c proto.h ____________________________________________________________________________ [ 9153] By: jhi on 2001/03/14 13:35:21 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test. Branch: perl ! t/lib/sigaction.t ____________________________________________________________________________ [ 9152] By: gsar on 2001/03/14 07:29:40 Log: back out changes#9012,9010,9009 and parts of change#9016 (causes ABRs under purify, and some prerequisites don't seem to be there in 5.6.x) Branch: maint-5.6/perl ! doop.c op.c t/op/tr.t toke.c ____________________________________________________________________________ [ 9151] By: gsar on 2001/03/14 07:01:29 Log: reenable change#9145 (the test was busted due to a missing C) Branch: perl ! op.c op.h t/op/pat.t ____________________________________________________________________________ [ 9150] By: jhi on 2001/03/14 06:38:36 Log: Retract #9145. Branch: perl ! op.c op.h t/op/pat.t ____________________________________________________________________________ [ 9149] By: jhi on 2001/03/14 06:14:56 Log: Retract #9143. Branch: perl ! op.c ____________________________________________________________________________ [ 9148] By: gsar on 2001/03/14 06:13:02 Log: Uninitialized Memory Read in regexec.c Branch: perl ! regexec.c ____________________________________________________________________________ [ 9147] By: jhi on 2001/03/14 04:59:54 Log: Subject: PATCH: make goto work in nested eval "" From: Robin Houston Date: Wed, 14 Mar 2001 04:16:10 +0000 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk> Branch: perl ! pp_ctl.c t/op/goto.t ____________________________________________________________________________ [ 9146] By: jhi on 2001/03/14 04:42:54 Log: Preserve the #ifdef PERL_CORE in perly.h. Branch: perl ! perly.fixer ____________________________________________________________________________ [ 9145] By: jhi on 2001/03/14 03:57:41 Log: (Retracted by #9150.) Branch: perl ! op.c op.h t/op/pat.t ____________________________________________________________________________ [ 9144] By: jhi on 2001/03/14 03:50:38 Log: Integrate changes #9137,9138,9142 from maintperl into mainline. fix leak in pregcomp() when RE fails to compile (e.g. m/\\/) remove squelch controls for "Scalars leaked" messages in most places (these are now cured) fix another memory leak reported by purify (tie callbacks that croak can leak when wiping out magic) Branch: perl !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke !> t/pragma/warnings.t ____________________________________________________________________________ [ 9143] By: jhi on 2001/03/14 03:37:53 Log: (Retracted by #9149.) Branch: perl ! op.c ____________________________________________________________________________ [ 9142] By: gsar on 2001/03/14 03:20:48 Log: fix another memory leak reported by purify (tie callbacks that croak can leak when wiping out magic) Branch: maint-5.6/perl ! scope.c ____________________________________________________________________________ [ 9141] By: jhi on 2001/03/14 02:55:00 Log: Subject: PATCH for [ID 20010305.003] From: Robin Houston Date: Wed, 14 Mar 2001 02:45:51 +0000 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk> Branch: perl ! pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 9140] By: jhi on 2001/03/14 02:41:54 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop Date: Wed, 14 Mar 2001 01:52:51 +0000 From: Robin Houston Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk> Fix for 2000313.004. Branch: perl ! pp_ctl.c t/op/goto.t ____________________________________________________________________________ [ 9139] By: jhi on 2001/03/14 02:40:50 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop From: Robin Houston Date: Wed, 14 Mar 2001 00:43:45 +0000 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk> Branch: perl + t/op/loopctl.t ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t ! vms/perly_c.vms ____________________________________________________________________________ [ 9138] By: gsar on 2001/03/14 01:18:00 Log: remove squelch controls for "Scalars leaked" messages in most places (these are now cured) Branch: maint-5.6/perl ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t ____________________________________________________________________________ [ 9137] By: gsar on 2001/03/14 00:57:04 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/) Branch: maint-5.6/perl ! regcomp.c ____________________________________________________________________________ [ 9136] By: jhi on 2001/03/13 23:12:24 Log: (Retracted by #9155) Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available] From: Jens-Uwe Mager Date: Wed, 21 Feb 2001 21:32:04 +0100 Message-ID: <20010221213203.A18340@ans.helios.de> Branch: perl ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl ____________________________________________________________________________ [ 9135] By: jhi on 2001/03/13 22:50:05 Log: Integrate perlio. Branch: perl !> pp.c ____________________________________________________________________________ [ 9134] By: jhi on 2001/03/13 22:49:05 Log: Integrate change #9131 from maintperl into mainline. make the error text look more consistent in hints/hpux.sh Branch: perl !> hints/hpux.sh ____________________________________________________________________________ [ 9133] By: gsar on 2001/03/13 22:46:20 Log: integrate change#9067 from mainline Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option Branch: maint-5.6/perl !> lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 9132] By: jhi on 2001/03/13 22:41:21 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop From: "John P. Linderman" Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST) Message-Id: <200103131736.MAA35615@raptor.research.att.com> A more correct prime finder. Branch: perl ! lib/Tie/SubstrHash.pm ____________________________________________________________________________ [ 9131] By: gsar on 2001/03/13 22:30:42 Log: make the error text look more consistent in hints/hpux.sh Branch: maint-5.6/perl ! hints/hpux.sh ____________________________________________________________________________ [ 9130] By: jhi on 2001/03/13 22:23:44 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00 From: "H.Merijn Brand" Date: Tue, 13 Mar 2001 18:41:26 +0100 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl> If the test is run non-interactively the default handler is different. Branch: perl ! t/lib/sigaction.t ____________________________________________________________________________ [ 9129] By: jhi on 2001/03/13 22:20:21 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu> Date: Tue, 13 Mar 2001 16:44:32 EST Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 9128] By: jhi on 2001/03/13 22:18:34 Log: Subject: Another patch for integer.pm POD From: "John L. Allen" Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST) Message-ID: Branch: perl ! lib/integer.pm ____________________________________________________________________________ [ 9127] By: nick on 2001/03/13 21:26:30 Log: Integrate mainline. Branch: perlio +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t !> Changes Configure MANIFEST README.os2 README.os390 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm !> os2/Changes patchlevel.h win32/perlhost.h ____________________________________________________________________________ [ 9126] By: nick on 2001/03/13 20:39:51 Log: #ifdef'ed out code to make packed side of pack/unpack octets. (i.e. pack('U') => encode_utf8). Branch: perlio ! pp.c ____________________________________________________________________________ [ 9125] By: jhi on 2001/03/13 15:07:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9124] By: jhi on 2001/03/13 14:22:45 Log: Workaround for the buggy ("internal compiler error") AIX C compiler 5.0.1.0: skip the optimization for regcomp.c (and ext/re/re_comp.c). The MakeMaker dark magic courtesy of Andreas König. Branch: perl ! ext/re/Makefile.PL hints/aix.sh ____________________________________________________________________________ [ 9123] By: jhi on 2001/03/13 03:24:34 Log: Typo in #9114. Branch: metaconfig ! U/modified/myhostname.U ____________________________________________________________________________ [ 9122] By: jhi on 2001/03/13 03:24:06 Log: Typo in #9113. Branch: perl ! Configure ____________________________________________________________________________ [ 9121] By: jhi on 2001/03/13 01:53:05 Log: Forgot to check-in the larger part of #9120, duh. Branch: perl ! README.os2 ____________________________________________________________________________ [ 9120] By: jhi on 2001/03/13 01:51:31 Log: Subject: [PATCH 5.6.1] OS/2 docs From: Ilya Zakharevich Date: Mon, 12 Mar 2001 03:27:32 -0500 Message-ID: <20010312032732.A19283@math.ohio-state.edu> Branch: perl ! os2/Changes ____________________________________________________________________________ [ 9119] By: jhi on 2001/03/13 01:49:41 Log: Integrate change #9116 from maintperl into mainline. Win32::GetCwd() returns C: instead of C:\ in the root directory under ithreads Branch: perl !> win32/perlhost.h ____________________________________________________________________________ [ 9118] By: jhi on 2001/03/13 01:13:39 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117) Branch: perl + lib/Switch.pm t/lib/switch.t ! MANIFEST ____________________________________________________________________________ [ 9117] By: jhi on 2001/03/13 01:03:17 Log: Add Text::Balanced 1.83. Branch: perl + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t + t/lib/tb-xvari.t ! MANIFEST ____________________________________________________________________________ [ 9116] By: gsar on 2001/03/13 00:55:53 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory under ithreads Branch: maint-5.6/perl ! win32/perlhost.h ____________________________________________________________________________ [ 9115] By: jhi on 2001/03/13 00:54:09 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers From: "John L. Allen" Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST) Message-ID: use integer document clarification. Branch: perl ! lib/integer.pm ____________________________________________________________________________ [ 9114] By: jhi on 2001/03/13 00:38:54 Log: Metaconfig unit change for #9113. Branch: metaconfig ! U/modified/myhostname.U ____________________________________________________________________________ [ 9113] By: jhi on 2001/03/13 00:38:35 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?) From: Peter Prymmer Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST) Message-ID: Branch: perl ! Configure README.os390 hints/os390.sh ____________________________________________________________________________ [ 9112] By: jhi on 2001/03/13 00:29:00 Log: Integrate perlio. Branch: perl !> sv.c utf8.h ____________________________________________________________________________ [ 9111] By: nick on 2001/03/12 21:16:33 Log: Integrate mainline. Branch: perlio +> t/op/anonsub.t !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c !> proto.h sv.c ____________________________________________________________________________ [ 9110] By: nick on 2001/03/12 21:00:13 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case. Branch: perlio ! sv.c utf8.h ____________________________________________________________________________ [ 9109] By: jhi on 2001/03/12 16:04:47 Log: Integrate change #9108 from maintperl to mainline. fix memory leak in C arising from a refcount loop between the outer sub and the inner prototype anonsub this also enables closures returned by subroutines that subsequently get redefined to work without generating coredumps :) completely removed the free_closures() hack--it shouldn't be needed anymore Branch: perl +> t/op/anonsub.t !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c !> proto.h sv.c ____________________________________________________________________________ [ 9108] By: gsar on 2001/03/12 10:21:31 Log: fix memory leak in C arising from a refcount loop between the outer sub and the inner prototype anonsub this also enables closures returned by subroutines that subsequently get redefined to work without generating coredumps :) completely removed the free_closures() hack--it shouldn't be needed anymore Branch: maint-5.6/perl + t/op/anonsub.t ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c ! proto.h sv.c ____________________________________________________________________________ [ 9107] By: jhi on 2001/03/12 05:15:31 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c ____________________________________________________________________________ [ 9106] By: nick on 2001/03/11 20:10:12 Log: regcomp.c is working in native space, not Unicode space (if different) as it is doing compare against 'W' in \W etc. Branch: perlio ! regcomp.c ____________________________________________________________________________ [ 9105] By: nick on 2001/03/11 19:39:34 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former. Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs. Branch: perlio ! regcomp.c toke.c utf8.c ____________________________________________________________________________ [ 9104] By: nick on 2001/03/11 18:15:44 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget. Branch: perlio ! sv.c ____________________________________________________________________________ [ 9103] By: nick on 2001/03/11 18:03:28 Log: Integrate mainline (for regexp stuff). Branch: perlio !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t !> t/lib/errno.t t/op/pat.t ____________________________________________________________________________ [ 9102] By: nick on 2001/03/11 17:44:20 Log: USE_SFIO issues as observed by Chris Nandor - exclude layer syms in makedef.pl for sfio - also inhibit Encode from trying to build ":encode()" layer. Branch: perlio ! ext/Encode/Encode.xs makedef.pl ____________________________________________________________________________ [ 9101] By: jhi on 2001/03/10 22:38:13 Log: The $Is_MacOS needs to be declared. Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 9100] By: jhi on 2001/03/10 22:14:29 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't pollute the symbolspace if using sfio. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 9099] By: jhi on 2001/03/10 21:58:48 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl Date: Sat, 10 Mar 2001 14:23:55 -0500 From: Chris Nandor Message-Id: Branch: perl ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t ! t/lib/errno.t ____________________________________________________________________________ [ 9098] By: jhi on 2001/03/10 21:38:30 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump. Branch: perl ! regcomp.c regexec.c t/op/pat.t ____________________________________________________________________________ [ 9097] By: jhi on 2001/03/10 14:38:07 Log: Integrate perlio. Branch: perl !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h ____________________________________________________________________________ [ 9096] By: nick on 2001/03/10 11:55:43 Log: EBCDIC sanity - phase I - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr) - use utf8n_xxxx (c.f. pvn) for forms which take length. - back out vN.N and $^V exceptions to e2a/a2e - make "locale" isxxx macros be uvchr (may be redundant?) Not clear yet that toUPPER_uni et. al. return being handled correctly. The tr// and rexexp stuff still needs an audit, assumption is they are working in Unicode space. Need to provide v5.6 names for XS modules (decide is uni or chr ?). Branch: perlio ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h ____________________________________________________________________________ [ 9095] By: jhi on 2001/03/09 22:10:01 Log: Integrate perlio. Branch: perl !> dump.c ____________________________________________________________________________ [ 9094] By: nick on 2001/03/09 17:36:38 Log: Builds an passes all tests after integrate and this tweak. Branch: perlio ! dump.c ____________________________________________________________________________ [ 9093] By: nick on 2001/03/09 17:16:03 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c) Branch: perlio +> lib/unicode/Scripts.txt t/lib/sigaction.t !> (integrate 79 files) ____________________________________________________________________________ [ 9092] By: jhi on 2001/03/09 15:28:26 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9091] By: jhi on 2001/03/09 15:25:05 Log: In op/stat #35 better to scan all the potential directories for setuids, not just the first one. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 9090] By: jhi on 2001/03/09 15:01:27 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() From: rspier@pobox.com (Robert Spier) Date: Fri, 9 Mar 2001 03:30:20 -0500 Message-ID: <15016.38044.381174.160189@rls.cx> EXISTS() returning undef mistakenly triggered a FETCH(). Branch: perl ! hv.c ____________________________________________________________________________ [ 9089] By: jhi on 2001/03/09 14:59:02 Log: Add /sbin and /usr/sbin to the list of directories scanned for setuid programs. Takes care of bug id 20010309.003. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 9088] By: jhi on 2001/03/09 14:48:32 Log: Regen perlapi, perltoc. Branch: perl ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 9087] By: jhi on 2001/03/09 14:38:56 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts From: David Mitchell Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT) Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk> Branch: perl ! dump.c perl.c perl.h pod/perlrun.pod ____________________________________________________________________________ [ 9086] By: jhi on 2001/03/09 01:47:16 Log: A modified version of Subject: [ID 20010307.005] POSIX::sigaction has various problems From: anders@broadcom.com Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com> Currently the sigaction.t test #6 fails (and is fudged to look like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86). This may well be a genuine bug in Linux sigaction() (since at least Tru64, Solaris, and HP-UX disagree with Linux). Anyone with POSIX / SUSv2 tome handy? The problem is that the flags of the oldaction don't match with the flags in the previously installed disposition. Branch: perl + t/lib/sigaction.t ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 9085] By: jhi on 2001/03/09 01:30:13 Log: Subject: Re: mission impossible for the day From: Alex Gough Date: Thu, 08 Mar 2001 17:18:19 +0000 Message-ID: <3AA7BEDB.8070409@rcon.org> If references (are overloaded) and can be directly stringified, show that instead of "stringified". (The problem, infinite mutual recursion caused by overloaded bool in Switch.pm, tracked by David Mitchell) Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 9084] By: jhi on 2001/03/09 01:20:39 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT) From: David Mitchell Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk> Branch: perl ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y ! pp_ctl.c regexec.c sv.c vms/perly_c.vms ____________________________________________________________________________ [ 9083] By: jhi on 2001/03/09 01:16:51 Log: Subject: [PATCH] perldata.pod here-doc docs From: Jeff Pinyan Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST) Message-ID: Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 9082] By: jhi on 2001/03/09 01:01:27 Log: Subject: Re: Unicode/EBCDIC From: Peter Prymmer Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST) Message-ID: Branch: perl ! perl.c perl.h sv.c toke.c utf8.c utf8.h ____________________________________________________________________________ [ 9081] By: jhi on 2001/03/08 13:41:30 Log: Subject: Ooops, wrong 'no *POSIX' Patch From: Dorner Thomas Date: Thu, 8 Mar 2001 08:43:28 +0100 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de> Branch: perl ! hints/posix-bc.sh ____________________________________________________________________________ [ 9080] By: jhi on 2001/03/08 13:11:42 Log: It's Scripts.txt, not Script.txt. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 9079] By: jhi on 2001/03/08 12:59:05 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 From: Dorner Thomas Date: Wed, 7 Mar 2001 14:13:31 +0100 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de> Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 9078] By: jhi on 2001/03/08 12:57:43 Log: Retract #9069, wrong patch. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9077] By: jhi on 2001/03/08 01:06:13 Log: Upgrade to Unicode 3.1 beta 2001-03-01. Branch: perl + lib/unicode/Scripts.txt ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl ! lib/unicode/Is/Word.pl lib/unicode/Names.txt ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt ! lib/unicode/Unicode.txt lib/unicode/mktables.PL ! lib/unicode/version ____________________________________________________________________________ [ 9076] By: jhi on 2001/03/07 22:59:39 Log: Integrate change #7784 from mainline into maintperl. Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{}) Branch: maint-5.6/perl !> pp_ctl.c t/op/pat.t ____________________________________________________________________________ [ 9075] By: jhi on 2001/03/07 22:05:11 Log: More UTF-8 test tweaks. Branch: perl ! t/op/pat.t t/op/split.t t/pragma/utf8.t ____________________________________________________________________________ [ 9074] By: nick on 2001/03/07 21:39:29 Log: Integrate mainline. Branch: perlio !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t ____________________________________________________________________________ [ 9073] By: jhi on 2001/03/07 16:37:09 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9072] By: jhi on 2001/03/07 16:32:30 Log: Subject: [ID 20010306.004] || != named unary operator From: abela@geneanet.org Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET) Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 9071] By: jhi on 2001/03/07 15:14:11 Log: Subject: downgrading to bytes for common functions From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott) Date: Wed, 7 Mar 2001 02:36:55 -0500 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9070] By: jhi on 2001/03/07 15:04:58 Log: Clarify the description differentiating for and while; inspired by Subject: [ID 20010306.002] for/while difference in for definition From: abela@geneanet.org Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET) Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org> Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 9069] By: jhi on 2001/03/07 14:55:30 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 From: Dorner Thomas Date: Wed, 7 Mar 2001 14:13:31 +0100 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 9068] By: jhi on 2001/03/07 14:51:17 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero From: Radu Greab Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET) Message-ID: <15013.20716.201459.540421@ix.netsoft.ro> Branch: perl ! pp.c t/op/chop.t ____________________________________________________________________________ [ 9067] By: jhi on 2001/03/07 14:48:57 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option From: Simon Cozens Date: Wed, 7 Mar 2001 13:59:28 +0000 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk> In order to allow MakeMaker to build correct Makefiles, you need to change the order of the arguments in MM_Unix.pm as well. (Unless you have C89_CCMODE set, but we're trying to be POSIXly correct) Thanks to Merijn Broeren for tracking this down. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 9066] By: jhi on 2001/03/07 14:30:02 Log: Floating point too messy. Branch: perl ! t/camel-III/vstring.t ____________________________________________________________________________ [ 9065] By: jhi on 2001/03/07 14:17:44 Log: Integrate change #9064 from maintperl into mainline. fix memory leak in pack("Bb",...) Branch: perl !> perl.c ____________________________________________________________________________ [ 9064] By: gsar on 2001/03/07 06:29:24 Log: fix memory leak in pack("Bb",...) Branch: maint-5.6/perl ! perl.c ____________________________________________________________________________ [ 9063] By: jhi on 2001/03/07 00:55:04 Log: Major utf8 test reorganisation and rewrite. Hopefully no tests were lost in the shuffle. (The beginning of pragma/utf8 was lost intentionally, the tests were rather bogus and incomplete.) Branch: perl ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t ! t/pragma/utf8.t ____________________________________________________________________________ [ 9062] By: jhi on 2001/03/07 00:41:16 Log: More tweakage on the Unicode character class descriptions. Branch: perl ! lib/unicode/mktables.PL pod/perlretut.pod ____________________________________________________________________________ [ 9061] By: jhi on 2001/03/06 23:12:38 Log: The perlretut was still talking about the old \p and \P definitions. Branch: perl ! pod/perlretut.pod ____________________________________________________________________________ [ 9060] By: nick on 2001/03/06 20:52:37 Log: Integrate mainline (make test works again now). Branch: perlio !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t ____________________________________________________________________________ [ 9059] By: jhi on 2001/03/06 15:36:14 Log: 0.999... does equal 1.0, doesn't it? Branch: perl ! t/camel-III/vstring.t ____________________________________________________________________________ [ 9058] By: jhi on 2001/03/06 15:34:00 Log: Make /x{abcd}/ to work without use utf8. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 9057] By: jhi on 2001/03/06 03:02:36 Log: Easier to outcomment all the three reset() tests for now. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 9056] By: jhi on 2001/03/06 02:30:02 Log: Comment out the deadly reset; until the 20010301.005 is finally fixed. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 9055] By: jhi on 2001/03/06 02:21:26 Log: Integrate the change #9054 from mainline: retract the PMOP cleanup patch pending further investigation. Branch: maint-5.6/perl !> op.c op.h ____________________________________________________________________________ [ 9054] By: jhi on 2001/03/06 02:19:57 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps with oddly familiar stack traces. Branch: perl ! op.c op.h ____________________________________________________________________________ [ 9053] By: jhi on 2001/03/05 23:20:28 Log: Integrate perlio. Branch: perl +> ext/Encode/Encode/koi8-r.ucm !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL !> makedef.pl ____________________________________________________________________________ [ 9052] By: nick on 2001/03/05 23:08:17 Log: skipping USE_PERLIO symbols correction. Branch: perlio ! makedef.pl ____________________________________________________________________________ [ 9051] By: nick on 2001/03/05 22:35:07 Log: More Encode alias tidying. Branch: perlio + ext/Encode/Encode/koi8-r.ucm ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL ____________________________________________________________________________ [ 9050] By: jhi on 2001/03/05 21:44:29 Log: Integrate changes #9033 and #9044 from mainline into maintperl, Sarathy's fix for ID 20010301.005. Branch: maint-5.6/perl !> op.c op.h ____________________________________________________________________________ [ 9049] By: nick on 2001/03/05 19:54:04 Log: Integrate Jarkko's Encode.pm tweak. Branch: perlio !> ext/Encode/Encode.pm ____________________________________________________________________________ [ 9048] By: nick on 2001/03/05 19:47:57 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.) Branch: perlio +> os2/os2add.sym !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h !> pod/perlapi.pod t/op/pat.t t/op/tr.t ____________________________________________________________________________ [ 9047] By: jhi on 2001/03/05 19:25:26 Log: Regen perlapi. Branch: perl ! pod/perlapi.pod ____________________________________________________________________________ [ 9046] By: jhi on 2001/03/05 19:12:14 Log: Integrate perlio. Branch: perl +> t/camel-III/vstring.t !> MANIFEST pp.h pp_sys.c t/TEST t/harness ____________________________________________________________________________ [ 9045] By: jhi on 2001/03/05 19:10:36 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 9044] By: jhi on 2001/03/05 18:49:12 Log: Forgot the other half of the PMOP patch (#9033). Branch: perl ! op.h ____________________________________________________________________________ [ 9043] By: nick on 2001/03/05 18:14:47 Log: Update MANIFEST for new test. Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 9042] By: nick on 2001/03/05 18:12:41 Log: Some tests for Camel 3rd edition features. Make gethostbyaddr() test in above work. Branch: perlio + t/camel-III/vstring.t ! pp.h pp_sys.c t/TEST t/harness ____________________________________________________________________________ [ 9041] By: jhi on 2001/03/05 17:41:48 Log: Add more ISO 8859 encoding aliases. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 9040] By: jhi on 2001/03/05 17:30:43 Log: Integrate perlio. Branch: perl !> MANIFEST sv.c ____________________________________________________________________________ [ 9039] By: nick on 2001/03/05 17:11:36 Log: Missed added file. Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 9038] By: jhi on 2001/03/05 15:58:01 Log: Add tr tests for EBCDIC, from Karsten Sperling. Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 9037] By: nick on 2001/03/05 15:56:35 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III). Make SvPVbyte*() symetric with respect to SvPVutf8*() in that: - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade()) - uses SvPV() rather than sv_2pv() in case it isn't a string. Branch: perlio ! sv.c ____________________________________________________________________________ [ 9036] By: jhi on 2001/03/05 15:49:15 Log: Add matching tests currently failing in EBCDIC, suggested by Karsten Sperling. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 9035] By: jhi on 2001/03/05 15:36:55 Log: The #9034 needs a MANIFESTation. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 9034] By: jhi on 2001/03/05 15:35:14 Log: Integrate perlio. Branch: perl +> ext/Encode/Encode/Tcl.pm !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm !> ext/Encode/Encode/iso8859-1.ucm !> ext/Encode/Encode/iso8859-10.ucm !> ext/Encode/Encode/iso8859-13.ucm !> ext/Encode/Encode/iso8859-14.ucm !> ext/Encode/Encode/iso8859-15.ucm !> ext/Encode/Encode/iso8859-16.ucm !> ext/Encode/Encode/iso8859-2.ucm !> ext/Encode/Encode/iso8859-3.ucm !> ext/Encode/Encode/iso8859-4.ucm !> ext/Encode/Encode/iso8859-5.ucm !> ext/Encode/Encode/iso8859-6.ucm !> ext/Encode/Encode/iso8859-7.ucm !> ext/Encode/Encode/iso8859-8.ucm !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile !> t/lib/encode.t ____________________________________________________________________________ [ 9033] By: jhi on 2001/03/05 15:33:18 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2) From: Gurusamy Sarathy Date: Sun, 04 Mar 2001 22:33:15 -0800 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com> PMOPs need to remember their own stash so that they can gracefully remove themselves from their linked list. Branch: perl ! op.c ____________________________________________________________________________ [ 9032] By: nick on 2001/03/05 14:51:50 Log: Encode implementation "completion" Implement and document define_encoding() Implement and document encoding aliases including define_alias() Make Encode::XS use define_encoding() rather than back-door. Move run-time *.enc to separate Encode::Tcl module. Make 'compile' honour Change canonical names of to iso-8859-* and US-ascii. Branch: perlio + ext/Encode/Encode/Tcl.pm ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm ! ext/Encode/Encode/iso8859-1.ucm ! ext/Encode/Encode/iso8859-10.ucm ! ext/Encode/Encode/iso8859-13.ucm ! ext/Encode/Encode/iso8859-14.ucm ! ext/Encode/Encode/iso8859-15.ucm ! ext/Encode/Encode/iso8859-16.ucm ! ext/Encode/Encode/iso8859-2.ucm ! ext/Encode/Encode/iso8859-3.ucm ! ext/Encode/Encode/iso8859-4.ucm ! ext/Encode/Encode/iso8859-5.ucm ! ext/Encode/Encode/iso8859-6.ucm ! ext/Encode/Encode/iso8859-7.ucm ! ext/Encode/Encode/iso8859-8.ucm ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile ! t/lib/encode.t ____________________________________________________________________________ [ 9031] By: jhi on 2001/03/05 13:51:17 Log: Integrate change #9030 from maintperl into mainline. Subject: [PATCH 5.6.1] OS/2 cleanup Branch: perl +> os2/os2add.sym !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm !> makedef.pl os2/Changes os2/Makefile.SHs !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c !> os2/os2.sym os2/os2ish.h ____________________________________________________________________________ [ 9030] By: jhi on 2001/03/05 13:46:49 Log: Subject: [PATCH 5.6.1] OS/2 cleanup From: Ilya Zakharevich Date: Mon, 5 Mar 2001 02:29:44 -0500 Message-ID: <20010305022944.A10117@math.ohio-state.edu> Branch: maint-5.6/perl + os2/os2add.sym ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm ! makedef.pl os2/Changes os2/Makefile.SHs ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c ! os2/os2.sym os2/os2ish.h ____________________________________________________________________________ [ 9029] By: jhi on 2001/03/05 13:40:35 Log: Integrate change #9028 from maintperl into mainline. various nits in MM_Unix.pm found by disabling SelfLoader Branch: perl !> lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 9028] By: gsar on 2001/03/05 09:58:38 Log: various nits in MM_Unix.pm found by disabling SelfLoader Branch: maint-5.6/perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 9027] By: nick on 2001/03/05 08:35:22 Log: Integrate mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 9026] By: jhi on 2001/03/05 02:14:59 Log: Integrate change #9025 from mainline to maintperl, retract \N{U+HHHH}. Branch: maint-5.6/perl !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod !> t/lib/charnames.t toke.c ____________________________________________________________________________ [ 9025] By: jhi on 2001/03/05 02:13:09 Log: Retracting \N{U+HHHH}. Branch: perl ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod ! t/lib/charnames.t toke.c ____________________________________________________________________________ [ 9024] By: jhi on 2001/03/04 20:51:07 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0 From: "H.Merijn Brand" Date: Fri, 02 Mar 2001 18:25:26 +0100 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl> Casting problem. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 9023] By: jhi on 2001/03/04 19:46:45 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets From: nick@talking.bollo.cx Date: Sat, 03 Mar 2001 21:41:33 +0000 Message-Id: Revert the workaround. Branch: perl ! perlio.c ____________________________________________________________________________ [ 9022] By: jhi on 2001/03/04 19:36:28 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 9021] By: jhi on 2001/03/04 18:41:00 Log: makedef.pl updates suggested by Chris Nandor; double-checking the changes in AIX, OS/2 Win32 would be nice. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 9020] By: jhi on 2001/03/04 18:23:58 Log: Integrate change #9012 from maintperl into mainline, quench a compiler warning. Branch: perl !> toke.c ____________________________________________________________________________ [ 9019] By: jhi on 2001/03/04 18:18:43 Log: Integrate changes #9017 and 9018 from mainline into maintperl. \N{U+HHHH} fix. pattern in G_ARRAY context Branch: maint-5.6/perl !> pp_hot.c t/op/pat.t toke.c ____________________________________________________________________________ [ 9018] By: jhi on 2001/03/04 18:07:48 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context From: Jeff Pinyan Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST) Message-ID: Branch: perl ! pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 9017] By: jhi on 2001/03/04 18:06:21 Log: I thought I tested the #9014. Branch: perl ! toke.c ____________________________________________________________________________ [ 9016] By: jhi on 2001/03/04 17:41:22 Log: Integrate changes #9013,9014,9015 from mainline into maintperl. Tweak the get*ent() OS/2 prototypes. Add the \N{U+HHHH} syntax. More tr/// UTF-8 fixes from Inaba Hiroto. Branch: maint-5.6/perl !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c ____________________________________________________________________________ [ 9015] By: jhi on 2001/03/04 17:36:04 Log: More tr/// UTF-8 fixes from Inaba Hiroto. Branch: perl ! doop.c t/op/tr.t ____________________________________________________________________________ [ 9014] By: jhi on 2001/03/04 17:24:49 Log: Add the \N{U+HHHH} syntax. Branch: perl ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod ! t/lib/charnames.t toke.c ____________________________________________________________________________ [ 9013] By: jhi on 2001/03/04 17:20:45 Log: Tweak the get*ent() OS/2 prototypes. Branch: perl ! os2/os2.c ____________________________________________________________________________ [ 9012] By: gsar on 2001/03/04 06:26:14 Log: avoid warning (nit in change#9009) Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 9011] By: gsar on 2001/03/04 06:15:24 Log: lib/charnames.t fails in 5.6.x because of older Unicode data TODO: need to revisit this after updating lib/unicode/... Branch: maint-5.6/perl ! t/lib/charnames.t ____________________________________________________________________________ [ 9010] By: gsar on 2001/03/04 06:08:36 Log: change#9009 breaks build (no "didrange" variable in 5.6.x) Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 9009] By: jhi on 2001/03/03 19:27:20 Log: Integrate change #9008 from mainline to maintperl, UTF-8 tr/// fixes from Inaba Hiroto. Branch: maint-5.6/perl !> doop.c op.c t/op/tr.t toke.c ____________________________________________________________________________ [ 9008] By: jhi on 2001/03/03 19:19:42 Log: UTF8 tr/// fixes from Inaba Hiroto. Branch: perl ! doop.c op.c t/op/tr.t toke.c ____________________________________________________________________________ [ 9007] By: jhi on 2001/03/03 19:00:30 Log: Integrate change #9006 from maintperl to mainline, more robust quest for the infinite. Branch: perl !> lib/Math/Complex.pm ____________________________________________________________________________ [ 9006] By: jhi on 2001/03/03 18:58:06 Log: Subject: [PATCH 5.6.1] More robust Math::Complex From: Ilya Zakharevich Date: Sat, 3 Mar 2001 12:51:50 -0500 Message-ID: <20010303125150.A2147@math.ohio-state.edu> Be more robust in our quest for the infinite. Branch: maint-5.6/perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 9005] By: jhi on 2001/03/03 17:55:50 Log: The #8982 modified for perl 5.6.x, from Radu Greab. Branch: maint-5.6/perl ! doio.c ____________________________________________________________________________ [ 9004] By: jhi on 2001/03/03 17:40:14 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly so that picky compilers like IRIX won't get huffy about "statements without effect" (like 1;). Branch: perl ! toke.c ____________________________________________________________________________ [ 9003] By: jhi on 2001/03/03 17:15:52 Log: Integrate change #9002 from mainline to maintperl. Subject: [perl-5.6.x, perl-current] accept for EPOC Branch: maint-5.6/perl !> pp_sys.c ____________________________________________________________________________ [ 9002] By: jhi on 2001/03/03 17:14:30 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC From: Olaf Flebbe Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 9001] By: jhi on 2001/03/03 17:13:13 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS From: "Craig A. Berry" Date: Fri, 02 Mar 2001 17:44:40 -0600 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com> Branch: perl ! t/pod/find.t ____________________________________________________________________________ [ 9000] By: jhi on 2001/03/03 17:11:55 Log: Integrate changes #8997,8999 from maintperl. Subject: [PATCH 5.6.1] compiling on OS/2 (Better error message from hints/os2.sh) Subject: [PATCH 5.6.1] syslog.t Branch: perl !> hints/os2.sh t/lib/syslog.t ____________________________________________________________________________ [ 8999] By: jhi on 2001/03/03 17:09:28 Log: Subject: [PATCH 5.6.1] syslog.t From: Ilya Zakharevich Date: Sat, 3 Mar 2001 02:11:17 -0500 Message-ID: <20010303021116.A11897@math.ohio-state.edu> Branch: maint-5.6/perl ! t/lib/syslog.t ____________________________________________________________________________ [ 8998] By: jhi on 2001/03/03 17:07:50 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too From: Ilya Zakharevich Date: Sat, 3 Mar 2001 01:53:52 -0500 Message-ID: <20010303015352.A11741@math.ohio-state.edu> Branch: maint-5.6/perl ! opcode.pl os2/os2.c ____________________________________________________________________________ [ 8997] By: jhi on 2001/03/03 17:03:30 Log: Subject: [PATCH 5.6.1] compiling on OS/2 From: Ilya Zakharevich Date: Sat, 3 Mar 2001 01:59:59 -0500 Message-ID: <20010303015959.B11741@math.ohio-state.edu> Branch: maint-5.6/perl ! hints/os2.sh ____________________________________________________________________________ [ 8996] By: jhi on 2001/03/03 00:55:58 Log: Regen files for mainline. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 8995] By: jhi on 2001/03/03 00:35:22 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317, 8318,8320,8337,8503,8877,8890,8903,8971 from mainline to maintperl. Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp Add Configure option -Dmksymlinks which will create a symlink forest if the current/build differs from the source directory. (8218,8220,8221,8317,8318,8971) Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending? (Document APPLLIB_EXP in INSTALL.) If running byacc write-enable also perly.h. DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec . Subject: [PATCH 5.7.1/Configure] failure to set src='.' Sanity check for conflicting thread flavours. Fix the sys/fcntl.h problem reported by Peter Prymmer. Add few CPUs/architectures to the Cppsym scan, add -perlio to archname if so selected (modified 8890) Be more helpful for devel builders, suggested by John L. Allen. (admittedly pointless change for maintperl, but the usedevel code is there already) Branch: maint-5.6/perl !> Configure INSTALL Makefile.SH Porting/Glossary !> Porting/config.sh Porting/config_H config_h.SH embed.pl !> epoc/config.sh ext/NDBM_File/NDBM_File.xs !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl !> win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8994] By: jhi on 2001/03/02 23:31:41 Log: Use also $ccflags, not just $ldflags, when testing for gccness. Branch: metaconfig/U/perl ! gccvers.U ____________________________________________________________________________ [ 8993] By: jhi on 2001/03/02 23:22:12 Log: Regenerate various files for maint. Branch: maint-5.6/perl ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h ____________________________________________________________________________ [ 8992] By: alanbur on 2001/03/02 22:48:34 Log: Resync wuth parent Branch: maint-5.6/pureperl +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t !> (integrate 60 files) ____________________________________________________________________________ [ 8991] By: jhi on 2001/03/02 21:00:08 Log: Retract the #8742 part of #8986, backward compat. Branch: maint-5.6/perl ! embed.pl ____________________________________________________________________________ [ 8990] By: jhi on 2001/03/02 20:40:07 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch. Branch: maint-5.6/perl ! hv.c ____________________________________________________________________________ [ 8989] By: jhi on 2001/03/02 19:59:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8988] By: jhi on 2001/03/02 19:57:08 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm !> ext/Encode/Encode/iso8859-10.ucm !> ext/Encode/Encode/iso8859-13.ucm !> ext/Encode/Encode/iso8859-14.ucm !> ext/Encode/Encode/iso8859-15.ucm !> ext/Encode/Encode/iso8859-16.ucm !> ext/Encode/Encode/iso8859-2.ucm !> ext/Encode/Encode/iso8859-3.ucm !> ext/Encode/Encode/iso8859-4.ucm !> ext/Encode/Encode/iso8859-5.ucm !> ext/Encode/Encode/iso8859-6.ucm !> ext/Encode/Encode/iso8859-7.ucm !> ext/Encode/Encode/iso8859-8.ucm !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm !> ext/Encode/Encode/symbol.ucm ext/Encode/compile ____________________________________________________________________________ [ 8987] By: jhi on 2001/03/02 19:43:40 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866, 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948, 8950,8952,8955 from mainline to maintperl. Subject: [PATCH: perl@8773] small fixups to perlclib.pod Put to rest the 20010205.001, the email address checking (not) regex. fork() not everywhere, cleanup temp files. The #8843 wasn't quite right: %Config needs to imported. Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups (#8849: the glob-basic hunk needed massaging as it depended on Schwern's large-scale (unintegrated) patches) Skip the Perl_sys_intern_clear and Perl_sys_intern_init. Upgrade to CGI.pm 2.752, from Lincoln Stein. (Note: there were some conflicts due to EBCDIC and EPOC patches, in general I preferred the repository code.) (When 2.753 comes out, we need to synchronize.) Subject: [PATCH] fix for charnames above FFFF Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod If no sfio, no -lsfio. Run run/*.t also in minitest. Subject: [PATCH perl 5.7.0] malloc message address offset Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST! Subject: fix for parameter -Dm (for perl@8867) Subject: [PATCH: perl@8892] was Re: hashing order difference? (make the test more portable) Subject: Re: [PATCH] fix for charnames above FFFF Subject: Re: I'm losing the war... (hv_store() not working correctly in ENV_IS_CASELESS case.) Subject: Modified README.bs2000 Subject: [PATCH: perl@8935] -Dt padsv($var) Subject: [PATCH: perl@8890] small fix in pod/perlop.pod Subject: PATCH: extra tests to check on negative float to unsigned cast Subject: [PATCH] XPUSH[insp] was Re: progress Subject: Re: Compile with perlcc.. Branch: maint-5.6/perl !> (integrate 36 files) ____________________________________________________________________________ [ 8986] By: jhi on 2001/03/02 18:51:25 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755, 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline to maintperl. Subject: Re: [PATCH lots of pod/] s/chop/chomp/g Subject: [DOC PATCH] overload.pm nits Add header for LIB$ prototypes (C. Berry) Convert fwrite()s to sockets to write()s, since some socket stacks don't take kindly to stdio. Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups (for often optional LNMs) Correct a few typos (C. Bailey) Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test De-cut-and-pasto. Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff. Upgrade to CPAN 1.59_54, from Andreas König. Bogus shebang. Subject: [PATCH] Document makepatch in Porting/patching UTF-8 documentation. Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions Sort the MANIFEST. Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message Subject: [PATCH @8807] toke.c cleanup: scan_str() Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN) Add run/*.t to testables. TODO: integrate #8784. Branch: maint-5.6/perl +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t !> (integrate 28 files) ____________________________________________________________________________ [ 8985] By: nick on 2001/03/02 18:15:45 Log: Integrate mainline Branch: perlio !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod !> vms/vms.c ____________________________________________________________________________ [ 8984] By: jhi on 2001/03/02 16:00:17 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline. perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05, and mention the suidperl August 2000 security problem. (#8978,#8981) Subject: [ID 20010301.004] Technically speaking in perldata Subject: [PATCH] File::Copy for bleadperl, maintperl Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit (The #8982, fix for 20010221.005 and 20010221.008, would be nice too but it didn't integrate cleanly.) Branch: maint-5.6/perl !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c ____________________________________________________________________________ [ 8983] By: jhi on 2001/03/02 15:51:16 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 1 Mar 2001 15:54:09 EST Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 8982] By: jhi on 2001/03/02 15:43:31 Log: Subject: Re: sync sync sync: have I missed any patches? From: Radu Greab Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET) Message-ID: <15006.42826.747914.669893@ix.netsoft.ro> Fixes the bugs 20010221.005 and 20010221.008: "the taint checker was checking argv[0] regardless of whether a different pathname will actually be executed." Test case not supplied because drafting that, ironically enough, revealed another bug (or a feature). Branch: perl ! doio.c ____________________________________________________________________________ [ 8981] By: jhi on 2001/03/02 15:28:03 Log: Misdate in #8978. Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 8980] By: jhi on 2001/03/02 15:24:20 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl From: Chris Nandor Date: Wed, 28 Feb 2001 22:10:15 -0500 Message-Id: Branch: perl ! lib/File/Copy.pm ____________________________________________________________________________ [ 8979] By: jhi on 2001/03/02 15:17:16 Log: Subject: [ID 20010301.004] Technically speaking in perldata From: abela@geneanet.org Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET) Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 8978] By: jhi on 2001/03/02 15:15:27 Log: Subject: [ID 20010301.003] ref to 5.004 From: abela@geneanet.org Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET) Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org> Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05, and mention the suidperl August 2000 security problem. Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 8977] By: alanbur on 2001/03/02 14:17:45 Log: Resynchronised with parent Branch: maint-5.6/pureperl !> AUTHORS README.epoc configure.com epoc/createpkg.pl !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c !> vms/descrip_mms.template win32/win32.c win32/win32.h !> win32/win32iop.h ____________________________________________________________________________ [ 8976] By: nick on 2001/03/01 23:25:30 Log: Integrate mainline. Branch: perlio - t/op/qu.t !> (integrate 55 files) ____________________________________________________________________________ [ 8975] By: jhi on 2001/03/01 16:51:34 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008. Branch: perl !> toke.c ____________________________________________________________________________ [ 8974] By: gsar on 2001/03/01 16:28:21 Log: fix for bugid 20010226.008 the problem was that some of the pointers (PL_last_lop and PL_last_uni specifically) into the lex buffers weren't correctly being invalidated when the buffer changed; this would leave the pointers pointing at an arbitrary location in the buffer if the buffer didn't need to be reallocated, or point into freed memory if the buffer had to be realloced TODO item for bugdb maintainers: check other seemingly random parser-related bugs--they might be cured by this Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 8973] By: jhi on 2001/03/01 02:23:25 Log: Retract #8970 because of a completely mysterious core dump: adding the tests 241..244 causes op/pat dump core at test #25. The test needs a lot of whittling down before the bug can be solved. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 8972] By: jhi on 2001/03/01 01:58:38 Log: Regen perlapi. Branch: perl ! pod/perlapi.pod ____________________________________________________________________________ [ 8971] By: jhi on 2001/03/01 01:34:09 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)) From: Nicholas Clark Date: Wed, 28 Feb 2001 23:28:49 +0000 Message-ID: <20010228232849.A55187@plum.flirble.org> Allow a completely write protected source code tree when using the Configure -Dmksymlinks. Branch: perl ! embed.pl warnings.pl ____________________________________________________________________________ [ 8970] By: jhi on 2001/03/01 01:32:04 Log: Add back the EBCDIC character range tests (for matching). Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 8969] By: nick on 2001/02/28 18:18:01 Log: Add charname comments to .ucm files writen by 'compile', also order charmaps in those files by source encoding. regenerate distrubuted .ucm files Branch: perlio ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm ! ext/Encode/Encode/iso8859-10.ucm ! ext/Encode/Encode/iso8859-13.ucm ! ext/Encode/Encode/iso8859-14.ucm ! ext/Encode/Encode/iso8859-15.ucm ! ext/Encode/Encode/iso8859-16.ucm ! ext/Encode/Encode/iso8859-2.ucm ! ext/Encode/Encode/iso8859-3.ucm ! ext/Encode/Encode/iso8859-4.ucm ! ext/Encode/Encode/iso8859-5.ucm ! ext/Encode/Encode/iso8859-6.ucm ! ext/Encode/Encode/iso8859-7.ucm ! ext/Encode/Encode/iso8859-8.ucm ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm ! ext/Encode/Encode/symbol.ucm ext/Encode/compile ____________________________________________________________________________ [ 8968] By: jhi on 2001/02/28 16:26:37 Log: Expand usemorebits early if d_casti32 needs to be undefined. Branch: perl ! hints/hpux.sh hints/irix_6.sh ____________________________________________________________________________ [ 8967] By: jhi on 2001/02/28 16:22:26 Log: Undo qu. Retract #8814, rewrite op/each part of #8615, retract toke.c/qu parts of #8583, retract #8485, retract or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl, op/length.t, and MANIFEST, and delete t/op/qu.t. Branch: perl - t/op/qu.t ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t ! t/op/length.t toke.c ____________________________________________________________________________ [ 8966] By: jhi on 2001/02/28 15:00:27 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3 by not changing from pre-Unicode days into being Unicode-aware. Sniff. Branch: perl ! pp.c t/op/pack.t t/op/qu.t ____________________________________________________________________________ [ 8965] By: jhi on 2001/02/28 14:37:55 Log: Subject: Re: Errors in core PODs From: Michael Stevens Date: Fri, 23 Feb 2001 15:47:56 +0000 Message-ID: <20010223154756.A7723@firedrake.org> Branch: perl ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm ! x2p/a2p.pod ____________________________________________________________________________ [ 8964] By: jhi on 2001/02/28 14:35:35 Log: Do not force d_casti32 to undef if we are on a 64-bit environment. (The #8961 was too bold.) Branch: perl ! hints/hpux.sh hints/irix_6.sh ____________________________________________________________________________ [ 8963] By: jhi on 2001/02/28 14:33:39 Log: Subject: Re: sync sync sync: have I missed any patches? From: Tim Jenness In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu> Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST) Message-ID: Replace djSP with dSP. Branch: perl ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c ! win32/perlhost.h ____________________________________________________________________________ [ 8962] By: jhi on 2001/02/27 23:21:14 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks). Branch: perl ! lib/Filter/Simple.pm ____________________________________________________________________________ [ 8961] By: jhi on 2001/02/27 22:55:26 Log: The casting mystery in HP-UX and IRIX needs at least a workaround and this would be it. Branch: perl ! hints/hpux.sh hints/irix_6.sh ____________________________________________________________________________ [ 8960] By: jhi on 2001/02/27 22:51:33 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree From: "Craig A. Berry" Date: Tue, 27 Feb 2001 16:11:44 -0600 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01> Branch: maint-5.6/perl ! configure.com vms/descrip_mms.template ____________________________________________________________________________ [ 8959] By: jhi on 2001/02/27 22:47:23 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree From: "Craig A. Berry" Date: Tue, 27 Feb 2001 16:11:44 -0600 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01> Branch: perl ! configure.com vms/descrip_mms.template ____________________________________________________________________________ [ 8958] By: jhi on 2001/02/27 15:16:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8957] By: jhi on 2001/02/27 06:15:07 Log: Subject: [5.6.x] EPOC additions From: Olaf Flebbe Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET) Message-ID: Branch: maint-5.6/perl ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c ____________________________________________________________________________ [ 8956] By: jhi on 2001/02/27 06:12:11 Log: Subject: [perl-current] EPOC From: Olaf Flebbe Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET) Message-ID: Branch: perl ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c ! epoc/epocish.c epoc/epocish.h pp_sys.c ____________________________________________________________________________ [ 8955] By: jhi on 2001/02/27 05:59:50 Log: Subject: Re: Compile with perlcc.. From: Edward Peschko Date: Mon, 26 Feb 2001 18:51:58 -0800 Message-ID: <20010226185158.A9871@excitehome.net> plus add a simple usage message if no arguments given. Branch: perl ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness ! utils/Makefile utils/perlcc.PL win32/pod.mak ____________________________________________________________________________ [ 8954] By: nick on 2001/02/26 21:02:59 Log: Integrate mainline Branch: perlio !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t !> t/op/sprintf.t ____________________________________________________________________________ [ 8953] By: jhi on 2001/02/26 14:43:54 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature) From: Nicholas Clark Date: Mon, 26 Feb 2001 00:42:07 +0000 Message-ID: <20010226004207.F23333@plum.flirble.org> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 8952] By: jhi on 2001/02/26 14:42:13 Log: Subject: [PATCH] XPUSH[insp] was Re: progress From: Simon Cozens Date: Mon, 26 Feb 2001 12:23:48 +0000 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 8951] By: jhi on 2001/02/26 14:39:15 Log: Subject: [PATCH] perlio - unknown layer From: Nicholas Clark Date: Mon, 26 Feb 2001 00:27:19 +0000 Message-ID: <20010226002719.E23333@plum.flirble.org> Branch: perl ! perlio.c ____________________________________________________________________________ [ 8950] By: jhi on 2001/02/26 14:38:04 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast From: Jeff Okamoto Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com> Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST) Branch: perl ! t/op/bop.t ____________________________________________________________________________ [ 8949] By: jhi on 2001/02/26 14:37:07 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl From: Peter Prymmer Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST) Message-ID: Branch: perl ! lib/Test.pm ____________________________________________________________________________ [ 8948] By: jhi on 2001/02/26 14:35:53 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod From: Radu Greab Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET) Message-ID: <14998.38120.623015.916165@ix.netsoft.ro> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 8947] By: jhi on 2001/02/26 14:34:46 Log: Subject: [PATCH: perl@8935] -Dt padsv($var) From: David Mitchell Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT) Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk> Branch: perl ! run.c ____________________________________________________________________________ [ 8946] By: jhi on 2001/02/26 14:32:37 Log: Subject: Modified README.bs2000 From: Dorner Thomas Date: Mon, 26 Feb 2001 09:22:17 +0100 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de> Branch: perl ! README.bs2000 ____________________________________________________________________________ [ 8945] By: jhi on 2001/02/26 14:19:53 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline to maintperl, listing the known failures on the tests 129 and 130. Branch: maint-5.6/perl !> t/op/sprintf.t ____________________________________________________________________________ [ 8944] By: jhi on 2001/02/26 14:14:15 Log: Add more known sprintf failures. Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 8943] By: jhi on 2001/02/26 13:56:22 Log: perlglob.exe needs to be found in Win32, patch from Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob() which needs external glob at mini-perl time." Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 8942] By: jhi on 2001/02/26 13:52:19 Log: A missing dTHX from Vadim Konovalov. Branch: perl ! perlio.c ____________________________________________________________________________ [ 8941] By: jhi on 2001/02/26 13:37:05 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted. Branch: perl ! op.c ____________________________________________________________________________ [ 8940] By: jhi on 2001/02/26 13:35:40 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.pm ____________________________________________________________________________ [ 8939] By: nick on 2001/02/25 23:47:09 Log: Integrate mainline. Branch: perlio !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c ____________________________________________________________________________ [ 8938] By: nick on 2001/02/25 19:36:28 Log: Encode implementations docs. Branch: perlio ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 8937] By: jhi on 2001/02/25 19:26:16 Log: Script wasn't aligned with reality. Branch: perl ! t/pod/find.t ____________________________________________________________________________ [ 8936] By: jhi on 2001/02/25 18:54:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8935] By: jhi on 2001/02/25 18:46:36 Log: Retract #8929,8930,8932,8933 for now. Branch: perl ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c ____________________________________________________________________________ [ 8934] By: jhi on 2001/02/25 17:34:35 Log: Integrate perlio. Branch: perl !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c !> t/lib/encode.t ____________________________________________________________________________ [ 8933] By: jhi on 2001/02/25 17:33:12 Log: (Retracted by #8395.) Slight tweaks in scan_const(), not fixes yet, it seems like lots of work remains to be done... Branch: perl ! toke.c ____________________________________________________________________________ [ 8932] By: jhi on 2001/02/25 17:27:11 Log: (Retracted by #8395.) Missing from #8930. Branch: perl ! perl.h ____________________________________________________________________________ [ 8931] By: jhi on 2001/02/25 17:26:19 Log: A comment tweak. Branch: perl ! utf8.c ____________________________________________________________________________ [ 8930] By: jhi on 2001/02/25 17:25:47 Log: (Retracted by #8395.) Attempt to fix the EBCDIC character range problwm with //. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 8929] By: jhi on 2001/02/25 17:23:45 Log: (Retracted by #8395.) Expand the EBCDIC character range tests, and add few nasty tr tests from Karsten Sperling. Branch: perl ! t/op/pat.t t/op/tr.t ____________________________________________________________________________ [ 8928] By: jhi on 2001/02/25 17:18:49 Log: Missing check-in. Branch: perl ! lib/Pod/Find.pm ____________________________________________________________________________ [ 8927] By: nick on 2001/02/25 11:30:22 Log: Change method names in Encode implementation classes to something less confusing (preparing to "go public"). Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t ____________________________________________________________________________ [ 8926] By: nick on 2001/02/25 10:53:24 Log: GCC __atribute__ / printf fix Branch: perlio ! perl.h ____________________________________________________________________________ [ 8925] By: nick on 2001/02/25 10:52:25 Log: Checked in the wrong one ... Branch: perlio ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 8924] By: nick on 2001/02/24 18:46:51 Log: Integrate mainline - to see what Jarkko has in ... Branch: perlio +> t/pod/testpods/lib/Pod/Stuff.pm !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t ____________________________________________________________________________ [ 8923] By: nick on 2001/02/24 17:05:23 Log: Encode API documentation nd tidy up. Minor additions to test. Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length. Adds STRLEN to standard typemap. Branch: perlio ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t ____________________________________________________________________________ [ 8922] By: jhi on 2001/02/24 16:38:12 Log: Add a test for the "character range should match in EBCDIC if specified using explicit numerics" bug found by Karsten Sperling. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 8921] By: jhi on 2001/02/24 16:30:16 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod From: schwern@pobox.com Date: Fri, 23 Feb 2001 03:21:37 -0500 Message-ID: <20010223032137.A26022@magnonel.guild.net> plus Charles Lane's fixes, plus tweaks. Branch: perl + t/pod/testpods/lib/Pod/Stuff.pm ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t ____________________________________________________________________________ [ 8920] By: nick on 2001/02/24 10:30:11 Log: Integrate mainline Branch: perlio !> (integrate 33 files) ____________________________________________________________________________ [ 8919] By: jhi on 2001/02/24 00:23:35 Log: Subject: Re: I'm losing the war... From: "Vadim Konovalov" Date: Sat, 24 Feb 2001 00:10:14 +0300 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad> hv_store() not working correctly in ENV_IS_CASELESS case. Branch: perl ! hv.c ____________________________________________________________________________ [ 8918] By: jhi on 2001/02/24 00:20:09 Log: Subject: Re: [PATCH] fix for charnames above FFFF From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 23 Feb 2001 02:39:03 +0100 Message-ID: A further efficiency tweak. Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 8917] By: jhi on 2001/02/23 20:27:51 Log: Integrate change #8916 from mainline, do away with USE_WIN32_RTL_ENV. Branch: maint-5.6/perl !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h ____________________________________________________________________________ [ 8916] By: jhi on 2001/02/23 20:02:25 Log: Abolish USE_WIN32_RTL_ENV. Branch: perl ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h ____________________________________________________________________________ [ 8915] By: jhi on 2001/02/23 19:36:00 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce later protected by some #define. Branch: perl ! gv.c ____________________________________________________________________________ [ 8914] By: jhi on 2001/02/23 19:31:38 Log: Retract #8902 for now, requested by Charles Lane, the correct fix will be something else. Branch: perl ! op.c ____________________________________________________________________________ [ 8913] By: jhi on 2001/02/23 19:11:36 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference? From: Peter Prymmer Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST) Message-ID: Branch: perl ! t/op/lex_assign.t ____________________________________________________________________________ [ 8912] By: jhi on 2001/02/23 18:38:20 Log: Subject: [patch] perlio + useithreads From: Doug MacEachern Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST) Message-ID: Gets things running but not complete. Branch: perl ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c ____________________________________________________________________________ [ 8911] By: jhi on 2001/02/23 04:20:02 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline. Duplicated environment freeing, File::Temp 0.12, op/append portability (EBCDIC) tweak. Branch: maint-5.6/perl !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t !> t/op/append.t ____________________________________________________________________________ [ 8910] By: jhi on 2001/02/23 02:07:33 Log: Integrate change #8909 from mainline, a better Borland putenv() workaround. Branch: maint-5.6/perl !> perl.c ____________________________________________________________________________ [ 8909] By: jhi on 2001/02/23 02:05:46 Log: A better workaround for Borland putenv() brokenness from Sarathy. Branch: perl ! perl.c ____________________________________________________________________________ [ 8908] By: jhi on 2001/02/23 02:04:14 Log: Subject: fix for parameter -Dm (for perl@8867) From: "Vadim Konovalov" Date: Thu, 22 Feb 2001 17:30:12 +0300 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad> Branch: perl ! perl.h ____________________________________________________________________________ [ 8907] By: jhi on 2001/02/23 01:58:20 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t From: Peter Prymmer Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST) Message-ID: Branch: perl ! t/op/append.t ____________________________________________________________________________ [ 8906] By: jhi on 2001/02/23 01:48:34 Log: Upgrade to File::Temp 0.12, from Tim Jenness. Branch: perl ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t ____________________________________________________________________________ [ 8905] By: jhi on 2001/02/23 01:43:30 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t From: Peter Prymmer Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST) Message-ID: Branch: perl ! t/lib/st-06compat.t ____________________________________________________________________________ [ 8904] By: jhi on 2001/02/23 01:42:39 Log: Metaconfig unit change for #8903. Branch: metaconfig/U/perl ! Devel.U ____________________________________________________________________________ [ 8903] By: jhi on 2001/02/23 01:42:12 Log: Be more helpful for devel builders, suggested by John L. Allen. Branch: perl ! Configure ____________________________________________________________________________ [ 8902] By: jhi on 2001/02/23 01:37:41 Log: (Retracted by #8914) (Wrongly, reinstated by #8941) Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST! From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 22 Feb 2001 09:43:57 EST Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu> Branch: perl ! op.c ____________________________________________________________________________ [ 8901] By: jhi on 2001/02/23 01:20:32 Log: Subject: [PATCH perl 5.7.0] malloc message address offset From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 22 Feb 2001 08:01:35 EST Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu> Branch: perl ! malloc.c ____________________________________________________________________________ [ 8900] By: jhi on 2001/02/23 01:18:02 Log: Integrate changes #8898,8899 from mainline, environ handling. Branch: maint-5.6/perl !> perl.c ____________________________________________________________________________ [ 8899] By: jhi on 2001/02/23 01:16:25 Log: Rewrite putenv() using my_setenv(). (In general the vendors' putenv() is not to be relied on, they are either broken or leaky or both.) Branch: perl ! perl.c ____________________________________________________________________________ [ 8898] By: jhi on 2001/02/22 23:36:59 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc() and safesysfree() must be used. Branch: perl ! perl.c ____________________________________________________________________________ [ 8897] By: jhi on 2001/02/22 23:25:45 Log: With environ one must use safesysmalloc()/safesysfree(). Branch: perl ! perl.c ____________________________________________________________________________ [ 8896] By: jhi on 2001/02/22 22:13:18 Log: If we have a duplicated environment free it if PERL_DESTRUCT_LEVEL. Branch: perl ! perl.c ____________________________________________________________________________ [ 8895] By: alanbur on 2001/02/22 19:31:57 Log: Synchronised with parent Branch: maint-5.6/pureperl !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c ____________________________________________________________________________ [ 8894] By: gsar on 2001/02/22 19:06:18 Log: integrate changes#6162,6163 from mainline (missing leak fixes!) fix memory leak in method call optimization (change#3768); made Cfoo()"> leak fix memory leak in C (bug in change#4579) Branch: maint-5.6/perl !> op.c ____________________________________________________________________________ [ 8893] By: jhi on 2001/02/22 18:35:27 Log: (Retracted by #8915.) Third Degree finding: reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile Branch: perl ! gv.c ____________________________________________________________________________ [ 8892] By: jhi on 2001/02/22 14:28:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8891] By: jhi on 2001/02/22 13:22:45 Log: Metaconfig unit changes for #8890. Branch: metaconfig ! U/modified/Cppsym.U U/threads/archname.U ____________________________________________________________________________ [ 8890] By: jhi on 2001/02/22 13:22:12 Log: Add -stdio to the archname if no perlio selected, no -perlio added since that is now the default. Add few CPUs/architectures to the Cppsym scan. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8889] By: jhi on 2001/02/22 13:05:59 Log: Metaconfig unit change for #8888. Branch: metaconfig/U/perl ! useperlio.U ____________________________________________________________________________ [ 8888] By: jhi on 2001/02/22 13:05:28 Log: *drum roll* Make perlio the default. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8887] By: jhi on 2001/02/22 12:50:52 Log: Integrate change #8665 from maintperl to mainline, IA64-induced POSIX::SigSet masking with IVs instead of NVs. Branch: perl !> ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 8886] By: jhi on 2001/02/22 12:49:24 Log: Integrate changes #8883,8884 from mainline to maintperl. Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ... Subject: Re: File::Temp::_gettemp warning Branch: maint-5.6/perl !> embed.h embed.pl lib/File/Temp.pm ____________________________________________________________________________ [ 8885] By: jhi on 2001/02/22 12:43:59 Log: Based on Subject: [ID 20010222.001] POSIX.xs IV vs NV bug From: schwab@suse.de Date: Thu, 22 Feb 2001 13:08:09 +0100 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de> but the fix done slightly differently because the other half was already done in #8664. Branch: maint-5.6/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 8884] By: jhi on 2001/02/22 12:37:15 Log: Subject: Re: File::Temp::_gettemp warning From: Tim Jenness Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST) Message-ID: This patch to File::Temp does two things: 1. Fixes the problem with CGI::Carp when determining the Fcntl constants 2. Removes most of the carps and consolidates them so that all the reasons are included in a single die that is caught by the test. This means that the correct skipping behaviour is displayed by the test. Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 8883] By: jhi on 2001/02/22 12:29:19 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ... From: Peter Prymmer Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST) Message-ID: Branch: perl ! embed.h embed.pl ____________________________________________________________________________ [ 8882] By: jhi on 2001/02/21 19:41:33 Log: Integrate change #8881 from mainlin to maintperl. Subject: [PATCH - perl8585] glob-in-eval memory leak fix Branch: maint-5.6/perl !> op.c ____________________________________________________________________________ [ 8881] By: jhi on 2001/02/21 19:38:57 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 21 Feb 2001 13:08:03 EST Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu> Branch: perl ! op.c ____________________________________________________________________________ [ 8880] By: jhi on 2001/02/21 19:34:34 Log: Retract #8875, cannot let go of the old semantics of unpack U without rethinking utf8decode.t. Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 8879] By: jhi on 2001/02/21 19:08:02 Log: Run run/*.t also in minitest. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 8878] By: nick on 2001/02/21 18:55:37 Log: Integrate mainline Branch: perlio !> (integrate 76 files) ____________________________________________________________________________ [ 8877] By: jhi on 2001/02/21 15:09:33 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer. Branch: metaconfig ! U/compline/nblock_io.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8876] By: jhi on 2001/02/21 14:54:45 Log: If no sfio, no -lsfio. Branch: metaconfig/U/perl ! d_sfio.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8875] By: jhi on 2001/02/21 14:54:00 Log: Make unpack C and unpack C truly equivalent. Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 8874] By: jhi on 2001/02/21 14:26:02 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod From: Peter Prymmer Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST) Message-ID: Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 8873] By: jhi on 2001/02/21 14:24:31 Log: Subject: [PATCH] fix for charnames above FFFF From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 21 Feb 2001 07:05:45 +0100 Message-ID: Branch: perl ! lib/charnames.pm t/lib/charnames.t ____________________________________________________________________________ [ 8872] By: jhi on 2001/02/21 14:15:25 Log: Integrate change #8868 from pureperl to mainline. Fixed reference count loop caused by sv_magic. Branch: perl !> sv.c ____________________________________________________________________________ [ 8871] By: jhi on 2001/02/21 14:07:29 Log: Integrate change #8868 from pureperl to maintperl. Fixed reference count loop caused by sv_magic. Branch: maint-5.6/perl !> sv.c ____________________________________________________________________________ [ 8870] By: jhi on 2001/02/21 14:04:41 Log: Put back the #8840, it was innocent. Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c ____________________________________________________________________________ [ 8869] By: jhi on 2001/02/21 14:00:03 Log: unpack("C", ...) was left slightly unfinished by #8865. Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 8868] By: alanbur on 2001/02/21 01:33:45 Log: Fixed reference count loop caused by sv_magic. sv_magic is called from gv_fetchpv to create single-character magic variables (e.g. $!), and it is passed a sv and the gv that contains the sv as the mg_obj value. When sv_magic stores the mg_obj pointer it increments the gv refcount, thus causing a sv-gv pair that can't be freed. There is already a check for sv == obj which is used to prevent such reference loops. This change extends the check to cover the case described above. Branch: maint-5.6/pureperl ! sv.c ____________________________________________________________________________ [ 8867] By: jhi on 2001/02/21 00:52:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8866] By: jhi on 2001/02/21 00:34:20 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein. (Note: there were some conflicts due to EBCDIC and EPOC patches, in general I preferred the repository code.) (When 2.753 comes out, we need to synchronize.) Branch: perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t ! t/lib/cgi-html.t ____________________________________________________________________________ [ 8865] By: jhi on 2001/02/21 00:24:22 Log: Make pack("C", 0x100) to create Unicode, unless under the evil influence of 'use bytes'. Similarly, unpack("C", ...) will understand Unicode, unless you under know what. Branch: perl ! pp.c t/op/pack.t t/op/qu.t ____________________________________________________________________________ [ 8864] By: alanbur on 2001/02/20 22:35:34 Log: Resynchronised with parent Branch: maint-5.6/pureperl !> README.win32 ext/GDBM_File/GDBM_File.pm !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t !> t/lib/sdbm.t util.c ____________________________________________________________________________ [ 8863] By: jhi on 2001/02/20 20:55:11 Log: Integrate change #8860,8861 from mainline into maintperl. "pseudo-literal j" Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009 Branch: maint-5.6/perl !> lib/Test.pm pod/perlop.pod ____________________________________________________________________________ [ 8862] By: jhi on 2001/02/20 20:30:07 Log: Don't do casting between pointers pointing to differently sized integers. Branch: perl ! hv.c sv.c ____________________________________________________________________________ [ 8861] By: jhi on 2001/02/20 19:53:44 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009 From: Peter Prymmer Message-ID: Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST) Branch: perl ! lib/Test.pm ____________________________________________________________________________ [ 8860] By: jhi on 2001/02/20 19:48:02 Log: "pseudo-literal j", a documentation glitch reported to Debian. The text recovered from Perl 5.005_03, and pseudo-literal replaced by "backtick string". Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 8859] By: jhi on 2001/02/20 19:15:46 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init, from Chris Nandor. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 8858] By: jhi on 2001/02/20 17:36:53 Log: Integrate pureperl changes #8844,8845,8850 to mainline (via maintperl #8855). Fixed %^H scoping bug Removed GV <-> CV refcount loop Removed %ENV refcount loop Branch: perl !> gv.c op.c perl.c pp.c scope.c ____________________________________________________________________________ [ 8857] By: jhi on 2001/02/20 17:34:32 Log: Integrate changes #8853,8854 from maintperl to mainline. EBDIC fixes, README.win32 Borland update. Branch: perl !> README.win32 handy.h util.c ____________________________________________________________________________ [ 8856] By: jhi on 2001/02/20 17:33:16 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup. Branch: maint-5.6/perl !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t ____________________________________________________________________________ [ 8855] By: jhi on 2001/02/20 17:32:13 Log: Integrate pureperl changes #8844,8845,8850 to maintperl. Fixed %^H scoping bug Removed GV <-> CV refcount loop Removed %ENV refcount loop Branch: maint-5.6/perl !> gv.c op.c perl.c pp.c scope.c ____________________________________________________________________________ [ 8854] By: jhi on 2001/02/20 17:25:06 Log: Subject: Addition to readme.win32 for Borland C++ compilers Date: Tue, 20 Feb 2001 02:15:25 +0300 From: "Vadim Konovalov" Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad> Document Borland compiler misbehaviour. Branch: maint-5.6/perl ! README.win32 ____________________________________________________________________________ [ 8853] By: jhi on 2001/02/20 17:22:25 Log: The assimilation of ebcdic.c didn't quite work at the first try, patches from Thomas Dorner. Branch: maint-5.6/perl ! handy.h util.c ____________________________________________________________________________ [ 8852] By: jhi on 2001/02/20 17:20:15 Log: Subject: [PATCH] More Mac OS patches for maint-5.6 From: Chris Nandor Date: Tue, 20 Feb 2001 08:32:45 -0500 Message-Id: Branch: maint-5.6/perl ! makedef.pl mg.c ____________________________________________________________________________ [ 8851] By: jhi on 2001/02/20 17:15:52 Log: Filter::Util::Call update to 1.05, from Paul Marquess. Branch: perl ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl ! t/lib/filter-util.t ____________________________________________________________________________ [ 8850] By: alanbur on 2001/02/20 17:12:40 Log: Removed %ENV refcount loop. Elements of %ENV are magical, and the magic pointer points back to the GV that contains the %ENV hash. This creates a refcount loop that prevents members of %ENV from being freed correctly. This change removes the refcount loop - the magic pointer was never used anyway, the only use of the magic was to check the type ('E') so that the appropriate environment manipulation code is called when %ENV is modified. Branch: maint-5.6/pureperl ! perl.c ____________________________________________________________________________ [ 8849] By: jhi on 2001/02/20 17:12:20 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups From: "Craig A. Berry" Date: Mon, 19 Feb 2001 23:36:12 -0600 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01> Case-forgiving systems match TestInit.pm with TES*. Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 8848] By: jhi on 2001/02/20 17:10:02 Log: strict-w-proof the ?DBM_File, from Paul Marquess. Branch: perl ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t ____________________________________________________________________________ [ 8847] By: jhi on 2001/02/20 15:34:41 Log: The #8843 wasn't quite right: %Config needs to imported. Branch: perl ! t/run/runenv.t ____________________________________________________________________________ [ 8846] By: jhi on 2001/02/20 15:31:50 Log: Retract the #8838 and #8840 for now because of the DB_File tie problem. Branch: perl ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod ! proto.h sv.c ____________________________________________________________________________ [ 8845] By: alanbur on 2001/02/20 14:25:41 Log: Removed GV <-> CV refcount loop CvGV(mycv) points to the parent GV of the CV, and was previously refcounted. The pointer remains, but the refcounting has been removed as it causes a refcount loop between the CV and GV that means the CV can't ever be deleted. Branch: maint-5.6/pureperl ! gv.c op.c pp.c ____________________________________________________________________________ [ 8844] By: alanbur on 2001/02/20 14:23:13 Log: Fixed %^H scoping bug Branch: maint-5.6/pureperl ! scope.c ____________________________________________________________________________ [ 8843] By: jhi on 2001/02/19 13:38:08 Log: fork() not everywhere, cleanup temp files. Branch: perl ! t/run/runenv.t ____________________________________________________________________________ [ 8842] By: alanbur on 2001/02/19 12:42:07 Log: Resynchronised with parent Branch: maint-5.6/pureperl !> pod/perlfaq4.pod sv.c utf8.c ____________________________________________________________________________ [ 8841] By: jhi on 2001/02/19 03:35:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8840] By: jhi on 2001/02/19 00:23:41 Log: Subject: [patch] add sv_setref_uv From: Doug MacEachern Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST) Message-ID: Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c ____________________________________________________________________________ [ 8839] By: jhi on 2001/02/19 00:01:38 Log: Put to rest the 20010205.001, the email address checking (not) regex. Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 8838] By: jhi on 2001/02/18 22:17:54 Log: Subject: [patch] xsubpp: make sv_setref_* targetable From: Doug MacEachern Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST) Message-ID: Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 8837] By: jhi on 2001/02/18 22:16:50 Log: Subject: [patch] -Wall cleanup round 2 From: Doug MacEachern Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST) Message-ID: Branch: perl ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ! ext/SDBM_File/SDBM_File.xs ____________________________________________________________________________ [ 8836] By: jhi on 2001/02/18 22:11:20 Log: Misapplied regex optimizations when \C is present. Fixes 20001230.002. What still remains broken is that the submatches that have \C in them get their UTF8 flag on because their parent SV has it on. This will result in malformed UTF8 if a \C happened to match a non-ASCII byte. Branch: perl ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t ! t/pragma/utf8.t ____________________________________________________________________________ [ 8835] By: jhi on 2001/02/18 20:12:02 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?" The hash key got wrongly UTF8fied. Branch: perl ! pod/perlapi.pod toke.c utf8.c ____________________________________________________________________________ [ 8834] By: jhi on 2001/02/18 19:44:25 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem): don't warn on magical or overloaded things. Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 8833] By: nick on 2001/02/18 19:31:22 Log: Integrate mainline Branch: perlio +> t/TestInit.pm t/run/runenv.t - t/UTEST !> MANIFEST Makefile.SH ext/Storable/ChangeLog !> ext/Storable/Storable.pm ext/Storable/Storable.xs !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t !> utf8.c ____________________________________________________________________________ [ 8832] By: jhi on 2001/02/18 19:21:18 Log: Integrate perlio. Branch: perl !> perlio.c pod/perldiag.pod ____________________________________________________________________________ [ 8831] By: jhi on 2001/02/18 19:14:20 Log: Integrate change #8827 from mainline. UTF8 tweaks. Branch: maint-5.6/perl !> sv.c utf8.c ____________________________________________________________________________ [ 8830] By: nick on 2001/02/18 19:10:34 Log: Apply the spirit of patch from Nick Clark: Subject: [PATCH] Re: extensions that provide layers From: Nicholas Clark Date: Mon, 12 Feb 2001 16:43:51 +0000 Message-Id: <20010212164350.Q3652@plum.flirble.org> Branch: perlio ! perlio.c pod/perldiag.pod ____________________________________________________________________________ [ 8829] By: jhi on 2001/02/18 19:03:25 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests. From: schwern@pobox.com Date: Sun, 18 Feb 2001 13:44:35 -0500 Message-ID: <20010218134435.A17544@magnonel.guild.net> Applied, but as t/TestInit.pm. Branch: perl + t/TestInit.pm ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t ! t/op/subst_wamp.t ____________________________________________________________________________ [ 8828] By: jhi on 2001/02/18 18:43:52 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 8827] By: jhi on 2001/02/18 18:41:33 Log: UTF-8 tweaks. Branch: perl ! sv.c utf8.c ____________________________________________________________________________ [ 8826] By: nick on 2001/02/18 17:40:59 Log: Fix [ID 20010217.002] open FOO, "<:raw:perlio", ... :raw now inserts default base layer below itself. Also open FOO, "<:unix", ... works as well - but leaves buffer layer on stack under the unix layer. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 8825] By: jhi on 2001/02/18 17:15:39 Log: Integrate perlio. Branch: perl !> perlio.c perliol.h ____________________________________________________________________________ [ 8824] By: jhi on 2001/02/18 17:10:53 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests From: schwern@pobox.com Date: Sun, 18 Feb 2001 01:48:50 -0500 Message-ID: <20010218014850.C19957@magnonel.guild.net> Branch: perl ! lib/Test/Harness.pm t/TEST t/op/chop.t ____________________________________________________________________________ [ 8823] By: jhi on 2001/02/18 17:01:06 Log: Add run/*.t to testables. Branch: perl ! t/TEST ____________________________________________________________________________ [ 8822] By: jhi on 2001/02/18 16:58:58 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN) From: schwern@pobox.com Date: Sun, 18 Feb 2001 01:11:35 -0500 Message-ID: <20010218011135.A19957@magnonel.guild.net> Revive mjd's and Simon's PERL5OPT fix. Branch: perl + t/run/runenv.t ! MANIFEST perl.c ____________________________________________________________________________ [ 8821] By: jhi on 2001/02/18 16:53:46 Log: Subject: Re: Why t/TEST and not Test::Harness? From: schwern@pobox.com Date: Sat, 17 Feb 2001 22:44:44 -0500 Message-ID: <20010217224444.A6679@magnonel.guild.net> Replace UTEST with TEST -utf8. Branch: perl - t/UTEST ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t ! t/lib/glob-basic.t ____________________________________________________________________________ [ 8820] By: nick on 2001/02/18 13:06:16 Log: Clean up a few core dumps when layers are used in unexpected ways. (Still not "right"...) Branch: perlio ! perlio.c perliol.h ____________________________________________________________________________ [ 8819] By: jhi on 2001/02/18 02:25:55 Log: Integrate change #8818 from maintperl, a FAQ nit. Branch: perl !> pod/perlfaq4.pod ____________________________________________________________________________ [ 8818] By: jhi on 2001/02/18 02:24:50 Log: FAQ nit from Chris Fedde. Branch: maint-5.6/perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 8817] By: nick on 2001/02/17 18:20:14 Log: Integrate mainline Branch: perlio +> lib/unicode/UCD.html lib/unicode/Unicode.html +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version +> pod/perlclib.pod - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html - lib/unicode/Unicode.301 !> (integrate 324 files) ____________________________________________________________________________ [ 8816] By: jhi on 2001/02/17 16:56:58 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs t/lib/st-06compat.t ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t ____________________________________________________________________________ [ 8815] By: jhi on 2001/02/17 16:40:07 Log: Subject: [patch] -Wall From: Doug MacEachern Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST) Message-ID: Branch: perl ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c ____________________________________________________________________________ [ 8814] By: jhi on 2001/02/16 19:27:18 Log: Document qu better. Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 8813] By: jhi on 2001/02/15 13:54:37 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str() From: Hugo Date: Thu, 15 Feb 2001 13:39:49 +0000 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk> Branch: perl ! toke.c ____________________________________________________________________________ [ 8812] By: alanbur on 2001/02/15 13:52:16 Log: Resynchronised with parent Branch: maint-5.6/pureperl - ebcdic.c !> (integrate 36 files) ____________________________________________________________________________ [ 8811] By: jhi on 2001/02/15 13:51:16 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl. Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames From: Jan Dubois Date: Wed, 31 Jan 2001 21:17:03 -0800 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com> tweak change#8659 to keep it simple Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories From: Russ Allbery Date: 14 Feb 2001 10:15:41 -0800 Message-ID: (8809 empty) Upgrade to podlators 1.08, from Russ Allbery. Branch: perl !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm !> utils/perldoc.PL ____________________________________________________________________________ [ 8810] By: jhi on 2001/02/15 13:35:08 Log: Upgrade to podlators 1.08, from Russ Allbery. Branch: maint-5.6/perl ! lib/Pod/Man.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 8809] By: jhi on 2001/02/15 13:26:38 Log: (accidentally empty check-in) Branch: maint-5.6/perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 8808] By: jhi on 2001/02/15 13:23:47 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories From: Russ Allbery Date: 14 Feb 2001 10:15:41 -0800 Message-ID: perldoc was hardcoding $Config{installscript}, which breaks when install* isn't where Perl ends up (such as with AFS). Use $Config{scriptdir} instead. Branch: maint-5.6/perl ! utils/perldoc.PL ____________________________________________________________________________ [ 8807] By: jhi on 2001/02/14 14:37:27 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8806] By: jhi on 2001/02/14 14:25:31 Log: Integrate changes #8803,8804,8805 from mainline. Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset. Don't skip too much of the locale error message if no environ array, from Chris Nandor. More MacOS Classic fixes from Chris Nandor. Branch: maint-5.6/perl !> doop.c lib/Cwd.pm perl.c perl.h util.c ____________________________________________________________________________ [ 8805] By: jhi on 2001/02/14 03:29:01 Log: More MacOS Classic fixes from Chris Nandor. Branch: perl ! doop.c lib/Cwd.pm ____________________________________________________________________________ [ 8804] By: jhi on 2001/02/14 03:18:35 Log: Don't skip too much of the locale error message if no environ array, from Chris Nandor. Branch: perl ! util.c ____________________________________________________________________________ [ 8803] By: jhi on 2001/02/14 03:14:14 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset. Branch: perl ! perl.c perl.h ____________________________________________________________________________ [ 8802] By: jhi on 2001/02/13 18:31:33 Log: AUTHORS update. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 8801] By: jhi on 2001/02/13 17:55:19 Log: Integrate change #8792 from mainline. Subject: buncha MacPerl patches for bleadperl From: Chris Nandor Date: Tue, 13 Feb 2001 00:02:43 -0500 Message-Id: Branch: maint-5.6/perl !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c !> t/lib/basename.t toke.c util.h ____________________________________________________________________________ [ 8800] By: jhi on 2001/02/13 17:46:43 Log: When doing that Fpos_t used in PerlIO_getpos proto needs to be forced to Off_t. Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails From: nick@ccl4.org Date: Thu, 1 Feb 2001 12:01:04 +0000 Message-Id: <20010201120103.E11401@plum.flirble.org> Branch: maint-5.6/perl ! iperlsys.h perlio.c ____________________________________________________________________________ [ 8799] By: jhi on 2001/02/13 16:52:51 Log: Duplex duplex hunk hunk. Branch: maint-5.6/perl ! Makefile.SH ____________________________________________________________________________ [ 8797] By: jhi on 2001/02/13 14:52:04 Log: Subject: [PATCH perl@8773] integral ok lines for VMS From: "Craig A. Berry" Date: Mon, 12 Feb 2001 11:05:25 -0600 Message-Id: Branch: perl ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t ____________________________________________________________________________ [ 8796] By: jhi on 2001/02/13 14:36:47 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message From: simon.cozens@pembroke.oxford.ac.uk Date: Sat, 10 Feb 2001 17:57:02 +0000 Message-Id: Now it does include. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 8795] By: jhi on 2001/02/13 14:30:11 Log: Sort the MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 8794] By: jhi on 2001/02/13 14:26:51 Log: Integrate change #8793 from mainline, FAQ updates. Branch: maint-5.6/perl !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 8793] By: jhi on 2001/02/13 14:25:13 Log: FAQ updates from Chris Fedde . Branch: perl ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 8792] By: jhi on 2001/02/13 14:22:50 Log: Subject: buncha MacPerl patches for bleadperl From: Chris Nandor Date: Tue, 13 Feb 2001 00:02:43 -0500 Message-Id: Branch: perl ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c ! t/lib/basename.t toke.c util.h ____________________________________________________________________________ [ 8791] By: jhi on 2001/02/13 14:10:39 Log: Integrate change #8790 from mainline. environ array wrongly assumed in Perl_init_i18nl10n(), Branch: maint-5.6/perl !> util.c ____________________________________________________________________________ [ 8790] By: jhi on 2001/02/13 14:06:15 Log: environ array wrongly assumed in Perl_init_i18nl10n(), noticed by Chris Nandor in MacOS Classic. Branch: perl ! util.c ____________________________________________________________________________ [ 8789] By: jhi on 2001/02/13 13:58:07 Log: Integrate changes #8373,8487,8544,8783 from mainline. Synchronize the EBCDIC platforms (os390,posix-bc,vmesa): hints files, the dynaloading, assimilate ebcdic into util.c. Branch: maint-5.6/perl - ebcdic.c ! MANIFEST hints/posix-bc.sh !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h !> perlapi.c proto.h util.c ____________________________________________________________________________ [ 8788] By: alanbur on 2001/02/13 10:33:13 Log: Integrated changes from maint-5.6 Branch: maint-5.6/pureperl !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod !> regcomp.c t/op/re_tests vos/Changes vos/build.cm !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def !> vos/config.ga.h vos/configure_perl.cm ____________________________________________________________________________ [ 8787] By: jhi on 2001/02/13 05:56:36 Log: Integrate change #8786 from maintperl, posix-bc byacc handling. Branch: perl !> Makefile.SH ____________________________________________________________________________ [ 8786] By: jhi on 2001/02/13 05:54:34 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!) From: Dorner Thomas Date: Mon, 12 Feb 2001 15:06:26 +0100 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de> Branch: maint-5.6/perl ! Makefile.SH ____________________________________________________________________________ [ 8785] By: jhi on 2001/02/13 05:29:04 Log: Integrate change #8781 from maintperl, OpenBSD hints update. Branch: perl !> hints/openbsd.sh ____________________________________________________________________________ [ 8784] By: jhi on 2001/02/13 02:25:24 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod From: Peter Prymmer Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST) Message-ID: Branch: perl ! pod/perlclib.pod ____________________________________________________________________________ [ 8783] By: jhi on 2001/02/13 02:22:36 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c. Branch: perl - ebcdic.c ! MANIFEST embed.h embed.pl handy.h hints/os390.sh ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h ! util.c ____________________________________________________________________________ [ 8782] By: jhi on 2001/02/13 02:00:07 Log: Add OpenBSD to the list of 5.6.1-okay platforms. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8781] By: jhi on 2001/02/13 01:58:44 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller. Branch: maint-5.6/perl ! hints/openbsd.sh ____________________________________________________________________________ [ 8780] By: jhi on 2001/02/13 01:57:33 Log: Synchronize the regexp tests between maintperl and mainline. Branch: maint-5.6/perl !> t/op/re_tests ____________________________________________________________________________ [ 8779] By: jhi on 2001/02/13 01:49:35 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ From: Hugo Date: Tue, 13 Feb 2001 00:11:11 +0000 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk> Branch: perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 8778] By: jhi on 2001/02/13 00:23:10 Log: Comments do not nest. Branch: perl ! perl.h ____________________________________________________________________________ [ 8777] By: jhi on 2001/02/13 00:17:54 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ From: Hugo Date: Tue, 13 Feb 2001 00:11:11 +0000 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk> Branch: maint-5.6/perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 8776] By: jhi on 2001/02/12 23:25:52 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8775] By: jhi on 2001/02/12 23:04:28 Log: VOS updates for 5.6-TRIAL2 from Paul Green. Branch: maint-5.6/perl ! README.vos vos/Changes vos/build.cm vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! vos/configure_perl.cm ____________________________________________________________________________ [ 8774] By: jhi on 2001/02/12 22:59:11 Log: Subject: Re: [patch] context for 'U' magic functions From: Doug MacEachern Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST) Message-ID: plus the suggestion by Nick Ing-Simmons to name the macro as PERL_MG_UFUNC to avoid namespace pollution, plus add the advice by Doug for XS writers to perl.h Branch: perl ! mg.c perl.h ____________________________________________________________________________ [ 8773] By: jhi on 2001/02/11 20:14:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8772] By: jhi on 2001/02/11 18:47:52 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions From: Simon Cozens Date: Wed, 31 Jan 2001 16:31:43 +0000 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk> Branch: perl + pod/perlclib.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 8771] By: jhi on 2001/02/11 18:36:48 Log: Upgrade to Unicode 3.1 beta 2001-02-11. Blocks-4d3.beta.txt CaseFolding-3d4.beta.txt CompositionExclusions-3d6.beta.txt EastAsianWidth-4d4.beta.txt LineBreak-6d3.beta.txt NamesList-3.1.0d1.beta.txt PropList-3.1.0d4.beta.txt SpecialCasing-4d1.beta.txt UnicodeData-3.1.0d6.beta.txt Branch: perl + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version +> lib/unicode/UCD.html lib/unicode/Unicode.html - lib/unicode/UCD301.html lib/unicode/UCDFF301.html - lib/unicode/Unicode.301 ! (edit 257 files) ____________________________________________________________________________ [ 8770] By: jhi on 2001/02/11 17:26:22 Log: UTF-8 documentation. Branch: perl ! utf8.h ____________________________________________________________________________ [ 8769] By: jhi on 2001/02/11 17:12:49 Log: Retract #8762. Branch: perl ! regexec.c ____________________________________________________________________________ [ 8768] By: jhi on 2001/02/11 16:54:45 Log: Subject: [PATCH] Test::Harness From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 11 Feb 2001 14:37:00 +0100 Message-ID: Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 8767] By: jhi on 2001/02/11 16:53:52 Log: Subject: [PATCH] Document makepatch in Porting/patching From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 11 Feb 2001 16:46:28 +0100 Message-ID: Branch: perl ! Porting/patching.pod ____________________________________________________________________________ [ 8766] By: jhi on 2001/02/11 06:30:23 Log: Subject: Re: [patch] GvSHARED Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST) From: Doug MacEachern Message-ID: Subject: Re: [patch] GvSHARED From: Doug MacEachern Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST) Message-ID: Subject: [patch] attributes.pm support for `shared' From: Doug MacEachern Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST) Message-ID: our() attributes were ignored, our :shared pieces missing, allow attributes.pm to turn on shared. Branch: perl ! op.c t/op/attrs.t toke.c xsutils.c ____________________________________________________________________________ [ 8765] By: alanbur on 2001/02/10 23:11:19 Log: Resync with parent (hopefully sucessfully this time) Branch: maint-5.6/pureperl !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod !> pod/perltootc.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8764] By: jhi on 2001/02/10 22:54:38 Log: Make TEST and UTEST more verbose in case something goes wrong in running/compiling a script, suggested by Doug MacEachern. Branch: perl ! t/TEST t/UTEST ____________________________________________________________________________ [ 8763] By: jhi on 2001/02/10 22:11:34 Log: Bogus shebang. Branch: perl ! t/lib/texttabs.t ____________________________________________________________________________ [ 8762] By: jhi on 2001/02/10 21:56:02 Log: (Retracted by #8769) Branch: perl ! regexec.c ____________________________________________________________________________ [ 8761] By: jhi on 2001/02/10 21:26:15 Log: Subject: Re: [patch] GvSHARED From: Doug MacEachern Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST) Message-ID: our @EXPORT : shared = (...); Branch: perl ! toke.c ____________________________________________________________________________ [ 8760] By: jhi on 2001/02/10 21:25:07 Log: Subject: [patch] GvSHARED From: Doug MacEachern Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST) Message-ID: Branch: perl ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c ____________________________________________________________________________ [ 8759] By: alanbur on 2001/02/10 21:24:27 Log: Backed out mismerge. Branch: maint-5.6/pureperl ! MANIFEST README.hpux README.vmesa gv.c installhtml ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8758] By: jhi on 2001/02/10 18:01:17 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl. Fixed UMRs and leak in Perl_pmtrans() Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and associated UTFied tr/// code. Also fixed scoping leak of PL_reg_start_tmp. newATTRSUB leaks when an attempt to redefine the active sort sub is made. Branch: maint-5.6/perl !> op.c regcomp.c ____________________________________________________________________________ [ 8757] By: alanbur on 2001/02/10 17:56:46 Log: Resynchronised with parent Branch: maint-5.6/pureperl +> README.bs2000 - README.posix-bc ! gv.c perl.c sv.c !> MANIFEST README.hpux README.vmesa installhtml !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod !> pod/perltootc.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8756] By: alanbur on 2001/02/10 17:51:15 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is made. Branch: maint-5.6/pureperl ! op.c ____________________________________________________________________________ [ 8755] By: jhi on 2001/02/09 22:41:35 Log: Upgrade to CPAN 1.59_54, from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 8754] By: jhi on 2001/02/09 22:29:20 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff. Didn't upgrade the fill.t since it has a dependency to File::Slurp purely for debugging purposes, the actual test hasn't changed. Branch: perl ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t ! t/lib/textwrap.t ____________________________________________________________________________ [ 8753] By: jhi on 2001/02/09 20:17:50 Log: Integrate change #8682 from maintperl. IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3" to work correctly. Branch: perl !> hints/irix_6.sh ____________________________________________________________________________ [ 8752] By: jhi on 2001/02/09 20:00:46 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8751] By: nick on 2001/02/09 19:48:37 Log: Integrate mainline Branch: perlio +> README.bs2000 t/lib/cgi-esc.t - README.posix-bc !> (integrate 53 files) ____________________________________________________________________________ [ 8750] By: nick on 2001/02/09 19:25:16 Log: Subject: RE: Biannual Competition to Improve Hashing Function From: Fisher Mark Date: Thu, 8 Feb 2001 10:44:00 -0500 Message-Id: pod/perlfaq2.pod ____________________________________________________________________________ [ 8747] By: jhi on 2001/02/09 18:12:04 Log: Subject: versiononly and installperl From: abigail@foad.org Date: Wed, 7 Feb 2001 22:43:12 +0100 Message-ID: <20010207214312.7045.qmail@foad.org> Add +v flag to force a normal install of the perl binary and the utilities. Subject: [PATCH] installperl From: Nicholas Clark Date: Fri, 9 Feb 2001 16:28:57 +0000 Message-ID: <20010209162857.B10931@plum.flirble.org> Add -A flag which also hardlinks the binary with the full architecture name. Branch: perl ! installperl ____________________________________________________________________________ [ 8746] By: jhi on 2001/02/09 18:03:43 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline. Subject: perlfaq2, re: perlmongers Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list Subject: [ID 20010205.001] typo in perlfaq9 Subject: [ID 20010208.002] unordered explanation in perlcall Branch: maint-5.6/perl !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod ____________________________________________________________________________ [ 8745] By: jhi on 2001/02/09 17:59:09 Log: Subject: [ID 20010208.002] unordered explanation in perlcall From: abela@geneanet.org Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET) Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org> Branch: perl ! pod/perlcall.pod ____________________________________________________________________________ [ 8744] By: jhi on 2001/02/09 17:48:16 Log: Subject: [ID 20010205.001] typo in perlfaq9 From: eserte@vran.herceg.de Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET) Message-Id: <200102042244.XAA21926@vran.herceg.de> Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 8743] By: jhi on 2001/02/09 17:25:12 Log: Integrate change #8695 from maintperl. thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads Branch: perl !> thread.h ____________________________________________________________________________ [ 8742] By: jhi on 2001/02/09 17:21:22 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob From: Andy Dougherty Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST) Message-ID: Branch: perl ! embed.pl ____________________________________________________________________________ [ 8741] By: jhi on 2001/02/09 17:05:19 Log: Integrate changes #8738,8739,8740 from maintperl. Html files will be installed in a more logical and easier to find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html Html files will be generated with a header to make them look a little less bare. Subject: [PATCH perl-current] perlfaq3.pod, URL for vile Branch: perl !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8740] By: jhi on 2001/02/09 17:03:46 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile From: "Brendan O'Dea" Date: Sun, 4 Feb 2001 11:17:56 +1100 Message-ID: <20010204111756.A16301@compusol.com.au> Branch: maint-5.6/perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8739] By: jhi on 2001/02/09 17:01:59 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files From: "Indy Singh" Date: Fri, 2 Feb 2001 15:09:59 -0500 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a> Html files will be generated with a header to make them look a little less bare. Branch: maint-5.6/perl ! installhtml ____________________________________________________________________________ [ 8738] By: jhi on 2001/02/09 16:58:48 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory From: "Indy Singh" Date: Fri, 2 Feb 2001 15:08:23 -0500 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a> Html files will be installed in a more logical and easier to find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html Branch: maint-5.6/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8737] By: jhi on 2001/02/09 16:46:54 Log: Integrate changes #8687,8736 from maintperl. HP-UX thread patches from Merijn H. Brand. Latin nit from Philip Newton. Branch: perl !> README.hpux hints/hpux.sh ____________________________________________________________________________ [ 8736] By: jhi on 2001/02/09 16:42:31 Log: Latin nit from Philip Newton. Branch: maint-5.6/perl ! README.hpux ____________________________________________________________________________ [ 8735] By: jhi on 2001/02/09 16:24:03 Log: Integrate changes #8704,8710 from pureperl. Fixed UMRs and leak in Perl_pmtrans() Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and associated UTFied tr/// code. Also fixed scoping leak of PL_reg_start_tmp. Branch: perl !> op.c regcomp.c ____________________________________________________________________________ [ 8734] By: jhi on 2001/02/09 15:40:21 Log: Integrate change #8733 from maintperl. Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod Branch: perl !> pod/perlre.pod ____________________________________________________________________________ [ 8733] By: jhi on 2001/02/09 15:35:47 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod From: Prymmer/Kahn Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST) Message-ID: Branch: maint-5.6/perl ! pod/perlre.pod ____________________________________________________________________________ [ 8732] By: jhi on 2001/02/09 15:26:17 Log: Rename README.posix-bc to README.bs2000 (to avoid the confusion of a "perlposix-bc.pod"), add a few missing arch pods, regen toc. Branch: maint-5.6/perl +> README.bs2000 - README.posix-bc ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod ! pod/perltoc.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8731] By: jhi on 2001/02/09 15:23:39 Log: De-cut-and-pasto. Branch: perl ! pod/perl.pod ____________________________________________________________________________ [ 8730] By: jhi on 2001/02/09 15:11:13 Log: Rename README.posix-bc to README.bs2000 to avoid confusion when people think that perlposix-bc.pod tells anything about Perl and POSIX. Regen toc. Branch: perl +> README.bs2000 - README.posix-bc ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod ! pod/perltoc.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8729] By: jhi on 2001/02/09 14:52:28 Log: The README.vmesa part of #8712 from maintperl. Branch: perl ! README.vmesa ____________________________________________________________________________ [ 8728] By: jhi on 2001/02/09 14:46:06 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa From: Peter Prymmer Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST) Message-ID: Branch: maint-5.6/perl ! README.vmesa win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8727] By: jhi on 2001/02/09 14:33:25 Log: Integrate change #8712 from mainline. [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find Branch: maint-5.6/perl !> lib/Pod/Find.pm ____________________________________________________________________________ [ 8726] By: jhi on 2001/02/09 14:30:28 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test From: Peter Prymmer Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST) Message-ID: Branch: perl + t/lib/cgi-esc.t ! MANIFEST lib/CGI/Util.pm ____________________________________________________________________________ [ 8725] By: jhi on 2001/02/09 04:56:47 Log: Add NonStopUX to the list of 5.6.1-proven platforms. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8724] By: jhi on 2001/02/09 04:40:59 Log: Integrate changes 7819,7820 from vmsperl into mainline. Add header for LIB$ prototypes (C. Berry) Convert fwrite()s to sockets to write()s, since some socket stacks don't take kindly to stdio. Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups (for often optional LNMs) Correct a few typos (C. Bailey) Branch: perl !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 8723] By: jhi on 2001/02/09 03:29:29 Log: Integrate change #8722 from mainline. The Im() function wasn't returning zero for non-Math::Complex arguments. The bug reported by John Gamble. Branch: maint-5.6/perl !> lib/Math/Complex.pm ____________________________________________________________________________ [ 8722] By: jhi on 2001/02/09 03:28:33 Log: The Im() function wasn't returning zero for non-Math::Complex arguments. The bug reported by John Gamble. Branch: perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 8721] By: nick on 2001/02/08 22:11:35 Log: Correct the correction :-( Branch: perl ! perl.c ____________________________________________________________________________ [ 8720] By: bailey on 2001/02/08 20:59:22 Log: Convert frwite()s to sockets to write()s, since some socket stacks don't take kindly to stdio. Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups (for often optional LNMs) Correct a few typos (C. Bailey) Branch: vmsperl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 8719] By: bailey on 2001/02/08 20:51:02 Log: Add header for LIB$ prototypes (C. Berry) Branch: vmsperl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 8718] By: bailey on 2001/02/08 20:49:00 Log: SYN SYN Branch: vmsperl +> pod/perliol.pod t/lib/sample-tests/bailout +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo +> t/lib/sample-tests/with_comments t/lib/test-harness.t - lib/unicode/Is/DCinital.pl !> (integrate 101 files) ____________________________________________________________________________ [ 8717] By: nick on 2001/02/08 19:38:48 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!) From: Robin Barker Date: Thu, 8 Feb 2001 14:38:07 GMT Message-Id: <200102081438.OAA20498@tempest.npl.co.uk> Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 8716] By: nick on 2001/02/08 19:29:07 Log: Generated files form 8713 etc. Branch: perl ! embed.h global.sym objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 8715] By: nick on 2001/02/08 19:26:08 Log: Fixup non-ithread build after 8713 Branch: perl ! perl.c ____________________________________________________________________________ [ 8714] By: nick on 2001/02/08 19:17:45 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC From: nick@ccl4.org Date: Wed, 7 Feb 2001 00:27:47 +0000 Message-Id: <20010207002747.B63724@plum.flirble.org> Branch: perl ! sv.c toke.c ____________________________________________________________________________ [ 8713] By: nick on 2001/02/08 19:15:58 Log: Subject: Re: [patch] Re: PL_ptr_table From: Doug Maceachern Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST) Message-Id: Branch: perl ! embed.pl perl.c sv.c sv.h ____________________________________________________________________________ [ 8712] By: nick on 2001/02/08 19:12:47 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find From: Peter Prymmer Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST) Message-Id: Date: Tue, 06 Feb 2001 23:37:01 +0000 Message-Id: <3A808A9D.20F7A035@uk.sun.com> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 8710] By: alanbur on 2001/02/07 00:22:04 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and associated UTFied tr/// code. Also fixed scoping leak of PL_reg_start_tmp. Branch: maint-5.6/pureperl ! op.c regcomp.c ____________________________________________________________________________ [ 8709] By: nick on 2001/02/06 21:16:49 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list From: Michael G Schwern Date: Sun, 4 Feb 2001 19:47:14 -0500 Message-Id: <20010204194714.A4698@blackrider.aocn.com> Branch: perl ! pod/perlapi.pod pod/perlmodlib.PL ____________________________________________________________________________ [ 8708] By: nick on 2001/02/06 20:41:20 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules From: Michael G Schwern Date: Sun, 4 Feb 2001 21:17:49 -0500 Message-Id: <20010204211748.A13415@blackrider.aocn.com> Branch: perl ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod ! pod/perltootc.pod ____________________________________________________________________________ [ 8707] By: nick on 2001/02/06 20:29:11 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files From: Michael G Schwern Date: Tue, 6 Feb 2001 05:54:30 -0500 Message-Id: <20010206055430.A951@blackrider.aocn.com> Branch: perl ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 8706] By: nick on 2001/02/06 20:21:40 Log: Subject: RE: some win32 fixes Date: Tue, 6 Feb 2001 09:23:20 +0300 From: Vadim Konovalov Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com> Branch: perl ! toke.c win32/Makefile win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/makefile.mk ____________________________________________________________________________ [ 8705] By: alanbur on 2001/02/06 15:00:03 Log: Synchronised with parent Branch: maint-5.6/pureperl ! regexec.c !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t !> utils/perldoc.PL win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8704] By: alanbur on 2001/02/06 14:55:24 Log: Fixed UMRs and leak in Perl_pmtrans() Branch: maint-5.6/pureperl ! op.c ____________________________________________________________________________ [ 8703] By: gsar on 2001/02/06 02:29:37 Log: $(MAKE) distclean doesn't clean up properly on windows Branch: maint-5.6/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8702] By: gsar on 2001/02/06 01:00:46 Log: tweak change#8659 to keep it simple Branch: maint-5.6/perl ! utils/perldoc.PL ____________________________________________________________________________ [ 8701] By: gsar on 2001/02/05 22:45:41 Log: change#8693 was missing testsuite changes Branch: maint-5.6/perl !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t ____________________________________________________________________________ [ 8700] By: nick on 2001/02/05 20:32:52 Log: Integrate mainline Branch: perlio +> t/lib/sample-tests/bailout t/lib/sample-tests/combined +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments +> t/lib/test-harness.t !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod !> pod/perlutil.pod t/TEST utils/h2xs.PL ____________________________________________________________________________ [ 8699] By: nick on 2001/02/05 19:41:07 Log: Subject: perlfaq2, re: perlmongers From: David H. Adler Date: Sun, 4 Feb 2001 23:48:23 -0500 Message-Id: <20010204234823.A13429@panix.com> Branch: perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 8698] By: nick on 2001/02/05 19:39:31 Log: Missed file f#rom the testharness mess. Branch: perl + t/lib/test-harness.t ____________________________________________________________________________ [ 8697] By: nick on 2001/02/05 19:37:21 Log: Subject: [DOC PATCH] overload.pm nits From: John Tobey Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST) Message-Id: Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 8696] By: alanbur on 2001/02/05 11:56:00 Log: Sync with parent Branch: maint-5.6/pureperl !> thread.h ____________________________________________________________________________ [ 8695] By: gsar on 2001/02/05 03:27:34 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads Branch: maint-5.6/perl ! thread.h ____________________________________________________________________________ [ 8694] By: alanbur on 2001/02/05 00:07:47 Log: Initial branch creation from //depot/maint-5.6/perl Branch: maint-5.6/pureperl +> (branch 1719 files) ____________________________________________________________________________ [ 8693] By: gsar on 2001/02/04 22:38:49 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File changes) Branch: maint-5.6/perl !> ext/DB_File/Changes ext/DB_File/DB_File.pm !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap !> ext/DB_File/version.c ____________________________________________________________________________ [ 8692] By: nick on 2001/02/04 18:15:57 Log: The missed t/TEST part of the grand testharness upgrade. Branch: perl ! t/TEST ____________________________________________________________________________ [ 8691] By: nick on 2001/02/04 18:05:17 Log: New improved test harness Subject: Re: [PATCH Test::Harness] Third time's a charm? From: Michael G Schwern Date: Sun, 4 Feb 2001 08:01:20 -0500 Message-Id: <20010204080120.G10493@blackrider.aocn.com> Branch: perl + t/lib/sample-tests/bailout t/lib/sample-tests/combined + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail + t/lib/sample-tests/skip t/lib/sample-tests/skip_all + t/lib/sample-tests/todo t/lib/sample-tests/with_comments ! MANIFEST lib/Test/Harness.pm ____________________________________________________________________________ [ 8690] By: nick on 2001/02/04 17:57:51 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing From: Jonathan Stowe Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT) Message-Id: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 8689] By: nick on 2001/02/04 17:55:24 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g From: Michael G Schwern Date: Sat, 3 Feb 2001 22:46:38 -0500 Message-Id: <20010203224638.E10493@blackrider.aocn.com> Branch: perl ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod ____________________________________________________________________________ [ 8688] By: nick on 2001/02/04 17:43:55 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument length byfailing to spot lack of closing ) From: nick@talking.bollo.cx Date: Sat, 03 Feb 2001 23:53:16 +0000 Message-Id: Branch: perl ! perlio.c pod/perldiag.pod ____________________________________________________________________________ [ 8687] By: jhi on 2001/02/03 17:11:42 Log: HP-UX thread patches from Merijn H. Brand. Branch: maint-5.6/perl ! README.hpux hints/hpux.sh ____________________________________________________________________________ [ 8686] By: jhi on 2001/02/03 16:40:12 Log: Metaconfig changes for #8685. Branch: metaconfig ! U/installdirs/instubperl.U Branch: metaconfig/U/perl ! Devel.U versiononly.U ____________________________________________________________________________ [ 8685] By: jhi on 2001/02/03 16:39:49 Log: For -Dusedevel builds turn off installusrbinperl and turn on versiononly, a combined idea of Richard Soderberg and Merijn H. Brand. You can still override both of these from the command line if you need to, -Dinstallusrbinperl and -Uversiononly. Branch: perl ! Configure ____________________________________________________________________________ [ 8684] By: jhi on 2001/02/03 16:16:34 Log: Metaconfig unit fix for #8683. Branch: metaconfig ! U/compline/nblock_io.U ____________________________________________________________________________ [ 8683] By: jhi on 2001/02/03 16:16:12 Log: Configure fix for the DYNIX/ptx F_SETFL problem, reported by Peter Prymmer for 5.6-TRIAL1. Branch: perl ! Configure ____________________________________________________________________________ [ 8682] By: jhi on 2001/02/03 05:52:11 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3" to work correctly. Branch: maint-5.6/perl ! hints/irix_6.sh ____________________________________________________________________________ [ 8681] By: jhi on 2001/02/03 05:47:33 Log: perlport tweaks from Peter Prymmer and Chris Nandor. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8680] By: jhi on 2001/02/02 21:39:49 Log: perlport update from Peter Prymmer. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8679] By: nick on 2001/02/02 20:50:48 Log: Integrate mainline Branch: perlio !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t ____________________________________________________________________________ [ 8678] By: gsar on 2001/02/02 16:02:12 Log: note about bincompat, slightly modified (from Lupe Christoph) Branch: maint-5.6/perl ! README.solaris ____________________________________________________________________________ [ 8677] By: jhi on 2001/02/02 15:46:20 Log: Supported platforms updates. Branch: maint-5.6/perl ! pod/perlport.pod ____________________________________________________________________________ [ 8676] By: jhi on 2001/02/02 03:41:26 Log: A couple more perlfaq2 tweaks. Branch: maint-5.6/perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 8675] By: jhi on 2001/02/02 03:17:44 Log: Misedit in #8661. Branch: maint-5.6/perl ! Configure ____________________________________________________________________________ [ 8674] By: jhi on 2001/02/02 03:14:38 Log: Damien again. Branch: maint-5.6/perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 8673] By: jhi on 2001/02/02 03:12:40 Log: perlfaq update from Elaine Ashton. Branch: maint-5.6/perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 8672] By: jhi on 2001/02/02 03:07:08 Log: UTF-8 s/// patch from Inaba Hiroto. Branch: maint-5.6/perl ! pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 8671] By: jhi on 2001/02/01 22:34:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8670] By: jhi on 2001/02/01 22:15:29 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 from maintperl. Upgrade to Getopt::Long 2.25, from Johan Vromans. more files need to be writable in the source distribution perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626) Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod Allow the float to be fuzzier. need to use INT2PTR instead of a straight cast or ia64 fails Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE Branch: perl !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t ____________________________________________________________________________ [ 8669] By: jhi on 2001/02/01 21:57:02 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod From: Robin Barker Date: Thu, 1 Feb 2001 16:59:05 GMT Message-Id: <200102011659.QAA01274@tempest.npl.co.uk> Branch: maint-5.6/perl ! pod/perlmodlib.PL ____________________________________________________________________________ [ 8668] By: nick on 2001/02/01 19:41:40 Log: Integrate mainline Branch: perlio !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t !> t/op/each.t utf8.c utf8.h util.c vms/test.com ____________________________________________________________________________ [ 8667] By: gsar on 2001/02/01 16:59:11 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE Branch: maint-5.6/perl ! embed.pl embedvar.h ____________________________________________________________________________ [ 8666] By: gsar on 2001/02/01 16:34:51 Log: add missing entries to win32/config.?c Branch: maint-5.6/perl ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8665] By: jhi on 2001/02/01 14:58:51 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod From: "Stephen P. Potter" Date: Thu, 01 Feb 2001 10:45:46 -0500 Message-Id: <200102011545.KAA31479@spotter.yi.org> Branch: maint-5.6/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 8664] By: gsar on 2001/02/01 14:52:37 Log: need to use INT2PTR instead of a straight cast or ia64 fails posix.t (from Brendan O'Dea ) Branch: maint-5.6/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 8663] By: jhi on 2001/02/01 14:09:13 Log: Allow the float to be fuzzier. Branch: maint-5.6/perl ! t/lib/peek.t ____________________________________________________________________________ [ 8662] By: jhi on 2001/02/01 13:59:00 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod From: Robin Barker Date: Thu, 1 Feb 2001 13:05:39 GMT Message-Id: <200102011305.NAA26160@tempest.npl.co.uk> Branch: maint-5.6/perl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 8661] By: jhi on 2001/02/01 13:57:38 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available Date: Thu, 01 Feb 2001 14:15:41 +0100 From: "H.Merijn Brand" Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl> Have the $ccflags in the gcc version test (strange, this change is claimed to be have been integrated already) Branch: maint-5.6/perl ! Configure ____________________________________________________________________________ [ 8660] By: jhi on 2001/02/01 13:44:10 Log: Integrate changes #7950,7964,7962 from mainline. Find the stdchar signedness using cpp, should fix some of the Solaris compiler warnings reported by Alan Burlison. Branch: maint-5.6/perl !> Configure config_h.SH ____________________________________________________________________________ [ 8659] By: jhi on 2001/02/01 05:35:32 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames From: Jan Dubois Date: Wed, 31 Jan 2001 21:17:03 -0800 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com> Branch: maint-5.6/perl ! utils/perldoc.PL ____________________________________________________________________________ [ 8658] By: jhi on 2001/02/01 04:33:17 Log: Integrate the README.os390 and README.posix-bc parts of mainline changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH, installperl parts were taken care of by #8657.) Branch: maint-5.6/perl !> README.os390 README.posix-bc ____________________________________________________________________________ [ 8657] By: jhi on 2001/02/01 04:29:21 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option From: Peter Prymmer Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST) Message-ID: Branch: maint-5.6/perl + ext/DynaLoader/dl_dllload.xs ! MANIFEST Makefile.SH hints/os390.sh installperl ____________________________________________________________________________ [ 8656] By: jhi on 2001/02/01 04:25:45 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED) From: Peter Prymmer Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST) Message-ID: Branch: maint-5.6/perl ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t ____________________________________________________________________________ [ 8655] By: jhi on 2001/02/01 04:14:47 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED) From: troc@netrus.net Date: Wed, 31 Jan 2001 22:31:26 -0500 Message-Id: <200102010331.WAA117.85@rocco.homenet> Branch: maint-5.6/perl ! os2/os2.c ____________________________________________________________________________ [ 8654] By: jhi on 2001/02/01 04:12:52 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h as reported by Alan Burlison. Branch: maint-5.6/perl ! pp.h ____________________________________________________________________________ [ 8653] By: jhi on 2001/02/01 04:05:12 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1 From: dsugalski@northernlight.com Date: Wed, 31 Jan 2001 18:54:11 -0500 Message-Id: <01013118541126@monsoon.stratus.northernlight.com> Branch: maint-5.6/perl ! configure.com ____________________________________________________________________________ [ 8652] By: jhi on 2001/02/01 04:03:11 Log: Misplaced #endif. Subject: [perl-5-6-1-trial2] patches for EPOC From: Olaf Flebbe Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET) Message-ID: Branch: maint-5.6/perl ! epoc/epocish.c ____________________________________________________________________________ [ 8651] By: jhi on 2001/02/01 04:00:25 Log: Integrate changes #8647,8648,8650 from mainline. Macrofy a magic UTF-8 test. Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE. Watch out for cross compiling for EPOC (usually done on linux). Branch: maint-5.6/perl !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h ____________________________________________________________________________ [ 8650] By: jhi on 2001/02/01 03:56:20 Log: Watch out for cross compiling for EPOC (usually done on linux) Subject: [perl-5-6-1-trial2] patches for EPOC From: Olaf Flebbe Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET) Message-ID: Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 8649] By: gsar on 2001/02/01 00:46:00 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626) Branch: maint-5.6/perl ! sv.c ____________________________________________________________________________ [ 8648] By: jhi on 2001/01/31 23:35:36 Log: All the uses of PL_numeric_radix must be protected by USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in Subject: [perl-5-6-1-trial2] patches for EPOC From: Olaf Flebbe Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET) Message-ID: Branch: perl ! sv.c ____________________________________________________________________________ [ 8647] By: jhi on 2001/01/31 22:56:16 Log: Macrofy a magic UTF-8 test. Branch: perl ! utf8.c utf8.h ____________________________________________________________________________ [ 8646] By: gsar on 2001/01/31 15:55:12 Log: update Changes Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 8645] By: gsar on 2001/01/31 15:10:14 Log: Configure tweak suggested by Peter Prymmer Branch: maint-5.6/perl ! Configure ____________________________________________________________________________ [ 8644] By: gsar on 2001/01/31 15:06:32 Log: more files need to be writable in the source distribution Branch: maint-5.6/perl ! Porting/makerel ____________________________________________________________________________ [ 8643] By: jhi on 2001/01/31 14:59:46 Log: Integrate changes #8258,8278,8279 from mainline. Make the large file tests more robust/talkative. Branch: maint-5.6/perl !> t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 8642] By: gsar on 2001/01/31 14:53:48 Log: integrate changes#8311,8334 from mainline Add a new MakeMaker variable PM_FILTER that defines a Unix filter to be run on each .pm during the pm_to_blib() phase, a fixed version of Subject: PATCH (blead 8269) ExtUtils::MakeMaker Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent accurate reading of the "atime". Branch: maint-5.6/perl !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm !> lib/ExtUtils/MakeMaker.pm t/io/fs.t ____________________________________________________________________________ [ 8641] By: jhi on 2001/01/31 14:46:37 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans. Branch: maint-5.6/perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 8640] By: gsar on 2001/01/31 14:40:24 Log: make regen_all Branch: maint-5.6/perl ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 8639] By: gsar on 2001/01/31 14:37:25 Log: refresh windows config files Branch: maint-5.6/perl ! win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 8638] By: gsar on 2001/01/31 14:28:10 Log: makefile tweaks for windows: introduce a bulk-switch to enable same options as ActivePerl; sync changes with makefile.mk Branch: maint-5.6/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8637] By: jhi on 2001/01/31 04:41:30 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX From: Nicholas Clark Date: Tue, 30 Jan 2001 19:51:05 +0000 Message-ID: <20010130195105.R76607@plum.flirble.org> op/inc cure. Branch: perl ! pp.c pp.h pp_hot.c t/op/arith.t ____________________________________________________________________________ [ 8636] By: jhi on 2001/01/31 02:38:32 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part, no perlio],8257,8380,8479,8515 from mainline. Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name Subject: [PATCH perl@8133] fix-up for VMS extensions In VMS embedded perls couldn't access the statically built Socket. Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213) Further VMS piping fixes from Charles Lane. Subject: [PATCH] make t/op/misc.t work on VMS Add tracing for debugging extensions builds in VMS. Subject: [PATCH perl@8506] typo in last week's configure.com frenzy Branch: maint-5.6/perl !> configure.com doio.c t/op/misc.t vms/descrip_mms.template !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com ____________________________________________________________________________ [ 8635] By: jhi on 2001/01/31 01:46:41 Log: Integrate change #7732 from mainline. Sparc 64-bit pack() fix from Jens Hamisch. Branch: maint-5.6/perl !> pp.c ____________________________________________________________________________ [ 8634] By: jhi on 2001/01/31 01:41:16 Log: One spot missing from #8626. Branch: maint-5.6/perl ! sv.c ____________________________________________________________________________ [ 8633] By: jhi on 2001/01/31 00:49:17 Log: Integrate change #7495 from mainline. Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension Branch: maint-5.6/perl !> MANIFEST ext/re/Makefile.PL ____________________________________________________________________________ [ 8632] By: jhi on 2001/01/30 23:38:49 Log: Integrate change #8396 from mainline. Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend) Branch: maint-5.6/perl !> ext/Socket/Socket.pm ____________________________________________________________________________ [ 8631] By: jhi on 2001/01/30 23:28:03 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline. More AIX lore. (7514, ext/re/hints/aix.pl) Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] 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) Subject: [ID 20001214.002] Net::Ping patch Subject: [patch perl@8133] Typo in my Net::Ping doc patch :( Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend) Add ReuseAddr as a (preferred) alias for Reuse as we now also have ReusePort. Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files Branch: maint-5.6/perl +> ext/re/hints/aix.pl !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm ____________________________________________________________________________ [ 8630] By: jhi on 2001/01/30 23:03:59 Log: Integrate changes #8215,8587 from mainline: missing pod nits. read() documentation tweak for 20001121.004. Subject: [ID 20010128.003] [PATCH] perlre.pod buglet Branch: maint-5.6/perl !> pod/perlfunc.pod pod/perlre.pod ____________________________________________________________________________ [ 8629] By: jhi on 2001/01/30 22:41:57 Log: Integrate change #8098 from mainline. fastgetcwd is defined using a glob alias on a $^O dependent basis and there was no default assignment or perl subroutine. Branch: maint-5.6/perl !> lib/Cwd.pm ____________________________________________________________________________ [ 8628] By: jhi on 2001/01/30 21:58:52 Log: Integrate change #7866 from mainline. File::Temp 0.11. Branch: maint-5.6/perl !> lib/File/Temp.pm t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 8627] By: jhi on 2001/01/30 21:39:44 Log: Integrate changes #8075,8086,8228 from mainline. Darwin is not Windows. (8075,8086) Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update Branch: maint-5.6/perl !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod ____________________________________________________________________________ [ 8626] By: jhi on 2001/01/30 21:22:11 Log: Integrate with tweakery the change #8625 from mainline, the multibyte decimal separator fix ("fa_IR locale failure"). Branch: maint-5.6/perl ! embedvar.h perlapi.h !> intrpvar.h perl.c perl.h sv.c util.c ____________________________________________________________________________ [ 8625] By: jhi on 2001/01/30 20:26:33 Log: Fix for the fa_IR locale failure. The reason for the failure was that Perl was assuming the decimal separator aka the radix separator is one character. The Farsi-Iranian locale crushed that bad assumption since there the separator is 'Momayyez', glyphwise looking somewhat like a slash, and in Unicode UTF-8 encoded in two bytes, 0xd9 0xab. Branch: perl ! intrpvar.h perl.c perl.h sv.c util.c ____________________________________________________________________________ [ 8624] By: gsar on 2001/01/30 20:17:03 Log: regen_headers Branch: maint-5.6/perl ! Makefile.SH pod/perlintern.pod ____________________________________________________________________________ [ 8623] By: gsar on 2001/01/30 19:42:34 Log: backout change#7431 and its dependents (causes spurious rebuilds of autogenerated files) fix benign b.t failure Branch: maint-5.6/perl ! Makefile.SH t/lib/b.t ____________________________________________________________________________ [ 8622] By: jhi on 2001/01/30 19:41:41 Log: Microperl sync. Branch: perl ! mg.c perl.h ____________________________________________________________________________ [ 8621] By: gsar on 2001/01/30 19:24:47 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455 from mainline Subject: podlators 1.06 released Subject: [PATCH @8436] Eliminate op_children (Replaced by #8448) Traces of op_children (cleanup of #8442) (Replaced by #8448) More op_children traces (cleanup of #8442). Subject: [PATCH #3 @8436] Re: Eliminate op_children Replace #8444 and #8445. Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86 at the setting of the ofs_sv in new_struct_thread() as the thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what uninitialized fields are, uh, initialized with), SvREFCNT_inc()ing that invited a core dump. podlators 1.07, from Russ Allbery. Subject: [PATCH] regcomp.c old feature removal From: mjd@plover.com Date: 16 Jan 2001 14:43:18 -0000 Message-ID: <20010116144318.7140.qmail@plover.com> Branch: maint-5.6/perl +> lib/Pod/Text/Overstrike.pm !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c !> util.c ____________________________________________________________________________ [ 8620] By: gsar on 2001/01/30 18:48:32 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416, 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t now fails one test) Subject: [PATCH] lvalue AUTOLOAD. No, really. Subject: [PATCH] Interesting syntax idea Make opens + bareword assigns do typeglob assigns. Tests for #8254. Subject: [PATCH @8269] Continue blocks and B::Deparse Make the peephole optimizer to bypass more null ops and and rewrite the deparse handling of continue blocks. Subject: Re: [PATCH @8269] Continue blocks and B::Deparse Doc tweak on #8313. Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t Subject: [PATCH perl@8269] Opcode.XS, fix memory leak Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX according to the platform. Subject: [PATCH @8404] Consolidated lvalue sub changes Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER. Subject: B::Concise -- an improved replacement for B::Terse The B::Terse drop-in replacement wasn't quite drop-in. The LVRET macro needed an aTHX. Use the /^Perl_/-less form of is_lvalue_sub(). Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue Branch: maint-5.6/perl +> ext/B/B/Concise.pm !> (integrate 27 files) ____________________________________________________________________________ [ 8619] By: nick on 2001/01/30 18:40:28 Log: Integrate mainline Branch: perlio !> (integrate 40 files) ____________________________________________________________________________ [ 8618] By: jhi on 2001/01/30 18:37:18 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo Date: Mon, 29 Jan 2001 22:51:29 -0600 From: "Craig A. Berry" Message-Id: Branch: perl ! vms/test.com ____________________________________________________________________________ [ 8617] By: jhi on 2001/01/30 18:34:53 Log: Subject: [PATCH] Add missing CV flags to dump.c From: Tim Jenness Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST) Message-ID: Branch: perl ! dump.c ____________________________________________________________________________ [ 8616] By: jhi on 2001/01/30 18:20:58 Log: Integrate partly the change #8615 from mainline, the t/op/each.t part isn't applicable to maintperl. UTF-8 nit from Inaba Hiroto. Branch: maint-5.6/perl !> pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8615] By: jhi on 2001/01/30 18:18:51 Log: UTF-8 nit from Inaba Hiroto. Branch: perl ! pod/perlapi.pod t/op/each.t utf8.c ____________________________________________________________________________ [ 8614] By: jhi on 2001/01/30 18:13:38 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl. perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) avoid uninitialized value warnings canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) perldoc nit on windows make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) Branch: perl !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL !> win32/bin/search.pl win32/vdir.h ____________________________________________________________________________ [ 8613] By: gsar on 2001/01/30 16:39:59 Log: make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) Branch: maint-5.6/perl ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t ____________________________________________________________________________ [ 8612] By: gsar on 2001/01/30 16:31:12 Log: perldoc nit on windows Branch: maint-5.6/perl ! utils/perldoc.PL ____________________________________________________________________________ [ 8611] By: gsar on 2001/01/30 16:22:54 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) Branch: maint-5.6/perl ! win32/vdir.h ____________________________________________________________________________ [ 8610] By: gsar on 2001/01/30 16:12:45 Log: avoid uninitialized value warnings Branch: maint-5.6/perl ! win32/bin/search.pl ____________________________________________________________________________ [ 8609] By: gsar on 2001/01/30 16:08:01 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) Branch: maint-5.6/perl ! hints/hpux.sh thread.h ____________________________________________________________________________ [ 8608] By: gsar on 2001/01/30 15:48:55 Log: perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod Branch: maint-5.6/perl ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod ! thrdvar.h ____________________________________________________________________________ [ 8607] By: gsar on 2001/01/30 15:44:27 Log: mistakenly branched perl56delta.pod, revert Branch: maint-5.6/perl - pod/perl56delta.pod !> pod/perldelta.pod ____________________________________________________________________________ [ 8606] By: gsar on 2001/01/30 14:20:24 Log: integrate changes#7984,7987,8010 from mainline (gets rid of dTHR which has been a noop for a while now, except for the compatibility definition in thread.h) Branch: maint-5.6/perl !> (integrate 45 files) ____________________________________________________________________________ [ 8605] By: jhi on 2001/01/30 05:43:58 Log: Mark the UTF-8 APIs as experimental. Branch: maint-5.6/perl ! embed.pl pod/perlapi.pod ____________________________________________________________________________ [ 8604] By: jhi on 2001/01/30 05:38:40 Log: Nits from earlier integrates. Branch: maint-5.6/perl ! lib/Carp/Heavy.pm !> sv.c ____________________________________________________________________________ [ 8603] By: jhi on 2001/01/30 05:27:26 Log: Regenerate Porting files. Branch: maint-5.6/perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 8602] By: jhi on 2001/01/30 05:14:59 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291, 8310,8339,8447,8492,8493,8505,8525: documentation changes. Subject: Re: perlfaq style changes Subject: DOC PATCH 5.6.0: -s return value incompletely documented Subject: [PATCH] docs on NaN Subject: [patch] perlfaq7 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed Subject: [PATCH] open() example in perlfunc.pod Podify README.mpeix (a new version from the web) Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update Subject: [PATCH] format and rewording in perlfaq.pod Subject: [PATCH] API Variable documentation Memory management calls documentation. Subject: [PATCH: perl@8482] README.vms URL updates Subject: Minor typos in perlfaq2.pod Subject: [PATCH] pod/perlvar.pod Branch: maint-5.6/perl +> pod/perl56delta.pod ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod !> README.amiga README.epoc README.mpeix README.vms !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod !> pod/perlvar.pod thrdvar.h ____________________________________________________________________________ [ 8601] By: jhi on 2001/01/30 04:38:35 Log: Integrate changes #8036,8096,8253 from mainline: hints changes. Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio Output the (apparent) version of gcc in Tru64. Branch: maint-5.6/perl +> ext/POSIX/hints/svr4.pl !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh !> hints/svr4.sh t/lib/bigfltpm.t ____________________________________________________________________________ [ 8600] By: jhi on 2001/01/30 04:04:01 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline: locale fixes. sprintf() does not taint since print() does not. (7863,7875,7876,7888) Debian allows /usr/bin/locale to exist without any locales. (7868) Allow the locale test needing POSIX and the taint test needing IPC::SysV to run under 'minitest' (basically, bail out if loading the extension fails). (8384) Cleanup the locale.t output (8480) Branch: maint-5.6/perl !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t !> t/pragma/locale.t ____________________________________________________________________________ [ 8599] By: jhi on 2001/01/30 03:51:04 Log: Missing generated files from #8598. Branch: maint-5.6/perl ! embed.h global.sym objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 8598] By: jhi on 2001/01/30 03:41:54 Log: Integrate change #8555 from mainline, manually integrate parts of changes 8452 and 8583. Subject: [PATCH] utf8.c documentation (8452) No point in checking the length if the pointer is bogus. (8555) Introduce bytes_from_utf8() and implement sv_eq() using it, tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}" was malformed. (8583) Branch: maint-5.6/perl ! embed.pl t/lib/charnames.t t/op/tr.t toke.c !> pod/perlapi.pod sv.c utf8.c ____________________________________________________________________________ [ 8597] By: gsar on 2001/01/30 02:37:26 Log: get PERL_OBJECT build going again on windows Branch: maint-5.6/perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c ! pod/perlapi.pod proto.h sv.c ____________________________________________________________________________ [ 8596] By: jhi on 2001/01/30 02:16:17 Log: Signedness nit. Branch: perl ! sv.c ____________________________________________________________________________ [ 8595] By: jhi on 2001/01/30 02:11:07 Log: EBCDIC patch for Storable, from Peter Prymmer. Branch: perl ! t/lib/st-06compat.t ____________________________________________________________________________ [ 8594] By: jhi on 2001/01/30 01:04:48 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC From: Peter Prymmer Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST) Message-ID: Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 8593] By: jhi on 2001/01/30 00:56:47 Log: Subject: [PATCH: perl@8585] pod problems in io From: Peter Prymmer Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST) Message-ID: Branch: perl ! pod/perlapio.pod pod/perliol.pod ____________________________________________________________________________ [ 8592] By: jhi on 2001/01/30 00:48:20 Log: Integrate perlio. Branch: perl !> pod/perlapio.pod pod/perliol.pod ____________________________________________________________________________ [ 8591] By: nick on 2001/01/29 22:02:28 Log: GNU 'merge' Simon's copy of perliol.pod with version patched by Craig's patch. Branch: perlio ! pod/perliol.pod ____________________________________________________________________________ [ 8590] By: nick on 2001/01/29 21:55:10 Log: PerlIO doc tweaks from Craig A. Berry Branch: perlio ! pod/perlapio.pod pod/perliol.pod ____________________________________________________________________________ [ 8589] By: jhi on 2001/01/29 15:35:33 Log: Integrate change #8586 from maint-5.6/perl. make the BOM detection code not call tell() until it has to (meant to fix esoteric compatibility issues where PL_rsfp is overridden) Branch: perl !> toke.c ____________________________________________________________________________ [ 8588] By: jhi on 2001/01/29 15:29:11 Log: Subject: MAking Solaris malloc() the default From: Lupe Christoph Date: Mon, 29 Jan 2001 12:59:36 +0100 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de> The README.solaris part slightly tweaked. Branch: perl ! README.solaris hints/solaris_2.sh ____________________________________________________________________________ [ 8587] By: jhi on 2001/01/29 15:17:34 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod  buglet From: root@ak-75.mind.de Date: Sun, 28 Jan 2001 20:32:29 +0100 Message-Id: <200101281932.UAA15768@ak-75.mind.de> Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 8586] By: gsar on 2001/01/29 13:43:44 Log: make the BOM detection code not call tell() until it has to (meant to fix esoteric compatibility issues where PL_rsfp is overridden) Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 8585] By: jhi on 2001/01/28 20:05:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8584] By: jhi on 2001/01/28 19:30:02 Log: Integrate perlio. Branch: perl +> pod/perliol.pod !> MANIFEST pod/perlapio.pod ____________________________________________________________________________ [ 8583] By: jhi on 2001/01/28 19:28:40 Log: Patch from Inaba Hiroto: - canonical UTF-8 hash keys: if a key string for a hash is UTF8-on, try downgrade the string and use it if unicode::distinct is not in effect. For the task, I added a function bytes_from_utf8() to utf8.c. It might resemble utf8_to_bytes() but it is not convenient to the task. Made a test for it and added to t/op/each.t - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to the mortal copy of the argument SV. And changed t/io/utf8.t test 18 which expects print() to upgrade its argument. - re-implement sv_eq with bytes_from_utf8() - some bug fixes - tr/// does not handle UTF8 range (\x{}-\x{}) - \ before raw UTF8 character produced "Malformed UTF-8 character" warning. - "\x{100}\N{CENT SIGN}" is Malformed. Added tests for these 3. - and one silly bug (by me) with qu operator. Branch: perl ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c ____________________________________________________________________________ [ 8582] By: nick on 2001/01/28 19:25:04 Log: Add pod/perliol.pod to MANIFEST :-( Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 8581] By: nick on 2001/01/28 19:22:40 Log: PerlIO documentation. Proofing and sub-editing requested. Branch: perlio + pod/perliol.pod ! pod/perlapio.pod ____________________________________________________________________________ [ 8580] By: jhi on 2001/01/28 05:16:25 Log: Revert the change to sv_2pv() done by #8054: Someone who did SvNV_set() on a scalar that also happened to be POK, followed by sv_2pv() won't get the right coercion anymore. [Sarathy] Branch: maint-5.6/perl ! sv.c ____________________________________________________________________________ [ 8579] By: jhi on 2001/01/28 05:15:04 Log: Remove the #8084 effect: do not allow -Q to be interpreted as -&Q(), this is too much wiggle room. Branch: maint-5.6/perl ! toke.c ____________________________________________________________________________ [ 8578] By: jhi on 2001/01/28 05:12:45 Log: Needed bits of #8439 (should have been in #8576), mainly for lval substr(). Branch: maint-5.6/perl ! mg.c pp.c pp_hot.c ____________________________________________________________________________ [ 8577] By: jhi on 2001/01/28 05:02:46 Log: A missing check-in. Branch: maint-5.6/perl ! utf8.c ____________________________________________________________________________ [ 8576] By: jhi on 2001/01/28 04:26:18 Log: Integrate changes #8425,8436,8439,8517 from mainline. The 8439 was not truly integrated because it had too many dependencies on the development branch and because it introduced concepts too bold for a maintenance branch (such as the qu operator). Subject: [PATCH perl@8342] -Wformat Tighten some of the UTF-8 tests a bit. More UTF-8 patches from Inaba Hiroto. (8439, but only partly) - The substr lval was still not okay. - Now pp_stringify and sv_setsv copies source's UTF8 flag even if IN_BYTE. pp_stringify is called from fold_constants at optimization phase and "\x{100}" was made SvUTF8_off under use bytes (the bytes pragma is for "byte semantics" and not for "do not produce UTF8 data") Branch: maint-5.6/perl ! t/lib/charnames.t t/op/substr.t toke.c !> sv.c t/pragma/utf8.t ____________________________________________________________________________ [ 8575] By: jhi on 2001/01/28 04:01:51 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline. Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////) Subject: [ID 20001230.003] UTF-8 tr still hurts Test cases for #8385 (from Simon's "torture.pl") Start fixing UTF-8 lval substr() (8405) Branch: maint-5.6/perl !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c ____________________________________________________________________________ [ 8574] By: jhi on 2001/01/28 03:09:06 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377 from mainline. UTF-8 cleanup. Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted "\x{FF}\xFF" was broken. Tests for #8329 and #8330. Add a note about EBCDIC versus UTF-8 to a potential problem spot. IRIX compiler noticed that the bof initialization might be bypassed by control flow. Make explicit our assumption that (for now) "\x{80}" produces UTF-8. Branch: maint-5.6/perl !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c !> regexec.c sv.c t/op/bop.t toke.c utf8.c ____________________________________________________________________________ [ 8573] By: jhi on 2001/01/28 02:06:12 Log: Retract #8552. Branch: perl ! lib/Text/Wrap.pm t/lib/textwrap.t ____________________________________________________________________________ [ 8572] By: jhi on 2001/01/28 02:04:49 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303, 8305,8323,8324 from mainline. The 8267,8272, and 8298 were not really integrated but instead salvaged by hand (they had too many dependencies on the development release to be cleanly integratable). Subject: more UTF8 test suites and an UTF8 patch Tweak for MULTIPLICITY/USE_PERLIO Signedness nit. Turn SvUTF8 off if not required in pp_chr and pp_stringify. Use the UTF8_XXX macros in is_utf8_char(). Rewrite pp_concat() in terms of sv_catsv(). The . operator should now be UTF-8-proof. Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t) Add some Unicode chop() tests. Branch: maint-5.6/perl ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c !> sv.c t/op/chop.t utf8.h ____________________________________________________________________________ [ 8571] By: jhi on 2001/01/28 00:35:59 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak], 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline. Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes) The maxiters upper limit sanity check (guarding against non-progress) assumed bytes instead of characters in s/// and split(). Signedness nit. sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265) join() should now be UTF-8-proof. More split // UTF-8 tests. (8250) Branch: maint-5.6/perl !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h !> util.c ____________________________________________________________________________ [ 8570] By: jhi on 2001/01/27 22:15:46 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998, 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio], 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t], 8084,8204,8244,8333 from mainline. For -Q where Q might be a one-letter sub name one does no more get a warning about an unknown filetest (7941,7943,7944,8084). Subject: Re: [ID 20001130.011] expression parsing bug ? Make uv_to_utf8() to zero-terminate its output buffer. Split off t/op/length.t (7995) Split off t/op/utf8decode.t (7996) Remove an unnecessary 'use utf8' from the utf8.t (7998) Split off t/op/concat.t (8004) Split off t/op/ver.t (8005) Document utf8_length(), utf8_distance(), and utf8_hop(). Document utf8_to_uv() better. Introduce macros for UTF8 decoding (8028,8033). Add test for reverse() (8030,8031). Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333) Do not return the Unicode replacement character on UTF-8 decoding failure. Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8 i.e. the output string has one, but don't mess with source assumption. (8052,8053) Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv() was not expecting to be called with something that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead. (8054) Recode the naughty binary bytes in utf8decode.t using the \xHH. Make some panic messages a bit more logical. Branch: maint-5.6/perl +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c !> utf8.c utf8.h ____________________________________________________________________________ [ 8569] By: jhi on 2001/01/27 19:16:43 Log: Integrate changes #7750 from perlio and #8566 from mainline. Branch: maint-5.6/perl !> regexec.c sv.c ____________________________________________________________________________ [ 8568] By: jhi on 2001/01/27 18:06:51 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio], 7783,7790[perlio],7869,7871,7872,7911,7916,7932, 7935[-perlio.c],7936,7959,7965 from mainline. Change the "big byte" error message to "Wide character". (7355, the croak-if-wide-chars-in-print part ignored) Use UINT64_C(). Introduce Perl_utf8_length(). diff -se shows these as different (7753, forgotten check-ins) Subject: [PATCH] doop.c - UTF8 tr/// If we use (aTHX_ ...) then put Perl_ on the front. Make utf8_length() and utf8_distance() to be less forgiving about bad UTF-8. Test line numbers are different with utf8. No need to scan till infinity, 13 is enough. (7872,7911) Subject: [PATCH] Tokeniser debugging Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv() Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c) Be more careful in Perl_sv_utf8_downgrade(). Use DO_UTF8(). Raw zero bytes in text files confuse at least GNU patch 2.1. Branch: maint-5.6/perl !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests !> t/pragma/utf8.t toke.c utf8.c utf8.h ____________________________________________________________________________ [ 8567] By: nick on 2001/01/27 11:10:38 Log: Integrate mainline Branch: perlio !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t !> toke.c ____________________________________________________________________________ [ 8566] By: jhi on 2001/01/27 06:22:48 Log: More documentation for the regexp context stack. Branch: perl ! regexec.c ____________________________________________________________________________ [ 8565] By: jhi on 2001/01/27 05:21:57 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8564] By: jhi on 2001/01/27 04:44:04 Log: Threadedness patch for #8562 from Doug MacEachern. Branch: perl ! toke.c ____________________________________________________________________________ [ 8563] By: jhi on 2001/01/27 04:26:24 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue From: Stephen McCamant Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST) Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu> Branch: perl ! op.c ____________________________________________________________________________ [ 8562] By: jhi on 2001/01/27 04:20:30 Log: Subject: Re: Announce : Tokener reporting patch From: Simon Cozens Date: Mon, 22 Jan 2001 02:17:22 +0000 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk> Branch: perl ! embed.h embed.pl proto.h toke.c ____________________________________________________________________________ [ 8561] By: jhi on 2001/01/27 04:17:24 Log: Forgot from #8545. Oops. Branch: perl ! pp.c t/pragma/overload.t ____________________________________________________________________________ [ 8560] By: jhi on 2001/01/27 03:01:47 Log: A better module compilation test, use MANIFEST as suggested by Spider. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 8559] By: jhi on 2001/01/27 02:50:48 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test From: Peter Prymmer Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST) Message-ID: Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 8558] By: jhi on 2001/01/27 02:27:05 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t From: Peter Prymmer Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST) Message-ID: Branch: perl ! t/pragma/sub_lval.t ____________________________________________________________________________ [ 8557] By: jhi on 2001/01/27 02:26:03 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t) From: Peter Prymmer Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST) Message-ID: Branch: perl ! t/lib/st-06compat.t ____________________________________________________________________________ [ 8556] By: jhi on 2001/01/27 02:24:33 Log: Subject: [PATCH: perl@8531] minor update to README.os390 From: Peter Prymmer Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST) Message-ID: Branch: perl ! README.os390 ____________________________________________________________________________ [ 8555] By: jhi on 2001/01/27 00:35:47 Log: No point in checking the length before we know whether the pointer is bogus or not, fixes Abigail's odbm failures in Linux. Branch: perl ! sv.c ____________________________________________________________________________ [ 8554] By: nick on 2001/01/26 19:01:31 Log: Integrate mainline Branch: perlio !> lib/Text/Wrap.pm t/lib/textwrap.t ____________________________________________________________________________ [ 8553] By: jhi on 2001/01/26 15:19:39 Log: Integrate change #7792 from perlio (multiplicity fix), fix the AV leak in regex DEBUGGING (tiny part of the polymorphic regexp patch #8143). Branch: maint-5.6/perl ! regcomp.c !> scope.h ____________________________________________________________________________ [ 8552] By: jhi on 2001/01/26 15:03:23 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace From: Michael G Schwern Date: Fri, 26 Jan 2001 09:28:31 -0500 Message-ID: <20010126092831.A15328@blackrider.aocn.com> Branch: perl ! lib/Text/Wrap.pm t/lib/textwrap.t ____________________________________________________________________________ [ 8551] By: jhi on 2001/01/26 02:33:19 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881, 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline. Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine Subject: [PATCH 5.7.0] Overeager visited-positions optimizations Message nit. BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8. Debug dump of ANYOFUTF8 was garbage (data from ANYOF). (the cleanup of unused submatches in regtry() and regcppop()) Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't stored and restored, and thusly was trounced by the utf8 swash routines. use utf8 not required to use \x{}. Removed two more tests that make no sense in UTF-8 since the test data is not in UTF-8. Get the three different space character classes right under utf8. Implement ANYOFUTF8 regprop() dumping. Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/ Document the regex context pushing/popping a bit better. Branch: maint-5.6/perl +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t !> t/op/regmesg.t utf8.c ____________________________________________________________________________ [ 8550] By: nick on 2001/01/25 19:42:30 Log: Integrate mainline Branch: perlio !> Makefile.SH README.os390 gv.c hints/os390.sh installperl !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t !> t/lib/bigint.t t/lib/bigintpm.t ____________________________________________________________________________ [ 8549] By: jhi on 2001/01/25 15:22:28 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes. Branch: maint-5.6/perl ! pod/perlfunc.pod pp.c t/pragma/utf8.t ____________________________________________________________________________ [ 8548] By: jhi on 2001/01/25 15:02:55 Log: Integrate changes #7997,8063,8492,8547 from mainline. Subject: Re: STRLEN - what? Subject: [PATCH] perlguts.pod Memory management calls documentation. Layout using tabulator is not a good idea in a pod. Branch: maint-5.6/perl !> pod/perlguts.pod ____________________________________________________________________________ [ 8547] By: jhi on 2001/01/25 14:49:05 Log: Layout using tabulator is not a good idea in a pod. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 8546] By: jhi on 2001/01/25 14:31:12 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388 from mainline. Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES More Win32 editor/IDE/shell hints. More Win32 Perling. Yet another editor edit. Edit edit edit. IDE/editor section tweaking. Few more IDE/editor nits from p5p. Branch: maint-5.6/perl !> pod/perlfaq3.pod ____________________________________________________________________________ [ 8545] By: jhi on 2001/01/25 04:16:32 Log: Subject: [PATCH 5.7.0] overload int() From: Ilya Zakharevich Date: Wed, 24 Jan 2001 19:06:57 -0500 Message-ID: <20010124190657.A8512@math.ohio-state.edu> Branch: perl ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t ! t/lib/bigintpm.t ____________________________________________________________________________ [ 8544] By: jhi on 2001/01/25 04:15:11 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390 From: Peter Prymmer Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST) Message-ID: Branch: perl ! Makefile.SH README.os390 hints/os390.sh installperl ____________________________________________________________________________ [ 8543] By: jhi on 2001/01/25 03:52:08 Log: Integrate change #8462,8469 from mainline. In VMS Perl subversion (perl -V) is undef. Branch: maint-5.6/perl !> configure.com ____________________________________________________________________________ [ 8542] By: jhi on 2001/01/25 03:44:55 Log: Integrate changes #7835,7850,8315,8316 from mainline. Solaris hints. Branch: maint-5.6/perl !> hints/solaris_2.sh ____________________________________________________________________________ [ 8541] By: jhi on 2001/01/25 03:39:28 Log: Integrate #8336 from mainline. Branch: maint-5.6/perl !> hv.c ____________________________________________________________________________ [ 8540] By: jhi on 2001/01/25 03:23:50 Log: Retract #8539. Branch: maint-5.6/perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8539] By: jhi on 2001/01/25 03:21:55 Log: (Retracted by #5940.) Branch: maint-5.6/perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8538] By: jhi on 2001/01/25 03:14:07 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches From: Peter Prymmer Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST) Message-ID: The VMS bits. Branch: maint-5.6/perl ! configure.com vms/descrip_mms.template ____________________________________________________________________________ [ 8537] By: jhi on 2001/01/25 03:06:09 Log: Integrate #7710,7824,7973 from mainline. Branch: maint-5.6/perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h !> vos/config.ga.def vos/config.ga.h win32/config.bc !> win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8536] By: jhi on 2001/01/24 13:50:20 Log: Revert the edits made by me so far to the 5.6 branch since the TRIAL1 since I did edits when I should have been using integrates. Bad programmer. (Will integrate them properly later.) Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470. The #8353 will not be reapplied at least for now since the UTF-8 hash keys need more thinking. (The patches #8347, #8354, #8454, #8473 were okay since they were original edits made specifically for the 5.6.1-TRIAL1.) Branch: maint-5.6/perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8535] By: bailey on 2001/01/24 06:37:02 Log: SYN SYN Branch: vmsperl +> (branch 26 files) !> (integrate 130 files) ____________________________________________________________________________ [ 8534] By: nick on 2001/01/23 19:30:57 Log: Integrate mainline. Branch: perlio !> Changes Configure Porting/Glossary Porting/config.sh !> Porting/config_H embed.h embed.pl ext/Encode/compile !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod !> pod/perlvar.pod proto.h t/lib/1_compile.t ____________________________________________________________________________ [ 8533] By: jhi on 2001/01/23 16:15:46 Log: Forgotten from #8501. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 8532] By: jhi on 2001/01/23 16:13:27 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) From: "Roca, Ignasi" Date: Mon, 22 Jan 2001 17:51:58 +0100 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es> Branch: perl ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h ____________________________________________________________________________ [ 8531] By: jhi on 2001/01/23 15:46:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8530] By: jhi on 2001/01/23 15:38:39 Log: De-cut-and-pasto. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 8529] By: jhi on 2001/01/23 15:11:04 Log: Document the mkdir trailing slashes case. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 8528] By: jhi on 2001/01/23 15:08:28 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't get installed: Subject: lib/lib.pm From: Date: Mon, 28 Aug 2000 20:35:08 -0400 Message-ID: <20000829003508.21281.qmail@foad.org> Branch: perl ! installperl ____________________________________________________________________________ [ 8527] By: jhi on 2001/01/23 14:44:04 Log: Metaconfig unit change for #8526. Branch: metaconfig ! U/threads/archname.U ____________________________________________________________________________ [ 8526] By: jhi on 2001/01/23 14:43:19 Log: Attach -perlio to the archname if so selected. Branch: perl ! Configure ____________________________________________________________________________ [ 8525] By: jhi on 2001/01/23 14:24:01 Log: Subject: [PATCH] pod/perlvar.pod From: abigail@foad.org Date: Tue, 23 Jan 2001 01:41:10 +0100 Message-ID: <20010123004110.22259.qmail@foad.org> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 8524] By: jhi on 2001/01/23 14:22:32 Log: A bug introduced in #8217 (the undefined variable in the lib/safe1_t #3) fixed, by Charles Lane: The earlier patch made it so that stuff running in Safe compartments could do a "caller" and see "main". That little change in name is done right before the code in the compartment is run, and apparantly the parser was picking up the stash name before it got changed. (why it was threaded vs. unthreaded Perl that was sensitive to this I still don't know...and it probably doesn't matter). I tryed removing the stash name-change and saw that threaded Perl did indeed pass the lib/safe1.t tests. So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to do the name change (and to connect _ in the compartment to the global _) which is removed from _safe_call_sv. Then Safe.pm is modified to call _safe_pkg_prep when creating a new compartment. Passes all tests with threaded perl on linux; passes all tests with unthreaded perl on VMS. At some point I'll probably want to revisit Safe and Opcode to provide more sensible handling of global variables...and to get formats working in Safe compartments, which they don't do currently. Branch: perl ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm ____________________________________________________________________________ [ 8523] By: jhi on 2001/01/23 14:11:58 Log: Also the lib/Thread.pm itself needs to be ignored if the Thread extension hasn't been built. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 8522] By: jhi on 2001/01/23 13:51:28 Log: print() instead of warn() so that stderr doesn't get unncessarily polluted. Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 8521] By: jhi on 2001/01/23 13:49:48 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile !> ext/Encode/encode.h ____________________________________________________________________________ [ 8520] By: nick on 2001/01/22 21:44:00 Log: More messing with Encode: Extra fields in header to allow multiple names and to record other things "compile" knows. Re-organise compile to factor out common output routines. Branch: perlio ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h ____________________________________________________________________________ [ 8519] By: nick on 2001/01/22 20:33:50 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS. Branch: perlio ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8518] By: nick on 2001/01/22 20:28:13 Log: Integrate mainline Branch: perlio !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c !> vos/config.alpha.def vos/config.alpha.h ____________________________________________________________________________ [ 8517] By: jhi on 2001/01/22 15:37:17 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested by Inaba Hiroto. Branch: perl ! sv.c ____________________________________________________________________________ [ 8516] By: jhi on 2001/01/22 14:55:15 Log: More SIG_SIZE fixes. Branch: perl ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h ____________________________________________________________________________ [ 8515] By: jhi on 2001/01/22 14:50:27 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy From: "Craig A. Berry" Date: Mon, 22 Jan 2001 00:42:24 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 8514] By: jhi on 2001/01/22 14:31:17 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501 From: "Craig A. Berry" Date: Sun, 21 Jan 2001 23:03:25 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 8513] By: jhi on 2001/01/22 14:14:00 Log: Add the .ucm encoding tables to the MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 8512] By: jhi on 2001/01/22 13:43:33 Log: Integrate perlio. Branch: perl +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm +> ext/Encode/Encode/iso8859-10.ucm +> ext/Encode/Encode/iso8859-13.ucm +> ext/Encode/Encode/iso8859-14.ucm +> ext/Encode/Encode/iso8859-15.ucm +> ext/Encode/Encode/iso8859-16.ucm +> ext/Encode/Encode/iso8859-2.ucm +> ext/Encode/Encode/iso8859-3.ucm +> ext/Encode/Encode/iso8859-4.ucm +> ext/Encode/Encode/iso8859-5.ucm +> ext/Encode/Encode/iso8859-6.ucm +> ext/Encode/Encode/iso8859-7.ucm +> ext/Encode/Encode/iso8859-8.ucm +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm +> ext/Encode/Encode/symbol.ucm !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c !> perliol.h ____________________________________________________________________________ [ 8511] By: nick on 2001/01/21 23:44:47 Log: Make "real" layers of ":utf8" and ":raw". So now PERLIO=utf8 perl ... does what Andreas wanted. Fix arg passing in open.pm (still have a Carp issue). Branch: perlio ! lib/open.pm perlio.c perliol.h ____________________________________________________________________________ [ 8510] By: jhi on 2001/01/21 22:56:53 Log: Document the regex context pushing/popping a bit better. Branch: perl ! regexec.c ____________________________________________________________________________ [ 8509] By: jhi on 2001/01/21 22:55:44 Log: Tweak the mkdir trailing slash code some more. TO DO: the same handling should probably be done for all the other filesystem functions that can have directories as their arguments. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 8508] By: nick on 2001/01/21 21:37:43 Log: Switch "compiled in" encodings to .ucm format. (Leave others as .enc till we can run-time load .ucm, or find some other way to load them.) Branch: perlio + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm + ext/Encode/Encode/iso8859-10.ucm + ext/Encode/Encode/iso8859-13.ucm + ext/Encode/Encode/iso8859-14.ucm + ext/Encode/Encode/iso8859-15.ucm + ext/Encode/Encode/iso8859-16.ucm + ext/Encode/Encode/iso8859-2.ucm + ext/Encode/Encode/iso8859-3.ucm + ext/Encode/Encode/iso8859-4.ucm + ext/Encode/Encode/iso8859-5.ucm + ext/Encode/Encode/iso8859-6.ucm + ext/Encode/Encode/iso8859-7.ucm + ext/Encode/Encode/iso8859-8.ucm + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm + ext/Encode/Encode/symbol.ucm ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8507] By: nick on 2001/01/21 21:02:03 Log: Integrate (partial) mainline. Branch: perlio !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h !> win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8506] By: jhi on 2001/01/21 20:09:30 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8505] By: jhi on 2001/01/21 19:39:59 Log: Subject: Minor typos in perlfaq2.pod From: "Stephen P. Potter" Message-Id: <200101192101.QAA11911@spotter.yi.org> Date: Fri, 19 Jan 2001 16:01:13 -0500 with a nit from Philip Netwon. Branch: perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 8504] By: jhi on 2001/01/21 19:33:05 Log: Metaconfig change for #8503. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 8503] By: jhi on 2001/01/21 19:32:21 Log: Sanity check for conflicting thread flavours. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8502] By: jhi on 2001/01/21 19:23:00 Log: Metaconfig change for #8501. Branch: metaconfig ! U/modified/sig_name.U ____________________________________________________________________________ [ 8501] By: jhi on 2001/01/21 19:22:26 Log: The SIG_SIZE is the number of the elements *excluding* the terminating NULL. Branch: perl ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h ! vos/config.ga.h win32/config_H.bc win32/config_H.gc ! win32/config_H.vc ____________________________________________________________________________ [ 8500] By: jhi on 2001/01/21 18:31:31 Log: Integrate perlio. Branch: perl !> doio.c embed.h embed.pl ext/Encode/Encode.xs !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h !> pp_sys.c proto.h sv.c ____________________________________________________________________________ [ 8499] By: jhi on 2001/01/21 17:43:57 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 From: Hugo Date: Sun, 21 Jan 2001 13:34:05 +0000 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk> In sprintf UTF8ize only if necessary. Branch: perl ! sv.c ____________________________________________________________________________ [ 8498] By: nick on 2001/01/21 16:25:32 Log: Encode cleanup. Add command line control over "compile" so that Makefile.PL needs can be combined with other uses. Use command line options in Makefile.PL. Fix multi-byte parsing in .ucm files. Branch: perlio ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8497] By: nick on 2001/01/21 12:56:27 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 8496] By: nick on 2001/01/21 12:18:45 Log: Fixup after integrate: missed the .sym files that are changed by regen_headers sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER. Branch: perlio ! global.sym pp.sym sv.c ____________________________________________________________________________ [ 8495] By: nick on 2001/01/21 11:51:07 Log: Integrate mainline. Branch: perlio +> ext/DynaLoader/dl_dllload.xs t/op/qu.t !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms !> embed.h embed.pl ext/DynaLoader/dl_aix.xs !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c !> win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8494] By: jhi on 2001/01/20 23:12:11 Log: Forgot the expect_number() prototype. Branch: perl ! embed.h embed.pl proto.h ____________________________________________________________________________ [ 8493] By: jhi on 2001/01/20 22:56:39 Log: Subject: [PATCH: perl@8482] README.vms URL updates From: Peter Prymmer Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST) Message-ID: Plus Craig A. Berry's suggestion to use compaq.com instead of digital.com. Branch: perl ! README.vms ____________________________________________________________________________ [ 8492] By: jhi on 2001/01/20 22:50:05 Log: Memory management calls documentation. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 8491] By: jhi on 2001/01/20 22:38:33 Log: Signedness nit plus few memcpy/Copy nits. Branch: perl ! sv.c ____________________________________________________________________________ [ 8490] By: jhi on 2001/01/20 22:25:53 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files From: Peter Prymmer Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST) Message-ID: Branch: perl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs ____________________________________________________________________________ [ 8489] By: jhi on 2001/01/20 22:24:41 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs From: Peter Prymmer Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST) Message-ID: Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 8488] By: jhi on 2001/01/20 22:22:27 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded From: Peter Prymmer Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST) Message-ID: Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 8487] By: jhi on 2001/01/20 22:21:18 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390 From: Peter Prymmer Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST) Message-ID: Branch: perl + ext/DynaLoader/dl_dllload.xs ! MANIFEST Makefile.SH hints/os390.sh ____________________________________________________________________________ [ 8486] By: jhi on 2001/01/20 22:17:53 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc From: Peter Prymmer Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST) Message-ID: Branch: perl ! README.os390 README.posix-bc ____________________________________________________________________________ [ 8485] By: jhi on 2001/01/20 20:15:30 Log: Document and test the new qu operator. Branch: perl + t/op/qu.t ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod ! pod/perlretut.pod pod/perlunicode.pod ____________________________________________________________________________ [ 8484] By: nick on 2001/01/20 19:42:30 Log: Infrastructure to allow: open($fh,"|-",@array); to be implemented i.e. mark pp_open as needing a stack mark, and make pp_open process its args in that style (and pass them _all_ to tied handles OPEN). Invent do_openn() which takes SV ** at allow it to see multiple args. Note this does not _do_ anything yet. Branch: perlio ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h ! perlapi.c pp_proto.h pp_sys.c proto.h ____________________________________________________________________________ [ 8483] By: nick on 2001/01/20 17:23:14 Log: Integrate mainline. Branch: perlio !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t ____________________________________________________________________________ [ 8482] By: jhi on 2001/01/19 15:37:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8481] By: jhi on 2001/01/19 14:41:24 Log: Subject: Re: new feature: s?printf parameter reordering From: Hugo Date: Thu, 11 Jan 2001 17:09:03 +0000 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk> - support reordering for all parameters: %, *v, *, .* - lay down that the reordering specification must immediately follow that parameter: %3$, *v3$, *3$, .*3$ - fix vectorisation of a zero-length string - factor out the code choosing the argument to format Possibly unwanted side-effects: - the special format specifiers ' +-0' must now precede any vectorisation specifier. Tests in op/sprintf and op/ver have been changed to reflect this. - sprintf.t test #214 changed its expectations because in many cases, the next parameter has already been consumed when an invalid type letter is detected. Probably wanted side-effects: - attempts to format a non-existent parameter will warn as if C - attempt to write to non-existent parameter with '%n' will complain of "attempt to modify read-only value" instead of being silent Branch: perl ! sv.c t/op/sprintf.t t/op/ver.t ____________________________________________________________________________ [ 8480] By: jhi on 2001/01/19 14:08:37 Log: Subject: PATCH pragma/locale.t From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 18 Jan 2001 09:45:37 +0100 Message-ID: Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 8479] By: jhi on 2001/01/19 13:19:58 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane. Branch: perl ! configure.com ____________________________________________________________________________ [ 8478] By: jhi on 2001/01/19 02:12:35 Log: Automate 1_compile.t. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 8477] By: jhi on 2001/01/19 01:49:56 Log: Integrate perlio. Branch: perl !> sv.c win32/config.bc win32/config.gc win32/config.vc !> win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8476] By: nick on 2001/01/18 21:51:52 Log: Integrate mainline Branch: perlio +> t/lib/1_compile.t t/lib/compmod.pl !> MANIFEST configure.com lib/unicode/distinct.pm ____________________________________________________________________________ [ 8475] By: nick on 2001/01/18 21:48:02 Log: Win32 "safe signals" co-existance fix. Fix SIG_SIZE value. Clear PL_sig_pending when cloning (fork). Branch: perlio ! sv.c win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8474] By: jhi on 2001/01/18 14:40:57 Log: It's Pod::Text::Overstrike, not Pod::Overstrike. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 8473] By: gsar on 2001/01/18 11:42:31 Log: unsubmitted trial1 change Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 8472] By: jhi on 2001/01/18 04:30:24 Log: The first bug found by 1_compile.t. Branch: perl ! lib/unicode/distinct.pm ____________________________________________________________________________ [ 8471] By: jhi on 2001/01/18 04:29:42 Log: Add Schwern's 1_compile test. The compile_module script renamed to be a bit shorter for the 8.3 people. Branch: perl + t/lib/1_compile.t t/lib/compmod.pl ! MANIFEST ____________________________________________________________________________ [ 8470] By: jhi on 2001/01/18 04:16:00 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) From: Peter Prymmer Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST) Message-ID: Replace #8463. Branch: maint-5.6/perl ! configure.com ____________________________________________________________________________ [ 8469] By: jhi on 2001/01/18 04:13:02 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) From: Peter Prymmer Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST) Message-ID: Replace #8462. Branch: perl ! configure.com ____________________________________________________________________________ [ 8468] By: jhi on 2001/01/18 03:42:08 Log: Integrate perlio. Branch: perl !> gv.c mg.c perlio.c util.c ____________________________________________________________________________ [ 8467] By: nick on 2001/01/17 22:41:10 Log: "Safe" signals - trial implementation. gv.c tweaked to zero PL_sig_pend array perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR util.c tweaked to not set SA_RESTART to give perlio.c a chance. Odd thing is that it "works" with PERLIO=stdio as well (linux). Branch: perlio ! gv.c mg.c perlio.c util.c ____________________________________________________________________________ [ 8466] By: nick on 2001/01/17 20:40:20 Log: Integrate mainline. Branch: perlio !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def !> vos/config.ga.h win32/config.bc win32/config.gc !> win32/config.vc ____________________________________________________________________________ [ 8465] By: jhi on 2001/01/17 18:37:13 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11 From: Nicholas Clark Date: Wed, 17 Jan 2001 17:31:33 +0000 Message-ID: <20010117173133.I2633@plum.flirble.org> Branch: perl ! t/op/int.t ____________________________________________________________________________ [ 8464] By: jhi on 2001/01/17 14:43:17 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11 From: "Roca, Ignasi" Date: Wed, 17 Jan 2001 15:16:43 +0100 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> pp_int() was dropping an NV to the floor, int(279964589018079/59) either returned not an integer 4745162525730.15, or one got "Attempt to free unreferenced scalar." Branch: perl ! pp.c ____________________________________________________________________________ [ 8463] By: jhi on 2001/01/17 06:12:42 Log: (Replaced by #8470) 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) From: "Craig A. Berry" Date: Tue, 16 Jan 2001 23:38:46 -0600 Message-Id: Branch: maint-5.6/perl ! configure.com ____________________________________________________________________________ [ 8462] By: jhi on 2001/01/17 06:11:31 Log: (Replaced by #8469) 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) From: "Craig A. Berry" Date: Tue, 16 Jan 2001 23:38:46 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 8461] By: jhi on 2001/01/17 05:56:12 Log: Allow for one trailing slash in the directory of mkdir(). Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 8460] By: jhi on 2001/01/17 03:26:01 Log: Metaconfig unit changes for #8459. Branch: metaconfig ! U/modified/Loc.U U/modified/sig_name.U ____________________________________________________________________________ [ 8459] By: jhi on 2001/01/17 03:24:48 Log: Define SIG_SIZE, the number of elements in the sig_name and sig_num arrays, including the final NULL entry. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod ! sv.c uconfig.h uconfig.sh vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8458] By: jhi on 2001/01/17 01:41:33 Log: Integrate perlio. Branch: perl !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h !> perlapi.h proto.h sv.c ____________________________________________________________________________ [ 8457] By: nick on 2001/01/16 22:07:26 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. Provides all the "cost" but no benefit yet - it is to allow cost to be measured, and implementation experiments (just in mg.c?). Branch: perlio ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h ! perlapi.h proto.h sv.c ____________________________________________________________________________ [ 8456] By: nick on 2001/01/16 21:07:07 Log: Integrate mainline. Branch: perlio !> (integrate 51 files) ____________________________________________________________________________ [ 8455] By: jhi on 2001/01/16 18:13:43 Log: Subject: [PATCH] regcomp.c old feature removal From: mjd@plover.com Date: 16 Jan 2001 14:43:18 -0000 Message-ID: <20010116144318.7140.qmail@plover.com> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 8454] By: jhi on 2001/01/16 16:12:39 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2 From: "Indy Singh" Date: Wed, 10 Jan 2001 20:17:49 -0500 Message-ID: <003001c07b6c$524630b0$00957018@roadhog> Branch: maint-5.6/perl ! win32/Makefile ____________________________________________________________________________ [ 8453] By: jhi on 2001/01/16 16:09:33 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8452] By: jhi on 2001/01/16 15:42:04 Log: Subject: Re: API Cleanup To: perl5-porters@perl.org Date: Tue, 16 Jan 2001 13:42:30 +0000 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk> Subject: [PATCH] utf8.c documentation From: Simon Cozens Date: Tue, 16 Jan 2001 13:52:48 +0000 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk> Subject: Re: API Cleanup From: Simon Cozens Date: Tue, 16 Jan 2001 14:58:55 +0000 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk> UTF-8 doc patches. Branch: perl ! embed.pl pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8451] By: jhi on 2001/01/16 14:41:39 Log: podlators 1.07, from Russ Allbery. Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 8450] By: jhi on 2001/01/16 14:24:19 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes From: "Indy Singh" Date: Mon, 15 Jan 2001 20:59:40 -0500 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a> Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 8449] By: jhi on 2001/01/16 03:42:55 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86 at the setting of the ofs_sv in new_struct_thread() as the thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing that invited a core dump. Branch: perl ! util.c ____________________________________________________________________________ [ 8448] By: jhi on 2001/01/16 01:49:07 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children From: Stephen McCamant Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST) Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu> Replace #8444 and #8445. Branch: perl ! ext/B/B.xs ext/B/B/Debug.pm ____________________________________________________________________________ [ 8447] By: jhi on 2001/01/15 21:05:35 Log: Subject: [PATCH] API Variable documentation From: Simon Cozens Date: Mon, 15 Jan 2001 19:35:54 +0000 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> Branch: perl ! pod/perlapi.pod thrdvar.h ____________________________________________________________________________ [ 8446] By: jhi on 2001/01/15 20:49:20 Log: Signedness nit. Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 8445] By: jhi on 2001/01/15 20:28:48 Log: (Replaced by #8448) More op_children traces (cleanup of #8442). Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 8444] By: jhi on 2001/01/15 13:09:10 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442) Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 8443] By: jhi on 2001/01/15 13:06:26 Log: Missing from #8439. Branch: perl ! keywords.h mg.c ____________________________________________________________________________ [ 8442] By: jhi on 2001/01/15 13:02:38 Log: Subject: [PATCH @8436] Eliminate op_children From: Stephen McCamant Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST) Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu> Subject: [PATCH @8436] Re: Eliminate op_children From: Stephen McCamant Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST) Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu> Branch: perl ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h ! op.c op.h ____________________________________________________________________________ [ 8441] By: jhi on 2001/01/15 12:57:08 Log: Use the /^Perl_/-less form of is_lvalue_sub(). Branch: perl ! pp.h ____________________________________________________________________________ [ 8440] By: jhi on 2001/01/15 05:13:09 Log: Revert #8437 and #8438, the Linux large files story is more complex. Branch: metaconfig/U/perl ! d_fpos64_t.U d_off64_t.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh perl.h ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8439] By: jhi on 2001/01/15 05:02:24 Log: More UTF-8 patches from Inaba Hiroto. - The substr lval was still not okay. - Now pp_stringify and sv_setsv copies source's UTF8 flag even if IN_BYTE. pp_stringify is called from fold_constants at optimization phase and "\x{100}" was made SvUTF8_off under use bytes (the bytes pragma is for "byte semantics" and not for "do not produce UTF8 data") - New `qu' operator to generate UTF8 string explicitly. Though I agree with the policy "0x00-0xff always produce bytes", sometimes want to such a string to be coded in UTF8. I can use pack"U0a*" but it requires more typing and has runtime overhead. - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes" change, the bug apears if a pm has PMdf_UTF8 flag but interpolated string is not UTF8_on and has char 0x80-0xff. TODO: document and test qu. Branch: perl ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t ! toke.c ____________________________________________________________________________ [ 8438] By: jhi on 2001/01/14 05:10:23 Log: Metaconfig unit changes for #8437. Branch: metaconfig/U/perl ! d_fpos64_t.U d_off64_t.U ____________________________________________________________________________ [ 8437] By: jhi on 2001/01/14 04:55:34 Log: Add probing, seems to be needed for (some?) Linux largefileness. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh perl.h ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8436] By: jhi on 2001/01/13 17:47:21 Log: Tighten some of the tests a bit. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 8435] By: jhi on 2001/01/13 17:31:54 Log: Integrate perlio. Branch: perl !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc !> win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8434] By: nick on 2001/01/13 11:36:53 Log: Run dmake regen_config_h for Win32 Branch: perlio ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 8433] By: nick on 2001/01/13 11:31:55 Log: VMS friendly patch to Encode compile process Branch: perlio ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8432] By: nick on 2001/01/13 11:06:44 Log: Integrate mainline Branch: perlio +> ext/B/B/Concise.pm !> (integrate 52 files) ____________________________________________________________________________ [ 8431] By: jhi on 2001/01/13 05:55:55 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse From: Stephen McCamant Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST) Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu> Branch: perl ! ext/B/B/Concise.pm ____________________________________________________________________________ [ 8430] By: jhi on 2001/01/13 04:24:18 Log: The LVRET macro needed an aTHX. Branch: perl ! pp.h ____________________________________________________________________________ [ 8429] By: jhi on 2001/01/13 02:12:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8428] By: jhi on 2001/01/13 02:08:50 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351 From: Peter Prymmer Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST) Message-ID: Add a BEGIN guard for sloppy floating point division. Branch: perl ! lib/Math/BigInt.pm lib/bigint.pl ____________________________________________________________________________ [ 8427] By: jhi on 2001/01/13 01:47:16 Log: The B::Terse drop-in replacement wasn't quite drop-in. Branch: perl ! ext/B/B/Terse.pm ____________________________________________________________________________ [ 8426] By: jhi on 2001/01/12 21:20:43 Log: Use UVXf. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h ! uconfig.sh vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8425] By: jhi on 2001/01/12 20:20:14 Log: Subject: [PATCH perl@8342] -Wformat From: Robin Barker Date: Fri, 12 Jan 2001 20:03:14 GMT Message-Id: <200101122003.UAA29599@tempest.npl.co.uk> Branch: perl ! ext/Encode/Encode.xs mg.c sv.c toke.c ____________________________________________________________________________ [ 8424] By: jhi on 2001/01/12 20:01:48 Log: Subject: B::Concise -- an improved replacement for B::Terse From: Stephen McCamant Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST) Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu> Branch: perl + ext/B/B/Concise.pm ! MANIFEST ext/B/B/Terse.pm ____________________________________________________________________________ [ 8423] By: jhi on 2001/01/12 19:24:02 Log: The new metaconfig unit from the #8421. Branch: metaconfig/U/perl + d_sigprocmask.U ____________________________________________________________________________ [ 8422] By: jhi on 2001/01/12 19:23:43 Log: Forgot the microperl config from the #8421. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 8421] By: jhi on 2001/01/12 19:05:27 Log: Add sigprocmask() probe, regen Configure, regen toc. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 8420] By: jhi on 2001/01/12 18:34:31 Log: Add sockatmark() to the todo list. Branch: perl ! Todo-5.6 ____________________________________________________________________________ [ 8419] By: jhi on 2001/01/12 18:09:46 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER. Branch: perl ! op.c ____________________________________________________________________________ [ 8418] By: jhi on 2001/01/12 18:05:30 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context From: Radu Greab Message-ID: <14943.15321.515713.119805@ix.netsoft.ro> Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET) Branch: perl ! op.c t/pragma/sub_lval.t ____________________________________________________________________________ [ 8417] By: jhi on 2001/01/12 16:09:09 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes From: Stephen McCamant Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST) Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu> Branch: perl ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t ! t/pragma/sub_lval.t toke.c ____________________________________________________________________________ [ 8416] By: jhi on 2001/01/12 15:42:06 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context From: "Richard Soderberg" Date: Fri, 12 Jan 2001 04:49:35 -0800 Message-ID: Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX according to the platform. Branch: perl ! op.c ____________________________________________________________________________ [ 8415] By: jhi on 2001/01/12 15:33:41 Log: One more UTF-8 fix from Inaba Hiroto. Branch: perl ! pp.c regexec.c t/pragma/utf8.t ____________________________________________________________________________ [ 8414] By: jhi on 2001/01/12 15:30:18 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it. Branch: perl ! regexec.c ____________________________________________________________________________ [ 8413] By: jhi on 2001/01/12 15:22:10 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser From: "Roca, Ignasi" Date: Thu, 11 Jan 2001 12:53:36 +0100 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es> Branch: perl ! toke.c ____________________________________________________________________________ [ 8412] By: jhi on 2001/01/12 15:20:25 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file From: "Roca, Ignasi" Date: Fri, 12 Jan 2001 14:37:55 +0100 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es> Branch: perl ! hints/posix-bc.sh ____________________________________________________________________________ [ 8411] By: jhi on 2001/01/12 15:14:14 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines From: "Roca, Ignasi" Date: Fri, 12 Jan 2001 10:42:21 +0100 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es> Branch: perl ! t/op/regmesg.t ____________________________________________________________________________ [ 8410] By: jhi on 2001/01/12 05:48:55 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED) From: Nicholas Clark Date: Sun, 7 Jan 2001 19:47:14 +0000 Message-ID: <20010107194714.B1048@plum.flirble.org> Branch: perl ! t/op/numconvert.t ____________________________________________________________________________ [ 8409] By: jhi on 2001/01/12 05:41:28 Log: Integrate perlio. Branch: perl !> mg.c scope.h ____________________________________________________________________________ [ 8408] By: nick on 2001/01/11 22:43:28 Log: Remove variables that were used in experiments. Branch: perlio ! mg.c ____________________________________________________________________________ [ 8407] By: nick on 2001/01/11 20:57:44 Log: Catch die in %SIG handler and unblock the signal before re-dying. This make Linux work _without_ sigsetjmp(). Turn off sigsetjmp() to see what else it does. May need Configure probe for sigprocmask() if anything has sigaction() but not sigprocmask(). Branch: perlio ! mg.c scope.h ____________________________________________________________________________ [ 8406] By: nick on 2001/01/11 19:32:07 Log: Integrate mainline Branch: perlio !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t !> t/op/substr.t ____________________________________________________________________________ [ 8405] By: jhi on 2001/01/11 17:11:01 Log: Fix UTF-8 lval substr(). Branch: perl ! mg.c t/op/substr.t ____________________________________________________________________________ [ 8404] By: jhi on 2001/01/11 05:13:58 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8403] By: jhi on 2001/01/11 04:38:24 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/ From: Hugo Date: Mon, 30 Oct 2000 01:33:26 +0000 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 8402] By: jhi on 2001/01/11 04:26:12 Log: Integrate perlio. Branch: perl !> scope.h util.c ____________________________________________________________________________ [ 8401] By: nick on 2001/01/10 22:52:55 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK. (So Alan and Ilya can try setting via hints.) Verified Linux "works" with it true and fails to re-enable SIGINT if false. Restoring sigmask in Perl_sighandler() if handler dies is not equivalent; doing the save everywhere seems to restart read() correctly, but just doing it once "round" the handler does not. Branch: perlio ! scope.h ____________________________________________________________________________ [ 8400] By: jhi on 2001/01/10 21:57:54 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem of IRIX, HP-UX is unaffected. Branch: perl ! perl.h ____________________________________________________________________________ [ 8399] By: nick on 2001/01/10 21:29:19 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug. Branch: perlio ! util.c ____________________________________________________________________________ [ 8398] By: jhi on 2001/01/10 20:55:31 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now also have ReusePort. Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 8397] By: jhi on 2001/01/10 20:50:57 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend) From: "Jeremy D. Zawodny" Date: Wed, 10 Jan 2001 01:38:13 -0800 Message-ID: <20010110013813.B41744@yahoo-inc.com> Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 8396] By: jhi on 2001/01/10 20:49:30 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend) From: "Jeremy D. Zawodny" Date: Wed, 10 Jan 2001 01:37:32 -0800 Message-ID: <20010110013732.A41744@yahoo-inc.com> Branch: perl ! ext/Socket/Socket.pm ____________________________________________________________________________ [ 8395] By: jhi on 2001/01/10 20:41:37 Log: Test for bug id 20010105.016 (fixed by #8378). Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 8394] By: jhi on 2001/01/10 20:26:32 Log: Integrate perlio. Branch: perl ! util.c ____________________________________________________________________________ [ 8393] By: nick on 2001/01/10 19:34:30 Log: Back out Simon's pid hackery for now. Branch: perlio ! util.c ____________________________________________________________________________ [ 8392] By: nick on 2001/01/10 19:23:13 Log: Integrate mainline. (Builds but does not work - something broke pipes...) Branch: perlio !> (integrate 29 files) ____________________________________________________________________________ [ 8391] By: jhi on 2001/01/10 18:43:15 Log: Subject: [PATCH] Fix my_pclose segfault From: Simon Cozens Date: Wed, 10 Jan 2001 18:39:35 +0000 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk> Branch: perl ! util.c ____________________________________________________________________________ [ 8390] By: jhi on 2001/01/10 18:42:08 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 10 Jan 2001 13:23:02 EST Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Opcode/Opcode.xs ____________________________________________________________________________ [ 8389] By: jhi on 2001/01/10 15:16:07 Log: Turn off the integer preservation for now. Branch: perl ! perl.h ____________________________________________________________________________ [ 8388] By: jhi on 2001/01/10 15:01:25 Log: Few more IDE/editor nits from p5p. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8387] By: jhi on 2001/01/10 06:53:16 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww To: "Andreas J. Koenig" Date: Tue, 9 Jan 2001 23:16:02 +0000 Message-ID: <20010109231602.A81101@plum.flirble.org> Branch: perl ! sv.c ____________________________________________________________________________ [ 8386] By: jhi on 2001/01/10 03:17:54 Log: Test cases for #8385 (from Simon's "torture.pl") Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 8385] By: jhi on 2001/01/10 03:17:11 Log: Subject: Re: more UTF8 test suites and an UTF8 patch From: Inaba Hiroto Date: Wed, 10 Jan 2001 11:39:39 +0900 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp> Some more UTF-8 tr cases fixed. Branch: perl ! doop.c ____________________________________________________________________________ [ 8384] By: jhi on 2001/01/09 22:45:40 Log: Allow the locale test needing POSIX and the taint test needing IPC::SysV to run under 'minitest' (basically, bail out if loading the extension fails) Branch: perl ! t/op/misc.t t/op/taint.t ____________________________________________________________________________ [ 8383] By: jhi on 2001/01/09 21:36:04 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t From: Stephen McCamant Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST) Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu> Branch: perl ! t/io/openpid.t ____________________________________________________________________________ [ 8382] By: jhi on 2001/01/09 21:06:08 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane. Should finish up the bug id 20001205.022. Branch: perl ! pp.c pp_hot.c scope.c ____________________________________________________________________________ [ 8381] By: jhi on 2001/01/09 18:27:43 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123 From: Andy Dougherty Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST) Message-