guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (433b701 -> 64c8945)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (433b701 -> 64c8945)
Date: Thu, 10 Sep 2020 16:11:43 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 433b701  Update NEWS
     new e9c5a17  Move copy-tree to (ice-9 copy-tree); deprecate main binding
     new 64c8945  Fix source location bug for neoteric exprs introduced by 
refactoring

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


Summary of changes:
 doc/ref/api-data.texi                              |   3 +-
 doc/ref/api-utility.texi                           |  15 +-
 libguile.h                                         |   3 +-
 libguile/Makefile.am                               |   4 -
 libguile/deprecated.c                              |  12 ++
 libguile/deprecated.h                              |   2 +
 libguile/init.c                                    |   4 +-
 libguile/read.c                                    |   2 +-
 libguile/trees.c                                   | 210 ---------------------
 libguile/trees.h                                   |  37 ----
 module/Makefile.am                                 |   1 +
 module/ice-9/copy-tree.scm                         |  87 +++++++++
 module/ice-9/deprecated.scm                        |  12 +-
 module/oop/goops/save.scm                          |  13 +-
 module/system/repl/common.scm                      |   1 +
 module/web/client.scm                              |   1 +
 test-suite/Makefile.am                             |   3 +-
 test-suite/tests/{keywords.test => copy-tree.test} |  27 ++-
 test-suite/tests/elisp.test                        |   3 +-
 test-suite/tests/eval.test                         |  17 +-
 test-suite/tests/srfi-1.test                       |   3 +-
 21 files changed, 159 insertions(+), 301 deletions(-)
 delete mode 100644 libguile/trees.c
 delete mode 100644 libguile/trees.h
 create mode 100644 module/ice-9/copy-tree.scm
 copy test-suite/tests/{keywords.test => copy-tree.test} (58%)



reply via email to

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