summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+6
* localize $@ during binmode (RT#78844)David Golden2010-11-061-1/+0
* Added test for RT#78844David Golden2010-11-061-1/+9
* A hack for t/harness to restore the ability to run tests listed in @ARGVNicholas Clark2010-11-051-1/+4
* Document that the -Ci, -Co, and -CD options have file scopeNiko Tyni2010-11-051-1/+16
* fix for #23790.Marty Pauley2010-11-041-3/+9
* fix 68564: /g failure with zero-width patternsYves Orton2010-11-031-1/+8
* fix the trie part of rt-78356Yves Orton2010-11-031-0/+1
* y///rFather Chrysostomos2010-11-021-1/+22
* s///r leaks like a sieveFather Chrysostomos2010-11-021-1/+6
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-021-1/+1
* Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningsFather Chrysostomos2010-11-021-1/+38
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-315-12/+471
* [perl #78580] Stop a simple *glob from calling get-magicFather Chrysostomos2010-10-311-1/+14
* [:posix:] now works under /uKarl Williamson2010-10-311-19/+10
* RT 72246: rcatline memory leak on bad $/David Mitchell2010-10-311-2/+15
* Tests for [perl #77358]Father Chrysostomos2010-10-301-3/+27
* Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into bleadDavid Mitchell2010-10-302-1/+98
|\
| * Suppress warning from gv.tFather Chrysostomos2010-10-301-1/+1
| * A plethora of isarev testsFather Chrysostomos2010-10-301-7/+69
| * To-do tests for isarev (more to come)Father Chrysostomos2010-10-301-0/+35
* | RT #63790: &{PL_sv_yes} corrupted mark stackDavid Mitchell2010-10-301-1/+24
|/
* Add test for the crashes fixed in 00169e2Father Chrysostomos2010-10-291-1/+28
* Add test for [perl #78674]Father Chrysostomos2010-10-291-0/+21
* Use STDOUT in defout.t to suppress that ‘#foo’ under TEST/harnessFather Chrysostomos2010-10-291-5/+9
* Mark failing tests in t/op/stash.t as to-doFather Chrysostomos2010-10-271-4/+10
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-1/+37
* Don't fold constants in sprintf() if locales are usedNiko Tyni2010-10-271-1/+14
* LC_NUMERIC documentation updates + testsNiko Tyni2010-10-271-5/+88
* Refactor LC_NUMERIC test out of t/run/fresh_perl.tNiko Tyni2010-10-272-36/+50
* Cleanup output from t/io/defout.t RT#78572Jerry D. Hedden2010-10-261-3/+4
* Revert "[PATCH] Cleanup output from t/io/defout.t RT#78572"Father Chrysostomos2010-10-261-4/+5
* [PATCH] Cleanup output from t/io/defout.t RT#78572Jerry D. Hedden2010-10-261-5/+4
* detect the failure introduced in 304474c3 and fixed in cefd5c7cTony Cook2010-10-261-1/+16
* -$zero should not modify $zeroFather Chrysostomos2010-10-251-1/+4
* Correct spellingFather Chrysostomos2010-10-251-2/+2
* Remove the to-do mark from test 4 in threads-dirh.tFather Chrysostomos2010-10-251-4/+7
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-2/+2
* [perl #77812] Globs in tied scalars can be reified if STORE diesFather Chrysostomos2010-10-251-1/+15
* Make untie check the FAKE flag on globsFather Chrysostomos2010-10-251-3/+11
* refactor and regularise label/statement grammarZefram2010-10-251-2/+2
* [perl #77688] tie $scalar can tie a handleFather Chrysostomos2010-10-251-0/+11
* Tests for [perl #77508] List assignment to fake globs failsFather Chrysostomos2010-10-251-1/+8
* [perl #77498] Assignment ignores magick when the RHS holds a globFather Chrysostomos2010-10-251-1/+8
* Move some GV tests to gv.t from glob.t - the latter is for testing glob()Nicholas Clark2010-10-252-9/+9
* Stop sysio.t changing into t/op, and hence creating a temporary file there.Nicholas Clark2010-10-251-4/+4
* [perl #77496] tied gets scalars and globs confusedFather Chrysostomos2010-10-241-0/+14
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-242-20/+41
* permit labels to appear before declarationsZefram2010-10-233-6/+94
* regcomp.c: /d not overriding /uKarl Williamson2010-10-211-1/+10