summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Hateful software that sends my cursor keys as packets that can getNicholas Clark2007-12-221-1/+1
| | | | | | split, and more hateful software that decides that split packets means not-a-cursor-key. p4raw-id: //depot/perl@32706
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-227-31/+51
| | | p4raw-id: //depot/perl@32704
* ext/ constingRobin Barker2007-12-2223-28/+29
| | | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399D@exchsvr2.npl.ad.local> Date: Sat, 22 Dec 2007 00:39:47 -0000 p4raw-id: //depot/perl@32703
* Integrate:Nicholas Clark2007-12-228-71/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32483] Use a new (clean) anonymous hash for each loop, rather than a hash in the pad, as the latter can change internal state sufficiently to confuse matters (even though in all cases it has no keys and from Perl space is "measurably" identical). [ 32500] Get APItest.xs compiling on 5.8.x by making the compilation of the Perl_hv_common() test code conditional on the macro hv_common being defined, and the refcounted_he code conditional on it being 5.9 or later. [ 32501] Hack round the fact that UNITCHECK is nothing special on 5.8.x by conditionally creating a sub UNITCHECK(&); [ 32502] UNITCHECK isn't anything special in 5.8.x, so don't run those tests. [ 32503] Skip the op.t API test as it's not relevant to 5.8.x (%^H propagation). Correct the expectations of hash.t and svsetsv.t for 5.8.x. [ 32507] Test both dMY_CXT and dMY_CXT_INTERP. p4raw-link: @32507 on //depot/blead-maint-fixup/perl: 948cafa0ee2c83e155ea7f64aa3684aa54c83031 p4raw-link: @32503 on //depot/blead-maint-fixup/perl: 0a4679392d1fb21a111f1f0a9e93261b2b2cd4e7 p4raw-link: @32502 on //depot/blead-maint-fixup/perl: cfed56ecfc9c769a0f76147400aa46972ddbb0be p4raw-link: @32501 on //depot/blead-maint-fixup/perl: 8221ebfdedcb3fbfc645196464faaf397ba18800 p4raw-link: @32500 on //depot/blead-maint-fixup/perl: 77ea6e921df11217724b2f5c3c6b6a6ff488ab44 p4raw-link: @32483 on //depot/blead-maint-fixup/perl: 42b4d13769a3b10e7ffb0a3d275d2fdda0245bd5 p4raw-id: //depot/perl@32699 p4raw-integrated: from //depot/blead-maint-fixup/perl@32698 'copy in' ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t ext/XS/APItest/t/my_cxt.t ext/XS/APItest/t/op.t ext/XS/APItest/t/svsetsv.t ext/XS/APItest/t/xs_special_subs.t ext/XS/APItest/t/xs_special_subs_require.t (@32482..) 'merge in' perl.h (@32504..)
* Add const to a few prototypes. (Patch from Robin Barker.)Abhijit Menon-Sen2007-12-221-4/+4
| | | p4raw-id: //depot/perl@32693
* Deparse each @array and friends.Nicholas Clark2007-12-212-2/+15
| | | p4raw-id: //depot/perl@32687
* Implement each @array.Nicholas Clark2007-12-201-2/+2
| | | | | | Documentation needed, FIXME for proper 64 bit support of arrays longer than 2**32, re-order the new ops at the end if merging to 5.10.x. p4raw-id: //depot/perl@32680
* threads::shared 1.15Jerry D. Hedden2007-12-193-4/+176
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510712190717r379ffdbt9ed19b8a607b8931@mail.gmail.com> p4raw-id: //depot/perl@32658
* Upgrade to Sys-Syslog-0.23Steve Peters2007-12-194-3/+121
| | | p4raw-id: //depot/perl@32654
* Upgrade to B-Lint-1.11Steve Peters2007-12-192-4/+73
| | | p4raw-id: //depot/perl@32651
* Make the hint file work as well on 64-bit linuxes,Rafael Garcia-Suarez2007-12-171-1/+1
| | | | | noticed by Wolfgang Friebel p4raw-id: //depot/perl@32632
* pod-patch: reword O.pmJim Cromie2007-12-171-10/+9
| | | | | Message-ID: <4761B84B.6090504@gmail.com> p4raw-id: //depot/perl@32626
* Change maintainer address for Safe.Rafael Garcia-Suarez2007-12-081-4/+4
| | | p4raw-id: //depot/perl@32597
* Upgrade to Time::HiRes 1.9711Craig A. Berry2007-11-303-43/+53
| | | p4raw-id: //depot/perl@32557
* Upgrade to Time::HiRes 1.9710Rafael Garcia-Suarez2007-11-294-4/+9
| | | p4raw-id: //depot/perl@32554
* Upgrade to Time::HiRes 1.9709Rafael Garcia-Suarez2007-11-295-61/+63
| | | p4raw-id: //depot/perl@32549
* Warning shutdowns, by Robin BarkerRafael Garcia-Suarez2007-11-281-3/+3
| | | p4raw-id: //depot/perl@32539
* Typos, found by Abigail and myselfRafael Garcia-Suarez2007-11-281-5/+5
| | | p4raw-id: //depot/perl@32525
* Re: fpathconf test failures on QNXMatt Kraai2007-11-281-8/+12
| | | | | Message-ID: <20071127190019.GA6319@ftbfs.org> p4raw-id: //depot/perl@32524
* 2.18 release.Abhijit Menon-Sen2007-11-222-1/+7
| | | p4raw-id: //depot/perl@32447
* 5.00404 compile fix from Slaven Rezic.Abhijit Menon-Sen2007-11-221-0/+1
| | | p4raw-id: //depot/perl@32446
* Upgrade to Win32 0.34Rafael Garcia-Suarez2007-11-221-1/+1
| | | p4raw-id: //depot/perl@32445
* Add the Changes file for Win32.pmRafael Garcia-Suarez2007-11-221-0/+114
| | | p4raw-id: //depot/perl@32444
* RE: Net/Ping/t/510_ping_udp.t fails on Windows VistaSteve Hay2007-11-211-3/+3
| | | | | | From: "Steve Hay" <SteveHay@planit.com> Message-ID: <1B32FF956ABF414C9BCE5E487A1497E7DC885B@ukmail02.planit.group> p4raw-id: //depot/perl@32431
* Update to Time-Piece. The only change in the core is to theSteve Peters2007-11-201-2/+2
| | | | | version number. p4raw-id: //depot/perl@32420
* For the 2.17 release.Abhijit Menon-Sen2007-11-162-1/+7
| | | p4raw-id: //depot/perl@32344
* -e is better than -f (in case of symbolic links)Rafael Garcia-Suarez2007-11-151-1/+1
| | | p4raw-id: //depot/perl@32322
* Adjust ODBM_File for Debian. See:David Cantrell2007-11-151-1/+7
| | | | | | Subject: Re: 5.10 build failure on Debian. Message-ID: <20071115001707.GA29642@bytemark.barnyard.co.uk> p4raw-id: //depot/perl@32321
* Update Time::HiRes' Changes fileRafael Garcia-Suarez2007-11-131-0/+18
| | | p4raw-id: //depot/perl@32303
* Update the Storable changelog. Note that, while Storable's code isRafael Garcia-Suarez2007-11-131-0/+8
| | | | | in sync between the core and the CPAN, the tests are not. p4raw-id: //depot/perl@32302
* RE: 5.10 code freeze and dual-life modulesJan Dubois2007-11-132-1/+5
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <024101c82567$46ffd650$d4ff82f0$@com> p4raw-id: //depot/perl@32300
* Re-apply change #30562 (thanks to Abe Timmerman)Rafael Garcia-Suarez2007-11-132-2/+2
| | | | | p4raw-link: @30562 on //depot/perl: 157686ebd1035e2697e51fcfa2e7de145ea36e05 p4raw-id: //depot/perl@32299
* Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gzSébastien Aperghis-Tramoni2007-11-122-3/+3
| | | | | Message-Id: <BA3BE7CB-BBCC-47EF-A8EF-569BE97133E6@free.fr> p4raw-id: //depot/perl@32286
* Compression Modules Update for EBCDICPaul Marquess2007-11-1233-244/+205
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <003f01c82392$6158b520$6501a8c0@myopwv.com> p4raw-id: //depot/perl@32281
* Another small patch for Sys::SyslogSébastien Aperghis-Tramoni2007-11-052-8/+15
| | | | | Message-Id: <A5B536D9-E81C-48FC-9584-45E59ED7B6FB@free.fr> p4raw-id: //depot/perl@32222
* Re: (perl-current of 5.9.5) patch for ext/Sys/Syslog/Makefile.PL forSébastien Aperghis-Tramoni2007-11-043-13/+46
| | | | | Message-id: <EECD3531-8352-4873-A1AD-E4B8731260CB@free.fr> p4raw-id: //depot/perl@32221
* DB_FilePaul Marquess2007-10-313-9/+14
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <004a01c81a2c$ce1eb020$3a3c140a@myopwv.com> p4raw-id: //depot/perl@32208
* Platform-neutral quoting in optree_misc.t.Craig A. Berry2007-10-251-1/+1
| | | p4raw-id: //depot/perl@32194
* warning from ext/Hash/Util/FieldHash/t/02_function.tPeter Dintelmann2007-10-241-1/+4
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66DE3@naimucu1.ffz00k.rootdom.net> p4raw-id: //depot/perl@32185
* Typos and other doc nits. Plus, de-alpha the version numberRafael Garcia-Suarez2007-10-231-39/+38
| | | | | (since this isn't a dual-lived module) p4raw-id: //depot/perl@32179
* Silly Nick. If you see a nextstate op, then it may have open hints,Nicholas Clark2007-10-231-2/+3
| | | | | and you need to test it with Unicode locales. p4raw-id: //depot/perl@32177
* B::Concise was failing an assertion on index "foo", "foo";Nicholas Clark2007-10-223-4/+49
| | | p4raw-id: //depot/perl@32164
* Mention B::COP::hints_hash methodRafael Garcia-Suarez2007-10-221-0/+2
| | | p4raw-id: //depot/perl@32162
* Document that encoding.pm isn't thread-safe, by Jerry D. HeddenRafael Garcia-Suarez2007-10-191-0/+5
| | | p4raw-id: //depot/perl@32146
* More tests for SafeRafael Garcia-Suarez2007-10-171-2/+19
| | | p4raw-id: //depot/perl@32117
* POD nit found by Slaven Rezic.Rafael Garcia-Suarez2007-10-131-1/+1
| | | p4raw-id: //depot/perl@32107
* New test for SafeRafael Garcia-Suarez2007-10-121-0/+29
| | | p4raw-id: //depot/perl@32104
* Funny symbol table names can be shared, tooRafael Garcia-Suarez2007-10-121-3/+0
| | | p4raw-id: //depot/perl@32103
* Share the internal XS functions defined in universal.cRafael Garcia-Suarez2007-10-121-1/+49
| | | | | to Safe compartments p4raw-id: //depot/perl@32102
* Move threads test added in change 32091Jerry D. Hedden2007-10-111-18/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710100939v29aef6beqcb782934e641ea79@mail.gmail.com> p4raw-id: //depot/perl@32098