summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update several test cases to not generate failures on VOS.Paul Green2011-11-181-1/+6
* Re-deprecate $[Father Chrysostomos2011-11-1713-11/+15
* arybase.xs: Don’t use arybase::[Father Chrysostomos2011-11-171-1/+1
* arybase.xs: Check that $[ is in the main stashFather Chrysostomos2011-11-171-0/+1
* Localise PL_curcop for BEGIN blocksFather Chrysostomos2011-11-172-2/+22
* avoid some test-time warningsZefram2011-11-161-0/+1
* \x-ify non-ASCII chars in C string literalZefram2011-11-162-3/+3
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-3/+12
* Add new OPpEVAL flags to B::ConciseFather Chrysostomos2011-11-061-1/+1
* Increase $B::Concise::VERSION to 0.87Father Chrysostomos2011-11-061-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-1/+10
* 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