summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Fix up runtime regex codeblocks.David Mitchell2012-06-132-2/+11
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-10/+17
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+4
* op/eval.t: Change testKarl Williamson2012-06-111-1/+1
* PATCH: [perl #113584] tr/// multiple transliterationsKarl Williamson2012-06-111-1/+11
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-081-2/+10
* Make warn treat $@=3 and $@="3" the sameFather Chrysostomos2012-06-071-1/+7
* pp_negate: Support magic big ints as stringsFather Chrysostomos2012-06-071-1/+13
* pp_negate and the Unicode BugFather Chrysostomos2012-06-071-1/+6
* Fix perl #57706 for magical vars: -"-10"Father Chrysostomos2012-06-071-1/+5
* pp_negate: Don’t treat nummified str as numFather Chrysostomos2012-06-071-2/+9
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-1/+52
* Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-072-2/+52
* Make UNIVERSAL::can treats str and num the same wayFather Chrysostomos2012-06-071-1/+4
* Use the same top format error for ""Father Chrysostomos2012-06-071-2/+39
* Get rid of ‘Not a format reference’Father Chrysostomos2012-06-071-1/+1
* stash.t: 2 TODO tests I missedFather Chrysostomos2012-06-051-4/+1
* Check for linuxthreads with POSIX semanticsDominic Hargreaves2012-06-051-3/+8
* [perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hashFather Chrysostomos2012-06-041-1/+17
* stash.t: Un-TODO passing testsFather Chrysostomos2012-06-041-4/+1
* If kill 0, PPID works, use it to avoid race conditions in t/op/getppid.tNicholas Clark2012-06-021-5/+31
* In t/op/getppid.t remove most race conditions by signaling using pipes.Nicholas Clark2012-06-021-2/+17
* In t/op/getppid.t, die if any pipe close fails.Nicholas Clark2012-06-021-3/+3
* Use is() and isnt() in t/op/filetest.t, in place of ok().Nicholas Clark2012-05-311-37/+37
* In t/op/filetest.t, test -s -f 'TEST' against the size from stat 'TEST'.Nicholas Clark2012-05-311-2/+4
* In t/op/filetest.t, use the tempfile instead of t/TEST in two tests.Nicholas Clark2012-05-311-4/+4
* In t/op/filetest.t, use one temporary file for testing instead of two.Nicholas Clark2012-05-311-13/+9
* In t/op/filetest.t, simplify the logic for testing read-only files.Nicholas Clark2012-05-311-14/+16
* In t/op/filetest.t, simplify the skip logic when testing -r and -w on op.Nicholas Clark2012-05-311-12/+2
* Don’t clone closures in rv2cvFather Chrysostomos2012-05-291-0/+10
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-1/+1
* Make &CORE::undef(\*_) undefine it properlyFather Chrysostomos2012-05-291-1/+4
* &CORE::undef should be an lvalue subFather Chrysostomos2012-05-291-3/+3
* Add &CORE::undefFather Chrysostomos2012-05-292-14/+43
* Add &CORE::studyFather Chrysostomos2012-05-292-2/+4
* Add &CORE::splitFather Chrysostomos2012-05-292-2/+2
* Add &CORE::scalarFather Chrysostomos2012-05-292-2/+7
* Add &CORE::prototypeFather Chrysostomos2012-05-292-3/+8
* Add &CORE::posFather Chrysostomos2012-05-292-3/+42
* Add &CORE::globFather Chrysostomos2012-05-292-3/+17
* Add &CORE::existsFather Chrysostomos2012-05-292-3/+4
* Add &CORE::deleteFather Chrysostomos2012-05-292-4/+6
* Add &CORE::definedFather Chrysostomos2012-05-292-2/+2
* coresubs.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-3/+9
* coreamp.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-2/+9
* Add protos for positive keywordsFather Chrysostomos2012-05-291-6/+6
* Test case for [perl #9391]Brian Fraser2012-05-251-0/+12
* Fix for [perl #8931], call magic only once for join's first arg.Brian Fraser2012-05-251-0/+18
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-6/+6
* [perl #60204] Unhelpful error message from unpackMarcus Holland-Moritz2012-05-231-2/+10