[Guile-commits] 02/07: Remove documentation on uniform-vector-read!, uniform-vector-write

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit a12210cc2f4d03d5477fec1b48afb8a73d4e47b4 Author: Daniel Llorens Date: Mon Feb 13 13:21:59 2017 +0100 Remove documentation on uniform-vector-read!, uniform-vector-write *

[Guile-commits] 04/07: Support non-zero lower bounds in array-slice-for-each

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 54931fbb98e02ddf3c542289fc8a05ece353b6b2 Author: Daniel Llorens Date: Mon Feb 13 13:49:35 2017 +0100 Support non-zero lower bounds in array-slice-for-each *

[Guile-commits] 01/07: Replace uniform-vector-read benchmark with bytevector-io benchmark

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 0b107e46eac297895ea601838ca1951514eecc0d Author: Daniel Llorens Date: Mon Feb 13 12:11:50 2017 +0100 Replace uniform-vector-read benchmark with bytevector-io benchmark *

[Guile-commits] branch wip-exception-truncate updated (e286995 -> dcc793b)

2017-02-21 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards e286995 (wip) give a handle into format used in exceptions discards a2d5179 Remove scm_generalized_vector_get_handle discards e7fe559 Fix bitvectors and non-zero lower bound arrays in

[Guile-commits] 07/07: (wip) give a handle into format used in exceptions

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit dcc793be27e8287e7d42f0f12acd823a0105a5d7 Author: Daniel Llorens Date: Tue Feb 7 12:42:20 2017 +0100 (wip) give a handle into format used in exceptions --- module/ice-9/boot-9.scm

[Guile-commits] 01/01: Use labs instead of abs where needed

2017-02-21 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 5333642b71a35d1a181a9cf008caefe77b44b2a0 Author: Andy Wingo Date: Tue Feb 21 22:12:18 2017 +0100 Use labs instead of abs where needed * libguile/numbers.c (log_of_fraction): Use labs instead of

[Guile-commits] branch master updated (c4b0491 -> 5333642)

2017-02-21 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from c4b0491 Fix make-polar signedness of zeros on macOS new 5333642 Use labs instead of abs where needed The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[Guile-commits] 02/02: Fix make-polar signedness of zeros on macOS

2017-02-21 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit c4b0491e91a7c4d4a2b89511b37eae61e79de47a Author: Matt Wette Date: Tue Feb 21 22:07:39 2017 +0100 Fix make-polar signedness of zeros on macOS * configure.ac: Check for __sincos. *

[Guile-commits] 01/02: Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK

2017-02-21 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 36023a0d2e14f02f7370c899b52e9803bc8c0078 Author: Andy Wingo Date: Tue Feb 21 22:01:45 2017 +0100 Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK * libguile/socket.c (scm_init_socket):

[Guile-commits] branch master updated (d081164 -> c4b0491)

2017-02-21 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from d081164 Fix flonum/complex type inference. new 36023a0 Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK new c4b0491 Fix make-polar signedness of zeros on macOS The 2 revisions listed above as "new" are

[Guile-commits] 01/03: Fix bitvectors and non-zero lower bound arrays in truncated-print

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit e7fe5599af789432d3590046b9c8017f4f9756f1 Author: Daniel Llorens Date: Tue Feb 21 12:23:35 2017 +0100 Fix bitvectors and non-zero lower bound arrays in truncated-print *

[Guile-commits] branch wip-exception-truncate updated (a900587 -> e286995)

2017-02-21 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards a900587 (wip) give a handle into format used in exceptions discards edae9a8 Remove scm_generalized_vector_get_handle discards 9ff04f1 Fix bitvectors and non-zero lower bound arrays in

[Guile-commits] 03/03: (wip) give a handle into format used in exceptions

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit e286995cb2d731274f433cbab3c451709ba434f6 Author: Daniel Llorens Date: Tue Feb 7 12:42:20 2017 +0100 (wip) give a handle into format used in exceptions --- module/ice-9/boot-9.scm

[Guile-commits] 02/03: Remove scm_generalized_vector_get_handle

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit a2d5179d1efe1d378c15560dcf92c80d6df1ef9b Author: Daniel Llorens Date: Mon Feb 13 13:41:45 2017 +0100 Remove scm_generalized_vector_get_handle This was deprecated in 2.0.9

[Guile-commits] 07/07: (wip) give a handle into format used in exceptions

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit a9005873f8b13fba8c37d0247d09724596130354 Author: Daniel Llorens Date: Tue Feb 7 12:42:20 2017 +0100 (wip) give a handle into format used in exceptions --- module/ice-9/boot-9.scm

[Guile-commits] 03/07: Fix sort, sort! for arrays with nonzero lower bound

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 5f5f2909e5dd1c86b82c31a6a6cf1b91cbae929e Author: Daniel Llorens Date: Mon Feb 13 12:58:34 2017 +0100 Fix sort, sort! for arrays with nonzero lower bound *

[Guile-commits] 05/07: Fix bitvectors and non-zero lower bound arrays in truncated-print

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 9ff04f187d9ec64dbebc058764d35b82ff05112f Author: Daniel Llorens Date: Tue Feb 21 12:23:35 2017 +0100 Fix bitvectors and non-zero lower bound arrays in truncated-print *

[Guile-commits] 06/07: Remove scm_generalized_vector_get_handle

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit edae9a8cffb733a16b5cb12bf2e8d970921e789c Author: Daniel Llorens Date: Mon Feb 13 13:41:45 2017 +0100 Remove scm_generalized_vector_get_handle This was deprecated in 2.0.9

[Guile-commits] 02/07: Remove documentation on uniform-vector-read!, uniform-vector-write

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit c85ca695285dd8b886cb677d68f4092a65d5e72e Author: Daniel Llorens Date: Mon Feb 13 13:21:59 2017 +0100 Remove documentation on uniform-vector-read!, uniform-vector-write *

[Guile-commits] 04/07: Support non-zero lower bounds in array-slice-for-each

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit db3f76a22a374ddd660112afdc859e5991dff640 Author: Daniel Llorens Date: Mon Feb 13 13:49:35 2017 +0100 Support non-zero lower bounds in array-slice-for-each *

[Guile-commits] branch wip-exception-truncate updated (af832cf -> a900587)

2017-02-21 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards af832cf (wip) give a handle into format used in exceptions discards b77c6b2 Remove scm_generalized_vector_get_handle discards da76ca9 Fix bitvectors and non-zero lower bound arrays in

[Guile-commits] 01/07: Replace uniform-vector-read benchmark with bytevector-io benchmark

2017-02-21 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 1ceb0c69f5c37fb0dd3ea8815919140155178bd4 Author: Daniel Llorens Date: Mon Feb 13 12:11:50 2017 +0100 Replace uniform-vector-read benchmark with bytevector-io benchmark *

[Guile-commits] Success: Hydra job gnu:guile-master:build_clang.i686-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_clang.i686-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886330 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_clang.x86_64-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_clang.x86_64-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886332 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_enable_guile_debug on x86_64-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_enable_guile_debug’ (on x86_64-linux) has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886325 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build.x86_64-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build.x86_64-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886320 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build.i686-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build.i686-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886324 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_disable_deprecated_disable_discouraged on x86_64-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_disable_deprecated_disable_discouraged’ (on x86_64-linux) has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886322 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_without_threads.x86_64-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_without_threads.x86_64-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886317 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_without_threads.i686-linux

2017-02-21 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_without_threads.i686-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/48886318 Yay! Regards, The Hydra build daemon.