[Guile-commits] 04/07: vm: Fix typo when checking for 'madvise' error code.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit efc33cd1497c00c5ebf961e834efc1d85f3e28ac Author: Ludovic Courtès Date: Mon Jun 18 13:46:10 2018 +0200 vm: Fix typo when checking for 'madvise' error code. * libguile/vm.c (return_unused_stack_to_os): Check

[Guile-commits] 01/07: Add SRFI 71: Extended LET-syntax for multiple values.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit eb90831ce81bcb85ae96d27011ebe71955cdf75d Author: Christopher Allan Webber Date: Thu Jun 29 17:19:06 2017 -0500 Add SRFI 71: Extended LET-syntax for multiple values. * module/srfi/srfi-71.scm: New file. *

[Guile-commits] branch stable-2.2 updated (ac9f083 -> 1c970da)

2018-06-18 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from ac9f083 Add copyright header for (language elisp falias), and fix typo. new eb90831 Add SRFI 71: Extended LET-syntax for multiple values. new 35f7df9 tests: Add SRFI-71 test. new 761cf0f

[Guile-commits] 07/07: doc: Document (ice-9 match) macros.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 1c970da59eb28e0a76d03e3f3689020b779679c9 Author: Arun Isaac Date: Fri Mar 23 19:52:04 2018 +0530 doc: Document (ice-9 match) macros. * doc/ref/match.texi: Document match-lambda, match-lambda*, match-let,

[Guile-commits] 05/07: get-bytevector-n and get-bytevector-n! can now read more than 4 GB

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 26b446d52b040952897b709fb4a1d5cd834a3a9c Author: Jan Smydke Date: Sat May 19 12:48:01 2018 +0200 get-bytevector-n and get-bytevector-n! can now read more than 4 GB * libguile/r6rs-ports.c

[Guile-commits] 02/07: tests: Add SRFI-71 test.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 35f7df93788d3f6823eceb026dc32a125e21c31c Author: Ludovic Courtès Date: Mon Jun 18 13:28:36 2018 +0200 tests: Add SRFI-71 test. * test-suite/tests/srfi-71.test: New file. * test-suite/Makefile.am

[Guile-commits] 06/07: doc: Fix typo.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 33363f7ec393feeabd975c1466e5b9959ceeb7ab Author: Ludovic Courtès Date: Mon Jun 18 14:06:12 2018 +0200 doc: Fix typo. Fixes . Reported by Fis Trivial . *

[Guile-commits] 03/07: Make module autoloading thread-safe.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 761cf0fb8c364e885e4c6fced34563f8157c3b84 Author: Ludovic Courtès Date: Mon Jun 18 13:42:22 2018 +0200 Make module autoloading thread-safe. Fixes . *

[Guile-commits] 02/02: Module import obarrays are accessed in a critical section.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 46bcbfa566de19a88e925bd0369e110cae5a6b03 Author: Ludovic Courtès Date: Mon Jun 18 17:39:35 2018 +0200 Module import obarrays are accessed in a critical section. Fixes . *

[Guile-commits] 01/02: tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27.

2018-06-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 774b1ef7c203b875a7355736e5fd601d33cf95ae Author: Ludovic Courtès Date: Mon Jun 18 17:27:32 2018 +0200 tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27. * test-suite/tests/i18n.test

[Guile-commits] branch stable-2.2 updated (1c970da -> 46bcbfa)

2018-06-18 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 1c970da doc: Document (ice-9 match) macros. new 774b1ef tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc  2.27. new 46bcbfa Module import obarrays are accessed in a critical section. The 2

[Guile-commits] branch stable-2.2 updated (8209f0f -> 23af45e)

2018-06-29 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 8209f0f GDB support: Add 'guile-backtrace' command. new b87068e linker: Don't rely on out-of-range bv-ref exceptions. new 23af45e vm: Fix stack-marking bug in multi-threaded programs. The 2

[Guile-commits] 01/02: linker: Don't rely on out-of-range bv-ref exceptions.

2018-06-29 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit b87068eee7cfbe8dbc055b11221a931f5e9bec5c Author: Ludovic Courtès Date: Thu Jun 28 17:14:08 2018 +0200 linker: Don't rely on out-of-range bv-ref exceptions. * module/system/vm/linker.scm (find-shstrndx):

[Guile-commits] 02/02: vm: Fix stack-marking bug in multi-threaded programs.

