aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28Add --force option to Configure.pl to force configuration evenpmichaud1-8/+17
if in a .git repository.
2012-08-28More .gitignore entries.pmichaud1-0/+4
2012-08-28Initial build makefile and script to prefix input lines.pmichaud2-0/+62
2012-08-28Update .gitignore.pmichaud1-1/+1
2012-08-28Block Configure.pl from running from a git checkout and display a helpful ↵pmichaud1-0/+16
message.
2012-08-28Remove obsolete build/ directory.pmichaud4-187/+0
2012-08-28Move star-level Makefile out of the way.pmichaud1-0/+0
2012-08-28De-template Configure.pl.pmichaud1-194/+0
2012-08-28De-template Configure.pl.pmichaud1-0/+182
2012-08-28Add MODULES.txt index file.pmichaud1-0/+27
2012-08-28Remove obsolete win32 building stuff.pmichaud2-150/+0
2012-08-28Add some submodules.pmichaud28-0/+81
2012-08-28Move build/binary/darwin_dmg to ports/ .pmichaud6-0/+0
2012-08-28Move skel/ into top-level directory, to try building directly from the repo.pmichaud28-192/+192
2012-08-24Add a draft announcement for R* 2012.08.pmichaud1-0/+104
2012-08-24bump some versionsMoritz Lenz3-7/+7
also reduce memory numbers in README a bit
2012-08-20adapt shebang line on installingMoritz Lenz2-5/+30
2012-08-18Change install recommendation for Debian/Ubuntu to want "build-essential" ↵pmichaud1-1/+1
instead of explicit gcc and make. mst++
2012-07-28Update Wix file to force installation to C:\ .pmichaud1-0/+4
2012-07-28Fix directory argument for building source .wxs file.2012.07pmichaud1-1/+1
2012-07-28Change INSTALLLOCATION -> INSTALLROOTpmichaud1-3/+3
2012-07-28Refactor .msi building process a fair bit.pmichaud3-26/+70
2012-07-27Break out separate 'wxs' and 'msi' Makefile targets.pmichaud1-4/+9
2012-07-27Add Template::MojoMoritz Lenz3-0/+4
Bailador now depends on it. UncleFester6++
2012-07-27[build] add a comment about preserving order of module listMoritz Lenz1-0/+2
2012-07-27[build] build URI before LWP::SimpleMoritz Lenz1-1/+1
2012-07-27I meant to ignore an error result, not suppress the command display. Now fixed.pmichaud1-1/+1
2012-07-27Add script to patch wxs file generated by Wix "heat" command.pmichaud2-1/+16
2012-07-27Merge branch 'master' of github.com:rakudo/starpmichaud1-3/+6
2012-07-27Some targets to help build MSI files for Windows (hopefully).pmichaud1-7/+10
2012-07-27Put a VERSION file into the star tarball; we can use it duringpmichaud1-0/+1
building.
2012-07-26[announce] s/titlecase/tc/, TimToady++Moritz Lenz1-1/+1
2012-07-26[announce] try to clarify a few deprecationsMoritz Lenz1-2/+5
2012-07-26Avoid "use of uninitialized ..." warnings during module-install.pmichaud1-0/+1
2012-07-26Update star's Makefile.in with new release numbers.pmichaud1-3/+3
2012-07-26Parrot puts some releases in devel/ and others in supported/ .pmichaud1-1/+1
2012-07-26Update component versions for 2012.07 release.pmichaud1-3/+3
2012-07-26More announcement updates.pmichaud1-9/+14
2012-07-26Add deprecation notes for regex spec changes.pmichaud1-0/+12
2012-07-26Some spelling and refactor of deprecation announcements for 2012.07 .pmichaud1-10/+10
2012-07-25more deprecation notices: recv and IO::File/IO::DirMoritz Lenz1-0/+6
2012-07-24fix panda revision to something before the offline-bootstrap mergeMoritz Lenz1-0/+1
2012-07-21add some deprecation notices to the release announcementMoritz Lenz1-0/+20
maybe we need to find a better place for them as they grow larger
2012-07-20Add draft announcement for 2012.07.pmichaud1-0/+60
2012-07-06got back to using HEAD of several modulesMoritz Lenz1-4/+0
2012-07-06HTTP::Easy is again maintained by supernovus++Moritz Lenz1-1/+1
2012-07-05Update creation of MANIFEST in 'make release' target to better handle files ↵pmichaud1-6/+2
with leading dot.
2012-07-04Sort MANIFEST to get sane order of files in tarball. Possible fix to RT ↵pmichaud1-0/+1
#113992.
2012-07-02Merge pull request #8 from ronaldxs/patch-1Moritz Lenz1-1/+1
I think this is why URI is seg faulting. I have not fully tested this w...
2012-07-02I think this is why URI is seg faulting. I have not fully tested this with ↵ronaldxs1-1/+1
respect to its overall effect on rakudo star but it seems safe and appropriate enough. I think similar changes were made not long ago to ufo and maybe panda.