summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-052-2/+6
* Skip ext/GDBM_File/t/fatal.t in Darwin, too flaky.Jarkko Hietaniemi2014-07-281-0/+4
* POSIX.pod: Document correct redirect for 'atexit'.Lukas Mai2014-07-271-1/+1
* Use UV instead of Size_t.Jarkko Hietaniemi2014-07-242-8/+42
* bump $XS::APItest::VERSION for the grok_atou() mergeTony Cook2014-07-231-1/+1
* Add tests for grok_atou.Jarkko Hietaniemi2014-07-222-0/+137
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1
* Move two variable assignments outside of parens.James E Keenan2014-07-211-6/+9
* Open3.pm:spawn_with_handles remove alot of duplicate operatorsDaniel Dragan2014-07-211-4/+4
* ext/POSIX/POSIX.xs: White space only, align columnKarl Williamson2014-07-091-1/+1
* POSIX::setlocale(LC_NUMERIC) returns proper localeKarl Williamson2014-07-092-4/+34
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-086-19/+45
* add op_sibling_splice() fn and make core use itDavid Mitchell2014-07-083-61/+74
* Devel::Peek: test 2-arg form of DumpDavid Mitchell2014-07-081-0/+18
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-087-51/+61
* Deprecate /\C/David Mitchell2014-07-031-1/+4
* extra tests for grok_number(_flags)()Tony Cook2014-07-033-1/+52
* Increment to $VERSION in ext/Hash-Util/lib/Hash/Util.pm.James E Keenan2014-06-281-1/+1
* hv can be left uninitialized.Jarkko Hietaniemi2014-06-271-2/+2
* printf formats are hard.Jarkko Hietaniemi2014-06-271-1/+1
* bump $XS::APItest::VERSION to 0.62Matthew Horsfall (alh)2014-06-241-1/+1
* Under GLOBAL_STRUCT mgvtbl-s are const, which angers g++.Jarkko Hietaniemi2014-06-241-1/+1
* IPC-Open3.t: For d3ae482b also need the "SKIP" label from the original.George Greer2014-06-211-1/+1
* Fix test file per George Greer comment.James E Keenan2014-06-211-27/+31
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-212-5/+5
* Revert 6 tests failing on Win32 smoker.James E Keenan2014-06-211-27/+27
* Untie STDERR in IPC::Open3.Dmitri Tikhonov2014-06-212-2/+30
* tweak type for picky compilersYves Orton2014-06-161-1/+1
* Make hash_value() accept an optional seedYves Orton2014-06-161-6/+17
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-2/+1
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+0
* Remove MAD.Jarkko Hietaniemi2014-06-131-17/+2
* POSIX.xs: Fix typo.Karl Williamson2014-06-121-1/+1
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-2/+4
* bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-ProcessTony Cook2014-06-123-3/+3
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-1215-16/+16
* Removed NeXT supportBrian Fraser2014-06-114-361/+4
* correct handling of buffer sizes for POSIX::strxfrm()Tony Cook2014-06-111-3/+5
* POSIX.xs: Add a const to a parameterKarl Williamson2014-06-071-1/+1
* strftime: Set UTF-8 flag appropriately on returnKarl Williamson2014-06-071-2/+7
* PATCH: [perl #119425] strftime with %pKarl Williamson2014-06-071-3/+13
* Add parameters to "use locale"Karl Williamson2014-06-051-1/+1
* Keep LC_NUMERIC in C locale, except for brief periodsKarl Williamson2014-06-052-0/+50
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-053-25/+9
* Set utf8 flag properly in localeconvKarl Williamson2014-06-051-3/+44
* Exclude undefined hash elements from localeconv()Karl Williamson2014-06-051-5/+11
* Swap #if sense for localeconv()Karl Williamson2014-06-051-8/+8
* Localeconv() should be independent of 'use locale'Karl Williamson2014-06-053-2/+8
* Fix 2 overlong verbatim lines in Hash::UtilKarl Williamson2014-06-021-14/+15