summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Glob.xs: remove unused varsFather Chrysostomos2011-11-051-4/+0
* Add GNU/Hurd hints for NDBM_FilePino Toscano2011-11-041-0/+1
* Fix hang in ext/POSIX/t/sysconf.t on GNU/HurdPino Toscano2011-11-041-1/+1
* Errno does not escape archnameReini Urban2011-11-021-3/+7
* Improve general GNU hints, needed for GNU/Hurd.Pino Toscano2011-10-311-0/+1
* File::Glob: Consistent use of spaces after dotsFather Chrysostomos2011-10-291-4/+4
* File::Glob: Remove docs specific to Mac ClassicFather Chrysostomos2011-10-291-40/+0
* Document File::Glob::csh_globFather Chrysostomos2011-10-291-0/+5
* Glob.xs: Remove dMY_CXT from bsd_globFather Chrysostomos2011-10-291-2/+0
* Glob.xs: Clarify commentFather Chrysostomos2011-10-291-1/+2
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-4/+0
* Glob.xs: constingFather Chrysostomos2011-10-291-2/+2
* Glob.xs: Be more parsimonious with SVsFather Chrysostomos2011-10-291-16/+7
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-1/+0
* Oops: Fix Glob.xs assertion failureFather Chrysostomos2011-10-292-3/+6
* Glob.xs: Eliminate x_GLOB_ITERFather Chrysostomos2011-10-291-11/+2
* Document File::Glob’s :bsd_glob tagFather Chrysostomos2011-10-291-2/+25
* Add :bsd_glob export tag to File::Glob [perl #96116]Father Chrysostomos2011-10-293-2/+84
* Glob.xs: Refactor iteration into separate functionFather Chrysostomos2011-10-281-32/+54
* Stop csh_glob from reading past end of stringFather Chrysostomos2011-10-271-1/+1
* Make csh_glob remove quote-escaping backslashesFather Chrysostomos2011-10-272-4/+28
* File::Glob: short-circuit earlier for list cxFather Chrysostomos2011-10-271-2/+2
* File::Glob: Eliminate the doglob alias to bsd_globFather Chrysostomos2011-10-271-6/+2
* Test $x=wait under arybaseFather Chrysostomos2011-10-261-0/+3
* arybase.xs: Always check the op type in ck_*Father Chrysostomos2011-10-261-4/+4
* arybase.xs: Remove extraneous semicolonFather Chrysostomos2011-10-261-1/+1
* Remove arybase’s Makefile.PLFather Chrysostomos2011-10-261-16/+0
* Fix CORE::globFather Chrysostomos2011-10-261-0/+4
* Rewrite csh_glob in C; fix two quoting bugsFather Chrysostomos2011-10-263-80/+261
* Speed up csh_globFather Chrysostomos2011-10-261-21/+21
* Make new basic.t glob tests work on Win & VMSFather Chrysostomos2011-10-241-4/+7
* Correct comment in Glob.pmFather Chrysostomos2011-10-241-1/+1
* Make File::Glob::csh_glob consisent wrt '"\Father Chrysostomos2011-10-242-6/+20
* Add unit tests for Socket::{pack,unpack}_ipv6_mreqPaul \"LeoNerd\" Evans2011-10-241-0/+26
* Wrap some IPv6 sockopt constants and ipv6_mreq structurePaul \"LeoNerd\" Evans2011-10-243-1/+79
* fix g++ build breakage introduced in 03d9f026ae25Tony Cook2011-10-242-7/+7
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-222-3/+3
* Reimplement $[ as a moduleFather Chrysostomos2011-10-2117-0/+1260
* Test uninit warnings for undef XS cmp retvalsFather Chrysostomos2011-10-152-1/+15
* Make XS sort routines work againFather Chrysostomos2011-10-152-0/+21
* APItest: put mro stuff in a new BOOT blockFather Chrysostomos2011-10-151-6/+8
* APItest: Move PERL_UNUSED_ARG after declFather Chrysostomos2011-10-121-1/+1
* [perl #6828] Set $AUTOLOAD once more for XS autoloadingFather Chrysostomos2011-10-112-14/+7
* TODO test for $AUTOLOAD with XS AUTOLOADSteffen Mueller2011-10-113-3/+101
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-112-1/+24
* XS::APItest: s/justinc/justisa/Father Chrysostomos2011-10-102-2/+2
* Also add repaired variants for CV and SVREF typemapsSteffen Mueller2011-10-114-3/+65
* A repaired, properly refcounting AV&HV typemapSteffen Mueller2011-10-114-2/+76
* [perl #94306] Do not skip first elem of linear isaFather Chrysostomos2011-10-102-0/+34
* Fix cv-to-gv assignment to use CvPROTOFather Chrysostomos2011-10-101-1/+5