summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-1/+6
* Upgrade autodie from version 2.20 to 2.21Steve Hay2013-09-121-1/+0
* [perl #88814] sigdispatch.t work on openbsd 5.2Tony Cook2013-09-111-2/+3
* Added release manager test for copyright yearSmylers2013-09-101-1/+21
* Test that README and perl -v copyright years matchSmylers2013-09-101-0/+56
* Enhance runperl doc to mention its return valueSmylers2013-09-101-1/+1
* Make the "Switch condition not recognized" error message UTF-8 cleanBrian Fraser2013-09-101-3/+1
* t/re/reg_mesg.t: Tests for latin1 error messages/warningsBrian Fraser2013-09-101-2/+14
* regcomp.c: Introduce vFAIL2utf8f to replace the APPLY(X,Y) hackBrian Fraser2013-09-101-1/+1
* regcomp.c: Make all warnings and error messages UTF-8 cleanBrian Fraser2013-09-101-3/+132
* regcomp.c, S_compile_runtime_code: croak using the SVf formatBrian Fraser2013-09-102-4/+7
* toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac...Brian Fraser2013-09-101-1/+45
* rt119311.t: typoFather Chrysostomos2013-09-091-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-0/+18
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-09-091-1/+9
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-091-1/+19
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-6/+0
* [perl #117265] TODO tests for overloading issuesTony Cook2013-09-091-6/+35
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-081-5/+17
* Test line breaks in PERL5DBFather Chrysostomos2013-09-081-1/+15
* Respect #line directives in here-docsFather Chrysostomos2013-09-071-1/+8
* Fix line numbers in <<foo,<<barFather Chrysostomos2013-09-071-2/+15
* Make /@array/ handle nonexistent array elementsFather Chrysostomos2013-09-061-1/+9
* Stop &xsub and goto &xsub from crashing on undef *_Father Chrysostomos2013-09-062-2/+16
* Use defelems for (goto) &xsub callsFather Chrysostomos2013-09-062-2/+21
* Make pp_splice handle nonexistent array elementsFather Chrysostomos2013-09-061-0/+10
* Stop autodie test from changing a file to stop Git whining about uncommitted ...Steve Hay2013-09-051-0/+1
* version has been upgraded from version 0.9903 to 0.9904Steve Hay2013-09-031-7/+3
* t/op/for.t: Skip a test if the require for XS::APItest failsBrian Fraser2013-09-021-1/+1
* Teach mro code about null array elementsFather Chrysostomos2013-09-012-1/+14
* Refactor some parser.t line number testsFather Chrysostomos2013-09-011-8/+14
* Fix debugger lines with keyword <newline> =>Father Chrysostomos2013-09-011-0/+3
* line_debug.t: Add diagnosticsFather Chrysostomos2013-09-011-1/+5
* Fix two line numbers bugs involving quote-like opsFather Chrysostomos2013-09-011-1/+9
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+14
* test.pl:runperl: more portability warningsFather Chrysostomos2013-09-011-2/+10
* Better check for the fork emulation in t/win32/signal.tSteve Hay2013-08-291-2/+2
* fold_grind.t: Modify trie testKarl Williamson2013-08-291-1/+10
* regcomp.c: In EBCDIC [i-j] exclude also ASCIIKarl Williamson2013-08-291-0/+2
* t/test.pl: Add comment about EBCDICKarl Williamson2013-08-291-1/+3
* t/test.pl: Allow native/latin1 string conversions to work on utf8.Karl Williamson2013-08-291-102/+14
* t/test.pl: Simplify ord to/from native fcnsKarl Williamson2013-08-291-4/+4
* Stop t/op/coreamp.t leaving temporary files behindSteve Hay2013-08-291-0/+9
* Stop t/io/utf8.t leaving a temporary file behind on WindowsSteve Hay2013-08-291-0/+1
* Update the comments in t/op/magic.tNicholas Clark2013-08-291-1/+2
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-1/+8
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-1/+12
* Stop creating defelems for undef in foreach(@_)Father Chrysostomos2013-08-281-1/+7
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-271-0/+237
* [perl #85104] work harder to save error numbersTony Cook2013-08-261-1/+1