summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* change non-char warning message from malformedKarl Williamson2009-12-201-0/+3
* Allow U+0FFFF in regexKarl Williamson2009-12-201-1/+12
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-202-1/+20
* Run t/porting/diag.t from the top-level directory.Nicholas Clark2009-12-191-5/+7
* runperl may modify arguments passed to it.Craig A. Berry2009-12-191-2/+7
* TT is not a terminal for non-interactive processes.Craig A. Berry2009-12-191-0/+2
* -t should only return TRUE for file handles connected to a TTYJan Dubois2009-12-161-0/+26
* Add a test that "eval" does not create additional reference to ouside variables.Gerard Goossen2009-12-161-1/+10
* Allow override of PERL5OPT etc in t/TESTTim Bunce2009-12-161-3/+13
* [perl #22977] Bug in format/writeZefram2009-12-151-0/+18
* more regex folding testsKarl Williamson2009-12-151-15/+45
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-141-1/+15
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-1/+61
* OS/2 doesn't support inplace editing without backupsJan Dubois2009-12-091-1/+1
* Fix for [perl #70910] wrong line number in syntax error messageZefram2009-12-091-0/+13
* proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-081-1/+8
* [perl #70802] -i'*' refuses to workTony Cook2009-12-081-1/+53
* undef $! before running the errno testsBram2009-12-081-1/+1
* utf8cache test: Hugo asks, and I provide. Merry ChristmasChip Salzenberg2009-12-081-0/+41
* The deep arrays for testing ~~ were not deep enoughRafael Garcia-Suarez2009-12-071-2/+2
* Fix a test that wasn’t testing was it purported to be testingRafael Garcia-Suarez2009-12-071-5/+5
* [perl #71076] sort with active sub (5.10 regression)Father Chrysostomos2009-12-071-3/+3
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-071-1/+8
* [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-062-5/+7
* t/test.pl fresh_perl_like() bughv@crypt.org2009-12-041-3/+1
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-022-4/+41
* -Dmad: double free or corruptionTony Cook2009-12-011-1/+49
* Test modifiability of range elementsEric Brine2009-11-301-1/+16
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-303-14/+21
* Make split warn in void contextRafael Garcia-Suarez2009-11-291-0/+12
* Handle $@ being assigned a read-only value (without error or busting the stack).Nicholas Clark2009-11-291-1/+14
* Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().Nicholas Clark2009-11-291-1/+16
* Document backreferences to groups that did not matchMoritz Lenz2009-11-281-1/+4
* Allow a closing brace after an "use VERSION"Vincent Pit2009-11-281-1/+13
* perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)Zefram2009-11-252-0/+51
* Jerry's last patch to add a TODO test didn't update the test count.Jesse Vincent2009-11-251-1/+1
* Moved the original test file from the previous patch into t/op/lex.t,Jesse Vincent2009-11-252-17/+27
* add interpolation test for [perl #70091]Gerard Goossen2009-11-251-0/+15
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-252-71660/+6
* Add TODO test for perl #70748Jerry D. Hedden2009-11-251-0/+17
* Add tests.Andrew Rodland2009-11-241-0/+57
* mktables not run unless neededKarl Williamson2009-11-241-1/+1
* Make unicode semantics the defaultKarl Williamson2009-11-231-0/+4
* Use hex instead of octal for larger code pointsKarl Williamson2009-11-231-1/+10
* Fix plan syntax in TAP outputRafael Garcia-Suarez2009-11-221-1/+1
* mktables revampKarl Williamson2009-11-215-161/+71678
* deprecate "goto" to jump into a constructGerard Goossen2009-11-212-4/+19
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-2/+1
* Add a TODO test for "require" always being in scalar context.Gerard Goossen2009-11-211-2/+4
* minitest fixesZefram2009-11-191-2/+3