]> git.vpit.fr Git - perl/modules/Sub-Nary.git/shortlog
perl/modules/Sub-Nary.git
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 master
2013-08-24 Vincent PitSwitch qw delimiters to <>
2013-08-24 Vincent PitExplicitely state that C++ compilers aren't supported
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitReplace uses of "$^V" by "$]"
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-24 Vincent PitPut each POD sentence on its own line
2013-08-23 Vincent PitMake sure the POD headings are linkable
2013-08-23 Vincent PitNo tabs please
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-22 Vincent PitQuote version numbers in Makefile.PL
2013-08-22 Vincent PitEncode the README file in UTF-8
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate author tests
2013-08-07 Vincent PitIgnore MYMETA files
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-07-07 Vincent PitSort MANIFEST
2009-07-07 Vincent PitGet rid of t/90-boilerplate.t
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2008-11-30 Vincent PitOne more eval { return } test
2008-11-30 Vincent PitBetter be on irc.perl.org
2008-11-30 Vincent Pitscale() shouldn't fill {}
2008-11-30 Vincent PitPOD beautification
2008-08-20 Vincent PitMake the sample script use B::RecDeparse when available
2008-08-20 Vincent PitMore combine()-specific tests
2008-08-20 Vincent PitWith cheating a bit, we get 100% XS code coverage
2008-08-20 Vincent PitFix edge case in cumulate() when the coefficient is 1
2008-08-20 Vincent PitMore XS tests
2008-08-20 Vincent PitFix discrepancy between add('list',1) and add({list...
2008-08-20 Vincent PitAn entersub has always at least a pushmark and a rv2cv
2008-08-20 Vincent Pitadd() always return a reference
2008-08-20 Vincent PitGet rid of Debian_CPANTS.txt
2008-08-20 Vincent PitWrap hv_store{,_ent} so that we don't make the error...
2008-08-20 Vincent PitCorrect mailing list
2008-08-16 Vincent PitAdd tests for ||, && and //
2008-08-09 Vincent PitAllow returning from a scalar assignment
2008-08-08 Vincent PitThis is 0.03 v0.03
2008-08-08 Vincent PitSimplify pp_entersub argument list logic and improve...
2008-08-08 Vincent PitMove misc XS tests to t/15-misc-xs.t, including scalops...
2008-08-08 Vincent PitOne more test to exaust for cases. Remove debugging...
2008-08-08 Vincent PitTest for definedness of returned values because 0 is...
2008-08-08 Vincent Pitfor/while (...) { return if } should be interpreted...
2008-08-08 Vincent PitPut grep/map tests into their own test file
2008-08-08 Vincent PitThe right method to get the number of keys from a B...
2008-08-08 Vincent PitFix handling of partial returns in lists
2008-08-08 Vincent PitFix a bug the handling of if (do { return if ; }) ...
2008-08-08 Vincent PitRemove the now unused list function
2008-08-08 Vincent PitFix map/grep handling of returns in block with a new...
2008-08-08 Vincent PitRewrite add in XS. List::Util is no longer a prerequisite
2008-08-08 Vincent PitRewrite scale in XS
2008-08-08 Vincent PitRewrite combine in XS
2008-08-08 Vincent PitRewrite normalize in XS
2008-08-08 Vincent PitRewrite list in XS
2008-08-08 Vincent PitRewrite zero in XS
2008-08-08 Vincent PitRewrite count in XS. List::Util::sum isn't required...
2008-08-07 Vincent PitComplete rewrite. Make the inspect process return both...
2008-08-06 Vincent PitAdd support for grep and while. Inline expect_list...
2008-08-05 Vincent PitAdd tests for delete
2008-08-05 Vincent PitThis is 0.02 v0.02
2008-08-05 Vincent PitExplain how we treat core functions in regard to probab...
2008-08-05 Vincent PitGet the good count in aassign. Fixes successive arrays...
2008-08-05 Vincent Pitconst ops are always SVOPs, so we can simplify the...
2008-08-05 Vincent PitAdd support for constant ranges, and tests for kinds...
2008-08-05 Vincent PitAdd tests for end*() functions
2008-08-05 Vincent PitAdd support and tests for the get{pw,gr,host,net,proto...
2008-08-05 Vincent Pitkeys/values return a 'list', each return zero or two...
2008-08-05 Vincent Pitstat() can also return no arguments if the file can...
2008-08-05 Vincent PitAdd support for gmtime
2008-08-04 Vincent PitTest some filestat operators
2008-08-04 Vincent PitAlso add support for stat
2008-08-04 Vincent PitAdd support for localtime and caller
2008-08-04 Vincent PitPOD nits
2008-08-04 Vincent Pitreadline/<> should be seen as returning a list
2008-08-04 Vincent PitAdd a test in t/23-branch.t for the glob strange case
2008-08-04 Vincent Piteval '...' should be interpreted as returning a list
2008-08-04 Vincent PitAdd support and tests for eval { }
2008-08-04 Vincent PitReturn 'list' when we can't enter the coderef (such...
2008-08-04 Vincent PitWe stole from B::Deparse, not Sub::Deparse
2008-08-04 Vincent PitWe can't guess how many elements a match will return
2008-08-04 Vincent PitImporting Sub-Nary-0.01.tar.gz v0.01