[Guile-commits] 01/01: Fix size measurement in bytevector_large_set

2016-06-20 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit dc7bc06f69162517407606920b37bde7054fbf49 Author: Andy Wingo Date: Mon Jun 20 17:11:59 2016 +0200 Fix size measurement in bytevector_large_set * libguile/bytevectors.c (bytevector_large_set): Fix

[Guile-commits] branch master updated (687d393 -> dc7bc06)

2016-06-20 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 687d393 Fix uri-decode behavior for "+" new dc7bc06 Fix size measurement in bytevector_large_set The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[Guile-commits] 01/01: Fix uri-decode behavior for "+"

2016-06-20 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 687d393e2c9dbc57fa1d0290fbf3b2c93cbfcdf6 Author: Andy Wingo Date: Mon Jun 20 14:34:19 2016 +0200 Fix uri-decode behavior for "+" * module/web/uri.scm (uri-decode): Add #:decode-plus-to-space?

[Guile-commits] branch master updated (4cf81b7 -> 687d393)

2016-06-20 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 4cf81b7 Add reference to the lack of "non-greedy" variants new 687d393 Fix uri-decode behavior for "+" The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[Guile-commits] 02/05: Avoid signed integer overflows in numeric conversions.

2016-06-20 Thread Mark H. Weaver
mhw pushed a commit to branch stable-2.0 in repository guile. commit 4b60562820d001674ec7124c4a10391ecf7e44c3 Author: Mark H Weaver Date: Wed Feb 24 02:17:43 2016 -0500 Avoid signed integer overflows in numeric conversions. Reported by Miroslav Lichvar

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

2016-06-20 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/36944250 This may be due to 6 commits by Andy Wingo or Diogo F. S. Ramos . Yay! Regards,

[Guile-commits] branch master updated (5b6eaa9 -> fff0132)

2016-06-20 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 5b6eaa9 Document char-ready? limitations. new fff0132 Fix peval on (call-with-values foo (lambda (x) x)) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

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

2016-06-20 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_without_threads.i686-linux’ has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/36944255 This may be due to a commit by Andy Wingo . Go forth and fix it. Regards, The Hydra

[Guile-commits] 01/05: unget-bytevector: Allow start == length when count is not given.

2016-06-20 Thread Mark H. Weaver
mhw pushed a commit to branch stable-2.0 in repository guile. commit ff51de66bd212ded421a7a118a4f55ad2006f918 Author: Mark H Weaver Date: Wed Mar 9 02:58:59 2016 -0500 unget-bytevector: Allow start == length when count is not given. * libguile/r6rs-ports.c

[Guile-commits] 04/05: Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM).

2016-06-20 Thread Mark H. Weaver
mhw pushed a commit to branch stable-2.0 in repository guile. commit b0a702d7733e02cb68ea2331bd632e25a3127c75 Author: Mark H Weaver Date: Wed Apr 6 17:36:57 2016 -0400 Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). This assumption does not

[Guile-commits] branch stable-2.0 updated (461b62e -> ee3381c)

2016-06-20 Thread Mark H. Weaver
mhw pushed a change to branch stable-2.0 in repository guile. from 461b62e doc: Fix typo in Web documentation. new ff51de6 unget-bytevector: Allow start == length when count is not given. new 4b60562 Avoid signed integer overflows in numeric conversions. new

[Guile-commits] 03/05: Fix fat_mutex owner corruption and other problems in fat_mutex_unlock.

2016-06-20 Thread Mark H. Weaver
mhw pushed a commit to branch stable-2.0 in repository guile. commit 1e86dc32a42af549fc9e4721ad48cdd7d296c042 Author: Mark H Weaver Date: Fri Dec 18 02:29:48 2015 -0500 Fix fat_mutex owner corruption and other problems in fat_mutex_unlock. Fixes

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

2016-06-20 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/36914877 This may be due to 5 commits by Andy Wingo or Diogo F. S. Ramos . Yay! Regards,

[Guile-commits] 05/05: FFI: Add support for functions that set 'errno'.

2016-06-20 Thread Mark H. Weaver
mhw pushed a commit to branch stable-2.0 in repository guile. commit ee3381c94d389d923591dcb610bac9ecfd68e6a4 Author: Mark H Weaver Date: Tue Jan 5 16:30:41 2016 -0500 FFI: Add support for functions that set 'errno'. Implements wishlist item

[Guile-commits] 01/01: Fix peval on (call-with-values foo (lambda (x) x))

2016-06-20 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit fff013215fb1a5d211df5037dcf52c92063050a8 Author: Andy Wingo Date: Mon Jun 20 22:04:45 2016 +0200 Fix peval on (call-with-values foo (lambda (x) x)) * module/language/tree-il/peval.scm (peval):

[Guile-commits] 01/01: peval: Always visit prompt bodies in values context

2016-06-20 Thread Andy Wingo
wingo pushed a commit to branch stable-2.0 in repository guile. commit a192c336a22b8c9ac354e88c2f2b317dff22b8c9 Author: Andy Wingo Date: Mon Jun 20 22:59:38 2016 +0200 peval: Always visit prompt bodies in values context * module/language/tree-il/peval.scm

[Guile-commits] 01/01: Document char-ready? limitations.

2016-06-20 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 5b6eaa91d23199f9266a3c338b8be8dcad5ecc38 Author: Andy Wingo Date: Mon Jun 20 21:21:20 2016 +0200 Document char-ready? limitations. * doc/ref/api-io.texi (Venerable Port Interfaces): Document

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

2016-06-20 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/36914881 This may be due to 5 commits by Andy Wingo or Diogo F. S. Ramos .

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

2016-06-20 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/36914884 This may be due to 5 commits by Andy Wingo or Diogo F. S. Ramos . Yay!

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

2016-06-20 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/36949767 This may be due to 2 commits by Andy Wingo . Go forth and fix it. Regards, The Hydra build

[Guile-commits] Success: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux

2016-06-20 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1’ (on x86_64-linux) has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/36949759 This may be due to 2 commits by Andy Wingo . Yay! Regards, The Hydra

[Guile-commits] branch stable-2.0 updated (ee3381c -> a192c33)

2016-06-20 Thread Andy Wingo
wingo pushed a change to branch stable-2.0 in repository guile. from ee3381c FFI: Add support for functions that set 'errno'. new a192c33 peval: Always visit prompt bodies in values context The 1 revisions listed above as "new" are entirely new to this repository and will be

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

2016-06-20 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/36947793 This may be due to a commit by Andy Wingo . Yay! Regards, The Hydra build daemon.

[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux

2016-06-20 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1’ (on x86_64-linux) has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/36947801 This may be due to a commit by Andy Wingo . Go forth and fix it.