guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch stable-2.0 updated (5c8b3be -> ff98cbb)


From: Ludovic Courtès
Subject: [Guile-commits] branch stable-2.0 updated (5c8b3be -> ff98cbb)
Date: Mon, 01 Feb 2016 22:41:30 +0000

civodul pushed a change to branch stable-2.0
in repository guile.

      from  5c8b3be   Bump user-visible copyright years to 2016.
       new  c5dac35   web: Be less strict when parsing entity tags.
       new  ff98cbb   Revert foreign objects.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/Makefile.am                           |    3 +-
 doc/ref/api-control.texi                      |   14 +-
 doc/ref/api-foreign-objects.texi              |  125 -----
 doc/ref/api-smobs.texi                        |   72 ++--
 doc/ref/api-utility.texi                      |   14 +-
 doc/ref/guile.texi                            |   10 +-
 doc/ref/libguile-concepts.texi                |   16 +-
 doc/ref/libguile-foreign-objects.texi         |  493 ------------------
 doc/ref/libguile-program.texi                 |  149 +++---
 doc/ref/libguile-smobs.texi                   |  669 +++++++++++++++++++++++++
 libguile.h                                    |    1 -
 libguile/Makefile.am                          |    2 -
 libguile/foreign-object.c                     |  229 ---------
 libguile/foreign-object.h                     |   62 ---
 libguile/init.c                               |    1 -
 module/Makefile.am                            |    1 -
 module/system/foreign-object.scm              |   89 ----
 module/web/http.scm                           |   11 +-
 test-suite/standalone/Makefile.am             |   11 -
 test-suite/standalone/test-foreign-object-c.c |  115 -----
 test-suite/standalone/test-foreign-object-scm |  119 -----
 test-suite/tests/web-http.test                |    1 +
 22 files changed, 819 insertions(+), 1388 deletions(-)
 delete mode 100644 doc/ref/api-foreign-objects.texi
 delete mode 100644 doc/ref/libguile-foreign-objects.texi
 create mode 100644 doc/ref/libguile-smobs.texi
 delete mode 100644 libguile/foreign-object.c
 delete mode 100644 libguile/foreign-object.h
 delete mode 100644 module/system/foreign-object.scm
 delete mode 100644 test-suite/standalone/test-foreign-object-c.c
 delete mode 100755 test-suite/standalone/test-foreign-object-scm



reply via email to

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