summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Add symlink support to Cwd::_vms_abs_path.Craig A. Berry2007-10-061-5/+9
| | | p4raw-id: //depot/perl@32053
* Upgrade to Time-HiRes-1.9708Steve Peters2007-10-061-1/+1
| | | p4raw-id: //depot/perl@32046
* Upgrade to Devel::PPPort 3.13Marcus Holland-Moritz2007-10-045-8/+14
| | | p4raw-id: //depot/perl@32023
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-011-0/+4
| | | | | | Make xio_flags a U8, which is what it should have been all along (rather than a char, which might be signed). B.xs had its wrapper as U8 p4raw-id: //depot/perl@32001
* Make all of B work on 5.8.xNicholas Clark2007-09-283-4/+39
| | | p4raw-id: //depot/perl@31994
* Document hint symbols in B::ConciseRafael Garcia-Suarez2007-09-281-1/+22
| | | p4raw-id: //depot/perl@31993
* Hopefully really fix test failures with -CNicholas Clark2007-09-281-20/+20
| | | p4raw-id: //depot/perl@31992
* I forgot to patch for the threaded caseRafael Garcia-Suarez2007-09-271-4/+4
| | | p4raw-id: //depot/perl@31988
* Hopefully fix test failures with -CRafael Garcia-Suarez2007-09-271-4/+4
| | | p4raw-id: //depot/perl@31986
* Fix test introduced in #31973 that failed on Win32Steve Hay2007-09-271-6/+2
| | | | | (Win32 doesn't like the runperl() prog having newlines in it) p4raw-id: //depot/perl@31985
* Re: [patch] improve B::Concise -src supportJim Cromie2007-09-263-117/+325
| | | | | Message-ID: <46F99AF1.1080108@gmail.com> p4raw-id: //depot/perl@31973
* Re: [perl #45513] Test failures on amd64-freebsd 6.2Slaven Rezic2007-09-251-4/+5
| | | | | Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de> p4raw-id: //depot/perl@31967
* Make OptreeCheck.pm more forgiving about parent pad indexesRafael Garcia-Suarez2007-09-251-0/+1
| | | p4raw-id: //depot/perl@31964
* $^E is not Win32::GetLastError under CygwinJerry D. Hedden2007-09-251-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com> p4raw-id: //depot/perl@31957
* Re: Change 31935: Upgrade to Win32-0.32Jerry D. Hedden2007-09-252-2/+2
| | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241723o58cc1167m2c44221b77959994@mail.gmail.com> (Check Win32::GetLastError() rather than $^E for Cygwin, on which $^E is the last posix error (the same as $!), not the last Win32 error) p4raw-id: //depot/perl@31956
* [patch] improve B::Concise -src supportJim Cromie2007-09-241-5/+18
| | | | | Message-ID: <46F7590C.1070101@gmail.com> p4raw-id: //depot/perl@31955
* Upgrade to Compress::Zlib 2.007Rafael Garcia-Suarez2007-09-245-12/+37
| | | p4raw-id: //depot/perl@31953
* Upgrade to threads::shared 1.14Rafael Garcia-Suarez2007-09-242-37/+38
| | | | | Corrects warnings reported by Devel::PPPort. p4raw-id: //depot/perl@31952
* Upgrade to Devel::PPPort 3.12Marcus Holland-Moritz2007-09-223-2/+6
| | | p4raw-id: //depot/perl@31939
* Upgrade to Win32-0.32Steve Hay2007-09-214-11/+20
| | | p4raw-id: //depot/perl@31935
* ext/XS/APITest/APITest.xs was suffering casting issues with g++Steve Peters2007-09-201-3/+3
| | | | | as well after the addition of Perl_hv_common(). p4raw-id: //depot/perl@31929
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-202-0/+63
| | | | | lookups. p4raw-id: //depot/perl@31923
* Lots more tests with many permuations of 7, 8 and $lots bit data.Nicholas Clark2007-09-191-9/+46
| | | p4raw-id: //depot/perl@31915
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-192-54/+141
| | | | | hashtype to test - bitflip (that xors code point with 32). p4raw-id: //depot/perl@31914
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-192-1/+57
| | | | | hv_store(). (And test this) p4raw-id: //depot/perl@31912
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-193-4/+59
| | | | | | | Honour the HV_DISABLE_UVAR_XKEY for hv_delete(). Test this. [Pass in 3 more parameters to S_hv_magic_uvar_xkey()] p4raw-id: //depot/perl@31905
* More tests for when fieldhash magic (doesn't) trigger.Nicholas Clark2007-09-191-20/+56
| | | p4raw-id: //depot/perl@31902
* Correct test descriptions. bless didn't trigger. ever. Change 31898Nicholas Clark2007-09-191-3/+3
| | | | | forgot to update the comment - lvalue store should trigger once. p4raw-id: //depot/perl@31901
* Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6Dmitry Karasik2007-09-192-24/+49
| | | | | | | | Message-ID: <20070918084531.GA96406@tetsuo.karasik.eu.org> (Adds some #defines missing from MSVC++ < 6, plus sorts the list into numerical order and tests each #define individually) p4raw-id: //depot/perl@31900
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-193-15/+130
| | | | | | | | | hash with magic. Field hashes have u magic, so this recursion triggers. However, key conversion replaces the original key with the converted key, so we need to ensure that conversion happens exactly once, else for a non-idempotent key conversion routine (eg ROT13) we will see double conversion in this case. p4raw-id: //depot/perl@31898
* threads 1.67Jerry D. Hedden2007-09-193-17/+12
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709181348h45b1941epf501f9f73d4daa75@mail.gmail.com> fix test count. p4raw-id: //depot/perl@31897
* Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing.Rafael Garcia-Suarez2007-09-181-0/+2
| | | | | | | | This stops test failures when perl is run with -C under utf-8 locales. However this is only a partial solution, since it will prevent the open pragma from being properly deparsed. Probably ${^OPEN} should be handled separately. p4raw-id: //depot/perl@31894
* Fix spelling errors in comments.Nicholas Clark2007-09-171-4/+4
| | | p4raw-id: //depot/perl@31890
* Some more state variable deparse tests.Nicholas Clark2007-09-171-4/+16
| | | p4raw-id: //depot/perl@31885
* Make B::Deparse able to handle pragmas from %^H.Rafael Garcia-Suarez2007-09-172-17/+61
| | | | | Add tests for deparsing say() and state(). p4raw-id: //depot/perl@31882
* threads 1.66Jerry D. Hedden2007-09-174-10/+10
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com> Version bump (sync with CPAN version) p4raw-id: //depot/perl@31880
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-2/+1
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* [PATCHES] various small Math::BigInt et. al. fixesTels2007-09-162-4/+4
| | | | | | | | | | | Message-Id: <200709161123.14970@bloodgate.com> Date: Sun, 16 Sep 2007 11:23:14 +0200 Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes From: Tels <nospam-abuse@bloodgate.com> Message-Id: <200709161156.09071@bloodgate.com> Date: Sun, 16 Sep 2007 11:56:08 +0200 p4raw-id: //depot/perl@31875
* Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gzSébastien Aperghis-Tramoni2007-09-145-21/+102
| | | | | Message-Id: <92AB5E7F-F8E1-4DEE-805C-B257A569CB62@free.fr> p4raw-id: //depot/perl@31866
* [perl #45053] Memory corruption with heavy module loading in threadsDave Mitchell2007-09-142-2/+10
| | | | | | In void context, eval leaves garbage on the stack. Don't then copy this back into the threads->param array! p4raw-id: //depot/perl@31864
* Better diagnostics and test namingRafael Garcia-Suarez2007-09-131-4/+5
| | | p4raw-id: //depot/perl@31861
* Make Deparse handle "say"Rafael Garcia-Suarez2007-09-131-0/+1
| | | p4raw-id: //depot/perl@31860
* Add the missing assignment to op_last that change 31798 missed out.Nicholas Clark2007-09-121-0/+8
| | | | | With this, state $zok = ...; will deparse. p4raw-id: //depot/perl@31857
* Upgrade to Win32-0.31Steve Hay2007-09-123-4/+57
| | | p4raw-id: //depot/perl@31852
* Upgrade to Devel::PPPort 3.11_06Marcus Holland-Moritz2007-09-1114-52/+145
| | | p4raw-id: //depot/perl@31848
* B.pm still assumed that SVt_PVBM exists. Correct this.Nicholas Clark2007-09-081-34/+37
| | | | | Tweak the alignment of ASCII art inheritance diagrams. p4raw-id: //depot/perl@31821
* [patch] readabilty tweaksJim Cromie2007-09-081-3/+4
| | | | | Message-ID: <46E1A296.1020101@gmail.com> p4raw-id: //depot/perl@31820
* Test fixes to go along with longpath.inc patchJerry D. Hedden2007-09-071-1/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com> p4raw-id: //depot/perl@31810
* Fix ext/Win32/t/Unicode.t test failure under CygwinJerry D. Hedden2007-09-071-2/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com> p4raw-id: //depot/perl@31808
* Force uppercase drive lettersJerry D. Hedden2007-09-071-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com> p4raw-id: //depot/perl@31807