summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-1212-26/+116
* Revert bogus fix for bug #27940, which wasn't really a bug,Rafael Garcia-Suarez2006-07-111-1/+2
* Fix the implementation of list assignment to state().Rafael Garcia-Suarez2006-07-072-2/+3
* The state() implementation is not yet perfect. Check in a new todo testRafael Garcia-Suarez2006-07-061-1/+16
* Add a new warning, "State variable %s will be reinitialized"Rafael Garcia-Suarez2006-07-061-0/+17
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-1/+1
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-5/+2
* Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the leftRafael Garcia-Suarez2006-07-051-2/+38
* Add a TODO test for list assignment to a list of state variables.Rafael Garcia-Suarez2006-07-051-1/+19
* Allow stat() and -X file tests work on dirhandles.Steve Peters2006-07-031-1/+8
* Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length stringYves Orton2006-07-021-2/+28
* Add Win32API::File to the coreSteve Hay2006-06-302-2/+4
* Update for IO::Uncompress::BasePaul Marquess2006-06-285-50/+127
* IO::Compress::BasePaul Marquess2006-06-221-2/+1
* Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversio...Dominic Dunlop2006-06-211-12/+30
* Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ...Dominic Dunlop2006-06-201-0/+12
* IO::Compress::* 2.000_13Paul Marquess2006-06-202-3/+83
* [perl #39365] Bug in toke.c (eval in subst) Ben Carter2006-06-201-1/+4
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-0/+1
* I thought I had fixed the spelling of DOES() in universal.t, butRafael Garcia-Suarez2006-06-131-10/+10
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-5/+21
* The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}Nicholas Clark2006-06-071-3/+1
* exhausting <> in BEGIN{} gets ARGVOUT used only once warningYitzchak Scott-Thoennes2006-06-071-1/+5
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-8/+28
* It's all relative -- better handling of tainted directoriesCraig A. Berry2006-06-021-1/+2
* Teach incfilter.t some DCL.Craig A. Berry2006-05-311-2/+15
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-292-165/+184
* Re: [perl #39126] possible memory related bug when using sprintf with an utf-...SADAHIRO Tomoyuki2006-05-291-8/+9
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-2/+4
* skip t/op/incfilter.t for "make clean;make miniperl;make minitest"Jarkko Hietaniemi2006-05-291-0/+4
* Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was farNicholas Clark2006-05-281-1/+25
* Make t/TEST more helpfulAndy Lester2006-05-241-8/+10
* Re: [PATCH] optimize /[x]/ to /x/.Yves Orton2006-05-221-0/+5
* Adjust test following change #28225Rafael Garcia-Suarez2006-05-191-5/+5
* test some die codepaths in pp_enterwriteDave Mitchell2006-05-181-1/+17
* We can now remove DynaLoader from 1_compile.tRafael Garcia-Suarez2006-05-181-1/+0
* Re: [perl #39145] win32, @_ and fork crashing in dounwindDavid Mitchell2006-05-171-0/+6
* IO::Compress* 2.000_12Paul Marquess2006-05-171-7/+10
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-153-24/+100
* TEST needs to binmode the file handle that is reading the TAP, else itNicholas Clark2006-05-141-0/+5
* t/uni/overload.tJarkko Hietaniemi2006-05-131-24/+26
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-101-10/+60
* Convert use.t to an inlined is/isnt/like implementation, to give betterNicholas Clark2006-05-101-116/+95
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-1/+19
* Implement state array and state hashes. Initialisation assignmentRafael Garcia-Suarez2006-05-051-1/+28
* Resubmit change #28095Rafael Garcia-Suarez2006-05-041-118/+158
* t/op/context.t using test.plDavid Landgren2006-05-041-6/+15
* t/op/list.t using test.plDavid Landgren2006-05-041-60/+107
* Another test for state variables and closures,Rafael Garcia-Suarez2006-05-041-2/+27
* Ensure that C<(state $x) = $y> is not a state assignmentRafael Garcia-Suarez2006-05-031-1/+9