[cmucl-cvs] [git] CMU Common Lisp branch dynamic-stack-alloc updated. snapshot-2011-10-38-g9122483

Raymond Toy rtoy at common-lisp.net
Sat Oct 15 05:44:47 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, dynamic-stack-alloc has been updated
       via  9122483ad1826b335339eca9982882ef8faaf7f7 (commit)
       via  a34b7f0e2796651ac002cefd0811767091a3731a (commit)
       via  ae88f40f3125a4cc7729ccb81ebadd33e05889c7 (commit)
       via  e9c497d7156a43a4acb77c26e392fb47f9c47552 (commit)
       via  987c3f200c854ede9196132e517756c5d4421239 (commit)
       via  c78ad0faeb5c8518124d55757c2b868ae8b97dfb (commit)
       via  1e5b21e28d58b1b16a36111967e2ee77464cafbd (commit)
       via  fce6baff8422e8de9c3f4b33e557c55e3e34ebee (commit)
       via  8c5abd162d1cbee840088eee055f064bf9c1e283 (commit)
       via  6758988de6238d627c018601adfa137e9321e69d (commit)
       via  5079827f9d27e143f3a48ab5006ec42f71f0815c (commit)
       via  a0559708e0f703f88c7bb731689e85e3c9f0b88c (commit)
       via  e04778be14f6bba6a489a8bae37e39dee50bebe8 (commit)
       via  ef0137913f8e6bcbe6bc7931d25f5c30cbb91857 (commit)
       via  39ecf08786867b6aa353203a26b51256a541cedf (commit)
       via  e656215ac44b80944c2ead1314d512ddbcb94ac4 (commit)
       via  803a8bd24679310c298c8e51264f9dbdb2cf30a7 (commit)
       via  15db498a83e329bfd524a40897a07a3076f390c8 (commit)
       via  4be42bd6d9718524eab70a3cdc9ba8f457d83b86 (commit)
       via  7c53c93c934cafc335ef98e48be2d1cd7e141579 (commit)
       via  b4d64266f7e16b51677285a3e6f93b5351fb13c3 (commit)
      from  d452655e2ee178a879d8e3b6caaec5469d99cf2a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9122483ad1826b335339eca9982882ef8faaf7f7
Merge: d452655 a34b7f0
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Thu Oct 13 18:59:33 2011 -0700

    Merge branch 'master' into dynamic-stack-alloc
    
    Conflicts:
    	tools/create-target.sh
    	tools/load-world.sh

diff --cc tools/load-world.sh
index d381769,288e40c..391208f
--- a/tools/load-world.sh
+++ b/tools/load-world.sh
@@@ -11,9 -11,10 +11,9 @@@ usage(
  
  SKIP_PCL=
  NO_PCL_FEATURE=
- # Default version is the date and the git hash
+ # Default version is the date with the git hash.
  GIT_HASH="`(cd src; git describe --dirty 2>/dev/null)`"
- VERSION="`date '+%Y-%m-%d %H:%M:%S'`"
+ VERSION="`date '+%Y-%m-%d %H:%M:%S'`${GIT_HASH:+ $GIT_HASH}"
 -echo $VERSION
  
  while getopts "p" arg
  do

-----------------------------------------------------------------------

Summary of changes:
 compiler/main.lisp     |  137 ++++++++++++++++++++++++++---------------------
 tools/build-all.sh     |   26 +++++----
 tools/create-target.sh |    2 +-
 tools/load-world.sh    |    8 ++--
 4 files changed, 95 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list