Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-deprecate $[ | Father Chrysostomos | 2011-11-17 | 13 | -11/+15 |
* | arybase.xs: Don’t use arybase::[ | Father Chrysostomos | 2011-11-17 | 1 | -1/+1 |
* | arybase.xs: Check that $[ is in the main stash | Father Chrysostomos | 2011-11-17 | 1 | -0/+1 |
* | Localise PL_curcop for BEGIN blocks | Father Chrysostomos | 2011-11-17 | 2 | -2/+22 |
* | avoid some test-time warnings | Zefram | 2011-11-16 | 1 | -0/+1 |
* | \x-ify non-ASCII chars in C string literal | Zefram | 2011-11-16 | 2 | -3/+3 |
* | expunge gratuitous Unicode punctuation in comments | Zefram | 2011-11-16 | 1 | -1/+1 |
* | Make source filters work in evalbytes | Father Chrysostomos | 2011-11-06 | 1 | -3/+12 |
* | Add new OPpEVAL flags to B::Concise | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Increase $B::Concise::VERSION to 0.87 | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Forbid source filters in Unicode evals | Father Chrysostomos | 2011-11-06 | 1 | -1/+10 |
* | Glob.xs: remove unused vars | Father Chrysostomos | 2011-11-05 | 1 | -4/+0 |
* | Add GNU/Hurd hints for NDBM_File | Pino Toscano | 2011-11-04 | 1 | -0/+1 |
* | Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd | Pino Toscano | 2011-11-04 | 1 | -1/+1 |
* | Errno does not escape archname | Reini Urban | 2011-11-02 | 1 | -3/+7 |
* | Improve general GNU hints, needed for GNU/Hurd. | Pino Toscano | 2011-10-31 | 1 | -0/+1 |
* | File::Glob: Consistent use of spaces after dots | Father Chrysostomos | 2011-10-29 | 1 | -4/+4 |
* | File::Glob: Remove docs specific to Mac Classic | Father Chrysostomos | 2011-10-29 | 1 | -40/+0 |
* | Document File::Glob::csh_glob | Father Chrysostomos | 2011-10-29 | 1 | -0/+5 |
* | Glob.xs: Remove dMY_CXT from bsd_glob | Father Chrysostomos | 2011-10-29 | 1 | -2/+0 |
* | Glob.xs: Clarify comment | Father Chrysostomos | 2011-10-29 | 1 | -1/+2 |
* | Glob.xs: Remove comment | Father Chrysostomos | 2011-10-29 | 1 | -4/+0 |
* | Glob.xs: consting | Father Chrysostomos | 2011-10-29 | 1 | -2/+2 |
* | Glob.xs: Be more parsimonious with SVs | Father Chrysostomos | 2011-10-29 | 1 | -16/+7 |
* | Glob.xs: Remove comment | Father Chrysostomos | 2011-10-29 | 1 | -1/+0 |
* | Oops: Fix Glob.xs assertion failure | Father Chrysostomos | 2011-10-29 | 2 | -3/+6 |
* | Glob.xs: Eliminate x_GLOB_ITER | Father Chrysostomos | 2011-10-29 | 1 | -11/+2 |
* | Document File::Glob’s :bsd_glob tag | Father Chrysostomos | 2011-10-29 | 1 | -2/+25 |
* | Add :bsd_glob export tag to File::Glob [perl #96116] | Father Chrysostomos | 2011-10-29 | 3 | -2/+84 |
* | Glob.xs: Refactor iteration into separate function | Father Chrysostomos | 2011-10-28 | 1 | -32/+54 |
* | Stop csh_glob from reading past end of string | Father Chrysostomos | 2011-10-27 | 1 | -1/+1 |
* | Make csh_glob remove quote-escaping backslashes | Father Chrysostomos | 2011-10-27 | 2 | -4/+28 |
* | File::Glob: short-circuit earlier for list cx | Father Chrysostomos | 2011-10-27 | 1 | -2/+2 |
* | File::Glob: Eliminate the doglob alias to bsd_glob | Father Chrysostomos | 2011-10-27 | 1 | -6/+2 |
* | Test $x=wait under arybase | Father Chrysostomos | 2011-10-26 | 1 | -0/+3 |
* | arybase.xs: Always check the op type in ck_* | Father Chrysostomos | 2011-10-26 | 1 | -4/+4 |
* | arybase.xs: Remove extraneous semicolon | Father Chrysostomos | 2011-10-26 | 1 | -1/+1 |
* | Remove arybase’s Makefile.PL | Father Chrysostomos | 2011-10-26 | 1 | -16/+0 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -0/+4 |
* | Rewrite csh_glob in C; fix two quoting bugs | Father Chrysostomos | 2011-10-26 | 3 | -80/+261 |
* | Speed up csh_glob | Father Chrysostomos | 2011-10-26 | 1 | -21/+21 |
* | Make new basic.t glob tests work on Win & VMS | Father Chrysostomos | 2011-10-24 | 1 | -4/+7 |
* | Correct comment in Glob.pm | Father Chrysostomos | 2011-10-24 | 1 | -1/+1 |
* | Make File::Glob::csh_glob consisent wrt '"\ | Father Chrysostomos | 2011-10-24 | 2 | -6/+20 |
* | Add unit tests for Socket::{pack,unpack}_ipv6_mreq | Paul \"LeoNerd\" Evans | 2011-10-24 | 1 | -0/+26 |
* | Wrap some IPv6 sockopt constants and ipv6_mreq structure | Paul \"LeoNerd\" Evans | 2011-10-24 | 3 | -1/+79 |
* | fix g++ build breakage introduced in 03d9f026ae25 | Tony Cook | 2011-10-24 | 2 | -7/+7 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 2 | -3/+3 |
* | Reimplement $[ as a module | Father Chrysostomos | 2011-10-21 | 17 | -0/+1260 |