summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* Revert "Fix handy.t for systems without $Config{d_isblank}."Karl Williamson2014-02-031-14/+0
* DynaLoader: On android, dl_load_flags should always be 0x00Brian Fraser2014-02-031-2/+8
* Fix handy.t for systems without $Config{d_isblank}.Craig A. Berry2014-02-021-0/+14
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-13/+18
* ensure we have a reference when we call SvRV()Tony Cook2014-01-303-1/+5
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-301-1/+20
* White-space, comments onlyKarl Williamson2014-01-271-10/+10
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-6/+86
* ext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_LINK_MAX on androidBrian Fraser2014-01-261-1/+7
* Make fileify handle node specifications better.Craig A. Berry2014-01-251-0/+2
* Fix $ENV{PATH} flags in Peek.t.Craig A. Berry2014-01-231-1/+1
* ext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile test when cross-compilingBrian Fraser2014-01-222-1/+3
* ext/POSIX/t/time.t: Conditionalize the use of setlocale/LC_TIMEBrian Fraser2014-01-182-4/+9
* DynaLoader: Pure-perl mod2fname shouldn't use %Config at runtimeBrian Fraser2014-01-181-3/+3
* Increase $Hash::Util::FieldHash::VERSION to 1.14Father Chrysostomos2014-01-181-1/+1
* Hash::Util::FieldHash: fix broken pod linkFather Chrysostomos2014-01-181-1/+2
* XS::APItest: Flatten src for utf16_to_utf8_reversedFather Chrysostomos2014-01-161-0/+1
* Make XS::APItest::establish_cleanup protect existing stacksFather Chrysostomos2014-01-161-0/+2
* freemint doesn't need the extra -lm -lposix eitherAlan Hourihane2014-01-161-1/+1
* fix some linuxisms and RETVAL warnings from xsubppAlan Hourihane2014-01-161-16/+15
* [perl #89502] support for dld on Atari FreeMINTTony Cook2014-01-161-0/+221
* Introduce sysroot variable to ConfigureJess Robinson2014-01-131-2/+4
* XS is more C than perl. Use C-comments pleaseH.Merijn Brand2014-01-061-1/+1
* ext/Win32CORE/Win32CORE.c, rmv redundant stack & mark codeDaniel Dragan2014-01-061-3/+1
* APItest.xs: #include fakesdio.hKarl Williamson2014-01-041-0/+1
* POSIX:strtod() should restore the locale it changedKarl Williamson2014-01-042-2/+3
* ext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.Brian Fraser2014-01-041-0/+3
* Fixups for ext/Devel-Peek/t/Peek.tBrian Fraser2014-01-041-5/+4
* sv_peek didn't add quotes before, doesn't need them nowBrian Fraser2014-01-041-1/+6
* Devel::Peek: Test that we dump CvOUTSIDE properlyBrian Fraser2014-01-041-4/+1
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-0/+282
* DynaLoader: Introduce d_libname_uniqueBrian Fraser2014-01-032-3/+58
* Change some warnings in utf8n_to_uvchr()Karl Williamson2014-01-011-4/+7