[Guile-commits] 02/02: Merge remote-tracking branch 'lightening/master'

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 63de1893c3995494ad097e67826bbeabbe6aed3a Merge: 9ffda1c 7c73f5f Author: Andy Wingo Date: Thu May 23 10:04:52 2019 +0200 Merge remote-tracking branch 'lightening/master' libguile/Makefile.am | 2 +-

[Guile-commits] 01/02: Add includable automake file

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 7c73f5f949c7cd27766de09f5770c4ac552b97e7 Author: Andy Wingo Date: Thu May 23 10:00:28 2019 +0200 Add includable automake file --- lightening.am | 58 ++ 1 file

[Guile-commits] branch master updated (9ffda1c -> 63de189)

2019-05-23 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 9ffda1c Update NEWS new 7c73f5f Add includable automake file new 63de189 Merge remote-tracking branch 'lightening/master' The 2 revisions listed above as "new" are entirely new to this repository and

[Guile-commits] 03/04: Mark a couple functions as maybe-unused.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit e9e52b6ab96622dd1f0958ba8bcaab23bf98eb47 Author: Andy Wingo Date: Thu May 23 09:34:08 2019 +0200 Mark a couple functions as maybe-unused. * libguile/jit.c (fp_scm_operand, sp_slot_operand): Maybe unused. ---

[Guile-commits] 02/04: Merge remote-tracking branch 'lightening/master'

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit be8ac3589e2a420fa927a3bf429e7a1e91590e64 Merge: 5c700ae ff6ab1d Author: Andy Wingo Date: Wed May 22 23:05:06 2019 +0200 Merge remote-tracking branch 'lightening/master' libguile/lightening/lightening/aarch64-cpu.c | 86

[Guile-commits] 01/04: Silence "unused" warnings

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit ff6ab1d2b140fb6a4dc74629e322a13ba6cd4ae4 Author: Andy Wingo Date: Wed May 22 23:04:30 2019 +0200 Silence "unused" warnings --- lightening/aarch64-cpu.c | 86

[Guile-commits] 04/04: Update NEWS

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 9ffda1ce611e998f090124a908a5ca8e5775a974 Author: Andy Wingo Date: Thu May 23 09:34:54 2019 +0200 Update NEWS * NEWS: Add 2.9.2 information. --- NEWS | 28 +++- 1 file changed, 27

[Guile-commits] branch master updated (b94c5f8 -> ee28c06)

2019-05-23 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from b94c5f8 Update iconv.m4 from gnulib. adds d488330 Minor CSE run-time optimization adds 8e7f857 Add compute-clobber-map to effect analysis adds bb77c0f Improve CSE complexity adds 3e6857a

[Guile-commits] 01/01: Merge until 65d98d8fd from 'stable-2.2'

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit ee28c0680d2b686182c7585e5c7fa6c1524152ab Merge: b94c5f8 65d98d8 Author: Andy Wingo Date: Thu May 23 20:47:01 2019 +0200 Merge until 65d98d8fd from 'stable-2.2' This marks stable-2.2 as merged up to 65d98d8fd,

[Guile-commits] 41/55: Make locale monetary conversion tests be less strict on terminal whitespace

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 42bc25522441c10404ea1b8b1a78debd8e71c807 Author: Michael Gran Date: Sat Feb 23 23:16:31 2019 -0800 Make locale monetary conversion tests be less strict on terminal whitespace * test-suite/tests/i18n.test

[Guile-commits] 37/55: Avoid leaking a file descriptor in test-unwind

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 08926cdcd092c741f7fac726c70fff8f178daeea Author: Mike Gran Date: Sat Feb 9 16:39:19 2019 -0800 Avoid leaking a file descriptor in test-unwind * test-suite/standalone/test-unwind.c (check_ports): explicitly close

[Guile-commits] 52/55: Optimize fixnum exact integer square roots.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit a3a726c868da81843a96d7107c4042e654700aa6 Author: Mark H Weaver Date: Sun Apr 28 03:45:11 2019 -0400 Optimize fixnum exact integer square roots. * libguile/numbers.c (scm_exact_integer_sqrt, scm_sqrt)

