This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run porting/podcheck.t --regen to undo manual changes.
[perl5.git] / ext /
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
2014-02-04 Karl WilliamsonRevert "Fix handy.t for systems without $Config{d_isbla...
2014-02-03 Brian FraserDynaLoader: On android, dl_load_flags should always...
2014-02-03 Craig A. BerryFix handy.t for systems without $Config{d_isblank}.
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-30 Tony Cookensure we have a reference when we call SvRV()
2014-01-30 Matthew HorsfallOptimisation for 'my $x; my $y;' -> 'my ($x, $y)'.
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-26 Brian Fraserext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_L...
2014-01-25 Craig A. BerryMake fileify handle node specifications better.
2014-01-24 Craig A. BerryFix $ENV{PATH} flags in Peek.t.
2014-01-22 Brian Fraserext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile...
2014-01-18 Brian Fraserext/POSIX/t/time.t: Conditionalize the use of setlocale...
2014-01-18 Brian FraserDynaLoader: Pure-perl mod2fname shouldn't use %Config...
2014-01-18 Father ChrysostomosIncrease $Hash::Util::FieldHash::VERSION to 1.14
2014-01-18 Father ChrysostomosHash::Util::FieldHash: fix broken pod link
2014-01-17 Father ChrysostomosXS::APItest: Flatten src for utf16_to_utf8_reversed
2014-01-17 Father ChrysostomosMake XS::APItest::establish_cleanup protect existing...
2014-01-16 Alan Hourihanefreemint doesn't need the extra -lm -lposix either
2014-01-16 Alan Hourihanefix some linuxisms and RETVAL warnings from xsubpp
2014-01-16 Tony Cook[perl #89502] support for dld on Atari FreeMINT
2014-01-14 Jess RobinsonIntroduce sysroot variable to Configure
2014-01-06 H.Merijn BrandXS is more C than perl. Use C-comments please
2014-01-06 Daniel Draganext/Win32CORE/Win32CORE.c, rmv redundant stack & mark...
2014-01-04 Karl WilliamsonAPItest.xs: #include fakesdio.h
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2014-01-04 Brian Fraserext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.
2014-01-04 Brian FraserFixups for ext/Devel-Peek/t/Peek.t
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
next