2007-04-22 |
Nicholas Clark | Fix problems caused by downsizing in change 31017.... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Rafael Garcia... | Reflect change of path for Module::Pluggable's tests... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Rafael Garcia... | Add missing file to MANIFEST |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Jos I. Boumans | Update CPANPLUS to 0.79_01 |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Craig A. Berry | Move Module::Pluggable tests up under main test directory. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Craig A. Berry | Make t/harness find the t/mro tests |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Various variables in intrpvar.h and thrdvar.h are consi... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Fix bug in change 31015 - saving the wrong size of... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Several members of struct yy_parser can go on a diet... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | By re-ordering declarations in interpvar.h and thrdvar... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Remove widesyscalls and numeric_compat1, two unused... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Eliminate Internals::inc_sub_generation, which nothing... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Where possible, use SvIV instead of SvIVX, SvNV instead... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | Storing PL_sv_yes over itself is as cheap as calling... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Nicholas Clark | In Perl_mro_get_linear_isa_dfs(), by treating the local... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Rafael Garcia... | Typo fix by Abigail |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Rafael Garcia... | Upgrade to version-0.7203. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Rafael Garcia... | Completely remove Test::More from the MRO tests, by... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Rafael Garcia... | Small optimisations, by Brandon Black |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Rafael Garcia... | Code comments, by Brandon Black |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Anno Siegel | Bug in Hash::Util::FieldHash |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Nicholas Clark | Terser source code in Perl_mro_meta_dup() |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Nicholas Clark | Make struct mro_meta 4(ish) bytes smaller. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Shorten some file names |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Silence some diagnostic messages when running within... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Nit to S_isa_lookup by Brandon Black |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Additions to perldiag for MRO, by Brandon Black. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | A little bit more safe version of HvMROMETA |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Don't use Test::More in core tests (at least, where |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Gerard Goossen | Re: [PATCH] madprop about forced words |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Patrick Dugnolle | [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Rafael Garcia... | Clean the MRO documentation up |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Steve Peters | Upgrade to CPAN-1.91 |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Simpler version, and that zeroes the allocated memory |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Use Newxc instead of casting by hand |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | A Tolkien quote for mro.c, found by Audrey Tang. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Steve Hay | Fix non-threaded build on Win32 following #30980 |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Fix compilation error with threads |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Adjust the warning category in the test, too |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Put the "Can't locate package..." warnings in the ... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rafael Garcia... | Change an "Internal error" message to the more common... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Brandon Black | Re: new C3 MRO patch |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Jan Dubois | Allow sending SIGINT to child processes on Windows... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Jerry D. Hedden | Re: [perl #41574] cond_wait hang ups under MSWin32 |
commit | commitdiff | tree | snapshot |
2007-04-18 |
H.Merijn Brand | 1. Move #30327 to the generation location |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Steve Hay | Add a test for the bug fixed by #30970 |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Rafael Garcia... | Sys::Syslog was missing from Maintainers.pl |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Steve Hay | These test scripts probably wanted BEGIN blocks, |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Jan Dubois | Fix kill(0, $pid) on Windows |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Nicholas Clark | Remove the "performance hack" that suppressed used... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Jerry D. Hedden | Re: [PATCH] Mention sorting MANIFEST in perlhack.pod |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Jerry D. Hedden | Re: Thread.t hangs, even under normal test... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Jarkko Hietaniemi | sv.c: %d ne size_t |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Dave Mitchell | fix casting warning in pp_ord() |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Dave Mitchell | get rid of warning due to empty dangling else in malloc.c |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Dave Mitchell | follow PL_watchaddr when cloning a thread |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Dave Mitchell | with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Nicholas Clark | Remove wince/ from checkcfgvar.pl, now that it is gone... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Rafael Garcia... | Add the Default Unicode Collation Element Table for... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Rafael Garcia... | Change prototype of async() to be compatible with the one |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Jerry D. Hedden | Remove 5005threads from Thread.pm |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Jerry D. Hedden | Fix Thread.pm |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Dave Mitchell | Move PL_comppad nulling from do_clean_all to sv_clear |
commit | commitdiff | tree | snapshot |
2007-04-14 |
H.Merijn Brand | Typo in croak message |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Abigail | Typo in =item say |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Jan Dubois | RE: [PATCH] Restore Win64 compilation with the Windows... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Alexey Tourbin | Integrate: |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Nicholas Clark | Bump the VERSION of ExtUtils::Constant::Base. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Nicholas Clark | PL_madskills is a bool, so save it as one (else Solaris... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Nicholas Clark | Fix two errors in the OP debugging code. Now all test... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yves Orton | Re: [PATCH] Add CPANPLUS 0.78 to the core |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Nicholas Clark | Change 18797 (Patch for [perl #9402], known also as... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Rafael Garcia... | Run buildtoc --build-all |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Jerry D. Hedden | Add $VERSION to Module::Build::Version |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Rafael Garcia... | Upgrade to Archive::Extract 0.18 |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Rafael Garcia... | Add the perlreapi man page, by Ã\86var Arnfjörð Bjarmason |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Ævar Arnfjörð... | Re: [PATCH] extflags/pmflags Change 30841, in dump... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Ævar Arnfjörð... | Re: [PATCH] perlreguts.pod: use the unicode name for... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Nicholas Clark | When removing the test program source, also remove... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Jarkko Hietaniemi | g++ in Tru64: align sockaddr and sockaddr_in defs |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | For symbolic references test the defined path through... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | Be a bit more specific in what our second typeglob... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Steve Peters | Fix spelling nit. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | Run pod/buildtoc --build-all |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | perl5.9.5delta is about 5, not 4. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | Update MANIFEST to include 3 files added in change... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Jerry D. Hedden | Correct Shell.pm POD regarding $Shell::capture_stderr |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Rafael Garcia... | Add Shell.pm to the list of dual-life modules |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Rafael Garcia... | Upgrade to Shell 0.72 (noticed by Jerry D. Hedden) |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | If the test programs for strtoul(), strtoull() or strto... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Nicholas Clark | Work round what appears to be a bug in Sun C++ 5.8... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Craig A. Berry | Fully VMSify CPANPLUS util names following #30885 |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Nicholas Clark | Silence the g++ warnings "right-hand operand of comma... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Nicholas Clark | Cast needed to get POSIX compiling with g++ on FreeBSD. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Nicholas Clark | Make the don't-use-nm symbol table probes work under... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Steve Peters | Version change to ExtUtils::MM_Unix missed in change... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Steve Peters | Somehow, version.pm was missed from change #30629. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Nicholas Clark | Undo the non-maint part of change 30816. Silly Nicholas. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Steve Peters | Upgrade to Module-Build-0.2807 |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Nicholas Clark | S_forget_pmop() only needs a flags argument for the... |
commit | commitdiff | tree | snapshot |
next |