[Guile-commits] 31/55: Support ~N in SRFI-19 string->date

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 347ec3f0889b7fb60bc251efec94f0a6d6944c3a Author: Daniel Llorens Date: Mon Dec 10 11:57:05 2018 +0100 Support ~N in SRFI-19 string->date * module/srfi/srfi-19.scm (fractional-integer-reader,

[Guile-commits] 55/55: Update iconv.m4 from gnulib.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit b94c5f8e056772b2815c552e9389d7c7fe462c1c Author: Mark H Weaver Date: Tue May 14 01:39:39 2019 -0400 Update iconv.m4 from gnulib. * m4/iconv.m4: Update from gnulib-v0.1-2176-ga79f2a287. --- m4/iconv.m4 | 35

[Guile-commits] 24/55: SRFI-19: time-utc->date: Support non-integer nanoseconds values.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit f9df5515747c14228eefbdfec482ed58f47f5723 Author: Mark H Weaver Date: Mon Oct 22 03:21:40 2018 -0400 SRFI-19: time-utc->date: Support non-integer nanoseconds values. * module/srfi/srfi-19.scm (time-utc->date): Use

[Guile-commits] 42/55: Disable test for current value of setitimer on Cygwin

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit d4fd9adcacd7ff1955aaed5ce42b26b89678aa2a Author: Michael Gran Date: Sat Feb 23 23:23:19 2019 -0800 Disable test for current value of setitimer on Cygwin * test-suite/tests/signals.test ("current itimers are 0"):

[Guile-commits] 28/55: Documentation fixes

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit a83de07e35e48e5f1629baaa160b120efe54fefb Author: Mikael Djurfeldt Date: Wed Oct 31 19:08:58 2018 +0100 Documentation fixes * doc/ref/api-control: * doc/ref/compiler.texi: Language fixes * doc/ref/compiler

[Guile-commits] 14/55: Fix typos, indentation and error reporting in SRFI-19.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit a47a5e6828432fb80c82ce002553f59c6447b911 Author: Mark H Weaver Date: Tue Oct 16 04:20:47 2018 -0400 Fix typos, indentation and error reporting in SRFI-19. * module/srfi/srfi-19.scm: Fix typos in comments,

[Guile-commits] 08/55: Fix list validation of *list->bytevector procedures.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 5dcad70d993e68b0b175efff8c9b3b7477a74891 Author: Mark H Weaver Date: Sun Oct 14 02:22:22 2018 -0400 Fix list validation of *list->bytevector procedures. Fixes . Reported by Josh

[Guile-commits] 50/55: Fix indentation in scm_sum.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 66ffd93dcf6becb325c467e7c80c035677132e59 Author: Mark H Weaver Date: Mon May 6 21:13:18 2019 -0400 Fix indentation in scm_sum. --- libguile/numbers.c | 135 +++-- 1 file

[Guile-commits] 15/55: Use 'scm_from_utf8_{string, symbol, keyword}' for C string literals.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 3ae69f30632dba1677d2ed822297cf4599a8d9dd Author: Mark H Weaver Date: Tue Oct 16 02:34:18 2018 -0400 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. Partial fix for .

[Guile-commits] 48/55: Add 'scm_c_make_char' and use it where appropriate.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit d5c420a0caf1e364af7339b66932411b5234 Author: Mark H Weaver Date: Tue May 7 02:28:26 2019 -0400 Add 'scm_c_make_char' and use it where appropriate. This reverts the change to SCM_MAKE_CHAR made in the previous

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

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 176bfd0bce4220b0565d192a93bd9e2f81a1f1fe 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' form.

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

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 24f45332b08c2041c71b61ea569c6ca8ea774677 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 PROC with

[Guile-commits] 53/55: put-u8: Always write a single byte, regardless of the port encoding.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 2bfa4f73f188e4ad2bde22594d5173e71c1d3d2f Author: Mark H Weaver Date: Wed May 1 05:20:36 2019 -0400 put-u8: Always write a single byte, regardless of the port encoding. Previously, 'put-u8' used textual I/O to

[Guile-commits] 45/55: Update user-visible copyright years.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit cca381ce1756abc04e6863d06a4fe620759894b0 Author: Mark H Weaver Date: Mon Apr 15 19:16:28 2019 -0400 Update user-visible copyright years. * doc/ref/guile.texi: Update years in copyright notice. *

[Guile-commits] 07/55: Improve the documentation for 'nil?'.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 0c0a658c564c4c585d740c8ccf16b889f996ac3f Author: Mark H Weaver Date: Sun Oct 14 01:32:58 2018 -0400 Improve the documentation for 'nil?'. * libguile/boolean.c (scm_nil_p): Improve docstring. *

[Guile-commits] 20/55: SRFI-19: Fix handling of negative years and negative julian days.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit db78033cc1a3c540f00f20d0e59df5c2cd1452bd Author: Mark H Weaver Date: Sat Oct 20 23:02:16 2018 -0400 SRFI-19: Fix handling of negative years and negative julian days. Fixes .

[Guile-commits] 35/55: Remove redefinition of when & unless in snarf-check-and-output-texi

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 8f254172ad73f719538ff7c6e1f4d757ad44c8a9 Author: Mike Gran Date: Sat Feb 9 09:54:55 2019 -0800 Remove redefinition of when & unless in snarf-check-and-output-texi * module/scripts/snarf-check-and-output-texi.scm

[Guile-commits] 46/55: Fix gc.test "after-gc-hook gets called" failures.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit fd4ba18bca1c6000fc0dd417a5b489e1ac60e0d9 Author: Andrea Azzarone Date: Thu Apr 11 16:30:58 2019 +0100 Fix gc.test "after-gc-hook gets called" failures. * libguile/scmsigs.c (signal_delivery_thread): Call

[Guile-commits] 49/55: Fix typo in comment.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 506c70e72bbad641dde73ef3c983743b19607244 Author: Mark H Weaver Date: Wed Apr 17 07:32:23 2019 -0400 Fix typo in comment. --- libguile/numbers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Guile-commits] 54/55: Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit bd50407d1f9adc3eedd6687c9a84aa7a503b7ce1 Author: Mark H Weaver Date: Mon May 6 21:11:26 2019 -0400 Strings, i18n: Limit the use of alloca to approximately 8 kilobytes. * libguile/i18n.c (SCM_MAX_ALLOCA): New

