| Commit message (Expand) | Author | Age | Files | Lines |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 7 | -212/+232 |
* | Re: [perl #27053] /^/m doesn't match after a newline at the end of the string | Yves Orton | 2006-11-13 | 1 | -1/+2 |
* | Casting nit | Rafael Garcia-Suarez | 2006-11-13 | 1 | -4/+4 |
* | POD fixes and nits in re.pm | Rafael Garcia-Suarez | 2006-11-13 | 1 | -22/+20 |
* | minor nit in binmode docs | Paul Johnson | 2006-11-13 | 1 | -2/+2 |
* | The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. | Steve Peters | 2006-11-13 | 1 | -1/+1 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 18 | -233/+550 |
* | Re-order ops to the implementation order in pp_sys.c - this makes a | Nicholas Clark | 2006-11-12 | 3 | -44/+44 |
* | Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with | Nicholas Clark | 2006-11-12 | 1 | -363/+373 |
* | Forgot to add the new files for 29248. | Nicholas Clark | 2006-11-12 | 4 | -0/+72 |
* | Change 24714 was arguably over-ambitious, in that non-core modules | Nicholas Clark | 2006-11-12 | 6 | -8/+56 |
* | Looks like I didn't actually test the COW conditional code in | Nicholas Clark | 2006-11-12 | 2 | -3/+3 |
* | (2nd version) small tweaks based on smoke signs | Jarkko Hietaniemi | 2006-11-12 | 3 | -4/+4 |
* | Reinstate warning 'Useless use of "re" pragma' | Rafael Garcia-Suarez | 2006-11-12 | 1 | -2/+3 |
* | Upgrade to Test-Simple-0.65. | Steve Peters | 2006-11-10 | 6 | -5/+7 |
* | Add to Attribute::Handlers the ability to report caller's file and line | David Feldman | 2006-11-09 | 4 | -17/+81 |
* | Silence warnings in Pod::Man | Rafael Garcia-Suarez | 2006-11-09 | 1 | -0/+1 |
* | ***speculative*** was RE: [PATCH] regexec.c - silence compiler warning | Robin Barker | 2006-11-09 | 2 | -17/+17 |
* | regcomp.c: printf arg casts | Jarkko Hietaniemi | 2006-11-09 | 1 | -3/+4 |
* | [perl #40718] perl parser bug leading to memory corruption | Dave Mitchell | 2006-11-08 | 1 | -5/+3 |
* | Configure patch to add detection for DIR.dd_fd member variable | Steve Peters | 2006-11-08 | 15 | -2/+62 |
* | fails under minitest | Robin Barker | 2006-11-08 | 1 | -10/+15 |
* | Change the documentation of the return values of @INC-hooks to match | Rafael Garcia-Suarez | 2006-11-08 | 1 | -9/+3 |
* | Supress df warning in stat.t on OS X | Michael G Schwern | 2006-11-08 | 1 | -1/+1 |
* | Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards. | Steve Hay | 2006-11-08 | 3 | -17/+12 |
* | Type change to avoid signed/unsigned compiler warnings | Rafael Garcia-Suarez | 2006-11-08 | 1 | -1/+1 |
* | Regenerate Changes; update perldelta | Rafael Garcia-Suarez | 2006-11-08 | 2 | -2/+993 |
* | Re: New version diagnostic breaks a bunch of modules. | Glenn Linderman | 2006-11-08 | 1 | -3/+7 |
* | Perl_die() / Perl_croak() | Philip M. Gollucci | 2006-11-08 | 2 | -7/+4 |
* | Patch for bug in SelfLoader.pm | Mike Schilli | 2006-11-08 | 1 | -2/+2 |
* | Use $HOME/localperl as default prefix for installing perl | Rafael Garcia-Suarez | 2006-11-07 | 1 | -1/+4 |
* | More notes in perldelta | Rafael Garcia-Suarez | 2006-11-07 | 1 | -1/+20 |
* | Forbid using tainted formats in printf and sprintf | Rafael Garcia-Suarez | 2006-11-07 | 4 | -1/+21 |
* | Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert... | Jerry D. Hedden | 2006-11-07 | 2 | -2/+18 |
* | Because I like pain. An update to README | Jesse Vincent | 2006-11-07 | 1 | -74/+108 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 15 | -383/+840 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 9 | -21/+22 |
* | assert() that SvPV_set() isn't used on hashes. | Nicholas Clark | 2006-11-06 | 2 | -5/+4 |
* | assert() that scalars are of the correct type in *set macros. | Nicholas Clark | 2006-11-06 | 1 | -0/+11 |
* | Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground | Steve Hay | 2006-11-06 | 4 | -0/+41 |
* | Re: [PATCH] Detecting bad /dev/null's in Configure | Michael Cummings | 2006-11-06 | 1 | -1/+13 |
* | Re: [PATCH] Detecting bad /dev/null's in Configure | Michael Cummings | 2006-11-06 | 1 | -0/+7 |
* | Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | SADAHIRO Tomoyuki | 2006-11-06 | 1 | -19/+17 |
* | Sync Pod::Usage with the CPAN version | Rafael Garcia-Suarez | 2006-11-06 | 1 | -9/+10 |
* | The non-unix parts for localtime_r_needs_tzset | H.Merijn Brand | 2006-11-06 | 22 | -1/+78 |
* | Re: the new t/run/cloexec.t failing in Solaris and Tru64 | Andrew Savige | 2006-11-06 | 1 | -30/+40 |
* | Upgrade to Test::Simple 0.64_03 | Rafael Garcia-Suarez | 2006-11-06 | 16 | -111/+107 |
* | Change reentr.pl to generate reentr.h accordingly to change 29209 | Rafael Garcia-Suarez | 2006-11-06 | 1 | -0/+3 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 4 | -5/+74 |
* | Silence a cast warning | Rafael Garcia-Suarez | 2006-11-06 | 1 | -1/+1 |