summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-101-1/+10
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-081-6/+41
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-073-2/+44
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-0/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-052-3/+35
* add stress test for CURLYX/WHILEM regex opsDave Mitchell2006-09-301-1/+103
* fix regression introduced in #27778: must backtrack into inner regexDave Mitchell2006-09-242-1/+18
* allow fields in re_tests to include \x{nnn} etcDave Mitchell2006-09-242-12/+13
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-2/+6
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-192-44/+117
* Add darwin to the list of OS's that fail to pass test Steve Peters2006-09-131-1/+1
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-112-18/+42
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-063-136/+1
* UCD 5.0.0Jarkko Hietaniemi2006-09-061-5/+11
* Re: [PATCH] Trie jumpingYves Orton2006-09-052-1/+21
* Regression test for attributes 'reserved' warning,Rafael Garcia-Suarez2006-08-271-1/+7
* Close file before unlinking (on Win32 at least!)Steve Hay2006-08-111-0/+1
* Re: [perl #37731] junk and uninit'ed values in tied scalarsYitzchak Scott-Thoennes2006-08-091-0/+10
* Re: [perl #39882] inconsistent list slice behaviourRick Delaney2006-08-041-1/+15
* Re: [perl #39733] $AUTOLOAD is never taintedRick Delaney2006-08-021-1/+20
* op/stat.t: SKIP count fix in case of no dirfd()Jarkko Hietaniemi2006-08-011-2/+2
* Tests to go with change #28628.Steve Peters2006-07-301-3/+23
* interpolation of @- (and @+) in patterns ([perl #27940] comes back)SADAHIRO Tomoyuki2006-07-263-4/+50
* Silence system warning during tests (only on win32 for now)Yves Orton2006-07-171-1/+2
* overload.t has same locale problem with VMS that it has with dec_osfCraig A. Berry2006-07-141-1/+1
* remove regex postive super-linear cache codeDave Mitchell2006-07-141-0/+4
* 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