| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up runtime regex codeblocks. | David Mitchell | 2012-06-13 | 2 | -2/+11 |
* | Mostly complete fix for literal /(?{..})/ blocks | David Mitchell | 2012-06-13 | 1 | -10/+17 |
* | make re_evals be seen by the toker/parser | David Mitchell | 2012-06-13 | 1 | -0/+4 |
* | op/eval.t: Change test | Karl Williamson | 2012-06-11 | 1 | -1/+1 |
* | PATCH: [perl #113584] tr/// multiple transliterations | Karl Williamson | 2012-06-11 | 1 | -1/+11 |
* | Make __SUB__ work in special blocks | Father Chrysostomos | 2012-06-08 | 1 | -2/+10 |
* | Make warn treat $@=3 and $@="3" the same | Father Chrysostomos | 2012-06-07 | 1 | -1/+7 |
* | pp_negate: Support magic big ints as strings | Father Chrysostomos | 2012-06-07 | 1 | -1/+13 |
* | pp_negate and the Unicode Bug | Father Chrysostomos | 2012-06-07 | 1 | -1/+6 |
* | Fix perl #57706 for magical vars: -"-10" | Father Chrysostomos | 2012-06-07 | 1 | -1/+5 |
* | pp_negate: Don’t treat nummified str as num | Father Chrysostomos | 2012-06-07 | 1 | -2/+9 |
* | [perl #109542] Make num ops treat $1 as "$1" | Father Chrysostomos | 2012-06-07 | 1 | -1/+52 |
* | Make warn handle magic vars (fixes [perl #97480]) | Father Chrysostomos | 2012-06-07 | 2 | -2/+52 |
* | Make UNIVERSAL::can treats str and num the same way | Father Chrysostomos | 2012-06-07 | 1 | -1/+4 |
* | Use the same top format error for "" | Father Chrysostomos | 2012-06-07 | 1 | -2/+39 |
* | Get rid of ‘Not a format reference’ | Father Chrysostomos | 2012-06-07 | 1 | -1/+1 |
* | stash.t: 2 TODO tests I missed | Father Chrysostomos | 2012-06-05 | 1 | -4/+1 |
* | Check for linuxthreads with POSIX semantics | Dominic Hargreaves | 2012-06-05 | 1 | -3/+8 |
* | [perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hash | Father Chrysostomos | 2012-06-04 | 1 | -1/+17 |
* | stash.t: Un-TODO passing tests | Father Chrysostomos | 2012-06-04 | 1 | -4/+1 |
* | If kill 0, PPID works, use it to avoid race conditions in t/op/getppid.t | Nicholas Clark | 2012-06-02 | 1 | -5/+31 |
* | In t/op/getppid.t remove most race conditions by signaling using pipes. | Nicholas Clark | 2012-06-02 | 1 | -2/+17 |
* | In t/op/getppid.t, die if any pipe close fails. | Nicholas Clark | 2012-06-02 | 1 | -3/+3 |
* | Use is() and isnt() in t/op/filetest.t, in place of ok(). | Nicholas Clark | 2012-05-31 | 1 | -37/+37 |
* | In t/op/filetest.t, test -s -f 'TEST' against the size from stat 'TEST'. | Nicholas Clark | 2012-05-31 | 1 | -2/+4 |
* | In t/op/filetest.t, use the tempfile instead of t/TEST in two tests. | Nicholas Clark | 2012-05-31 | 1 | -4/+4 |
* | In t/op/filetest.t, use one temporary file for testing instead of two. | Nicholas Clark | 2012-05-31 | 1 | -13/+9 |
* | In t/op/filetest.t, simplify the logic for testing read-only files. | Nicholas Clark | 2012-05-31 | 1 | -14/+16 |
* | In t/op/filetest.t, simplify the skip logic when testing -r and -w on op. | Nicholas Clark | 2012-05-31 | 1 | -12/+2 |
* | Don’t clone closures in rv2cv | Father Chrysostomos | 2012-05-29 | 1 | -0/+10 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -1/+1 |
* | Make &CORE::undef(\*_) undefine it properly | Father Chrysostomos | 2012-05-29 | 1 | -1/+4 |
* | &CORE::undef should be an lvalue sub | Father Chrysostomos | 2012-05-29 | 1 | -3/+3 |
* | Add &CORE::undef | Father Chrysostomos | 2012-05-29 | 2 | -14/+43 |
* | Add &CORE::study | Father Chrysostomos | 2012-05-29 | 2 | -2/+4 |
* | Add &CORE::split | Father Chrysostomos | 2012-05-29 | 2 | -2/+2 |
* | Add &CORE::scalar | Father Chrysostomos | 2012-05-29 | 2 | -2/+7 |
* | Add &CORE::prototype | Father Chrysostomos | 2012-05-29 | 2 | -3/+8 |
* | Add &CORE::pos | Father Chrysostomos | 2012-05-29 | 2 | -3/+42 |
* | Add &CORE::glob | Father Chrysostomos | 2012-05-29 | 2 | -3/+17 |
* | Add &CORE::exists | Father Chrysostomos | 2012-05-29 | 2 | -3/+4 |
* | Add &CORE::delete | Father Chrysostomos | 2012-05-29 | 2 | -4/+6 |
* | Add &CORE::defined | Father Chrysostomos | 2012-05-29 | 2 | -2/+2 |
* | coresubs.t: Explicitly skip all unsupported keywords | Father Chrysostomos | 2012-05-29 | 1 | -3/+9 |
* | coreamp.t: Explicitly skip all unsupported keywords | Father Chrysostomos | 2012-05-29 | 1 | -2/+9 |
* | Add protos for positive keywords | Father Chrysostomos | 2012-05-29 | 1 | -6/+6 |
* | Test case for [perl #9391] | Brian Fraser | 2012-05-25 | 1 | -0/+12 |
* | Fix for [perl #8931], call magic only once for join's first arg. | Brian Fraser | 2012-05-25 | 1 | -0/+18 |
* | Deprecate literal unescaped "{" in regexes. | Karl Williamson | 2012-05-24 | 1 | -6/+6 |
* | [perl #60204] Unhelpful error message from unpack | Marcus Holland-Moritz | 2012-05-23 | 1 | -2/+10 |