summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* svpeek.t: $? is localized now.Craig A. Berry2016-06-231-6/+2
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-226-32/+128
* PerlIO-encoding/t/fallback.t: test for warningDavid Mitchell2016-06-211-7/+14
* Fix Encode constant name usage: WARN_ON_ERROR --> WARN_ON_ERRSalvador Fandino2016-06-211-1/+1
* Remove references to USENET from ext/Dan Collins2016-06-202-3/+2
* better document Miniperl.pm, (mini)perlmain.cDavid Mitchell2016-06-171-10/+20
* docs: clarify flag constants in File::GlobEd Avis2016-06-171-6/+13
* APItest.xs: silence compiler warningDavid Mitchell2016-06-141-1/+1
* POSIX.xs: avoid "defined but not used" warningDavid Mitchell2016-06-131-0/+5
* Increase $XS::APItest::VERSION to 0.82Father Chrysostomos2016-06-061-1/+1
* Add intro_my to XS::APItest::lexical_importFather Chrysostomos2016-06-062-1/+13
* ext/POSIX/t/sigaction.t: Skip uid and pid tests on GNU/HurdDominic Hargreaves2016-05-282-2/+4
* ext/VMS-DCLsym/DCLsym.pm: Fix missing pod referenceKarl Williamson2016-05-251-3/+3
* Devel::Peek: Fix a couple of pod glitchesKarl Williamson2016-05-251-3/+5
* Pod::Functions/Functions_pm.PL: Fix pod errorKarl Williamson2016-05-241-2/+2
* Increase $Opcode::VERSION to 1.35Father Chrysostomos2016-05-201-1/+1
* Add avhvswitch opFather Chrysostomos2016-05-201-1/+1
* POSIX: test that all subroutines are exportedAaron Crane2016-05-161-1/+21
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-165-8/+8
* POSIX: add new :sys_socket_h export tag with missing MSG_* symbolsAaron Crane2016-05-162-0/+9
* POSIX: add new :netdb_h tag with missing EAI_* symbolsAaron Crane2016-05-162-0/+10
* POSIX: add lround() to the :math_h_c99 export tagAaron Crane2016-05-163-11/+6
* POSIX.pod: Fix grammarKarl Williamson2016-05-121-1/+1
* Croak on unimplemented already at import timeJarkko Hietaniemi2016-05-113-24/+38
* Remove the deprecated POSIX::tmpnam as unsafeJarkko Hietaniemi2016-05-114-46/+9
* Sort the %replacement and %reimplJarkko Hietaniemi2016-05-111-44/+44
* Update to the latest Test-Simple cpan distChad Granum2016-05-121-0/+6
* load-module.t: re-indent and add some comments.David Mitchell2016-05-101-22/+32
* make 'require ::Foo::Bar' dieDavid Mitchell2016-05-101-19/+20
* Validate the 'require Bare::Word' pathname.Nicholas Clark2016-05-104-1/+69
* POSIX.pod: Add some caveats about strcoll(), strxfrm()Karl Williamson2016-05-091-0/+8
* ext/B/t/OptreeCheck.pm: Escape literal pattern '{'Karl Williamson2016-05-091-3/+3
* Make deprecated qr//xx fatalKarl Williamson2016-05-092-14/+6
* Document exports policy within POSIXAristotle Pagaltzis2016-04-261-2/+7
* Correct lround situation comment in POSIXAristotle Pagaltzis2016-04-261-4/+3
* Strengthen cautions about locale use with threadsKarl Williamson2016-04-081-0/+7
* Export lround() from POSIXAaron Crane2016-04-024-2/+17
* ODBM_File version bumpJarkko Hietaniemi2016-03-271-1/+1
* [perl #127751] error building ODBM_File on Windows, perl 5.23.9Jarkko Hietaniemi2016-03-271-0/+4
* fix up dtrace compile/link for SolarisDavid Mitchell2016-03-181-1/+24
* APItest.xs silence compiler warningDavid Mitchell2016-03-122-2/+2
* Fix various pod errors.Karl Williamson2016-03-114-47/+60
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-114-0/+67
* Export Winsock error constants from Errno.pmSteve Hay2016-03-111-4/+24
* POSIX.xs: Avoid a leak in setlocale()Karl Williamson2016-03-042-3/+2
* perlfunc overhaulLukas Mai2016-02-272-6/+9
* silence warning in Win32COREDaniel Dragan2016-02-241-0/+1
* DynaLoader shouldn't use mod2fname when finding .bs files.Craig A. Berry2016-02-131-3/+7
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-115-428/+35
* [perl #126410] keep the DESTROY cache in mro_metaTony Cook2016-02-081-1/+0