[Guile-commits] 09/55: Gracefully handle huge shift counts in 'ash' and 'round-ash'.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit e4c5f73f94b276c7d62463907365cc1277a1c450 Author: Mark H Weaver Date: Sun Oct 14 03:18:35 2018 -0400 Gracefully handle huge shift counts in 'ash' and 'round-ash'. Fixes . Reported by

[Guile-commits] 30/55: Update (ice-9 match) to include selected bug fixes from upstream.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 4f3aa816171db65050a964e0bf27bbea71b2fc87 Author: Mark H Weaver Date: Sun Nov 11 23:07:47 2018 -0500 Update (ice-9 match) to include selected bug fixes from upstream. Fixes and other

[Guile-commits] 27/55: Bootstrap optimization

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit af1d55bcca8005e46212ba89235dfebcd97a12a3 Author: Mikael Djurfeldt Date: Thu Oct 25 13:53:47 2018 +0200 Bootstrap optimization * bootstrap/Makefile.am: Build both eval.go and psyntax-pp.go before the rest of

[Guile-commits] 43/55: Fix typo in comment.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit b38d9a1527a9d796034bf721c9a266d261db5ad0 Author: Mark H Weaver Date: Thu Nov 15 02:47:22 2018 -0500 Fix typo in comment. * module/ice-9/boot-9.scm: Fix typo. --- module/ice-9/boot-9.scm | 2 +- 1 file changed, 1

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

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 53c3d27bfc43b4a140ff2fe53694d407c20376b3 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] 29/55: Fix spelling of ellipsis in (ice-9 match).

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit ba6e31e75fb79b8fce4d52b2a44338473756da78 Author: Mark H Weaver Date: Sun Nov 11 23:02:00 2018 -0500 Fix spelling of ellipsis in (ice-9 match). * module/ice-9/match.upstream.scm: Change several occurrences of

[Guile-commits] 44/55: Avoid passing NULL to 'memcpy' and 'memcmp'.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 980d8265c2dc35d6e02e540c9041cbf0975dfede Author: Mark H Weaver Date: Mon Apr 1 22:11:35 2019 -0400 Avoid passing NULL to 'memcpy' and 'memcmp'. Reported by Jeffrey Walton in

[Guile-commits] 21/55: SRFI-19: Add a few more tests.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 8361d59d1ce04811642d6f9858b99be9c9fc7023 Author: Mark H Weaver Date: Sat Oct 20 23:30:15 2018 -0400 SRFI-19: Add a few more tests. This is a followup to commit a58c7abd72648f77e4ede5f62a2c4e7969bb7f95. *

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

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit abeeec74b248880c337a3ae71e5fed2eabd77121 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 'perror'

[Guile-commits] 18/55: scm_seed_to_random_state: Support wide string arguments.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 4e24cca595f2fa8e80da8bb00df60ba0e501 Author: Mark H Weaver Date: Fri Oct 19 21:54:34 2018 -0400 scm_seed_to_random_state: Support wide string arguments. Partially fixes .

[Guile-commits] branch master updated (63de189 -> b94c5f8)

2019-05-23 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 63de189 Merge remote-tracking branch 'lightening/master' new 53c3d27 time: Use 'syntax-rules' instead of 'define-macro'. new 24f4533 time: Support expressions that return any number of values.

[Guile-commits] 23/55: SRFI-19: Check for incompatible types in time comparisons.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 8e0dfaca19d4edd28b1be1bb6247982fab826a96 Author: Mark H Weaver Date: Sun Oct 21 19:38:18 2018 -0400 SRFI-19: Check for incompatible types in time comparisons. Fixes . Reported by

[Guile-commits] 06/55: Fix 32/64 bit bug in INTEGER_ACCESSOR_PROLOGUE

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit e4da1b456a71be2b344eb3fa3f3fdfe44c669bc0 Author: Daniel Llorens Date: Wed Oct 10 19:45:30 2018 +0200 Fix 32/64 bit bug in INTEGER_ACCESSOR_PROLOGUE --- libguile/bytevectors.c | 2 +- 1 file changed, 1 insertion(+), 1

