[Guile-commits] 02/03: No tabs in C code.

2018-01-15 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.2 in repository guile. commit d01e0b084ecbff10dff9e6c5950366ebdae0f080 Author: Ludovic Courtès Date: Thu Jan 11 15:25:17 2018 +0100 No tabs in C code. * .dir-locals.el (c-mode): Set 'indent-tabs-mode' to nil in C. --- .dir-locals.el | 3

[Guile-commits] 03/03: Revert "Honor '%fresh-auto-compile'."

2018-01-15 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.2 in repository guile. commit a1793bc904d947810d64175945218c2cdace38cc Author: Ludovic Courtès Date: Mon Jan 15 23:17:24 2018 +0100 Revert "Honor '%fresh-auto-compile'." This reverts commit 83d4c4d622b406ec0bc9d8139ec8182fa72b5720, w

[Guile-commits] branch stable-2.2 updated (988aa29 -> a1793bc)

2018-01-15 Thread Ludovic Court�
civodul pushed a change to branch stable-2.2 in repository guile. from 988aa29 compile: Load language modules upfront. new cc8f41e Make sure the return value of 'scm_crypt' is always initialized. new d01e0b0 No tabs in C code. new a1793bc Revert "Honor '%fre

[Guile-commits] 01/03: Make sure the return value of 'scm_crypt' is always initialized.

2018-01-15 Thread Ludovic Court�s
civodul pushed a commit to branch stable-2.2 in repository guile. commit cc8f41e7d8dc3d9458671b9043899f2d47ec07cd Author: Ludovic Courtès Date: Wed Jan 10 16:19:09 2018 +0100 Make sure the return value of 'scm_crypt' is always initialized. * libguile/posix.c (scm_crypt): Always i