2018-06-29 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 23af45e248e8e2bec99c712842bf24d6661abbe2 Author: Ludovic Courtès Date: Fri Jun 29 22:28:48 2018 +0200 vm: Fix stack-marking bug in multi-threaded programs. Fixes . *

[Guile-commits] branch stable-2.2 updated (791cae9 -> cdb194c)

2018-07-02 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 791cae9 Bump version for Guile 2.2.4. new cdb194c Update release docs. 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: Update release docs.

2018-07-02 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit cdb194c8b437991c394a468e8923d8704bfb60f2 Author: Ludovic Courtès Date: Mon Jul 2 10:58:22 2018 +0200 Update release docs. * doc/release.org: Update web site instructions. --- doc/release.org | 14

[Guile-commits] annotated tag v2.2.4 created (now b8790a0)

2018-07-02 Thread Ludovic Court
civodul pushed a change to annotated tag v2.2.4 in repository guile. at b8790a0 (tag) tagging 791cae940afcb2b2eb2c167fe438be1dc1008a73 (commit) replaces v2.2.3 tagged by Ludovic Courtès on Mon Jul 2 08:57:16 2018 +0200 - Log

[Guile-commits] 02/05: types: Recognize 'scm_t_port_type' and decode port type name.

2018-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit c009bfdcc8a4db1494ce282493627421a1bcaadc Author: Ludovic Courtès Date: Sun Jun 24 15:31:05 2018 +0200 types: Recognize 'scm_t_port_type' and decode port type name. * module/system/base/types.scm

[Guile-commits] 01/05: vm: Fix another typo.

2018-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 444648441ad7550e8afad8c7dfaa00605d727eba Author: Ludovic Courtès Date: Sun Jun 24 12:32:13 2018 +0200 vm: Fix another typo. Fix typo introduced in efc33cd1497c00c5ebf961e834efc1d85f3e28ac. *

[Guile-commits] 04/05: GDB support: Add note about (gdb frame-filters).

2018-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit be0814556918178923c3b6003f35d2eb907ea5d5 Author: Ludovic Courtès Date: Sun Jun 24 23:34:58 2018 +0200 GDB support: Add note about (gdb frame-filters). * libguile/libguile-2.2-gdb.scm : Add comment. ---

[Guile-commits] branch stable-2.2 updated (919979a -> 8209f0f)

2018-06-24 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 919979a web: Export http-request. new 4446484 vm: Fix another typo. new c009bfd types: Recognize 'scm_t_port_type' and decode port type name. new 1654c17 GDB support: Fix

[Guile-commits] 03/05: GDB support: Fix 'display-vm-frames'.

2018-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 1654c17473cc4f582d5ad91364b09e0a0b4bc074 Author: Ludovic Courtès Date: Sun Jun 24 23:22:52 2018 +0200 GDB support: Fix 'display-vm-frames'. Previously 'vm-frame-older' would fail to traverse the chain of

[Guile-commits] 05/05: GDB support: Add 'guile-backtrace' command.

2018-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 8209f0f5c067bdaa67c0acce50379c32aba996a2 Author: Ludovic Courtès Date: Sun Jun 24 23:40:08 2018 +0200 GDB support: Add 'guile-backtrace' command. * libguile/libguile-2.2-gdb.scm : Add 'register-command!'

[Guile-commits] 01/01: web: Export http-request.

2018-06-23 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 919979ac39bd8815098823be8b384272b5d26012 Author: Arun Isaac Date: Thu Jun 21 22:57:18 2018 +0530 web: Export http-request. * module/web/client.scm (request): Rename to http-request, add a docstring, and

[Guile-commits] branch stable-2.2 updated (4f64bcd -> 919979a)

2018-06-23 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 4f64bcd Add 'scm_to_stringn' shortcut when converting to UTF-8. new 919979a web: Export http-request. The 1 revisions listed above as "new" are entirely new to this repository and will be described in

[Guile-commits] 01/01: Add 'scm_to_stringn' shortcut when converting to UTF-8.

2018-06-20 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 4f64bcd4d146618154d50202fc73d7083bf9b26a Author: Ludovic Courtès Date: Tue Jun 19 14:52:46 2018 +0200 Add 'scm_to_stringn' shortcut when converting to UTF-8. * libguile/strings.c (scm_to_stringn): Call

[Guile-commits] branch stable-2.2 updated (46bcbfa -> 4f64bcd)

