newsGNU Common Lisp - News: GCL has moved to GIT

 
 
Latest News
GCL 2.6.14 has been released posted by camm, Fri 13 Jan 2023 04:20:10 PM UTC
GCL 2.6.13 is released posted by camm, Tue 20 Dec 2022 06:05:45 PM UTC
GCL 2.6.12 is released posted by camm, Tue 28 Oct 2014 02:49:17 PM UTC
GCL 2.6.11 has been released posted by camm, Sat 06 Sep 2014 04:19:46 PM UTC
GCL 2.6.10 has been released posted by camm, Wed 13 Nov 2013 07:22:22 PM UTC

GCL has moved to GIT

Item posted by Camm Maguire <camm> on Tue 27 Aug 2013 09:19:19 PM UTC.

GCL has moved to the git version control system.  The 2.6.8 and 2.6.9
branches and tags are identical in cvs and git.  Henceforward,
modifications will be made to git only.  As of the present writing, git
contains a merge of experimental into master, and a port of most 2.6.x
improvements into master.  This will form the basis of a 2.7.0 release
sometime in the future.

For those unfamiliar with git:

git clone git://git.sv.gnu.org/gcl.git
cd gcl
git checkout master, or git checkout Version_2_6_9, etc.
cd gcl
./configure && make

git can of course provide much more.  I'm currently using Egg, an emacs
interface to git, with increasing success.  Merging, logging, bisecting,
branching, and uploading appear much simpler.  I recommend this tool to
would-be gcl contributors.

 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code