guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: [Guile-commits] branch stable-2.2 updated (e1225d0 -> 8021380)
Date: Sun, 30 Jun 2019 15:49:04 -0400 (EDT)

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 optional parameter of 'stat'.
       new  ab2fd70   'strftime' and 'strptime' honor the locale encoding.
       new  8021380   REPL server: Avoid deprecated '_IOFBF'.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/posix.texi               |  10 +++-
 libguile/stime.c                 |  24 ++++----
 module/ice-9/ports.scm           |   3 +-
 module/system/repl/server.scm    |   2 +-
 test-suite/Makefile.am           |   1 +
 test-suite/tests/time.test       |  35 ++++++++++--
 test-suite/tests/web-server.test | 118 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 173 insertions(+), 20 deletions(-)
 create mode 100644 test-suite/tests/web-server.test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]