2018-06-20 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 46bcbfa Module import obarrays are accessed in a critical section. new 4f64bcd Add 'scm_to_stringn' shortcut when converting to UTF-8. The 1 revisions listed above as "new" are entirely new to this

[Guile-commits] 03/05: Update NEWS.

2018-07-01 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit fbbab31c8b6036210fa0c61b5f7eb9df25a828c1 Author: Ludovic Courtès Date: Sun Jul 1 23:23:09 2018 +0200 Update NEWS. * NEWS: Update. --- NEWS | 57 + 1

[Guile-commits] 05/05: Bump version for Guile 2.2.4.

2018-07-01 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 791cae940afcb2b2eb2c167fe438be1dc1008a73 Author: Ludovic Courtès Date: Sun Jul 1 23:29:59 2018 +0200 Bump version for Guile 2.2.4. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

[Guile-commits] 01/05: Serialize accesses to submodule hash tables.

2018-07-01 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 533e3ff1708fef5cd00d4c0e836d7eb9f1536e0c Author: Ludovic Courtès Date: Sun Jul 1 18:37:59 2018 +0200 Serialize accesses to submodule hash tables. Fixes . Previously, when

[Guile-commits] 02/05: Update copyright years in '--version' and the manual.

2018-07-01 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit be1e6e6ab0133cfd9ae217478a228ee93f6c8015 Author: Ludovic Courtès Date: Sun Jul 1 18:54:32 2018 +0200 Update copyright years in '--version' and the manual. * module/ice-9/command-line.scm (version-etc):

[Guile-commits] 04/05: build: Really build srfi/srfi-71.scm.

2018-07-01 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit d5710093703f3dbdad88cd5d1bb33b969605fb0c Author: Ludovic Courtès Date: Sun Jul 1 23:27:57 2018 +0200 build: Really build srfi/srfi-71.scm. Commit eb90831ce81bcb85ae96d27011ebe71955cdf75d added it to the

[Guile-commits] branch stable-2.2 updated (e45a33c -> 741c454)

2018-07-20 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from e45a33c compile: Update copyright year. new 741c454 r6rs-ports: 'put-bytevector' accepts 64-bit integers. The 1 revisions listed above as "new" are entirely new to this repository and will be described in

[Guile-commits] 01/01: r6rs-ports: 'put-bytevector' accepts 64-bit integers.

2018-07-20 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 741c45458da0831a12a4f8d729814bf9f2cb6571 Author: Ludovic Courtès Date: Fri Jul 20 11:43:27 2018 +0200 r6rs-ports: 'put-bytevector' accepts 64-bit integers. * libguile/r6rs-ports.c (scm_put_bytevector): Use

[Guile-commits] 02/02: srfi-19: Remove unused procedure.

2018-07-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 71f536c3d8fa0097d52228387d96abbc8b968d02 Author: Ludovic Courtès Date: Tue Jul 24 12:07:03 2018 +0200 srfi-19: Remove unused procedure. * module/srfi/srfi-19.scm (date->broken-down-time): Remove. ---

[Guile-commits] branch stable-2.2 updated (741c454 -> 71f536c)

2018-07-24 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 741c454 r6rs-ports: 'put-bytevector' accepts 64-bit integers. new bdcd0ba Add -Wshadowed-toplevel. new 71f536c srfi-19: Remove unused procedure. The 2 revisions listed above as "new" are entirely

[Guile-commits] 01/02: Add -Wshadowed-toplevel.

2018-07-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit bdcd0ba8a71af24f0b64d7acac3130d8f541d26c Author: Ludovic Courtès Date: Tue Jul 24 11:53:02 2018 +0200 Add -Wshadowed-toplevel. * module/language/tree-il/analyze.scm (shadowed-toplevel-analysis): New

[Guile-commits] 04/04: compile: Update copyright year.

2018-07-19 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit e45a33ce5884aaeae3add4144a262161333d495b Author: Ludovic Courtès Date: Thu Jul 19 17:58:39 2018 +0200 compile: Update copyright year. * module/scripts/compile.scm (show-version): Update copyright year. ---

[Guile-commits] 03/04: compile: Improve error message.

2018-07-19 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 85c5bae4fd94f8686d26fd792b7c0f588c23bd94 Author: Ludovic Courtès Date: Thu Jul 19 17:57:24 2018 +0200 compile: Improve error message. * module/scripts/compile.scm (parse-args): Add missing newline in

