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, cygwin, updated. Version_2_6


From: Camm Maguire
Subject: [Gcl-commits] [SCM] GNU Common Lisp branch, cygwin, updated. Version_2_6_9-194-g98838ca
Date: Tue, 17 Jun 2014 15:04:25 +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, cygwin has been updated
       via  98838ca869c4b64d1b10d0e5376c597f6b309178 (commit)
       via  a529cd7cee4069fee4047cf494f5f1f72a976783 (commit)
      from  d581926676df4f38d3c02f41677a83ec135127ca (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 98838ca869c4b64d1b10d0e5376c597f6b309178
Author: Camm Maguire <address@hidden>
Date:   Tue Jun 17 15:04:04 2014 +0000

    faster SGC_TOUCH

commit a529cd7cee4069fee4047cf494f5f1f72a976783
Author: Camm Maguire <address@hidden>
Date:   Tue Jun 17 15:03:01 2014 +0000

    shrink cmpinclude.h by factor of 10

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

Summary of changes:
 gcl/cmpnew/gcl_cmpcall.lsp             |    1 +
 gcl/cmpnew/gcl_cmpflet.lsp             |    2 +-
 gcl/cmpnew/gcl_cmpmain.lsp             |    2 +-
 gcl/cmpnew/gcl_cmptop.lsp              |    3 +-
 gcl/configure                          |    9 +-
 gcl/configure.in                       |    9 +-
 gcl/h/cmpincl1.h                       |    1 -
 gcl/h/cmponly.h                        |  110 ++----
 gcl/h/compbas.h                        |   19 -
 gcl/h/compbas2.h                       |  193 ---------
 gcl/h/compdefs.h                       |  111 +++++
 gcl/h/compprotos.h                     |  175 ++++++++
 gcl/h/enum.h                           |   38 --
 gcl/h/fixnum.h                         |   43 ++
 gcl/h/funlink.h                        |   40 ++
 gcl/h/globals.h                        |   24 ++
 gcl/h/include.h                        |   13 +-
 gcl/h/linux.h                          |    4 +-
 gcl/h/lu.h                             |  475 ++++++++++++++++++++++
 gcl/h/notcomp.h                        |   37 ++
 gcl/h/object.h                         |  696 +-------------------------------
 gcl/h/pageinfo.h                       |   10 +
 gcl/h/pbits.h                          |   13 +
 gcl/h/sfun_argd.h                      |   17 +
 gcl/h/type.h                           |  107 +++++
 gcl/makefile                           |   25 +-
 gcl/o/usig2.c                          |    2 +-
 gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp |    2 +-
 28 files changed, 1137 insertions(+), 1044 deletions(-)
 create mode 100644 gcl/h/compdefs.h
 create mode 100644 gcl/h/compprotos.h
 create mode 100644 gcl/h/fixnum.h
 create mode 100644 gcl/h/globals.h
 create mode 100644 gcl/h/lu.h
 create mode 100644 gcl/h/pageinfo.h
 create mode 100644 gcl/h/pbits.h
 create mode 100644 gcl/h/type.h


hooks/post-receive
-- 
GNU Common Lisp



reply via email to

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