aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2014-04-02fix VCS conflictTobias Leich1-10/+4
2014-04-02fixed thinko in version bump, Woodi++Tobias Leich1-1/+1
2014-04-02no special handling needed, PR got appliedTobias Leich1-11/+0
2014-04-02update submodules to newer revisionTobias Leich2-0/+0
2014-04-01Fix count, add more markupWill "Coke" Coleda1-2/+2
2014-04-01we're not on SVN anymoreMoritz Lenz1-1/+0
2014-04-01Merge remote-tracking branch 'origin/tristar'Moritz Lenz10-55/+157
Conflicts: tools/build/Makefile.in tools/star/Makefile tools/star/release-guide.pod
2014-04-01move changes to correct section, jnthn++2014.03Tobias Leich1-5/+5
2014-04-01update release peeps listTobias Leich1-1/+2
2014-04-01add changes of 2014.02 and notes about r-m/j* in 2014.04Tobias Leich1-1/+7
2014-04-01bump submodules to latest versionsTobias Leich12-0/+0
Except perl6-lwp-simple, we switch to a patched fork here.
2014-04-01add announcement for 2014.03Tobias Leich1-0/+67
2014-04-01bump versionsTobias Leich3-7/+7
2014-04-01remove perl6-debug, it is included in rakudo nowTobias Leich1-22/+1
2014-04-01remove note about MIME::Base64, add one about LWP::SimpleTobias Leich1-7/+9
2014-03-29Merge pull request #37 from retupmoca/tristarTobias Leich1-2/+2
Require file extension to be at end of filename