1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 12:30:32 +02:00
guile/module/srfi
Daniel Llorens 347ec3f088 Support ~N in SRFI-19 string->date
* module/srfi/srfi-19.scm (fractional-integer-reader,
  make-fractional-integer-reader): From reference implementation.
  (reader-directives): Handle #\N, from reference implementation.
* test-suite/tests/srfi-19: Add tests for string->date ~N.
* doc/ref/srfi-modules.texi (string->date): Add line for ~N.
2019-05-23 17:14:27 +02:00
..
srfi-4
srfi-9
srfi-42
srfi-64
srfi-67
srfi-1.scm Rewrite boot-9 map to be recursive and pure 2014-05-01 21:17:28 +02:00
srfi-2.scm
srfi-4.scm
srfi-6.scm
srfi-8.scm
srfi-9.scm Introduce make-struct/simple 2018-01-21 21:03:35 +01:00
srfi-10.scm
srfi-11.scm
srfi-13.scm
srfi-14.scm
srfi-16.scm
srfi-17.scm
srfi-18.scm srfi-18: 'thread-sleep!' timeout-as-a-number is relative. 2018-08-07 11:40:40 +02:00
srfi-19.scm Support ~N in SRFI-19 string->date 2019-05-23 17:14:27 +02:00
srfi-26.scm
srfi-27.scm
srfi-28.scm Implement SRFI 28: Basic Format Strings. 2014-12-02 11:49:05 -05:00
srfi-31.scm
srfi-34.scm Fix srfi-34 indentation 2016-10-30 20:31:57 +01:00
srfi-35.scm Replace "pr" struct fields with "pw" fields 2017-09-23 15:33:02 +02:00
srfi-37.scm SRFI-37: Account for zero-length arguments. 2017-04-20 10:58:54 +02:00
srfi-38.scm
srfi-39.scm
srfi-41.scm
srfi-42.scm
srfi-43.scm Improve compilation of make-vector without init 2018-01-05 15:18:16 +01:00
srfi-45.scm
srfi-60.scm
srfi-64.scm
srfi-67.scm
srfi-69.scm
srfi-71.scm Make srfi-71 visible through 'cond-expand'. 2018-08-07 12:33:25 +02:00
srfi-88.scm
srfi-98.scm
srfi-111.scm