guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (47918f3 -> 9454068)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (47918f3 -> 9454068)
Date: Wed, 1 Jun 2016 10:11:29 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  47918f3   Speed up scm_c_write / scm_lfwrite
       new  2f836e2   port_clear_stream_start_for_bom_write refactor
       new  1123002   Add port-line-buffered?
       new  43b6fee   Beginnings of supporting encoding text in ports.c
       new  8f615cd   print_normal_symbol uses new port functions
       new  934b6dc   iprin1 uses scm_c_put_string
       new  2affb9a   Add scm_c_put_escaped_char, scm_c_can_put_char
       new  0e888cd   Simplify string, symbol, char display/write impls
       new  5bec326   Rework text encoding to be more Scheme-friendly
       new  9454068   put-string in Scheme

The 9 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:
 libguile/ports.c              |  642 +++++++++++++++++++++++++++++++++++++----
 libguile/ports.h              |   13 +-
 libguile/print.c              |  620 ++++++---------------------------------
 libguile/print.h              |    2 -
 module/ice-9/ports.scm        |    8 +
 module/ice-9/sports.scm       |   22 ++
 test-suite/test-suite/lib.scm |    2 +-
 7 files changed, 717 insertions(+), 592 deletions(-)



reply via email to

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