| Commit message (Expand) | Author | Age | Files | Lines |
* | Addition documentation explaining aritmetic negation on strings. Also, | Steve Peters | 2005-12-17 | 1 | -0/+31 |
* | RE: PeekMessage() call in win32\win32.c win32_async_check | Jan Dubois | 2005-12-16 | 1 | -0/+18 |
* | comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to | Nicholas Clark | 2005-12-16 | 1 | -11/+14 |
* | Added test for change #26373. | Steve Peters | 2005-12-15 | 1 | -2/+13 |
* | Fix for [perl #37886] strict 'refs' doesn't apply inside defined | Rafael Garcia-Suarez | 2005-12-15 | 1 | -0/+7 |
* | Don't autovivify stashes as soon as the lexer sees them. | Rafael Garcia-Suarez | 2005-12-15 | 1 | -1/+13 |
* | Re: [perl #37897] sprintf of version objects | John Peacock | 2005-12-15 | 1 | -0/+13 |
* | Convert range.t to test.pl | Nicholas Clark | 2005-12-13 | 1 | -57/+57 |
* | Remove tests that were not portable to 64bit ints. | Gisle Aas | 2005-12-13 | 1 | -3/+3 |
* | Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). | Gisle Aas | 2005-12-13 | 2 | -7/+15 |
* | Check that %v$foo does not crash. | Nicholas Clark | 2005-12-12 | 1 | -1/+14 |
* | Oops, change 26326 broke t/run/switches.t | Gisle Aas | 2005-12-12 | 1 | -1/+1 |
* | Drop "v" prefix from sprintf("%vd", $^V). | Gisle Aas | 2005-12-12 | 1 | -0/+2 |
* | Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) | Nicholas Clark | 2005-12-11 | 1 | -1/+17 |
* | Move the rest of the data munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -3/+4 |
* | Move the $data and $result munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -20/+21 |
* | Disallow sprintf's vector handling for non-integer formats. | Gisle Aas | 2005-12-11 | 1 | -3/+10 |
* | Quench the other 2 ways obscure ways of abusing positional parameters | Nicholas Clark | 2005-12-11 | 1 | -0/+2 |
* | Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests | Steve Peters | 2005-12-08 | 1 | -8/+8 |
* | Re: stringification of v-string references | John Peacock | 2005-12-06 | 1 | -1/+6 |
* | Clarification and cleanup of the XS SWASHGET code | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -6/+18 |
* | sprintf %NNN$ check for large values wrapping to negative | Dave Mitchell | 2005-12-01 | 1 | -2/+22 |
* | [PATCH] Re: Perl PR: "Security holes in Sys::Syslog" | Gisle Aas | 2005-12-01 | 1 | -0/+3 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 2 | -4/+12 |
* | Revert change #22520 (optimise away my $foo = undef and similar | Rafael Garcia-Suarez | 2005-11-30 | 1 | -1/+11 |
* | XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-23 | 1 | -2/+11 |
* | Note the URL describing the vast riches awaiting us. | Nicholas Clark | 2005-11-22 | 1 | -0/+4 |
* | [perl #37725] perl segfaults on reversed array reference | Dave Mitchell | 2005-11-22 | 1 | -1/+14 |
* | Re: [PATCH] concat interacts badly with magic | Robin Houston | 2005-11-22 | 3 | -2/+9 |
* | Revert change #26185, which could have some unwanted side-effects. | Rafael Garcia-Suarez | 2005-11-22 | 1 | -7/+0 |
* | patch@26180 - t/op/pat.t : Can't reset %ENV on VMS | John E. Malmberg | 2005-11-22 | 1 | -2/+11 |
* | patch@26180 - t/op/array.t : Can't reset %ENV on VMS | John E. Malmberg | 2005-11-22 | 1 | -1/+1 |
* | concat interacts badly with magic | Robin Houston | 2005-11-21 | 1 | -0/+7 |
* | Thread failures on AIX (and others) caused by interleaved output | H.Merijn Brand | 2005-11-21 | 1 | -0/+1 |
* | Pulling ancient RCS comments | Andy Lester | 2005-11-20 | 25 | -50/+0 |
* | Re: [perl #37688] Unexpected regex failure. | Hugo van der Sanden | 2005-11-16 | 1 | -0/+1 |
* | Re: [perl #37616] Bug in &= (string) and/or m// | SADAHIRO Tomoyuki | 2005-11-15 | 1 | -1/+12 |
* | Provide a crude way for specifying the command line for | Nicholas Clark | 2005-11-14 | 1 | -3/+4 |
* | Add tests for two untested syntax error messages about \N | Rafael Garcia-Suarez | 2005-11-10 | 1 | -1/+8 |
* | I/O is UTF-8, not "UNICODE" | Nicholas Clark | 2005-11-09 | 1 | -7/+7 |
* | As using -C to turn on utf8 IO is equivalent to the open pragma, | Nicholas Clark | 2005-11-09 | 1 | -2/+8 |
* | Better diagnostics from io/utf8.t | Nicholas Clark | 2005-11-09 | 1 | -31/+36 |
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-08 | 4 | -3/+40 |
* | s/Nick Clark/Nicholas Clark/ | Nicholas Clark | 2005-11-07 | 1 | -1/+1 |
* | For each test function, test it as is, and with extra data appended | Nicholas Clark | 2005-11-07 | 1 | -0/+12 |
* | Fix bug #37628 (both lcfirst and ucfirst) | Nicholas Clark | 2005-11-07 | 4 | -71/+78 |
* | Revert patch #25993. | Rafael Garcia-Suarez | 2005-11-04 | 1 | -2/+2 |
* | [perl #19049] Incorrect $` after replacement | Andreas König | 2005-11-04 | 1 | -2/+2 |
* | Re: [PATCH] sort/multicall patch | Robin Houston | 2005-11-04 | 1 | -1/+11 |
* | Add appropriate skips to t/io/fs.t to fix test failures on Cygwin. | Steve Peters | 2005-11-03 | 1 | -2/+8 |