[Guile-commits] branch stable-2.2 updated (59a06d8 -> e45a33c)

2018-07-19 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 59a06d8 Make srfi-71 visible through 'cond-expand'. new d677aca r6rs-ports: Accept 'port-position' values greater than 2^32. new 887e495 compile: Add '-x' flag. new 85c5bae compile:

[Guile-commits] 02/04: compile: Add '-x' flag.

2018-07-19 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 887e495c6bdb43ea5fe5ee94d7d38631b5f8c14e Author: Ludovic Courtès Date: Thu Jul 19 17:54:30 2018 +0200 compile: Add '-x' flag. * module/scripts/compile.scm (%options, compile): Add '-x'. *

[Guile-commits] 01/04: r6rs-ports: Accept 'port-position' values greater than 2^32.

2018-07-19 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit d677aca5c5e5b3a9f71af57243169904ba4a712c Author: Ludovic Courtès Date: Thu Jul 19 17:45:54 2018 +0200 r6rs-ports: Accept 'port-position' values greater than 2^32. Reported by Ricardo Wurmus . Fixes

[Guile-commits] 04/04: Define AT_SYMLINK_NOFOLLOW et al.

2018-09-23 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 3ee7673cc98d2acca3144a81bfbe1351b2bbe0fd Author: Ludovic Courtès Date: Sun Sep 23 16:39:42 2018 +0200 Define AT_SYMLINK_NOFOLLOW et al. * libguile/posix.c (scm_init_posix): Define AT_SYMLINK_NOFOLLOW,

[Guile-commits] 03/04: time: Use #: for 'define-module' clauses.

2018-09-23 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 663b8826d7867578f8df509a5f986c671f857938 Author: Ludovic Courtès Date: Sun Sep 23 16:28:29 2018 +0200 time: Use #: for 'define-module' clauses. * module/ice-9/time.scm: Use #: instead of : in 'define-module'

[Guile-commits] branch stable-2.2 updated (4c91de3 -> 3ee7673)

2018-09-23 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 4c91de3 Fix R6RS call-with-{input,output}-file to open textual ports. new 8885eb5 time: Use 'syntax-rules' instead of 'define-macro'. new c3b14ff time: Support expressions that return any number

[Guile-commits] 01/04: time: Use 'syntax-rules' instead of 'define-macro'.

2018-09-23 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 8885eb58cd23e65853869b67fa33d0da2aad0b8a Author: Ludovic Courtès Date: Sun Sep 23 16:25:23 2018 +0200 time: Use 'syntax-rules' instead of 'define-macro'. * module/ice-9/time.scm (time): Rewrite using

[Guile-commits] 02/04: time: Support expressions that return any number of values.

2018-09-23 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit c3b14ff1496f3996f0bfc51e1b64eb70bd6ed0fa Author: Ludovic Courtès Date: Sun Sep 23 16:27:32 2018 +0200 time: Support expressions that return any number of values. * module/ice-9/time.scm (time-proc): Call

[Guile-commits] 01/01: Do not warn the user when 'madvise' returns ENOSYS.

2018-12-16 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 45e4ace6603e00b297e6542362273041aebe7305 Author: Ludovic Courtès Date: Sat Dec 15 18:04:27 2018 +0100 Do not warn the user when 'madvise' returns ENOSYS. * libguile/vm.c (return_unused_stack_to_os): Avoid

[Guile-commits] branch stable-2.2 updated (901bfef -> 45e4ace)

2018-12-16 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 901bfef Fix tests for SRFI-19 date->string ~N new 45e4ace Do not warn the user when 'madvise' returns ENOSYS. The 1 revisions listed above as "new" are entirely new to this repository and will be described

[Guile-commits] 01/02: 'basename' correctly handles "/" and "//".

2019-06-04 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 36ad1d24b3d2c174a64c445502a36f19605dbd65 Author: Ludovic Courtès Date: Tue Jun 4 21:20:15 2019 +0200 'basename' correctly handles "/" and "//". * libguile/filesys.c (scm_basename): Special-case "/" and "//".

[Guile-commits] 02/02: Make URI handling locale independent.

2019-06-04 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 420c2632bb1f48e492a035c1d216f209734f45e6 Author: Timothy Sample Date: Sun Jun 2 14:41:20 2019 -0400 Make URI handling locale independent. Fixes . * module/web/uri.scm

