[Guile-commits] branch master updated (6e09651 -> 4706d69)

2017-02-15 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 6e09651 Add accept4 support new 4706d69 Fix accept4 gnulib update. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as

[Guile-commits] 02/03: Switch to accept4

2017-02-15 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 9399c1347918fb9b39ee4b1443bcc0df78ebf750 Author: Andy Wingo Date: Wed Feb 15 21:45:17 2017 +0100 Switch to accept4 * lib/Makefile.am: * m4/gnulib-cache.m4: * m4/gnulib-comp.m4: Switch from

[Guile-commits] branch master updated (69ca2bb -> 6e09651)

2017-02-15 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 69ca2bb Elide syscalls in fdes->port new 7e64159 Update Gnulib to v0.1-1157-gb03f418. new 9399c13 Switch to accept4 new 6e09651 Add accept4 support The 3 revisions listed above as "new" are

[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_clang.i686-linux

2017-02-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_clang.i686-linux’ has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/48663878 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] 02/08: Replace uniform-vector-read benchmark with bytevector-io benchmark

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

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

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

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

2017-02-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 88b249d576b2a2751a9af059d797be9368b58957 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/08: Remove unnecessary #include

2017-02-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 86b172be8f12f327d7b456972e39222defc47112 Author: Daniel Llorens Date: Mon Feb 13 13:41:45 2017 +0100 Remove unnecessary #include * libguile/vectors.c: Don't include

[Guile-commits] 07/08: Remove scm_generalized_vector_get_handle

2017-02-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit a6b52c0af251844409abb92b096899bb6f81cf5c Author: Daniel Llorens Date: Mon Feb 13 18:17:11 2017 +0100 Remove scm_generalized_vector_get_handle This was deprecated in 2.0.9

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

2017-02-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 1053ee0791852ce9cce80798486fcfc15d2a66e3 Author: Daniel Llorens Date: Mon Feb 13 14:03:30 2017 +0100 Fix bitvectors and non-zero lower bound arrays in truncated-print *

[Guile-commits] branch wip-exception-truncate updated (8d74341 -> 9652532)

2017-02-15 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards 8d74341 (wip) give a handle into format used in exceptions discards 3476f5c Fix bitvectors and non-zero lower bound arrays in truncated-print discards a9cf198 Support non-zero lower bounds in

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

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