[Guile-commits] 05/55: Fix 'atomic-box-compare-and-swap!'.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit f65ccc6afeda2d4e14878928123d8d3660712dca Author: Mark H Weaver Date: Thu Sep 27 01:00:11 2018 -0400 Fix 'atomic-box-compare-and-swap!'. Fixes .

[Guile-commits] 11/55: In 'ash' and 'round-ash', handle right shift count of LONG_MIN.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 00973cbd2efe192b86f4e2363fccae5b75b09b3f Author: Mark H Weaver Date: Sun Oct 14 05:29:52 2018 -0400 In 'ash' and 'round-ash', handle right shift count of LONG_MIN. Fixes . Reported

[Guile-commits] 17/55: Fix typo in strings.h.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit dcf8389a5a275cda10f693484883f15176e5561d Author: Mark H Weaver Date: Fri Oct 19 21:52:39 2018 -0400 Fix typo in strings.h. * libguile/strings.h: In a comment, add the missing "i_" in "scm_i_is_narrow_string".

[Guile-commits] 13/55: Update SRFI-19 leap second table.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit d61da427e1402f269301fd145069a19b2e2b Author: Mark H Weaver Date: Tue Oct 16 02:50:30 2018 -0400 Update SRFI-19 leap second table. * module/srfi/srfi-19.scm (leap-second-table): Update to include the leap

[Guile-commits] 40/55: Handle newlib C library's langinfo constant names

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 69bc964d7bbba896b425f24a899627ad35713af4 Author: Michael Gran Date: Sat Feb 23 16:33:50 2019 -0800 Handle newlib C library's langinfo constant names The newlib C library (used in Cygwin) has alternative names for

[Guile-commits] 22/55: SRFI-19: Fix normalization of seconds and nanoseconds in time records.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 0389c59bd4201ed10c26917d23adb1dfea56f659 Author: Mark H Weaver Date: Sun Oct 21 19:21:47 2018 -0400 SRFI-19: Fix normalization of seconds and nanoseconds in time records. Fixes .

[Guile-commits] 51/55: Avoid 'with-latin1-locale' in binary I/O tests.

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit c6692a4825795494cedfab475b89d2efddc3a24e Author: Mark H Weaver Date: Fri Apr 19 03:09:37 2019 -0400 Avoid 'with-latin1-locale' in binary I/O tests. * test-suite/tests/r6rs-ports.test ("put-bytevector [2 args]")

[Guile-commits] 38/55: Fix binary output on files created by mkstemp!

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit a5df94e78c3aaed257c9b8dbaafff28cf506cca8 Author: Mike Gran Date: Sat Feb 9 16:59:38 2019 -0800 Fix binary output on files created by mkstemp! Some operating systems require a O_BINARY flag. *

[Guile-commits] 26/55: Add texinfo dependency to README

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 9c10b423a80bd5ec38f6f7af47ee40d3b15e3384 Author: Mikael Djurfeldt Date: Wed Oct 24 20:56:16 2018 +0200 Add texinfo dependency to README * README: Add texinfo dependency. --- README | 6 ++ 1 file changed, 6

[Guile-commits] 34/55: Don't mutate read-only string in ports test

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 9a7e66ecebffb54f739fa5b28f4ec65ac48c0783 Author: Mike Gran Date: Sat Feb 9 09:44:28 2019 -0800 Don't mutate read-only string in ports test * test-suite/tests/ports.test ("valid wide mode string"): modified ---

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

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 827e88b4b798b11013e8a9ef4e0f6ad111966321 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] annotated tag v2.9.2 created (now ee8e1d8)

2019-05-23 Thread Andy Wingo
wingo pushed a change to annotated tag v2.9.2 in repository guile. at ee8e1d8 (tag) tagging 8b8ce79e83d65c47866696221b0a47382a835873 (commit) replaces v2.9.1 tagged by Andy Wingo on Thu May 23 21:09:42 2019 +0200 - Log

[Guile-commits] branch master updated (ee28c06 -> 8b8ce79)

2019-05-23 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from ee28c06 Merge until 65d98d8fd from 'stable-2.2' new 6880ced Reference Lightening instead of GNU Lightning new 8b8ce79 Bump version to 2.9.2 The 2 revisions listed above as "new" are entirely new to this

[Guile-commits] 02/02: Bump version to 2.9.2

2019-05-23 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 8b8ce79e83d65c47866696221b0a47382a835873 Author: Andy Wingo Date: Thu May 23 21:05:21 2019 +0200 Bump version to 2.9.2 * GUILE-VERSION (GUILE_MICRO_VERSION): Bump. --- GUILE-VERSION | 2 +- 1 file changed, 1