diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-10 13:07:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-10 13:07:57 +0000 |
commit | 2d7a8e4a66603f18090334deec9cdaa9af6fd18f (patch) | |
tree | 6dec27d077f9b1415b8aac78fe4d11c89134594a | |
parent | 35fff930bfb1b63678e6d04ddf853df09dda0ce6 (diff) | |
download | perl-2d7a8e4a66603f18090334deec9cdaa9af6fd18f.tar.gz |
Update Changes.
p4raw-id: //depot/perl@17165
-rw-r--r-- | Changes | 685 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 686 insertions, 1 deletions
@@ -28,6 +28,691 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 17164] By: jhi on 2002/06/10 13:01:17 + Log: Further patch on #17163 for Tru64. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17163] By: jhi on 2002/06/10 12:40:16 + Log: Patch from Hugo for the 'printf' problem: + - for SV-style calling, we can only get NV + - for C-style calling, we assume %f is double; + - for simplicity we allow any of %Lf, %llf, %qf for long double + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17162] By: jhi on 2002/06/10 12:31:32 + Log: Integrate perlio; + + Tune test to run in UTF-8 locales + - test file must be opened as :bytes or high-bit octets + will be UTF-8 encoded on write in such locales, so + will not read as expected. + Branch: perl + !> ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 17161] By: jhi on 2002/06/10 12:21:39 + Log: #17150 didn't expect -Uuseperlio. + Branch: perl + ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t +____________________________________________________________________________ +[ 17160] By: sky on 2002/06/10 09:53:42 + Log: Subject: [PATCH] queue.pm + From: Benjamin Goldberg <goldbb2@earthlink.net> + Date: tis jun 04, 2002 02:03:53 Europe/Stockholm + Message-Id: <3CFC03E8.A1EF9886@earthlink.net> + Applied manually + Branch: perl + ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 17159] By: nick on 2002/06/10 09:51:16 + Log: Tune test to run in UTF-8 locales + - test file must be opened as :bytes or high-bit octets + will be UTF-8 encoded on write in such locales, so + will not read as expected. + Branch: perlio + ! ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 17158] By: nick on 2002/06/10 09:49:32 + Log: Integrate mainline + Branch: perlio + +> lib/Net/Ping/Changes + - lib/Net/Ping/CHANGES + !> (integrate 37 files) +____________________________________________________________________________ +[ 17157] By: jhi on 2002/06/10 03:30:19 + Log: metaconfig tweak for #17156. + Branch: metaconfig + ! U/mkglossary +____________________________________________________________________________ +[ 17156] By: jhi on 2002/06/10 03:30:06 + Log: Glossary tweaks. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 17155] By: jhi on 2002/06/10 02:12:09 + Log: Upgrade to Net::Ping 2.19. + Branch: perl + + lib/Net/Ping/Changes + - lib/Net/Ping/CHANGES + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README +____________________________________________________________________________ +[ 17154] By: jhi on 2002/06/09 23:25:48 + Log: Subject: [patch] ptr_table_store + From: Doug MacEachern <dougm@covalent.net> + Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT) + Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17153] By: jhi on 2002/06/09 23:25:04 + Log: Subject: Re: unique attribute? + From: Doug MacEachern <dougm@covalent.net> + Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT) + Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net> + Branch: perl + ! embed.fnc embed.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 17152] By: jhi on 2002/06/09 23:21:35 + Log: Update hint comments. + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 17151] By: jhi on 2002/06/09 22:59:54 + Log: One missing bit of Math::BigInt 1.58. + Branch: perl + ! t/lib/Math/BigInt/BareCalc.pm +____________________________________________________________________________ +[ 17150] By: jhi on 2002/06/09 21:47:51 + Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED) + From: Radu Greab <radu@netsoft.ro> + Date: Mon, 10 Jun 2002 00:40:34 +0300 + Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro> + + Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t + ones which I cannot figure out. + Branch: perl + ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t + ! ext/Encode/t/guess.t ext/Storable/t/malice.t +____________________________________________________________________________ +[ 17149] By: jhi on 2002/06/09 21:08:02 + Log: :unique nitpicking continues. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17148] By: jhi on 2002/06/09 21:01:57 + Log: "thread failed to start: " is better than "Died:". + Branch: perl + ! ext/threads/threads.xs pod/perldiag.pod +____________________________________________________________________________ +[ 17147] By: jhi on 2002/06/09 20:47:53 + Log: :unique saga continues. + Branch: perl + ! pod/perldelta.pod pod/perlfunc.pod +____________________________________________________________________________ +[ 17146] By: jhi on 2002/06/09 20:44:38 + Log: Subject: Re: unique attribute? + From: Doug MacEachern <dougm@covalent.net> + Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT) + Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17145] By: jhi on 2002/06/09 20:09:03 + Log: Subject: Math::BigInt 1.58 released + From: Tels <perl_dummy@bloodgate.com> + Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST) + Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi> + + Subject: [PATCH] RE: Math::BigInt 1.58 released + From: Tels <perl_dummy@bloodgate.com> + Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST) + Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t + ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 17144] By: nick on 2002/06/09 17:50:14 + Log: Integrate mainline + Branch: perlio + +> README.freebsd README.irix + !> (integrate 43 files) +____________________________________________________________________________ +[ 17143] By: jhi on 2002/06/09 17:45:50 + Log: Subject: cleanup's + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Sun, 09 Jun 2002 13:55:21 +0200 + Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl> + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 17142] By: jhi on 2002/06/09 17:37:45 + Log: open "list form" clarification. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17141] By: jhi on 2002/06/09 17:24:22 + Log: Better wording from Sarathy. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17140] By: jhi on 2002/06/09 16:58:47 + Log: Closer to the truth. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17139] By: jhi on 2002/06/09 16:49:49 + Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can + From: Hugo van der Sanden <hv@crypt.compulink.co.uk> + Date: Sun, 09 Jun 2002 14:52:07 +0100 + Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk> + Branch: perl + ! numeric.c +____________________________________________________________________________ +[ 17138] By: jhi on 2002/06/09 16:13:44 + Log: Clarify that the :unique makes the target readonly + when the first interpreter cloning takes place. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17137] By: gsar on 2002/06/09 16:05:22 + Log: update perlfork.pod for status as of 5.8.0 + Branch: perl + ! pod/perlfork.pod +____________________________________________________________________________ +[ 17136] By: jhi on 2002/06/09 16:01:50 + Log: Subject: possible band-aid for cygwin build of perl@17061 + From: PPrymmer@factset.com + Date: Sat, 8 Jun 2002 20:57:05 -0400 + Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11> + Branch: perl + ! Makefile.SH README.cygwin +____________________________________________________________________________ +[ 17135] By: sky on 2002/06/09 15:44:37 + Log: Follow up on changing keyword to special subroutine. + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 17134] By: jhi on 2002/06/09 15:40:52 + Log: CLONE doc tweaks. + Branch: perl + ! pod/perldelta.pod pod/perlmod.pod +____________________________________________________________________________ +[ 17133] By: jhi on 2002/06/09 15:34:20 + Log: syswrite() is old news. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17132] By: jhi on 2002/06/09 15:14:20 + Log: Subject: One-argument syswrite + From: Johan Vromans <jvromans@squirrel.nl> + Date: Sun, 9 Jun 2002 13:20:36 +0200 + Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl> + + (It's really two-argument.) + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17131] By: jhi on 2002/06/09 15:11:13 + Log: Subject: [Patch] $^N issues + From: Johan Vromans <jvromans@squirrel.nl> + Date: Sun, 9 Jun 2002 13:12:43 +0200 + Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl> + Branch: perl + ! lib/English.pm pod/perlre.pod +____________________________________________________________________________ +[ 17130] By: jhi on 2002/06/09 15:10:18 + Log: Subject: [Patch] "#0" format in perlform + From: Johan Vromans <jvromans@squirrel.nl> + Date: Sun, 9 Jun 2002 12:53:01 +0200 + Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl> + Branch: perl + ! pod/perlform.pod +____________________________________________________________________________ +[ 17129] By: jhi on 2002/06/09 15:08:20 + Log: Subject: [Patch] CLONE is not in perldelta + From: Johan Vromans <jvromans@squirrel.nl> + Date: Sun, 9 Jun 2002 12:41:18 +0200 + Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl> + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17128] By: jhi on 2002/06/09 03:02:38 + Log: Subject: [PATCH] fix stuck MD5 compile on VAX + From: "Craig A. Berry" <craigberry@mac.com> + Date: Sat, 8 Jun 2002 23:01:11 -0500 + Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]> + Branch: perl + ! ext/Digest/MD5/Makefile.PL +____________________________________________________________________________ +[ 17127] By: jhi on 2002/06/08 22:50:43 + Log: ... and more. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 17126] By: jhi on 2002/06/08 22:49:43 + Log: More spots for perl$OS. + Branch: perl + ! NetWare/Makefile win32/Makefile +____________________________________________________________________________ +[ 17125] By: jhi on 2002/06/08 22:46:17 + Log: One more spot to list perlfreebsd and perlirix. + Branch: perl + ! plan9/mkfile +____________________________________________________________________________ +[ 17124] By: jhi on 2002/06/08 22:22:05 + Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 17123] By: jhi on 2002/06/08 22:15:31 + Log: Cygwin duplicated (noticed by Schwern). + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 17122] By: jhi on 2002/06/08 22:03:15 + Log: s/Plan9/Plan 9/g; (and one remaning MacOS) + Branch: perl + ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod + ! pod/perlport.pod pod/perlrun.pod +____________________________________________________________________________ +[ 17121] By: jhi on 2002/06/08 21:36:00 + Log: Make the =heads a little bit more descriptive; regen toc. + Branch: perl + ! README.freebsd README.irix pod/perltoc.pod +____________________________________________________________________________ +[ 17120] By: jhi on 2002/06/08 21:02:27 + Log: I wonder what a 64-bot is? + Branch: perl + ! README.irix +____________________________________________________________________________ +[ 17119] By: jhi on 2002/06/08 21:01:45 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 17118] By: jhi on 2002/06/08 21:00:18 + Log: Add README.irix/perlirix. + Branch: perl + + README.irix + ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod + ! pod/perldelta.pod pod/perlport.pod +____________________________________________________________________________ +[ 17117] By: jhi on 2002/06/08 20:48:16 + Log: Add perlfreebsd. + Branch: perl + ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod + ! pod/perlport.pod +____________________________________________________________________________ +[ 17116] By: jhi on 2002/06/08 20:45:25 + Log: Mention the FreeBSD Perl policy change. + Branch: perl + ! README.freebsd +____________________________________________________________________________ +[ 17115] By: jhi on 2002/06/08 20:34:59 + Log: Mention the FreeBSD readdir_r bug in perldelta. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17114] By: jhi on 2002/06/08 20:31:18 + Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped) (was: perl@17014) + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 8 Jun 2002 22:23:15 +0100 + Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net> + Branch: perl + + README.freebsd + ! MANIFEST +____________________________________________________________________________ +[ 17113] By: sky on 2002/06/08 20:19:28 + Log: Preparing A::H for CPAN release, upped version to 0.77 + Documented changes. + Last tweak to test case. + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 17112] By: sky on 2002/06/08 19:42:33 + Log: Prepare CPAN release of Attribute::Handlers + Make the test case know about the changes in attributes + in 5.8 (lexical) and also turn off some warnings. + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 17111] By: jhi on 2002/06/08 19:11:49 + Log: Because of #17097. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 17110] By: jhi on 2002/06/08 19:06:31 + Log: Add deprecations. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17109] By: sky on 2002/06/08 19:02:19 + Log: Remove leftover dummy and cleanup the test case. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t + ! ext/threads/shared/t/hv_simple.t +____________________________________________________________________________ +[ 17108] By: jhi on 2002/06/08 18:55:23 + Log: Document the do BAREWORD change, from Rafael. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17107] By: jhi on 2002/06/08 18:32:50 + Log: Remove the newly added makedepend .depending "token directory" + when cleaning up. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 17106] By: jhi on 2002/06/08 18:24:08 + Log: perldelta tweaks. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17105] By: jhi on 2002/06/08 18:19:40 + Log: I assume the Perl fork() emulation is still experimental. + Branch: perl + ! pod/perlfork.pod +____________________________________________________________________________ +[ 17104] By: jhi on 2002/06/08 18:17:10 + Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?) + From: "Craig A. Berry" <craigberry@mac.com> + Date: Sat, 8 Jun 2002 14:10:41 -0500 + Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]> + Branch: perl + ! README.vms pod/perldelta.pod +____________________________________________________________________________ +[ 17103] By: jhi on 2002/06/08 18:04:37 + Log: Slight tweaks from Lupe Christoph. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17102] By: jhi on 2002/06/08 17:04:24 + Log: Workaround for broken symlink traversal. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 17101] By: jhi on 2002/06/08 16:16:46 + Log: h2ph: Explain why parts of asm/*.h are skipped in Linux. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17100] By: nick on 2002/06/08 15:54:19 + Log: Integrate mainline + Branch: perlio + !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm + !> ext/Storable/Storable.xs ext/Storable/t/recurse.t + !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm + !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c + !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod + !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c +____________________________________________________________________________ +[ 17099] By: jhi on 2002/06/08 15:53:16 + Log: Try to avoid a looping makedepend that sometimes + happens when timestamps are out of sync. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 17098] By: jhi on 2002/06/08 15:35:06 + Log: metaconfig tweaks from Robin Barker to go with #17097; + update Glossary.patch and mkglossary. + Branch: metaconfig + ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH + ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH +____________________________________________________________________________ +[ 17097] By: jhi on 2002/06/08 15:34:09 + Log: Various Configure tweaks. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 17096] By: jhi on 2002/06/08 15:05:46 + Log: Fix Glossary formatting bugs when creating Config.pm, + from Robin Barker. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 17095] By: jhi on 2002/06/08 15:00:39 + Log: perlivp: Too Much Information. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 17094] By: jhi on 2002/06/08 14:58:43 + Log: h2ph: workarounds for too large hexadecimal constants. + Now 'perlivp' passes without a whimper in Solaris 8 and + Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header + installation is weird; e.g. float.h is not in /usr/include... + (cd /usr/include; h2ph -l -r .) + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17093] By: jhi on 2002/06/08 14:22:10 + Log: h2ph: handle function pointer constants. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17092] By: jhi on 2002/06/08 13:54:17 + Log: Put back the [561+] markers (except for the New Tests + section where the comparison is meaningless); + note that perl561delta is really the changes both + from 5.005_03 and 5.6.0. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17091] By: jhi on 2002/06/08 13:25:04 + Log: Mention the dynamicness of Socket in VMS in another spot. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17090] By: jhi on 2002/06/08 13:16:27 + Log: Address most of the issues found by Lupe Cristoph + (only leave the VMS changes to the VMS people); + move the VOS section to its right place; + talk more about userlevel threads; + eradicate end-of-line spaces. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17089] By: jhi on 2002/06/08 12:59:45 + Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs) + From: Radu Greab <radu@netsoft.ro> + Date: Sat, 8 Jun 2002 16:59:56 +0300 + Message-ID: <15618.3548.55951.66902@ix.netsoft.ro> + + A test for #17082. + Branch: perl + ! ext/Storable/t/recurse.t +____________________________________________________________________________ +[ 17088] By: jhi on 2002/06/08 12:35:46 + Log: Explain at the top the situation in a nutshell; + remove the [561+] tags as redundant; + AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17087] By: jhi on 2002/06/08 12:25:15 + Log: Subject: [Patch] perldelta for 5.8.0 RC1 + From: lupe@lupe-christoph.de (Lupe Christoph) + Date: Sat, 8 Jun 2002 14:08:16 +0200 + Message-ID: <20020608120816.GP14630@lupe-christoph.de> + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17086] By: jhi on 2002/06/08 12:14:48 + Log: Advertise the upcoming Win32::GetOSName(). + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 17085] By: jhi on 2002/06/08 12:11:27 + Log: The lib/Win32.pod part of + + Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 ) + From: "Yves Orton" <demerphq@hotmail.com> + Date: Sat, 08 Jun 2002 00:27:25 +0200 + Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com> + + (manually applied and tweaked) + Branch: perl + ! lib/Win32.pod +____________________________________________________________________________ +[ 17084] By: jhi on 2002/06/08 11:46:36 + Log: Subject: Doc patches: assorted minor nits + From: Philip Newton <Philip.Newton@gmx.net> + Date: Sat, 08 Jun 2002 11:08:12 +0200 + Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com> + Branch: perl + ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod +____________________________________________________________________________ +[ 17083] By: jhi on 2002/06/08 11:44:59 + Log: Subject: Re: doc bug in perldoc + From: Philip Newton <Philip.Newton@gmx.net> + Date: Sat, 08 Jun 2002 11:05:09 +0200 + Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 17082] By: jhi on 2002/06/08 11:37:56 + Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs) + From: Radu Greab <radu@netsoft.ro> + Date: Sat, 8 Jun 2002 08:28:58 +0300 + Message-ID: <15617.38426.603787.918922@ix.netsoft.ro> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 17081] By: jhi on 2002/06/08 11:36:29 + Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can + From: "Craig A. Berry" <craigberry@mac.com> + Date: Fri, 7 Jun 2002 22:55:34 -0500 + Message-Id: <a05111b02b92724737054@[172.16.52.1]> + + Handle also underflow on non-IEEE. + Branch: perl + ! numeric.c +____________________________________________________________________________ +[ 17080] By: sky on 2002/06/08 10:06:05 + Log: Fix for bug [ID 20020602.007]. + Don't decrement the active flag until AFTER we have run perl_destruct + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 17079] By: jhi on 2002/06/08 01:38:50 + Log: h2ph: evil linux/byteorder/pdp_endian.h + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17078] By: jhi on 2002/06/08 01:14:45 + Log: h2ph: more evilness in the form of Linux inline assembler. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17077] By: jhi on 2002/06/07 23:14:10 + Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L + (note the final L) for ia32 and ia64 long doubles. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17076] By: jhi on 2002/06/07 23:06:22 + Log: perlivp: more header matching. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 17075] By: jhi on 2002/06/07 22:43:37 + Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks) + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 8 Jun 2002 00:39:22 +0100 + Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.pm +____________________________________________________________________________ +[ 17074] By: jhi on 2002/06/07 22:33:29 + Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can + From: "Craig A. Berry" <craigberry@mac.com> + Date: Fri, 7 Jun 2002 18:29:31 -0500 + Message-Id: <a05111b01b926db404884@[172.16.52.1]> + Branch: perl + ! numeric.c +____________________________________________________________________________ +[ 17073] By: jhi on 2002/06/07 21:34:07 + Log: Reunite the first .PHONY targets (based on Garry Williams' + reading of the GNU make manual). + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 17072] By: jhi on 2002/06/07 20:59:14 + Log: Subject: Re: [DOCPATCH] Thread.pm + From: Elizabeth Mattijsen <liz@dijkmat.nl> + Date: Fri, 07 Jun 2002 23:57:01 +0200 + Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl> + Branch: perl + ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm +____________________________________________________________________________ +[ 17071] By: jhi on 2002/06/07 20:51:15 + Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks) + From: Radu Greab <radu@netsoft.ro> + Date: Sat, 8 Jun 2002 00:49:02 +0300 + Message-ID: <15617.10830.557640.430565@ix.netsoft.ro> + Branch: perl + ! ext/Storable/t/recurse.t +____________________________________________________________________________ +[ 17070] By: jhi on 2002/06/07 19:36:16 + Log: h2ph: the fp exponent does need to have an explicit sign. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17069] By: jhi on 2002/06/07 19:28:52 + Log: perlivp: tell what went wrong. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 17068] By: jhi on 2002/06/07 19:22:23 + Log: perlivp: sometimes headers and symbols don't quite match. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 17067] By: jhi on 2002/06/07 19:21:39 + Log: h2ph: One more usage example. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17066] By: jhi on 2002/06/07 19:05:22 + Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 17065] By: nick on 2002/06/07 18:21:36 + Log: Integrate mainline + Branch: perlio + +> ext/IO/hints/sco.pl + !> (integrate 27 files) +____________________________________________________________________________ +[ 17064] By: gsar on 2002/06/07 18:04:39 + Log: uname() was returning "unknown" on IA64; handle other missing + cases as well, and make any future unknown ones show up as + unknown(0x123). + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 17063] By: jhi on 2002/06/07 16:12:20 + Log: There are many ways to skin a Win32 (from Sarathy). + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 17062] By: jhi on 2002/06/07 14:39:05 + Log: Typos spotted by Vadim. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 17061] By: jhi on 2002/06/07 14:05:16 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 17060] By: jhi on 2002/06/07 13:26:52 Log: Subject: Re: [PATCH] Small nit in perlxs.pod From: lupe@lupe-christoph.de (Lupe Christoph) diff --git a/patchlevel.h b/patchlevel.h index 8321856fe3..7f1ad85282 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL17060" + ,"DEVEL17164" ,NULL }; |