summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Since we no longer autovivify stashes (change #26370), we needRafael Garcia-Suarez2006-01-021-1/+7
* Add a test for change 26547. (We no longer expect to see errors aboutNicholas Clark2005-12-311-1/+15
* Convert t/op/sleep.t to using test.plSteve Peters2005-12-301-1/+8
* Now that proxy subroutines can be unproxied in 2 places withoutNicholas Clark2005-12-231-2/+1
* like and unlike weren't reporting failure where correctly in test.plNicholas Clark2005-12-231-0/+1
* Regression tests for proxy subroutine glob assignment.Nicholas Clark2005-12-221-3/+91
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-17/+13
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-221-1/+0
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-215-15/+104
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-203-14/+10
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-3/+19
* [TEST PATCH] %^H can now propagate into evalRobin Houston2005-12-201-14/+18
* Verify that the code for initialising typeglobs from other types works.Nicholas Clark2005-12-201-1/+29
* [perl #8262] //g loops infinitely on tainted dataDave Mitchell2005-12-191-1/+15
* Missing file from last changeRafael Garcia-Suarez2005-12-191-0/+206
* latest switch/say/~~Robin Houston2005-12-198-1/+1293
* Un-TODO a fixed testYves Orton2005-12-191-1/+1
* TODO-SKIP tests must be "not ok", or else the test harness will thinkYves Orton2005-12-191-1/+1
* Two test workarounds for VMSCraig A. Berry2005-12-181-4/+4
* Addition documentation explaining aritmetic negation on strings. Also,Steve Peters2005-12-171-0/+31
* RE: PeekMessage() call in win32\win32.c win32_async_checkJan Dubois2005-12-161-0/+18
* comp/require.t exits early for the case of UTF-8 or EBCDIC, so need toNicholas Clark2005-12-161-11/+14
* Added test for change #26373.Steve Peters2005-12-151-2/+13
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-151-0/+7
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-151-1/+13
* Re: [perl #37897] sprintf of version objectsJohn Peacock2005-12-151-0/+13
* Convert range.t to test.plNicholas Clark2005-12-131-57/+57
* Remove tests that were not portable to 64bit ints.Gisle Aas2005-12-131-3/+3
* Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().Gisle Aas2005-12-132-7/+15
* Check that %v$foo does not crash.Nicholas Clark2005-12-121-1/+14
* Oops, change 26326 broke t/run/switches.tGisle Aas2005-12-121-1/+1
* Drop "v" prefix from sprintf("%vd", $^V).Gisle Aas2005-12-121-0/+2
* Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)Nicholas Clark2005-12-111-1/+17
* Move the rest of the data munging into the test preparation loop.Nicholas Clark2005-12-111-3/+4
* Move the $data and $result munging into the test preparation loop.Nicholas Clark2005-12-111-20/+21
* Disallow sprintf's vector handling for non-integer formats.Gisle Aas2005-12-111-3/+10
* Quench the other 2 ways obscure ways of abusing positional parametersNicholas Clark2005-12-111-0/+2
* Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests Steve Peters2005-12-081-8/+8
* Re: stringification of v-string referencesJohn Peacock2005-12-061-1/+6
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-051-6/+18
* sprintf %NNN$ check for large values wrapping to negativeDave Mitchell2005-12-011-2/+22
* [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"Gisle Aas2005-12-011-0/+3
* Disable constant folding of sprintfGisle Aas2005-12-012-4/+12
* Revert change #22520 (optimise away my $foo = undef and similarRafael Garcia-Suarez2005-11-301-1/+11
* XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-231-2/+11
* Note the URL describing the vast riches awaiting us.Nicholas Clark2005-11-221-0/+4
* [perl #37725] perl segfaults on reversed array referenceDave Mitchell2005-11-221-1/+14
* Re: [PATCH] concat interacts badly with magicRobin Houston2005-11-223-2/+9
* Revert change #26185, which could have some unwanted side-effects.Rafael Garcia-Suarez2005-11-221-7/+0
* patch@26180 - t/op/pat.t : Can't reset %ENV on VMSJohn E. Malmberg2005-11-221-2/+11