[Guile-commits] 03/03: Bump version for Guile 2.2.5.

2019-06-20 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit f4db000c6081641f6ee611e293239817041bbac8 Author: Ludovic Courtès Date: Thu Jun 20 11:37:24 2019 +0200 Bump version for Guile 2.2.5. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

[Guile-commits] branch stable-2.2 updated (6263d03 -> f4db000)

2019-06-20 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 6263d03 NEWS: Add information to remaining news items. new d59dc5f srfi-14: Fix possible buffer overrun in '%char-set-dump'. new 8cf7b06 Copy terminating zero in 'scm_cat_path'. new f4db000

[Guile-commits] 02/03: Copy terminating zero in 'scm_cat_path'.

2019-06-20 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 8cf7b06d24162d542d8fddb4f88287f1f7754bbb Author: Ludovic Courtès Date: Thu Jun 20 11:43:08 2019 +0200 Copy terminating zero in 'scm_cat_path'. * libguile/script.c (scm_cat_path): Pass N + 1, not N, to

[Guile-commits] 01/03: srfi-14: Fix possible buffer overrun in '%char-set-dump'.

2019-06-20 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit d59dc5fbf2b36d841db35b8d3816d4da92a568a2 Author: Ludovic Courtès Date: Thu Jun 20 11:34:46 2019 +0200 srfi-14: Fix possible buffer overrun in '%char-set-dump'. * libguile/srfi-14.c (scm_sys_char_set_dump):

[Guile-commits] 01/03: Remove references to 'inet-ntoa' and 'inet-aton'.

2019-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit f4f9d177f0a43f6a846414d34b6839a1b9b3319b Author: Ludovic Courtès Date: Mon Jun 24 15:10:13 2019 +0200 Remove references to 'inet-ntoa' and 'inet-aton'. These procedures were removed in Guile 2.2 by commit

[Guile-commits] branch stable-2.2 updated (f4db000 -> f2c11dc)

2019-06-24 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from f4db000 Bump version for Guile 2.2.5. new f4f9d17 Remove references to 'inet-ntoa' and 'inet-aton'. new 77c4f2f doc: Fix minor typo in the HTTP headers documentation. new f2c11dc doc: Fix

[Guile-commits] 03/03: doc: Fix argument list in match-lambda docs

2019-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit f2c11dc1815880a767b43fa5ad08badd4761a5c0 Author: Paul Morris Date: Sat Nov 17 08:54:06 2018 -0500 doc: Fix argument list in match-lambda docs * doc/ref/match.texi: Fix argument list for match-lambda.

[Guile-commits] 02/03: doc: Fix minor typo in the HTTP headers documentation.

2019-06-24 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 77c4f2f48d3b71117ad60965d1055988f4a6f734 Author: Arun Isaac Date: Mon Jan 7 17:42:31 2019 +0530 doc: Fix minor typo in the HTTP headers documentation. * doc/ref/web.texi (HTTP Headers): Fix minor typo.

[Guile-commits] branch stable-2.2 updated (85de863 -> a69b567)

2019-07-07 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 85de863 Bump version for Guile 2.2.6. new a69b567 build: Do not record LDFLAGS in .pc file. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[Guile-commits] 03/05: doc: Document optional parameter of 'stat'.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 63f54a7bc6adbc0f1b397872fb7eb96e84967ff1 Author: Ludovic Courtès Date: Sun Jun 30 17:26:43 2019 +0200 doc: Document optional parameter of 'stat'. Fixes . Reported by Tim

[Guile-commits] 05/05: REPL server: Avoid deprecated '_IOFBF'.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 80213804ad219e7bbd273956c0913c294332f065 Author: Ludovic Courtès Date: Sun Jun 30 21:41:52 2019 +0200 REPL server: Avoid deprecated '_IOFBF'. * module/system/repl/server.scm (drain-input-and-close): Use

[Guile-commits] branch stable-2.2 updated (e1225d0 -> 8021380)

2019-06-30 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from e1225d0 Revert "web: Add support for HTTP header continuation lines." new 043ed2a ports: Export 'current-load-port'. new a152a67 tests: Add (web server) test. new 63f54a7 doc: Document

[Guile-commits] 02/05: tests: Add (web server) test.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit a152a67d3865cc6e7f9d7abd8f17a6e905b8e841 Author: Ludovic Courtès Date: Sun Jun 30 17:20:54 2019 +0200 tests: Add (web server) test. * test-suite/tests/web-server.test: New file. * test-suite/Makefile.am

