gcl-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-commits] [SCM] GNU Common Lisp branch, Version_2_6_13pre, updated.


From: Camm Maguire
Subject: [Gcl-commits] [SCM] GNU Common Lisp branch, Version_2_6_13pre, updated. Version_2_6_9-735-g0e23c42
Date: Mon, 04 May 2015 16:04:40 +0000

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 "GNU Common Lisp".

The branch, Version_2_6_13pre has been updated
       via  0e23c42d6a6234abfbc35e53db074fb81af5284c (commit)
       via  4e7b2d6541181a20377d2aa18048b8473b9ec0d4 (commit)
       via  7b91fa2df4cc20273c522174928315dbe85ca093 (commit)
       via  749f68a1ce25b762c12d3e880a1185a1c3a6a2ec (commit)
       via  4d7046278b5fe95a92f83235335e2b0ca3415a97 (commit)
      from  04d2d21fedf33fd7593e20a9e377dfda2610b039 (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 0e23c42d6a6234abfbc35e53db074fb81af5284c
Author: Camm Maguire <address@hidden>
Date:   Mon May 4 12:04:19 2015 -0400

    wpool program

commit 4e7b2d6541181a20377d2aa18048b8473b9ec0d4
Author: Camm Maguire <address@hidden>
Date:   Mon May 4 12:03:57 2015 -0400

    temporary file printout formatting

commit 7b91fa2df4cc20273c522174928315dbe85ca093
Author: Camm Maguire <address@hidden>
Date:   Mon May 4 12:03:42 2015 -0400

    gc_page_threshold

commit 749f68a1ce25b762c12d3e880a1185a1c3a6a2ec
Author: Camm Maguire <address@hidden>
Date:   Mon May 4 12:03:04 2015 -0400

    gcl_cleanup()

commit 4d7046278b5fe95a92f83235335e2b0ca3415a97
Author: Camm Maguire <address@hidden>
Date:   Mon May 4 12:01:44 2015 -0400

    support for GCL shared memory pools

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

Summary of changes:
 gcl/configure       |    8 ----
 gcl/configure.in    |    8 ----
 gcl/h/object.h      |    3 +-
 gcl/h/pool.h        |  101 +++++++++++++++++++++++++++++++++++++++++++++++++++
 gcl/h/protoize.h    |    6 +++
 gcl/h/unrandomize.h |    6 ++--
 gcl/lsp/gcl_top.lsp |    2 +-
 gcl/o/alloc.c       |   18 +++++++---
 gcl/o/main.c        |   55 ++++++++++++++++++++++++----
 gcl/o/makefile      |    5 ++-
 gcl/o/save.c        |   11 +-----
 gcl/o/wpool.c       |   29 +++++++++++++++
 12 files changed, 207 insertions(+), 45 deletions(-)
 create mode 100644 gcl/h/pool.h
 create mode 100644 gcl/o/wpool.c


hooks/post-receive
-- 
GNU Common Lisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]