[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch stable-2.2 updated (9a72e21 -> ac9f083)
From: |
Mark H. Weaver |
Subject: |
[Guile-commits] branch stable-2.2 updated (9a72e21 -> ac9f083) |
Date: |
Mon, 11 Jun 2018 10:22:22 -0400 (EDT) |
mhw pushed a change to branch stable-2.2
in repository guile.
from 9a72e21 VM syncs IP in pop-fluid
new 1951edf Fix typo in comment within numbers.c
new df93752 Revert "Minor CSE run-time optimization"
new 2733e97 Fix type inference for bitwise logical operators.
new e1dffd3 Avoid inexact arithmetic in the type inferrer for 'sqrt'.
new ff2adb0 goops: Fix 'instance?' to work on objects that aren't
structs.
new 9fbb367 Fix error reporting in 'load-thunk-from-memory'.
new bff7563 elisp: Fix cross-compilation support.
new ac9f083 Add copyright header for (language elisp falias), and fix
typo.
The 8 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:
libguile/loader.c | 9 +-
libguile/numbers.c | 2 +-
module/language/cps/cse.scm | 139 +++++++++--------
module/language/cps/types.scm | 239 ++++++++++++++++++++++--------
module/language/elisp/compile-tree-il.scm | 11 +-
module/language/elisp/falias.scm | 20 +++
module/language/elisp/spec.scm | 16 +-
module/oop/goops.scm | 6 +-
module/system/base/target.scm | 10 +-
9 files changed, 303 insertions(+), 149 deletions(-)
- [Guile-commits] branch stable-2.2 updated (9a72e21 -> ac9f083),
Mark H. Weaver <=
- [Guile-commits] 01/08: Fix typo in comment within numbers.c, Mark H. Weaver, 2018/06/11
- [Guile-commits] 05/08: goops: Fix 'instance?' to work on objects that aren't structs., Mark H. Weaver, 2018/06/11
- [Guile-commits] 06/08: Fix error reporting in 'load-thunk-from-memory'., Mark H. Weaver, 2018/06/11
- [Guile-commits] 02/08: Revert "Minor CSE run-time optimization", Mark H. Weaver, 2018/06/11
- [Guile-commits] 08/08: Add copyright header for (language elisp falias), and fix typo., Mark H. Weaver, 2018/06/11
- [Guile-commits] 07/08: elisp: Fix cross-compilation support., Mark H. Weaver, 2018/06/11
- [Guile-commits] 03/08: Fix type inference for bitwise logical operators., Mark H. Weaver, 2018/06/11
- [Guile-commits] 04/08: Avoid inexact arithmetic in the type inferrer for 'sqrt'., Mark H. Weaver, 2018/06/11