[Guile-commits] 01/05: ports: Export 'current-load-port'.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 043ed2ae5b7e69c6048f37fd0fd3344479c84349 Author: Ludovic Courtès Date: Tue Jun 25 14:47:27 2019 +0200 ports: Export 'current-load-port'. This binding was forgotten when (ice-9 ports) was introduced in

[Guile-commits] 04/05: 'strftime' and 'strptime' honor the locale encoding.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit ab2fd70ef1e36c6532128b73082809ef3c056556 Author: Ludovic Courtès Date: Sun Jun 30 21:31:36 2019 +0200 'strftime' and 'strptime' honor the locale encoding. Fixes . Reported by

[Guile-commits] annotated tag v2.2.5 created (now 28fcca3)

2019-06-30 Thread Ludovic Court
civodul pushed a change to annotated tag v2.2.5 in repository guile. at 28fcca3 (tag) tagging f4db000c6081641f6ee611e293239817041bbac8 (commit) replaces v2.2.4 tagged by Ludovic Courtès on Thu Jun 20 11:44:13 2019 +0200 - Log

[Guile-commits] branch stable-2.2 updated (8021380 -> 85de863)

2019-06-30 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 8021380 REPL server: Avoid deprecated '_IOFBF'. new 5f522e1 Update NEWS. new 85de863 Bump version for Guile 2.2.6. The 2 revisions listed above as "new" are entirely new to this repository and

[Guile-commits] 02/02: Bump version for Guile 2.2.6.

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 85de8637cda22b3435d6c802ddaaf9f8abd911bf Author: Ludovic Courtès Date: Sun Jun 30 22:01:10 2019 +0200 Bump version for Guile 2.2.6. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

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

2019-06-30 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 5f522e11cad1e83fe5c525f2b4fcdc1d925d6b39 Author: Ludovic Courtès Date: Sun Jun 30 22:00:20 2019 +0200 Update NEWS. * NEWS: Update. --- NEWS | 24 1 file changed, 24 insertions(+)

[Guile-commits] annotated tag v2.2.6 created (now 18254e0)

2019-06-30 Thread Ludovic Court
civodul pushed a change to annotated tag v2.2.6 in repository guile. at 18254e0 (tag) tagging 85de8637cda22b3435d6c802ddaaf9f8abd911bf (commit) replaces v2.2.5 tagged by Ludovic Courtès on Sun Jun 30 22:03:32 2019 +0200 - Log

[Guile-commits] branch stable-2.2 updated (a69b567 -> 659526d)

2019-11-18 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from a69b567 build: Do not record LDFLAGS in .pc file. new 659526d ports: 'scm_port_poll' honors "w" flags. The 1 revisions listed above as "new" are entirely new to this repository and will be described in

[Guile-commits] 01/01: ports: 'scm_port_poll' honors "w" flags.

2019-11-18 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 659526d33b2db1b0924b2769b6a0b824709860cc Author: Ludovic Courtès Date: Mon Nov 18 15:14:56 2019 +0100 ports: 'scm_port_poll' honors "w" flags. Fixes . Reported by Mark H

[Guile-commits] 01/01: Fix non-deterministic crash in 'finalization_thread_proc'.

2019-12-09 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit edf5aea7ac852db2356ef36cba4a119eb0c81ea9 Author: Ludovic Courtès Date: Mon Dec 9 14:44:59 2019 +0100 Fix non-deterministic crash in 'finalization_thread_proc'. Fixes .

[Guile-commits] branch stable-2.2 updated (659526d -> edf5aea)

2019-12-09 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 659526d ports: 'scm_port_poll' honors "w" flags. new edf5aea Fix non-deterministic crash in 'finalization_thread_proc'. The 1 revisions listed above as "new" are entirely new to this repository and will be

[Guile-commits] branch master updated (4b34e11 -> 76e436c)

2019-12-14 Thread Ludovic Court
civodul pushed a change to branch master in repository guile. from 4b34e11 GNU Guile 2.9.7. new 0b2ae37 srfi-35: Replace ''. new 76e436c srfi-35: Generate a unique binding for the constructor. The 2 revisions listed above as "new" are entirely new to this repository

[Guile-commits] 02/02: srfi-35: Generate a unique binding for the constructor.

