[Guile-commits] 04/05: srfi-18: When timeout is a number, it's a relative number of seconds.

2018-02-16 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 2c7b350f93564daee16a311c001a85577d4b69e1 Author: Ludovic Courtès Date: Fri Feb 16 15:14:09 2018 +0100 srfi-18: When timeout is a number, it's a relative number of seconds. Fixes

[Guile-commits] 02/05: build: Use 'sed' invocation compatible with BSD sed.

2018-02-16 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 7ade0485af40fef38ae666331031b733530a95bc Author: Ludovic Courtès Date: Fri Feb 16 14:25:21 2018 +0100 build: Use 'sed' invocation compatible with BSD sed. Fixes .

[Guile-commits] 01/05: 'select' returns empty sets upon EINTR and EAGAIN.

2018-02-16 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit f390afa0cc84eb84ed2cb3e03f542b991d4bb080 Author: Ludovic Courtès Date: Fri Feb 16 14:05:04 2018 +0100 'select' returns empty sets upon EINTR and EAGAIN. Fixes .

[Guile-commits] 05/05: srfi-18: 'thread-sleep!' timeout-as-a-number is relative.

2018-02-16 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 39860539599f74958c0cc9008fc6fa271349b58b Author: Ludovic Courtès Date: Fri Feb 16 15:17:37 2018 +0100 srfi-18: 'thread-sleep!' timeout-as-a-number is relative. This is a followup to

[Guile-commits] 03/05: doc: Fix typo about SRFI-4 syntax.

2018-02-16 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 9417fdb80fb5db4f657c9a329faaa61162ab996b Author: Ludovic Courtès Date: Fri Feb 16 14:26:56 2018 +0100 doc: Fix typo about SRFI-4 syntax. Reported by Matt Wette . Fixes

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

2018-01-15 Thread Ludovic Courts
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

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

2018-01-15 Thread Ludovic Courts
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

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

2018-01-15 Thread Ludovic Courts
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. ---

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

2018-01-15 Thread Ludovic Courts
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

[Guile-commits] 01/01: compile: Load language modules upfront.

2017-12-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 988aa29238fca862c7e2cb55f15762a69b4c16ce Author: Ludovic Courtès Date: Fri Dec 22 16:57:54 2017 +0100 compile: Load language modules upfront. Fixes a bug whereby "guild compile

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

2017-12-22 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from deef64a 'load-thunk-from-memory' reports the correct error. new 988aa29 compile: Load language modules upfront. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 02/02: 'load-thunk-from-memory' reports the correct error.

2017-12-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit deef64a739d868ed5fda4e55e387528c1b6c196b Author: Ludovic Courtès Date: Fri Dec 22 11:40:27 2017 +0100 'load-thunk-from-memory' reports the correct error. Previously 'load-thunk-from-memory'

[Guile-commits] branch stable-2.2 updated (2c7d603 -> deef64a)

2017-12-22 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from 2c7d603 doc: Update LALR URL. new 6d391bf Fix 'crypt' deadlock upon error. new deef64a 'load-thunk-from-memory' reports the correct error. The 2 revisions listed above as "new" are entirely new to

[Guile-commits] 01/02: Fix 'crypt' deadlock upon error.

2017-12-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 6d391bf1a41e378e568cd148631b1beec7577e66 Author: Ludovic Courtès Date: Fri Dec 22 11:12:57 2017 +0100 Fix 'crypt' deadlock upon error. * libguile/posix.c (scm_crypt): Take 'scm_i_misc_mutex'

[Guile-commits] branch stable-2.2 updated (edd9727 -> 2c7d603)

2017-12-14 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from edd9727 Bump version for Guile 2.2.3. new 2c7d603 doc: Update LALR URL. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

[Guile-commits] 01/01: doc: Update LALR URL.

2017-12-14 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 2c7d6031f3b334c3e0d6de9c8eb9961439c5166f Author: Ludovic Courtès Date: Thu Dec 14 10:17:49 2017 +0100 doc: Update LALR URL. Reported by Chris Vine . *

[Guile-commits] 07/07: ltdl wrappers now use a recursive mutex.

2017-11-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 48d42553ef5a9c2240bc2296d1b38dbfd5fca1ac Author: Ludovic Courtès Date: Wed Nov 22 16:46:11 2017 +0100 ltdl wrappers now use a recursive mutex. Fixes . Reported

