summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add single-term prototypeDavid Golden2010-10-211-1/+26
* Fix the test count in t/re/pat.tFather Chrysostomos2010-10-211-1/+1
* regexec.c: utf8 doesn't match /i nonutf8 selfKarl Williamson2010-10-211-0/+4
* Fix a nested package deletion bugFather Chrysostomos2010-10-211-1/+21
* regexec.c: utf8 doesn't match non-utf8 selfKarl Williamson2010-10-211-1/+13
* Change goto_xs.t to use Fcntl::S_IMODE() for testing.Nicholas Clark2010-10-211-13/+10
* Fix issues with the podlators updateChris 'BinGOs' Williams2010-10-191-1/+1
* Tweak t/porting/dual-life.t for the file renames in 463da0ac9e3d63ff.Nicholas Clark2010-10-181-1/+1
* Make splice invoke set magicFlorian Ragwitz2010-10-151-1/+11
* Add tests for the usage messages for Tie::Hash::NamedCapture::*Nicholas Clark2010-10-131-1/+18
* In reg_nc_tie.t, use like() to get better diagnostics on failure.Nicholas Clark2010-10-131-3/+3