2019-12-14 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 76e436c892c7f8f41f36ed6343eb1626ff84e90e Author: Ludovic Courtès Date: Sat Dec 14 23:56:12 2019 +0100 srfi-35: Generate a unique binding for the constructor. Previously we'd get warnings like:

[Guile-commits] 01/02: srfi-35: Replace ''.

2019-12-14 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 0b2ae37094c8c5dbf4231e6ea827d9c782270163 Author: Ludovic Courtès Date: Sat Dec 14 18:37:43 2019 +0100 srfi-35: Replace ''. * module/srfi/srfi-35.scm: Move '' to new #:re-export-and-replace clause. ---

[Guile-commits] branch stable-2.2 updated (9a11be1 -> 51a52cd)

2020-02-12 Thread Ludovic Court
civodul pushed a change to branch stable-2.2 in repository guile. from 9a11be1 00-repl-server.test: don't use fixed path for socket new f361584 Fix check for rl_get_keymap new 149d229 texinfo: Add '*line-width*' fluid to control line wrapping. new 7dfd7b0 texinfo: Properly

[Guile-commits] 03/06: texinfo: Properly render @acronym in plain text.

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 7dfd7b074332d39a915a8e6ffc48428521303ccd Author: Ludovic Courtès AuthorDate: Wed Jan 29 15:16:38 2020 +0100 texinfo: Properly render @acronym in plain text. Fixes . Reported by

[Guile-commits] 01/06: Fix check for rl_get_keymap

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit f361584a15358dc52ecb2981d4c47ab507c6a02a Author: Daniel Llorens AuthorDate: Mon Jan 27 22:43:56 2020 +0100 Fix check for rl_get_keymap This lets Guile build on OS X (tested on 10.14) with the system-provided

[Guile-commits] 02/06: texinfo: Add '*line-width*' fluid to control line wrapping.

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 149d229e3cbe7ff3cb3cc45ec0df69825e494f39 Author: Ludovic Courtès AuthorDate: Wed Jan 29 14:56:17 2020 +0100 texinfo: Add '*line-width*' fluid to control line wrapping. * module/texinfo/plain-text.scm

[Guile-commits] 04/06: Remove duplicate procedure in slot-allocation.scm.

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit f4b0c3a93f1c12da8a6f0f7d37099956e2667946 Author: Ludovic Courtès AuthorDate: Sat Feb 8 11:28:59 2020 +0100 Remove duplicate procedure in slot-allocation.scm. * module/language/cps/slot-allocation.scm

[Guile-commits] 06/06: Fix build on platforms where the stack grows upwards.

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 51a52cd6c635abee6b742a7d9241eca513a41f96 Author: John Paul Adrian Glaubitz AuthorDate: Tue Feb 4 13:11:53 2020 +0100 Fix build on platforms where the stack grows upwards. * libguile/continuations.c

[Guile-commits] 05/06: Handle GMP allocations through libgc and remove bignum finalizers.

2020-02-12 Thread Ludovic Court
civodul pushed a commit to branch stable-2.2 in repository guile. commit 885484c97bb17bed42d3fcaeda60d1e0f2c52dab Author: Ludovic Courtès AuthorDate: Sat Feb 8 11:32:22 2020 +0100 Handle GMP allocations through libgc and remove bignum finalizers. This significantly speeds up loads

[Guile-commits] branch master updated: Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.

2020-02-12 Thread Ludovic Court
This is an automated email from the git hooks/post-receive script. civodul pushed a commit to branch master in repository guile. The following commit(s) were added to refs/heads/master by this push: new 41d470f Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'. 41d470f

[Guile-commits] branch master updated: psyntax: 'include' no longer rejects relative file names.

2020-03-05 Thread Ludovic Court
This is an automated email from the git hooks/post-receive script. civodul pushed a commit to branch master in repository guile. The following commit(s) were added to refs/heads/master by this push: new 4cfe0c1 psyntax: 'include' no longer rejects relative file names. 4cfe0c1 is described

[Guile-commits] branch master updated (4cfe0c1 -> 5d96e42)

2020-03-06 Thread Ludovic Court
civodul pushed a change to branch master in repository guile. from 4cfe0c1 psyntax: 'include' no longer rejects relative file names. new c5d3b45 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation. new 5d96e42 Add 'hash' test for keywords. The 2 revisions

[Guile-commits] 01/02: 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.