[Guile-commits] 06/07: foreign: Add 'uintptr_t' and 'intptr_t'.

2017-11-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit bb5d316b161add31612e6afe41e5a6ea5851c277 Author: Matt Wette Date: Wed Nov 22 16:32:39 2017 +0100 foreign: Add 'uintptr_t' and 'intptr_t'. * libguile/foreign.c (scm_uintptr_t,

[Guile-commits] 01/07: Honor '%fresh-auto-compile'.

2017-11-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 83d4c4d622b406ec0bc9d8139ec8182fa72b5720 Author: Ludovic Courtès Date: Wed Nov 22 16:04:24 2017 +0100 Honor '%fresh-auto-compile'. Fixes . * libguile/load.c

[Guile-commits] 04/07: ia64: Fix crash in thread context switch.

2017-11-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit f9253439a8ded221f3423865c78de2a96a14 Author: Sergei Trofimovich Date: Sun Nov 5 09:30:45 2017 + ia64: Fix crash in thread context switch. Fixes and

[Guile-commits] 02/07: Convert `close' ref to xref.

2017-11-22 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit c2817dc93bdc6e1b459047f015bd2f3cfeed9938 Author: Arun Isaac Date: Thu Nov 16 03:43:12 2017 +0530 Convert `close' ref to xref. * doc/ref/api-io.texi (Ports): Convert `close' ref to

[Guile-commits] 01/01: Destroy the mutex associated with a dirstream.

2017-11-18 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 2fe9a852fb3c6aaeef5dc9d12df3a9150eeb232a Author: Ludovic Courtès Date: Sat Nov 18 21:09:26 2017 +0100 Destroy the mutex associated with a dirstream. This is a followup to

[Guile-commits] branch stable-2.2 updated (187655c -> 2fe9a85)

2017-11-18 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from 187655c 'readdir' no longer deadlocks upon error. new 2fe9a85 Destroy the mutex associated with a dirstream. The 1 revisions listed above as "new" are entirely new to this repository and will be described

[Guile-commits] 01/01: 'readdir' no longer deadlocks upon error.

2017-11-17 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 187655cedb42cc4b01088179649b02295cd35260 Author: Ludovic Courtès Date: Fri Nov 17 23:05:53 2017 +0100 'readdir' no longer deadlocks upon error. If 'readdir' returned an error, we'd call

[Guile-commits] branch stable-2.2 updated (6ad28ae -> 187655c)

2017-11-17 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from 6ad28ae http: Fix typo in proxy handling in 'write-request-line'. new 187655c 'readdir' no longer deadlocks upon error. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 01/01: http: Fix typo in proxy handling in 'write-request-line'.

2017-11-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 6ad28ae3bc6a6d9e95ab7d70510d12c97673a143 Author: Ludovic Courtès Date: Sat Nov 11 15:14:54 2017 +0100 http: Fix typo in proxy handling in 'write-request-line'. Reported by Mark H Weaver

[Guile-commits] branch stable-2.2 updated (7d0d9e2 -> 6ad28ae)

2017-11-11 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from 7d0d9e2 http: Fix typo in proxy handling in 'write-request-line'. new 6ad28ae http: Fix typo in proxy handling in 'write-request-line'. The 1 revisions listed above as "new" are entirely new to this

[Guile-commits] 01/01: http: Fix typo in proxy handling in 'write-request-line'.

2017-11-10 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 7d0d9e2c25c1e872cfc7d14ab5139915f1813d56 Author: Ludovic Courtès Date: Fri Nov 10 22:54:49 2017 +0100 http: Fix typo in proxy handling in 'write-request-line'. Reported by Konrad Hinsen

[Guile-commits] branch stable-2.2 updated (b322ac6 -> 7d0d9e2)

2017-11-10 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from b322ac6 Print exception location only once. new 7d0d9e2 http: Fix typo in proxy handling in 'write-request-line'. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 01/01: Print exception location only once.

2017-11-09 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit b322ac67d37c100c58a95a3515f89a0328c6370e Author: Ludovic Courtès Date: Thu Nov 9 21:56:39 2017 +0100 Print exception location only once. Fixes a regression introduced in commit

[Guile-commits] branch stable-2.2 updated (81d2e35 -> b322ac6)

2017-11-09 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from 81d2e35 Allow GDB support to be used with GDB-linked-against-Guile-2.0. new b322ac6 Print exception location only once. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 01/01: Allow GDB support to be used with GDB-linked-against-Guile-2.0.

2017-11-05 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 81d2e352663bc5f80734312fec90f250b1fbe2e4 Author: Ludovic Courtès Date: Sun Nov 5 18:21:35 2017 +0100 Allow GDB support to be used with GDB-linked-against-Guile-2.0. * libguile/Makefile.am

[Guile-commits] branch stable-2.2 updated (dc8dda7 -> 81d2e35)

2017-11-05 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from dc8dda7 More robust vacuuming of in-use weak tables new 81d2e35 Allow GDB support to be used with GDB-linked-against-Guile-2.0. The 1 revisions listed above as "new" are entirely new to this repository and

[Guile-commits] branch stable-2.2 updated (a74d4ee -> 1008ea3)

2017-10-25 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from a74d4ee Add struct-ref/unboxed, struct-set!/unboxed new bf060d2 'frame-matcher' doesn't crash when the last IP is unknown. new 1008ea3 Allow garbage collection of revealed file ports. The 2

[Guile-commits] 02/02: Allow garbage collection of revealed file ports.

2017-10-25 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 1008ea315483d1fb41b2a8c10680e511238836d0 Author: Ludovic Courtès Date: Thu Oct 12 12:04:34 2017 +0200 Allow garbage collection of revealed file ports. Reported at .

[Guile-commits] 01/02: 'frame-matcher' doesn't crash when the last IP is unknown.

2017-10-25 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit bf060d2affbfea8e7b69d160b8214d791661f236 Author: Ludovic Courtès Date: Wed Oct 25 10:46:25 2017 -0700 'frame-matcher' doesn't crash when the last IP is unknown. This fixes a bug when using

[Guile-commits] branch stable-2.2 updated (d3fcefc -> 155ddcd)

2017-06-15 Thread Ludovic Courts
civodul pushed a change to branch stable-2.2 in repository guile. from d3fcefc doc: Document 'short' and 'unsigned-short' foreign types. new 155ddcd Correctly relativize file names in the presence of common prefixes. The 1 revisions listed above as "new" are entirely new to

[Guile-commits] 01/01: Correctly relativize file names in the presence of common prefixes.

2017-06-15 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.2 in repository guile. commit 155ddcdc3bfc0d5e87397f18cd4cfb2f062fbb75 Author: Ludovic Courtès Date: Thu Jun 15 17:44:57 2017 +0200 Correctly relativize file names in the presence of common prefixes. * libguile/filesys.c

[Guile-commits] 01/01: SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'.

2017-04-21 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit 886ac3e2abce89bd3f47f957c36bcec16613c509 Author: Ludovic Courtès Date: Sat Apr 22 00:58:10 2017 +0200 SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. * module/srfi/srfi-19.scm

[Guile-commits] 01/01: types: Hide one of the 'bytevector->string' procedures.

2017-04-14 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit d7778b3d6a5f11ef4744c80e70457193d672aeda Author: Ludovic Courtès Date: Fri Apr 14 23:26:10 2017 +0200 types: Hide one of the 'bytevector->string' procedures. * module/system/base/types.scm: Hide

[Guile-commits] branch master updated (685ca33 -> d7778b3)

2017-04-14 Thread Ludovic Courts
civodul pushed a change to branch master in repository guile. from 685ca33 Only run tests that require fork if it is provided new d7778b3 types: Hide one of the 'bytevector->string' procedures. The 1 revisions listed above as "new" are entirely new to this repository and will

[Guile-commits] branch master updated (da9dee0 -> aa86fcb)

2017-03-17 Thread Ludovic Courts
civodul pushed a change to branch master in repository guile. from da9dee0 Add generic prebuilt links to dist. new 011669a web: Remove export of nonexistent 'open-connection-for-uri'. new aa86fcb web: Avoid deprecated '_IOFBF'. The 2 revisions listed above as "new"

[Guile-commits] 02/02: web: Avoid deprecated '_IOFBF'.

2017-03-17 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit aa86fcb7d92857ddbd9c0cde40f3d730d4606d62 Author: Ludovic Courtès Date: Fri Mar 17 23:37:57 2017 +0100 web: Avoid deprecated '_IOFBF'. * module/web/client.scm (open-socket-for-uri): Use 'block

[Guile-commits] 01/02: web: Remove export of nonexistent 'open-connection-for-uri'.

2017-03-17 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit 011669af3b428e5626f7bbf66b11d57d9768c047 Author: Ludovic Courtès Date: Fri Mar 17 23:35:24 2017 +0100 web: Remove export of nonexistent 'open-connection-for-uri'. * module/web/client.scm: Don't

[Guile-commits] branch master updated (c62f0b0 -> bfa3883)

2017-03-09 Thread Ludovic Courts
civodul pushed a change to branch master in repository guile. from c62f0b0 64KB segment alignment new bfa3883 statprof: 'with-statprof' honors #:display-style. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[Guile-commits] 01/01: statprof: 'with-statprof' honors #:display-style.

2017-03-09 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit bfa38835923800b5aa69a254b4fe8cf0858dca67 Author: Ludovic Courtès Date: Thu Mar 9 10:31:30 2017 +0100 statprof: 'with-statprof' honors #:display-style. * module/statprof.scm (with-statprof): Pass

[Guile-commits] branch master updated (70cfabd -> 84a740d)

2017-03-07 Thread Ludovic Courts
civodul pushed a change to branch master in repository guile. from 70cfabd Check for working profiling and virtual itimers new 84a740d psyntax: Generate identifiers in a deterministic fashion. The 1 revisions listed above as "new" are entirely new to this repository and will

[Guile-commits] annotated tag v2.0.14 created (now 011a794)

2017-02-13 Thread Ludovic Courts
civodul pushed a change to annotated tag v2.0.14 in repository guile. at 011a794 (tag) tagging 14c118144f2d28f904b4e68356ecba30ce79d9a6 (commit) replaces v2.0.13 tagged by Ludovic Courtès on Mon Feb 13 22:24:22 2017 +0100 - Log

[Guile-commits] 01/01: build: Remove '--enable-error-on-warning' for 'make distcheck'.

2017-02-13 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 14c118144f2d28f904b4e68356ecba30ce79d9a6 Author: Ludovic Courtès Date: Mon Feb 13 22:23:46 2017 +0100 build: Remove '--enable-error-on-warning' for 'make distcheck'. * Makefile.am

[Guile-commits] branch stable-2.0 updated (358e963 -> 14c1181)

2017-02-13 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 358e963 Bump version number to 2.0.14. new 14c1181 build: Remove '--enable-error-on-warning' for 'make distcheck'. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 01/04: i18n: 'number->locale-string' guesses the minimum number of decimals.

2017-02-13 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 4b2b867c21fcf1cd751c4809edc8dc0f691daf32 Author: Ludovic Courtès Date: Mon Feb 13 21:30:51 2017 +0100 i18n: 'number->locale-string' guesses the minimum number of decimals. This feature was

[Guile-commits] branch stable-2.0 updated (4aead68 -> 358e963)

2017-02-13 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 4aead68 i18n: Fix corner cases for monetary and number string conversions. new 4b2b867 i18n: 'number->locale-string' guesses the minimum number of decimals. new 8a5e406 doc: Describe -e (module)

[Guile-commits] 03/04: Update 'NEWS'.

2017-02-13 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit cbbf79a34b77c52e1cdb1ad2c9c46821cccb32bc Author: Ludovic Courtès Date: Mon Feb 13 22:08:52 2017 +0100 Update 'NEWS'. --- NEWS | 22 +- 1 file changed, 21 insertions(+), 1

[Guile-commits] 04/04: Bump version number to 2.0.14.

2017-02-13 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 358e96318ea5518a677677f5fea501f6461ca067 Author: Ludovic Courtès Date: Mon Feb 13 22:10:41 2017 +0100 Bump version number to 2.0.14. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment. ---

[Guile-commits] 02/04: doc: Describe -e (module) on equal footing with (@ ...).

2017-02-13 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 8a5e40655b59f9f6e3913a95461b3f6970497f3b Author: Arne Babenhauserheide Date: Thu Sep 29 17:11:26 2016 +0200 doc: Describe -e (module) on equal footing with (@ ...). *

[Guile-commits] 07/07: i18n: Fix corner cases for monetary and number string conversions.

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 4aead68cdb86ca60cc372f0cd558cadda90ddec5 Author: Ludovic Courtès Date: Mon Feb 13 00:07:40 2017 +0100 i18n: Fix corner cases for monetary and number string conversions. Fixes

[Guile-commits] 04/07: i18n: Do not represent zero as "-0".

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 68938bcadd3920ae5406877a91fca5be0f42f3ee Author: Ludovic Courtès Date: Sun Feb 12 22:59:17 2017 +0100 i18n: Do not represent zero as "-0". Partly fixes . Reported

[Guile-commits] 06/07: tests: Choose a more plausible US English locale name.

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 21602109f03321919bbce3c9d7fe8ce1b006ebb9 Author: Ludovic Courtès Date: Mon Feb 13 00:00:22 2017 +0100 tests: Choose a more plausible US English locale name. * test-suite/tests/i18n.test

[Guile-commits] 01/07: doc: Fix typo in keywords documentation.

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit f637d93f4072e75e41eaaceae8ef22d927f32ae2 Author: Georgi Kirilov Date: Mon Jan 23 11:44:37 2017 +0200 doc: Fix typo in keywords documentation. * doc/ref/api-data.texi (Keyword

[Guile-commits] branch stable-2.0 updated (f2764cb -> 4aead68)

2017-02-12 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from f2764cb tests: Avoid statprof test failure on systems without 'setitimer'. new f637d93 doc: Fix typo in keywords documentation. new 00b57d0 doc: Fix typo in site packages documentation. new

[Guile-commits] 05/07: tests: Use 'pass-if-equal' for (ice-9 i18n) tests.

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit eba9ff83f32ed537117112cf9bc9721f414e0625 Author: Ludovic Courtès Date: Sun Feb 12 23:42:09 2017 +0100 tests: Use 'pass-if-equal' for (ice-9 i18n) tests. * test-suite/tests/i18n.test

[Guile-commits] 03/07: Recognize sh3 as compilation targets

2017-02-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit e18251e3ba8836e0c44c52b65b122a7ad79a45bc Author: John Paul Adrian Glaubitz Date: Sat Jan 21 12:49:31 2017 +0100 Recognize sh3 as compilation targets *

[Guile-commits] 01/01: tests: Avoid statprof test failure on systems without 'setitimer'.

2017-02-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit f2764cb1031379c47a17c02fef3f8164a6ce9cda Author: Ludovic Courtès Date: Sat Feb 11 22:00:18 2017 +0100 tests: Avoid statprof test failure on systems without 'setitimer'. Partly fixes

[Guile-commits] 01/01: psyntax: Generate identifiers in a deterministic fashion.

2016-12-30 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 458ae248ab353af24e27b8fb3e5fe7a8b78ae219 Author: Mark H Weaver Date: Fri Feb 12 11:19:38 2016 -0500 psyntax: Generate identifiers in a deterministic fashion. Fixes

[Guile-commits] branch stable-2.0 updated (54b4345 -> 458ae24)

2016-12-30 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 54b4345 build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. new 458ae24 psyntax: Generate identifiers in a deterministic fashion. The 1 revisions listed above as "new" are entirely new to this

[Guile-commits] branch stable-2.0 updated (2fbde7f -> 54b4345)

2016-12-14 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 2fbde7f tests: Avoid race condition in REPL server test. new 54b4345 build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. The 1 revisions listed above as "new" are entirely new to this repository

[Guile-commits] 01/01: build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp.

2016-12-14 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 54b43451efe8f49a3a65e8f782e79da5da4b5a01 Author: Ludovic Courtès Date: Wed Dec 14 17:20:00 2016 +0100 build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. Reported by Jan Nieuwenhuizen

[Guile-commits] 02/02: tests: Avoid race condition in REPL server test.

2016-11-04 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 2fbde7f02adb8c6585e9baf6e293ee49cd23d4c4 Author: Ludovic Courtès Date: Fri Nov 4 22:45:51 2016 +0100 tests: Avoid race condition in REPL server test. Fixes .

[Guile-commits] branch stable-2.0 updated (272473f -> 2fbde7f)

2016-11-04 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 272473f scandir: Avoid 'stat' calls on each entry. new 8d6209e tests: Throw 'unresolved when the REPL server is too slow. new 2fbde7f tests: Avoid race condition in REPL server test. The 2

[Guile-commits] 01/02: tests: Throw 'unresolved when the REPL server is too slow.

2016-11-04 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 8d6209ea56241bb1890c142539927c9ef3fb5a13 Author: Ludovic Courtès Date: Fri Nov 4 22:44:32 2016 +0100 tests: Throw 'unresolved when the REPL server is too slow. *

[Guile-commits] branch stable-2.0 updated (89ce9fb -> 272473f)

2016-10-28 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 89ce9fb build: Compress with lzip too. new 272473f scandir: Avoid 'stat' calls on each entry. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[Guile-commits] 01/01: scandir: Avoid 'stat' calls on each entry.

2016-10-28 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 272473fee489ebb7f64b7c893ec262d29aaa981f Author: Ludovic Courtès Date: Fri Oct 28 22:14:05 2016 +0200 scandir: Avoid 'stat' calls on each entry. * module/ice-9/ftw.scm (scandir): Rewrite in

[Guile-commits] branch master updated (d74e0fe -> 9807d2d)

2016-10-25 Thread Ludovic Courts
civodul pushed a change to branch master in repository guile. from d74e0fe Move thread bindings to (ice-9 threads) new 9807d2d Fix tree-il code generation for ECMAscript `new' expression. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 01/01: Fix tree-il code generation for ECMAscript `new' expression.

2016-10-25 Thread Ludovic Courts
civodul pushed a commit to branch master in repository guile. commit 9807d2dced107aecfb85502e9264e63f74214499 Author: Julian Graham Date: Tue Sep 13 08:39:43 2016 -0400 Fix tree-il code generation for ECMAscript `new' expression. The compiler was

[Guile-commits] branch stable-2.0 updated (cd1b530 -> 89ce9fb)

2016-10-12 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from cd1b530 Bump version number to 2.0.13. new 5c6bd95 build: Check for /gnu/store file names upon "make dist". new 89ce9fb build: Compress with lzip too. The 2 revisions listed above as "new" are

[Guile-commits] 01/02: build: Check for /gnu/store file names upon "make dist".

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 5c6bd9598d5b58348069f16baa9b3a4e07dd9e9a Author: Ludovic Courtès Date: Wed Oct 12 12:01:54 2016 +0200 build: Check for /gnu/store file names upon "make dist". * Makefile.am

[Guile-commits] annotated tag v2.0.13 created (now 370faa5)

2016-10-12 Thread Ludovic Courts
civodul pushed a change to annotated tag v2.0.13 in repository guile. at 370faa5 (tag) tagging 89ce9fb31b00f1f243fe6f2450db50372cc0b86d (commit) replaces v2.0.12 tagged by Ludovic Courtès on Wed Oct 12 12:27:52 2016 +0200 - Log

[Guile-commits] 02/02: build: Compress with lzip too.

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 89ce9fb31b00f1f243fe6f2450db50372cc0b86d Author: Ludovic Courtès Date: Wed Oct 12 12:03:16 2016 +0200 build: Compress with lzip too. * configure.ac: Add 'dist-lzip' Automake option. ---

[Guile-commits] 01/04: tests: Add REPL server test for CVE-2016-8606.

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 66689cc004024b0373de1e51bc602e0ebf13bb70 Author: Ludovic Courtès Date: Wed Oct 12 09:37:18 2016 +0200 tests: Add REPL server test for CVE-2016-8606. This is a followup to

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

2016-10-12 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 08c0219 REPL Server: Guard against HTTP inter-protocol exploitation attacks. new 66689cc tests: Add REPL server test for CVE-2016-8606. new 52cf9b2 build: Avoid use of Bash's $(...) construct in

[Guile-commits] 02/04: build: Avoid use of Bash's $(...) construct in 'configure'.

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 52cf9b2a2c090107ede51ce25580cfc48d825c6a Author: Ludovic Courtès Date: Wed Oct 12 10:29:32 2016 +0200 build: Avoid use of Bash's $(...) construct in 'configure'. This is a followup to

[Guile-commits] 04/04: Bump version number to 2.0.13.

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit cd1b530b2a4c785a242672b572d107da47274c67 Author: Ludovic Courtès Date: Wed Oct 12 10:38:16 2016 +0200 Bump version number to 2.0.13. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

[Guile-commits] 03/04: Update 'NEWS'.

2016-10-12 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 606cf7f7f42c072b96b941e5074338c01811b5ea Author: Ludovic Courtès Date: Wed Oct 12 10:12:26 2016 +0200 Update 'NEWS'. --- NEWS | 48 +--- 1 file changed, 41

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

2016-10-11 Thread Ludovic Courts
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

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

2016-10-11 Thread Ludovic Courts
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

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

2016-10-11 Thread Ludovic Courts
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

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

2016-10-11 Thread Ludovic Courts
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

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

2016-10-11 Thread Ludovic Courts
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,

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

2016-10-11 Thread Ludovic Courts
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 . *

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

2016-10-11 Thread Ludovic Courts
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

[Guile-commits] branch stable-2.0 updated (8a1fb45 -> 26cf784)

2016-08-04 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 8a1fb45 Avoid compilation warnings about alloca in read.c new 26cf784 texinfo: Remove unnecessary (oop goops) dependency. The 1 revisions listed above as "new" are entirely new to this repository and will

[Guile-commits] 01/01: texinfo: Remove unnecessary (oop goops) dependency.

2016-08-04 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 26cf7843c68e566ae9d1c889fcc8a233e510a2a1 Author: Ludovic Courtès Date: Thu Aug 4 19:14:30 2016 +0200 texinfo: Remove unnecessary (oop goops) dependency. * module/texinfo/string-utils.scm:

[Guile-commits] 04/04: Fix invalid use of 'PTR2SCM'.

2016-07-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit a14e873cce0700cb0a84dd03632e542bd0223637 Author: Ludovic Courtès Date: Mon Jul 11 11:04:34 2016 +0200 Fix invalid use of 'PTR2SCM'. Fixes a typo introduced in

[Guile-commits] 02/04: Unconditionally include from Gnulib.

2016-07-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 2bdd40a6966b18d4f62eaf1ce2d803b9b34c9d93 Author: Ludovic Courtès Date: Mon Jul 11 11:00:38 2016 +0200 Unconditionally include from Gnulib. * libguile/stime.c: Unconditionally include . ---

[Guile-commits] 03/04: Add missing 'const' qualifier.

2016-07-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 2c5ab455c26a6386c781f62b6d732c9b29919111 Author: Ludovic Courtès Date: Mon Jul 11 11:01:16 2016 +0200 Add missing 'const' qualifier. * libguile/stime.c (tzvar): Add 'const'. ---

[Guile-commits] branch stable-2.0 updated (5b7b574 -> a14e873)

2016-07-11 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from 5b7b574 Add meta/build-env new 92b8087 build: Remove unneeded check for 'unsetenv'. new 2bdd40a Unconditionally include from Gnulib. new 2c5ab45 Add missing 'const' qualifier. new

[Guile-commits] 01/04: build: Remove unneeded check for 'unsetenv'.

2016-07-11 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 92b8087d7d87ec8a66e1dd7d14f73dc6be87c3cd Author: Ludovic Courtès Date: Mon Jul 11 10:59:04 2016 +0200 build: Remove unneeded check for 'unsetenv'. * configure.ac: Remove check for 'unsetenv',

[Guile-commits] 01/02: Update NEWS.

2016-06-28 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit a5094286c92f45606cb0f2a6703cce91484b465a Author: Ludovic Courtès Date: Tue Jun 28 22:27:47 2016 +0200 Update NEWS. --- NEWS | 311 +- 1

[Guile-commits] branch stable-2.0 updated (a0e96d9 -> 8f644ef)

2016-06-28 Thread Ludovic Courts
civodul pushed a change to branch stable-2.0 in repository guile. from a0e96d9 Do not track some test-suite files new a509428 Update NEWS. new 8f644ef doc: smobs: Fix typos. The 2 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] 02/02: doc: smobs: Fix typos.

2016-06-28 Thread Ludovic Courts
civodul pushed a commit to branch stable-2.0 in repository guile. commit 8f644ef87a65721748af0aaea2bba7637d02f57d Author: Ludovic Courtès Date: Tue Jun 28 22:51:57 2016 +0200 doc: smobs: Fix typos. * doc/ref/api-smobs.texi (Smobs): Fix typos. ---

  1   2   >