aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-26update release number in README2014.09Tobias Leich1-1/+1
2014-09-26add release announcement for 2014.09Tobias Leich1-0/+72
2014-09-26just try to mkdir (in case it exists)Tobias Leich1-5/+5
2014-09-26use a panda that also works on windowsTobias Leich1-0/+0
2014-09-26update revision of Template-MojoTobias Leich1-0/+0
2014-09-25update submodule revisionsTobias Leich8-0/+0
2014-09-25update versions to 2014.09Tobias Leich2-4/+4
2014-09-25add script that creates panda state fileTobias Leich2-0/+58
So after installing star panda will know what modules are installed. When someone then will install a module that depends on a shipped module, the shipped (and known working) dependency will be used by default.
2014-09-21volunteer for this month's releaseTobias Leich1-1/+2
2014-09-20bump Digest::MD5 revisionTobias Leich1-0/+0
2014-09-19update NativeCall's revsion, pmakholm++Tobias Leich1-0/+0
2014-09-13update zavolaj's revisionTobias Leich1-0/+0
2014-09-03install windows start menu shortcut compatible with moarTobias Leich1-1/+1
2014-09-03pass --backends option to rakudo's configureTobias Leich2-1/+2
2014-08-30adjust sentences about backend supportTobias Leich1-1/+1
2014-08-30note 2014.08 release in release-guide.podTobias Leich1-1/+3
2014-08-30fix typos in announcement, japhb++2014.08Tobias Leich1-3/+3
2014-08-30update version in READMETobias Leich1-1/+1
2014-08-30update shipped modulesTobias Leich12-0/+0
2014-08-30update version to 2014.08 (and 6.7.0 for parrot)Tobias Leich2-5/+5
2014-08-30add announcement for 2014.08Tobias Leich2-1/+86
2014-08-30get rid of "no rule to make target `clean`, Error 2"Tobias Leich2-3/+11
This annoyed me for a long time now... Everytime I've seen it I thought: Ohh noes! Configure failed! But when you carried on reading it stated that everything is well and that you can now `make`.
2014-08-30precompile files just get compext appended nowTobias Leich1-3/+1
2014-08-25Warn users about github tarballsWill "Coke" Coleda1-1/+2
tadzik++
2014-07-02bump more versionsMoritz Lenz2-2/+2
2014-07-02Update submodulesMoritz Lenz6-0/+0
2014-07-02bump some versions to 2014.06Moritz Lenz1-4/+4
2014-05-23bump version in README and Makefile.inMoritz Lenz2-2/+2
2014-05-23Update module versionsMoritz Lenz6-0/+0
2014-05-23bump rakudo,nqp,moar versions to 2014.05Moritz Lenz1-3/+3
2014-05-19Update download URL (github's downloads are gone)Will "Coke" Coleda1-1/+1
2014-05-03Merge branch 'master' of github.com:rakudo/star2014.04jnthn2-23/+71
2014-05-03more guidance to build rakudoTobias Leich1-22/+70
It shows examples what option can be passes, and it also mentiones other backends than Parrot when someone tried to build for several backends but did not supply the right flags.
2014-05-03tools: only set $impl{config} when it is trueishTobias Leich1-1/+1
Otherwise we pass a ref of an empty hash around, wich will be treated truesh later.
2014-05-02Update various modules.jnthn5-0/+0
2014-05-02Release announce is markdown; PerlJam++.jnthn1-0/+0
2014-05-02Release announce work for 2014.04 release.jnthn1-9/+11
2014-05-02Align warning with current status.jnthn1-2/+2
2014-05-02s/5.9.0/5.10.0/ as "dev releases never happened"jnthn1-2/+2
2014-05-02Update README for multi-backend Star.jnthn1-29/+65
2014-04-20Add "verbose-modules-test" targetMoritz Lenz3-1/+14
2014-04-20Bump DBIish revision to work around precomp bugMoritz Lenz1-0/+0
2014-04-18Include $perl6 in testing outputMoritz Lenz1-1/+1
2014-04-18[Configure.pl] support --backends=allMoritz Lenz1-0/+2
2014-04-18udpate README, and version in Makefile.inMoritz Lenz2-6/+11
README is still not quite tristar ready
2014-04-18Draft release announcement 2014.04Moritz Lenz1-0/+67
2014-04-18Update modules/docMoritz Lenz1-0/+0
2014-04-18[Makefile] bump some revisionsMoritz Lenz1-3/+3
2014-04-13Bump various modules.jnthn3-0/+0
With this, we can now build a Rakudo Star that passes module tests on MoarVM.
2014-04-13Switch over to FROGGS MIME::Base64 module.jnthn2-1/+1
Has fixes for running on Moar/JVM.