summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-2/+3
* Hash::Util - fixes to hash stats and add bucket_stats_formatted()Yves Orton2014-06-023-21/+139
* XS-APItest/t/handy.t: Change output messageKarl Williamson2014-05-291-1/+1
* Version bumping thanks to the Coverity deluge.Jarkko Hietaniemi2014-05-291-1/+1
* Followup to 316ebaf (aka perl #121894).Jarkko Hietaniemi2014-05-291-3/+7
* Bump version for Devel::PeekKarl Williamson2014-05-291-1/+1
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-1/+5
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-292-0/+2
* bump version on NDBM_FileDavid Mitchell2014-05-291-1/+1
* printf %s, cast appropriately.Jarkko Hietaniemi2014-05-291-1/+1
* Unused dTHX, even under threads.Jarkko Hietaniemi2014-05-291-1/+0
* bump $PerlIO::via::VERSION to 0.15Tony Cook2014-05-291-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-05-291-4/+5
* bump $XS::APItest::VERSION to 0.61Tony Cook2014-05-291-1/+1
* Pointers set but then (immediately or very shortly) overwritten.Jarkko Hietaniemi2014-05-291-2/+2
* Add comment about tmpnam().Jarkko Hietaniemi2014-05-281-0/+6
* Bump module versions following commit 3800c3188602fdac.Nicholas Clark2014-05-282-2/+2
* Use STRUCT_OFFSET() instead raw C99 offsetof().Jarkko Hietaniemi2014-05-282-100/+100
* POSIX.pod: Add clarification for strtod();Karl Williamson2014-05-151-1/+3
* Fix Windows build with MinGW-w64's gcc-4.8.0Steve Hay2014-05-031-2/+2
* my_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-04-241-2/+8
* POSIX.pod: NitsKarl Williamson2014-04-131-447/+449
* File-Glob/t/basic.t: avoid race conditionDavid Mitchell2014-04-061-0/+6
* replace links to perllexwarn with links to warningsRicardo Signes2014-03-181-2/+2
* Smarter handling of escaped semicolons in vmsify.Craig A. Berry2014-03-061-0/+2
* Refactor and reduce VMS-specific workarounds in POSIX.xs.Craig A. Berry2014-03-022-40/+3
* Change the test to use itself as test file, instead of the generated Makefile.Nicholas Clark2014-03-021-9/+11
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-281-0/+6
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-7/+7
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-262-52/+44
* Use a temporary file instead of $^X when testing stat.Nicholas Clark2014-02-251-2/+7
* Test fix: Update list of B::Concise functionsSteffen Mueller2014-02-241-0/+1
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-204-4/+4
* Bump version numbersKarl Williamson2014-02-204-4/+4
* save errno/$! across Win32.pm autoloads tooTony Cook2014-02-192-1/+9
* cygwin doesn't implement $^E (except as a read of $!)Tony Cook2014-02-191-6/+14
* ext/POSIX/POSIX.xs: Add commentsKarl Williamson2014-02-151-0/+4
* ext/POSIX/t/posix.t: White-space onlyKarl Williamson2014-02-151-31/+31
* Deprecate uses of POSIX::isfoo()Karl Williamson2014-02-154-65/+213
* Emulate POSIX locale setting on WindowsKarl Williamson2014-02-152-1/+5
* Increase $mro::VERSION to 1.15Father Chrysostomos2014-02-091-1/+1
* Use HEKfARG in mro.xsFather Chrysostomos2014-02-091-10/+13
* Remove DREFed flag from Concise.pmFather Chrysostomos2014-02-091-1/+0
* Increase $B::Concise::VERSION to 0.992Father Chrysostomos2014-02-091-1/+1
* re_intuit_start(): add more debugging outputDavid Mitchell2014-02-071-2/+2
* DynaLoader: On Android, define DLOPEN_WONT_DO_RELATIVE_PATHSBrian Fraser2014-02-051-0/+11
* handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-3/+5
* B.pm: Bump versionKarl Williamson2014-02-051-1/+1
* Allow blead to compile under some g++Karl Williamson2014-02-051-1/+0
* Fix regression in floating mandatory string optimisationYves Orton2014-02-062-1/+25