[Guile-commits] 01/04: Remove 'umask' calls from 'mkdir'.

2016-10-11 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.0 in repository guile. commit 245608911698adb3472803856019bdd5670b6614 Author: Ludovic Courtès Date: Tue Oct 11 10:14:26 2016 +0200 Remove 'umask' calls from 'mkdir'. Fixes . * libguile/filesys.c (SCM_

[Guile-commits] 03/04: Treat 'SIG_IGN' as a pointer.

2016-10-11 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.0 in repository guile. commit 7043b7ff643c3ada6bf9d51578cb720b6fc4c83b Author: Ludovic Courtès Date: Tue Oct 11 10:57:43 2016 +0200 Treat 'SIG_IGN' as a pointer. * libguile/posix.c (scm_system_star): Cast 'SIG_IGN' to 'scm_t_uintptr_

[Guile-commits] 02/04: Add 'scm_to_uintptr_t' and 'scm_from_uintptr_t'.

2016-10-11 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.0 in repository guile. commit 79bac3bf31f7e0142461007d9470e2afbfdb9efc Author: Ludovic Courtès Date: Tue Oct 11 10:55:23 2016 +0200 Add 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. * libguile/numbers.h (scm_to_uintptr_t, scm_from_uintptr

[Guile-commits] branch stable-2.0 updated (4f32468 -> 4a21e5f)

2016-10-11 Thread Ludovic Court�s
civodul pushed a change to branch stable-2.0 in repository guile. from 4f32468 Check for closed port in 'port-encoding' and 'set-port-encoding!'. new 2456089 Remove 'umask' calls from 'mkdir'. new 79bac3b Add 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. new 70

[Guile-commits] 04/04: tests: Use the "normalized codeset" in locale names.

2016-10-11 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.0 in repository guile. commit 4a21e5f200e0e5fd520d55f9fd17e60cbc4e93f5 Author: Ludovic Courtès Date: Tue Oct 11 11:09:46 2016 +0200 tests: Use the "normalized codeset" in locale names. * test-suite/tests/i18n.test (%french-locale-name)

[Guile-commits] branch stable-2.0 updated (4a21e5f -> 08c0219)

2016-10-11 Thread Ludovic Court�s
civodul pushed a change to branch stable-2.0 in repository guile. from 4a21e5f tests: Use the "normalized codeset" in locale names. new 08c0219 REPL Server: Guard against HTTP inter-protocol exploitation attacks. The 1 revisions listed above as "new" are entirely new to this r

[Guile-commits] 01/01: REPL Server: Guard against HTTP inter-protocol exploitation attacks.

2016-10-11 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.0 in repository guile. commit 08c021916dbd3a235a9f9cc33df4c418c0724e03 Author: Mark H Weaver Date: Fri Sep 9 07:36:52 2016 -0400 REPL Server: Guard against HTTP inter-protocol exploitation attacks. Reported by Christopher Allan Webber

[Guile-commits] 03/03: Fix slot allocation for prompts

2016-10-11 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 8622344a6b435f1e95cf3e84da3607ba3299cdf0 Author: Andy Wingo Date: Tue Oct 11 22:15:15 2016 +0200 Fix slot allocation for prompts * module/language/cps/slot-allocation.scm (add-prompt-control-flow-edges): Fix

[Guile-commits] 01/03: Remove .gnuploadrc.

2016-10-11 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 67a0b7d3ff57e533fce4f1b58877fbb81dc62a30 Author: Andy Wingo Date: Tue Oct 11 21:36:42 2016 +0200 Remove .gnuploadrc. * .gnuploadrc: Remove file. --- .gnuploadrc |1 - 1 file changed, 1 deletion(-) diff --git

[Guile-commits] 02/03: Texinfo serialization: add braces when needed

2016-10-11 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 06e4091c9c05942413cb55b7d9ffef6f83f876f3 Author: Andy Wingo Date: Tue Oct 11 22:08:03 2016 +0200 Texinfo serialization: add braces when needed * module/texinfo/serialize.scm (include, empty-command, inline-text):

[Guile-commits] branch master updated (f9620e0 -> 8622344)

2016-10-11 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from f9620e0 Fix compile warning in posix.c new 67a0b7d Remove .gnuploadrc. new 06e4091 Texinfo serialization: add braces when needed new 8622344 Fix slot allocation for prompts The 3 revisions list