This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add atol, atoll, strtoq to avoidables.
[perl5.git] / ext /
2014-07-28 Jarkko HietaniemiSkip ext/GDBM_File/t/fatal.t in Darwin, too flaky.
2014-07-27 Lukas MaiPOSIX.pod: Document correct redirect for 'atexit'.
2014-07-24 Jarkko HietaniemiUse UV instead of Size_t.
2014-07-23 Tony Cookbump $XS::APItest::VERSION for the grok_atou() merge
2014-07-23 Jarkko HietaniemiAdd tests for grok_atou.
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-07-22 James E KeenanMove two variable assignments outside of parens.
2014-07-22 Daniel DraganOpen3.pm:spawn_with_handles remove alot of duplicate...
2014-07-09 Karl Williamsonext/POSIX/POSIX.xs: White space only, align column
2014-07-09 Karl WilliamsonPOSIX::setlocale(LC_NUMERIC) returns proper locale
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David MitchellDevel::Peek: test 2-arg form of Dump
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-03 David MitchellDeprecate /\C/
2014-07-03 Tony Cookextra tests for grok_number(_flags)()
2014-06-28 James E KeenanIncrement to $VERSION in ext/Hash-Util/lib/Hash/Util.pm.
2014-06-27 Jarkko Hietaniemihv can be left uninitialized.
2014-06-27 Jarkko Hietaniemiprintf formats are hard.
2014-06-25 Matthew Horsfall... bump $XS::APItest::VERSION to 0.62
2014-06-24 Jarkko HietaniemiUnder GLOBAL_STRUCT mgvtbl-s are const, which angers...
2014-06-21 George GreerIPC-Open3.t: For d3ae482b also need the "SKIP" label...
2014-06-21 James E KeenanFix test file per George Greer comment.
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-21 James E KeenanRevert 6 tests failing on Win32 smoker.
2014-06-21 Dmitri TikhonovUntie STDERR in IPC::Open3.
2014-06-16 Yves Ortontweak type for picky compilers
2014-06-16 Yves OrtonMake hash_value() accept an optional seed
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Karl WilliamsonPOSIX.xs: Fix typo.
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-12 Tony Cookbump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-11 Brian FraserRemoved NeXT support
2014-06-11 Tony Cookcorrect handling of buffer sizes for POSIX::strxfrm()
2014-06-07 Karl WilliamsonPOSIX.xs: Add a const to a parameter
2014-06-07 Karl Williamsonstrftime: Set UTF-8 flag appropriately on return
2014-06-07 Karl WilliamsonPATCH: [perl #119425] strftime with %p
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-06-05 Karl WilliamsonExclude undefined hash elements from localeconv()
2014-06-05 Karl WilliamsonSwap #if sense for localeconv()
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-06-02 Karl WilliamsonFix 2 overlong verbatim lines in Hash::Util
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-06-01 Yves OrtonHash::Util - fixes to hash stats and add bucket_stats_f...
2014-05-30 Karl WilliamsonXS-APItest/t/handy.t: Change output message
2014-05-29 Jarkko HietaniemiVersion bumping thanks to the Coverity deluge.
2014-05-29 Jarkko HietaniemiFollowup to 316ebaf (aka perl #121894).
2014-05-29 Karl WilliamsonBump version for Devel::Peek
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 David Mitchellbump version on NDBM_File
2014-05-29 Jarkko Hietaniemiprintf %s, cast appropriately.
2014-05-29 Jarkko HietaniemiUnused dTHX, even under threads.
2014-05-29 Tony Cookbump $PerlIO::via::VERSION to 0.15
2014-05-29 Jarkko Hietaniemiadd va_end() calls where missing for a va_start() or...
2014-05-29 Tony Cookbump $XS::APItest::VERSION to 0.61
2014-05-29 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-05-28 Jarkko HietaniemiAdd comment about tmpnam().
2014-05-28 Nicholas ClarkBump module versions following commit 3800c3188602fdac.
2014-05-28 Jarkko HietaniemiUse STRUCT_OFFSET() instead raw C99 offsetof().
2014-05-15 Karl WilliamsonPOSIX.pod: Add clarification for strtod();
2014-05-03 Steve HayFix Windows build with MinGW-w64's gcc-4.8.0
2014-04-24 David Mitchellmy_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATE
2014-04-13 Karl WilliamsonPOSIX.pod: Nits
2014-04-06 David MitchellFile-Glob/t/basic.t: avoid race condition
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-03-07 Craig A. BerrySmarter handling of escaped semicolons in vmsify.
2014-03-03 Craig A. BerryRefactor and reduce VMS-specific workarounds in POSIX.xs.
2014-03-02 Nicholas ClarkChange the test to use itself as test file, instead...
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-25 Nicholas ClarkUse a temporary file instead of $^X when testing stat.
2014-02-24 Steffen MuellerTest fix: Update list of B::Concise functions
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Karl WilliamsonBump version numbers
2014-02-19 Tony Cooksave errno/$! across Win32.pm autoloads too
2014-02-19 Tony Cookcygwin doesn't implement $^E (except as a read of $!)
2014-02-15 Karl Williamsonext/POSIX/POSIX.xs: Add comments
2014-02-15 Karl Williamsonext/POSIX/t/posix.t: White-space only
2014-02-15 Karl WilliamsonDeprecate uses of POSIX::isfoo()
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-02-09 Father ChrysostomosIncrease $mro::VERSION to 1.15
2014-02-09 Father ChrysostomosUse HEKfARG in mro.xs
2014-02-09 Father ChrysostomosRemove DREFed flag from Concise.pm
2014-02-09 Father ChrysostomosIncrease $B::Concise::VERSION to 0.992
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-06 Brian FraserDynaLoader: On Android, define DLOPEN_WONT_DO_RELATIVE_...
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-05 Karl WilliamsonB.pm: Bump version
2014-02-05 Karl WilliamsonAllow blead to compile under some g++
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
next