2020-03-06 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit c5d3b45c9f903cc9726b4bd7e3c13db56bafd587 Author: Ludovic Courtès AuthorDate: Fri Mar 6 17:15:45 2020 +0100 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation. Fixes

[Guile-commits] 01/02: Fix expansion of 'error' primitive with a non-constant argument.

2020-03-06 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit d49453259bf97aed6d7e41d1bb364b62310c088f Author: Ludovic Courtès AuthorDate: Fri Mar 6 17:57:20 2020 +0100 Fix expansion of 'error' primitive with a non-constant argument. Fixes .

[Guile-commits] 02/02: Remove extra 'error' call in 'make-record-type'.

2020-03-06 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 8a25546a9458b8416d80bb80f925d0c1f11ec197 Author: Ludovic Courtès AuthorDate: Fri Mar 6 17:59:51 2020 +0100 Remove extra 'error' call in 'make-record-type'. * module/ice-9/boot-9.scm

[Guile-commits] branch master updated (5d96e42 -> 8a25546)

2020-03-06 Thread Ludovic Court
civodul pushed a change to branch master in repository guile. from 5d96e42 Add 'hash' test for keywords. new d494532 Fix expansion of 'error' primitive with a non-constant argument. new 8a25546 Remove extra 'error' call in 'make-record-type'. The 2 revisions listed above as

[Guile-commits] 01/02: texinfo: Add '*line-width*' fluid to control line wrapping.

2020-01-29 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit c4b2bd378136ed0177a88642220ea85eef034ced Author: Ludovic Courtès AuthorDate: Wed Jan 29 14:56:17 2020 +0100 texinfo: Add '*line-width*' fluid to control line wrapping. * module/texinfo/plain-text.scm

[Guile-commits] branch master updated (f2781c9 -> ff14b77)

2020-01-29 Thread Ludovic Court
civodul pushed a change to branch master in repository guile. from f2781c9 Fix check for rl_get_keymap new c4b2bd3 texinfo: Add '*line-width*' fluid to control line wrapping. new ff14b77 texinfo: Properly render @acronym in plain text. The 2 revisions listed above as "new" are

[Guile-commits] 02/02: texinfo: Properly render @acronym in plain text.

2020-01-29 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit ff14b77ff527f297438b83614db0c1d56322ec42 Author: Ludovic Courtès AuthorDate: Wed Jan 29 15:16:38 2020 +0100 texinfo: Properly render @acronym in plain text. Fixes . Reported by

[Guile-commits] 02/02: Handle GMP allocations through libgc and remove bignum finalizers.

2020-02-08 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 00fbdfa7345765168e14438eed0b0b8c64c27ab9 Author: Ludovic Courtès AuthorDate: Sat Feb 8 11:32:22 2020 +0100 Handle GMP allocations through libgc and remove bignum finalizers. This significantly speeds up loads that

[Guile-commits] 01/02: Remove duplicate procedure in slot-allocation.scm.

2020-02-08 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 7e7d8b778c1db02f4c67e31b860865ad6175864a Author: Ludovic Courtès AuthorDate: Sat Feb 8 11:28:59 2020 +0100 Remove duplicate procedure in slot-allocation.scm. * module/language/cps/slot-allocation.scm

[Guile-commits] branch master updated (ff14b77 -> 00fbdfa)

2020-02-08 Thread Ludovic Court
civodul pushed a change to branch master in repository guile. from ff14b77 texinfo: Properly render @acronym in plain text. new 7e7d8b7 Remove duplicate procedure in slot-allocation.scm. new 00fbdfa Handle GMP allocations through libgc and remove bignum finalizers. The 2

[Guile-commits] 02/02: Fix build on ia64.

2020-02-08 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit 43cfae363493460bed62da24bcdc51fce7ba250a Author: John Paul Adrian Glaubitz AuthorDate: Tue Feb 4 14:14:43 2020 +0100 Fix build on ia64. * libguile/continuations.c (capture_auxiliary_stack): Fix logic in

[Guile-commits] 01/02: Fix build on platforms where the stack grows upwards.

2020-02-08 Thread Ludovic Court
civodul pushed a commit to branch master in repository guile. commit ad91517da1883e72469c610e85bb87050f3829b4 Author: John Paul Adrian Glaubitz AuthorDate: Tue Feb 4 13:11:53 2020 +0100 Fix build on platforms where the stack grows upwards. * libguile/continuations.c

  1   2   3   4   5   >