diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 15:26:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 15:26:59 +0000 |
commit | d0c18bf8287ce47cdd01b74cfe0b3703e761e38b (patch) | |
tree | d4e6620a322d67436d30ef3f563912dab3310971 /Changes | |
parent | 8e5f9a6e9fbe0a7d5d1c3ad223b00cd3a200839d (diff) | |
download | perl-d0c18bf8287ce47cdd01b74cfe0b3703e761e38b.tar.gz |
Update Changes.
p4raw-id: //depot/perl@12794
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 192 |
1 files changed, 192 insertions, 0 deletions
@@ -31,6 +31,198 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 12793] By: jhi on 2001/10/31 15:23:12 + Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Wed, 31 Oct 2001 17:16:39 +0100 + Message-ID: <20011031171639.A32511@rafael> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 12792] By: jhi on 2001/10/31 15:20:01 + Log: Skip message nit. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 12791] By: jhi on 2001/10/31 14:54:19 + Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9 + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 31 Oct 2001 14:49:37 -0000 + Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t +____________________________________________________________________________ +[ 12790] By: jhi on 2001/10/31 14:44:33 + Log: Extend the effect of the encoding pragma to chr() and ord(). + + TODO: regex literals, reentrancy problems with the utf8 + and charnames pragmas. + Branch: perl + ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c +____________________________________________________________________________ +[ 12789] By: jhi on 2001/10/31 13:25:02 + Log: Doc tweaks. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 12788] By: nick on 2001/10/31 08:59:56 + Log: Integrate mainline + Branch: perlio + +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests + !> (integrate 49 files) +____________________________________________________________________________ +[ 12787] By: jhi on 2001/10/31 03:22:34 + Log: Forgot new proto. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 12786] By: jhi on 2001/10/31 02:32:35 + Log: Clarification: use encoding cannot be used to + change the default encoding of "your whole script"; + only the default encoding of the *data*. Also, it + seems that "use encoding" does not mix with "use utf8" + (a coredumping recursion ensues). Should not be a huge + problem since "use utf8" is pretty marginal nowadays. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod +____________________________________________________________________________ +[ 12785] By: jhi on 2001/10/31 02:19:49 + Log: More documentation for the encode pragma. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm + ! pod/perlapi.pod pod/perlunicode.pod sv.c +____________________________________________________________________________ +[ 12784] By: jhi on 2001/10/31 02:08:27 + Log: Thinko in #12783. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12783] By: jhi on 2001/10/31 02:04:22 + Log: Make sv_recode_to_utf8() a real API: the encoding + is a parameter, instead of a global. Document the + PERL_ENCODING. + Branch: perl + ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c + ! toke.c +____________________________________________________________________________ +[ 12782] By: jhi on 2001/10/31 00:57:42 + Log: Enable -Mencoding=foobar also for string literals. + Branch: perl + ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t + ! pod/perlapi.pod proto.h sv.c toke.c +____________________________________________________________________________ +[ 12781] By: jhi on 2001/10/30 17:06:39 + Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box + From: Andy Dougherty <doughera@lafayette.edu> + Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST) + Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu> + Branch: perl + ! ext/POSIX/hints/svr4.pl +____________________________________________________________________________ +[ 12780] By: jhi on 2001/10/30 14:54:12 + Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules + From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> + Date: Mon, 29 Oct 2001 23:11:58 -0000 + Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk> + + Add compat.h. + Branch: perl + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 12779] By: jhi on 2001/10/30 13:51:43 + Log: Subject: PerlIOBuf_dup + From: Nicholas Clark <nick@ccl4.org> + Date: Mon, 29 Oct 2001 21:52:35 +0000 + Message-ID: <20011029215235.K41204@plum.flirble.org> + + Add prototype. + Branch: perl + ! perliol.h +____________________________________________________________________________ +[ 12778] By: jhi on 2001/10/30 13:49:51 + Log: Subject: [PATCH] Make malloc.c errors more useful + From: Richard Soderberg <rs@oregonnet.com> + Date: Mon, 29 Oct 2001 22:28:02 -0800 + Message-Id: <200110300628.WAA11025@oregonnet.com> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 12777] By: jhi on 2001/10/30 04:02:10 + Log: Retract #12776 - the bug 19990906.001 is still valid. + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12776] By: jhi on 2001/10/30 03:03:49 + Log: (Retracted by #12777) + Subject: Perlbug 19990906.001 - segfault on long escaped quote regex + From: Michael G Schwern <schwern@pobox.com> + Date: Mon, 29 Oct 2001 23:01:08 -0500 + Message-ID: <20011029230108.G18053@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12775] By: jhi on 2001/10/30 02:56:41 + Log: Comment nits. + Branch: perl + ! lib/encoding.t +____________________________________________________________________________ +[ 12774] By: gsar on 2001/10/30 01:32:57 + Log: integrate change#12772 from mainline + + Subject: [PATCH] Mommy, what's a pointer cast? + Branch: maint-5.6/perl + ! perl.h +____________________________________________________________________________ +[ 12773] By: jhi on 2001/10/30 01:19:32 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg <rs@oregonnet.com> + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (threads* parts) + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/threads.xs +____________________________________________________________________________ +[ 12772] By: jhi on 2001/10/30 01:19:13 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg <rs@oregonnet.com> + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (the perl.h part) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12771] By: jhi on 2001/10/30 01:17:21 + Log: Subject: [PATCH] OpenBSD likes signal.h + From: Richard Soderberg <rs@oregonnet.com> + Date: Mon, 29 Oct 2001 17:00:31 -0800 + Message-Id: <200110300100.RAA31533@oregonnet.com> + Branch: perl + ! unixish.h +____________________________________________________________________________ +[ 12770] By: jhi on 2001/10/30 01:10:24 + Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3 + From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> + Date: Mon, 29 Oct 2001 23:04:23 -0000 + Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk> + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12769] By: jhi on 2001/10/30 01:08:01 + Log: Subject: [PATCH perl@12718] HiRes.t tweaks + From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com> + Date: Mon, 29 Oct 2001 12:34:07 -0600 + Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12768] By: jhi on 2001/10/29 15:10:04 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 12767] By: jhi on 2001/10/29 14:49:28 Log: AIX needs an explicit symbol export list. Branch: perl |