2006-04-24 |
Andy Lester | doop.c consting, take 2
|
commit | commitdiff | tree |
2006-04-24 |
Andy Lester | Refactor S_glob_2inpuv
|
commit | commitdiff | tree |
2006-04-24 |
Andy Lester | Inlining static funcs in perl.c
|
commit | commitdiff | tree |
2006-04-21 |
Jerry D. Hedden | Rework threads destruct call
|
commit | commitdiff | tree |
2006-04-21 |
Alexey Toptygin | Re: [perl #38904] Text::ParseWords doesn't always handle...
|
commit | commitdiff | tree |
2006-04-20 |
Rafael Garcia-Suarez | Add test boilerplate and use test.pl instead of Test...
|
commit | commitdiff | tree |
2006-04-20 |
Rafael Garcia-Suarez | Add new tests for bug #32840 provided by David Landgren,
|
commit | commitdiff | tree |
2006-04-20 |
Jerry D. Hedden | [REPOST] [PATCH] Remove superfluous counter in threads
|
commit | commitdiff | tree |
2006-04-20 |
Rafael Garcia-Suarez | New test for the "Assignment to both a list and a scalar...
|
commit | commitdiff | tree |
2006-04-20 |
Andy Lester | op_type shrinking
|
commit | commitdiff | tree |
2006-04-20 |
Andy Lester | regexec consting & localizing
|
commit | commitdiff | tree |
2006-04-20 |
Andy Lester | Localizing vars
|
commit | commitdiff | tree |
2006-04-19 |
Rafael Garcia-Suarez | Upgrade to Test::Harness 2.57_05
|
commit | commitdiff | tree |
2006-04-19 |
Rafael Garcia-Suarez | There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
|
commit | commitdiff | tree |
2006-04-19 |
Rafael Garcia-Suarez | Replace some Copy() by Move() calls, because valgrind...
|
commit | commitdiff | tree |
2006-04-18 |
Rafael Garcia-Suarez | When checking whether perl is built with -g in optimisation
|
commit | commitdiff | tree |
2006-04-18 |
Rafael Garcia-Suarez | Addition to README.riscos suggested by Nicholas
|
commit | commitdiff | tree |
2006-04-18 |
Alex Waugh | Support compiling for RISC OS
|
commit | commitdiff | tree |
2006-04-14 |
Jarkko Hietaniemi | doop.c: (Coverity) found a bug but not quite what Coverity...
|
commit | commitdiff | tree |
2006-04-14 |
Jerry D. Hedden | Fix implementation of threads->_handle on unixes.
|
commit | commitdiff | tree |
2006-04-11 |
Andy Lester | Quiet a coverity problem
|
commit | commitdiff | tree |
2006-04-10 |
Andy Dougherty | Fix coverity warning in utf8.c
|
commit | commitdiff | tree |
2006-04-05 |
Joshua ben Jore | Re: expr foreach (...) isn't a B::Lint warning anymore
|
commit | commitdiff | tree |
2006-04-05 |
Rafael Garcia-Suarez | Assigning undef to an entry in %ENV shouldn't produce...
|
commit | commitdiff | tree |
2006-04-05 |
Alan Burlison | perlio.c breaks on Solaris/gcc when > 256 FDs are available
|
commit | commitdiff | tree |
2006-04-05 |
Rafael Garcia-Suarez | There should be only one META.yml file
|
commit | commitdiff | tree |
2006-04-05 |
SADAHIRO Tomoyuki | Fix test portability on non-ASCII platforms
|
commit | commitdiff | tree |
2006-04-04 |
Jim Cromie | Re: Making IO::Socket pass test on Win32
|
commit | commitdiff | tree |
2006-04-04 |
Rafael Garcia-Suarez | FEATURE_IS_ENABLED takes only one parameter now, so...
|
commit | commitdiff | tree |
2006-04-04 |
Jan Dubois | threads.pm should overload != operator
|
commit | commitdiff | tree |
2006-04-04 |
Rafael Garcia-Suarez | Fix syntax error in io_pipe test
|
commit | commitdiff | tree |
2006-04-04 |
Andy Lester | Move conditional SOCKS5 code into #ifdefs
|
commit | commitdiff | tree |
2006-04-04 |
Jan Dubois | "smart match" description in overload.pm is in the...
|
commit | commitdiff | tree |
2006-04-03 |
Jerry D. Hedden | 2nd patch to sync blead 'threads' with CPAN [REPOST]
|
commit | commitdiff | tree |
2006-04-03 |
Andy Lester | SvREFCNT_inc tweaks
|
commit | commitdiff | tree |
2006-04-03 |
Andy Lester | Removed unused code in regexec.c
|
commit | commitdiff | tree |
2006-04-03 |
Jarkko Hietaniemi | ext/IO/t/io_unix.t
|
commit | commitdiff | tree |
2006-04-03 |
John L. Allen | revisited: pow.t test failures on AIX 5.1 perl588 with...
|
commit | commitdiff | tree |
2006-04-03 |
Dominic Dunlop | Document that the regexp engine is not currently reentrant
|
commit | commitdiff | tree |
2006-04-03 |
Rafael Garcia-Suarez | Take splint into account for PERL_UNUSED_ARG (patch...
|
commit | commitdiff | tree |
2006-04-02 |
Andy Lester | Removed unnecessary pointers checks
|
commit | commitdiff | tree |
2006-04-02 |
Robin Houston | Prevent "use sort 'stable'" from reversing the order
|
commit | commitdiff | tree |
2006-04-02 |
SADAHIRO Tomoyuki | Re: [perl #38293] chr(65535) should be allowed in regexes
|
commit | commitdiff | tree |
2006-03-31 |
Dominic Dunlop | Re: recursion now removed from the regex engine
|
commit | commitdiff | tree |
2006-03-31 |
Rafael Garcia-Suarez | Updated version of the grumpy comment deleted by change...
|
commit | commitdiff | tree |
2006-03-31 |
Andy Lester | Redo PERL_UNUSED_DECL
|
commit | commitdiff | tree |
2006-03-31 |
Rafael Garcia-Suarez | Document new magic types in perlguts. Fix a comment...
|
commit | commitdiff | tree |
2006-03-31 |
Rafael Garcia-Suarez | Upgrade to Time::Local 1.12_01
|
commit | commitdiff | tree |
2006-03-31 |
Andy Lester | Random accumulated patches
|
commit | commitdiff | tree |
2006-03-31 |
Paul Marquess | IO::Compress::Zip
|
commit | commitdiff | tree |
2006-03-31 |
Rafael Garcia-Suarez | Test for fileno definedness instead of truth
|
commit | commitdiff | tree |
2006-03-30 |
Robin Barker | PATCH t/op/tie.t
|
commit | commitdiff | tree |
2006-03-30 |
Randy W. Sims | Re: New Module::Build released
|
commit | commitdiff | tree |
2006-03-30 |
Andy Lester | Clean up regexec.c, and remove two functions
|
commit | commitdiff | tree |
2006-03-29 |
Hugo van der Sanden | child's processor time
|
commit | commitdiff | tree |
2006-03-29 |
Yuval Kogman | CLONE for Tie::RefHash
|
commit | commitdiff | tree |
2006-03-29 |
Andy Lester | Devel::DProf consting
|
commit | commitdiff | tree |
2006-03-29 |
Jarkko Hietaniemi | re-[PATCH] Re: [PATCH] Poison now in two different...
|
commit | commitdiff | tree |
2006-03-29 |
Jim Cromie | [doc-patch] clarify -Accflags in INSTALL
|
commit | commitdiff | tree |
2006-03-25 |
Paul Marquess | ext/Compress/IO/Zlib/t/050interop-gzip.t
|
commit | commitdiff | tree |
2006-03-24 |
Rafael Garcia-Suarez | Bump version number of ExtUtils::MM_Win32
|
commit | commitdiff | tree |
2006-03-24 |
Jerry D. Hedden | (2nd revised) 1st patch to sync blead 'threads' with...
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | When MAN3PODS is forced to {} in a Makefile.PL, manpages...
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | No reason to ship MakeMaker's META.yml
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | Merge changes from CPAN's EU:MM 6.30_01.
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | Get version numbers in line with what's in the CPAN
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | Upgrade to Time::Local 1.12
|
commit | commitdiff | tree |
2006-03-23 |
Rafael Garcia-Suarez | Further adjustement to change #27576 by Jan Dubois
|
commit | commitdiff | tree |
2006-03-23 |
Jan Dubois | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
|
commit | commitdiff | tree |
2006-03-22 |
Randy W. Sims | Uninitialized value in Archive::Tar
|
commit | commitdiff | tree |
2006-03-22 |
Dominic Dunlop | Re: [perl #38779] NAN's on Win32
|
commit | commitdiff | tree |
2006-03-21 |
John E. Malmberg | [patch@27538] utime patch for VMS
|
commit | commitdiff | tree |
2006-03-20 |
Rafael Garcia-Suarez | Revert part of change 27546 related to a /dev/null bug
|
commit | commitdiff | tree |
2006-03-20 |
Rick Delaney | Re: [perl #38710] localised stash slice
|
commit | commitdiff | tree |
2006-03-20 |
John E. Malmberg | [patch@27538] Misc vms.c fixes for buffer sizes.
|
commit | commitdiff | tree |
2006-03-17 |
Rafael Garcia-Suarez | Upgrade to ExtUtils::CBuilder 0.17
|
commit | commitdiff | tree |
2006-03-16 |
Rafael Garcia-Suarez | Add a couple of regression tests for the untested
|
commit | commitdiff | tree |
2006-03-16 |
Paul Marquess | Compress::Raw::Zlib, Compress::Zlib, IO::Compress:...
|
commit | commitdiff | tree |
2006-03-16 |
Rafael Garcia-Suarez | Make the threads tests silent with regard to the new...
|
commit | commitdiff | tree |
2006-03-14 |
Rafael Garcia-Suarez | Deprecate :unique even with threads
|
commit | commitdiff | tree |
2006-03-14 |
Rafael Garcia-Suarez | Make usage of :unique emit a deprecation warning.
|
commit | commitdiff | tree |
2006-03-14 |
Peter Prymmer | perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work...
|
commit | commitdiff | tree |
2006-03-14 |
Hugo van der Sanden | [perl #38710] localised stash slice
|
commit | commitdiff | tree |
2006-03-14 |
Rafael Garcia-Suarez | threads and threads::shared are now dual-lived modules
|
commit | commitdiff | tree |
2006-03-14 |
Andy Lester | Do nothing in a GCC-friendly way
|
commit | commitdiff | tree |
2006-03-14 |
Andy Lester | looks_like_bool can be const
|
commit | commitdiff | tree |
2006-03-13 |
Rafael Garcia-Suarez | Forgot the ending \. Why did it still compile ?
|
commit | commitdiff | tree |
2006-03-13 |
Robin Houston | Automatically SPAGAIN in the poor-man's-multicall API
|
commit | commitdiff | tree |
2006-03-12 |
Rafael Garcia-Suarez | Load .pmc always, even if they are older than a matching...
|
commit | commitdiff | tree |
2006-03-08 |
Rafael Garcia-Suarez | "make distclean" fix noticed by Steve Hay
|
commit | commitdiff | tree |
2006-03-08 |
Stephen McCamant | Re: [perl #38684] O::Deparse not working as expected
|
commit | commitdiff | tree |
2006-03-08 |
Andy Lester | Removed unused check and assignment in pp_hot.c
|
commit | commitdiff | tree |
2006-03-08 |
Rafael Garcia-Suarez | "make distclean" adjustments for the new Compress modules
|
commit | commitdiff | tree |
2006-03-07 |
Rafael Garcia-Suarez | This looks like a memory leak.
|
commit | commitdiff | tree |
2006-03-07 |
Rafael Garcia-Suarez | $[ = 2 should not warn.
|
commit | commitdiff | tree |
2006-03-07 |
Rafael Garcia-Suarez | Make report on bad filenames easier to read
|
commit | commitdiff | tree |
2006-03-07 |
Rafael Garcia-Suarez | FAQ sync. (FAQ now moved to svn)
|
commit | commitdiff | tree |
2006-03-06 |
Rafael Garcia-Suarez | Add all new utilities in the perlutil man page.
|
commit | commitdiff | tree |
2006-03-06 |
Yitzchak Scott-Thoennes | add Module::Build 0.27_08
|
commit | commitdiff | tree |
2006-03-06 |
Rafael Garcia-Suarez | Upgrade to Archive::Tar 1.29
|
commit | commitdiff | tree |
next |