changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: bump lisp version

changeset 366: e5f98f30bdf6
parent 365: aaf412c55766
child 367: ad4e0ebd3693
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 20:18:57 -0400
files: .hgsubstate default.sxp skelfile
description: bump lisp version
     1.1--- a/.hgsubstate	Sat Sep 07 22:35:04 2024 -0400
     1.2+++ b/.hgsubstate	Fri Sep 13 20:18:57 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5 0000000000000000000000000000000000000000 etc
     1.6-0000000000000000000000000000000000000000 home
     1.7-8a7410b6d45cb42e3713599c2207f2b9f839eada pod
     1.8+59fd93e4d36f4ee9403f739c1222e0d0d827b1d7 home
     1.9+c0ed453c44f90740506907af67580a910cbd14c2 pod
     2.1--- a/default.sxp	Sat Sep 07 22:35:04 2024 -0400
     2.2+++ b/default.sxp	Fri Sep 13 20:18:57 2024 -0400
     2.3@@ -3,7 +3,7 @@
     2.4 :vc-url "https://vc.compiler.company"
     2.5 
     2.6 :lisp "sbcl"
     2.7-:lisp-version "2.4.7"
     2.8+:lisp-version "2.4.8"
     2.9 :lisp-home "/usr/local/share/lisp"
    2.10 :quicklisp-home "/usr/local/share/lisp/quicklisp"
    2.11 
     3.1--- a/skelfile	Sat Sep 07 22:35:04 2024 -0400
     3.2+++ b/skelfile	Fri Sep 13 20:18:57 2024 -0400
     3.3@@ -53,7 +53,7 @@
     3.4  (build-sbcl (src) #$scripts/get-sbcl.sh$#
     3.5        #$cd .stash/src/sbcl
     3.6        sbcl_rev=$(git rev-parse --short HEAD)
     3.7-       echo \""2.4.7:$sbcl_rev"\" > version.lisp-expr &&
     3.8+       echo \""2.4.8:$sbcl_rev"\" > version.lisp-expr &&
     3.9        ./make.sh --dynamic-space-size=8Gb --without-gencgc --with-mark-region-gc --fancy$#)
    3.10  (build-sbcl-docs (sbcl) #$cd .stash/src/sbcl/doc/manual && make$#)
    3.11  (build-sbcl-gencgc (src) #$cd .stash/src/sbcl &&