guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core THANKS doc/ref/ChangeLog doc/r...


From: Martin Grabmueller
Subject: guile/guile-core THANKS doc/ref/ChangeLog doc/r...
Date: Wed, 26 Sep 2001 13:25:40 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Martin Grabmueller <address@hidden>     01/09/26 13:25:39

Modified files:
        guile-core     : THANKS 
        guile-core/doc/ref: ChangeLog misc-modules.texi 
                            srfi-modules.texi 

Log message:
        Some cosmetic doc fixes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/THANKS.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.170.2.4&tr2=1.170.2.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/ChangeLog.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/misc-modules.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/srfi-modules.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: guile/guile-core/THANKS
diff -u guile/guile-core/THANKS:1.176 guile/guile-core/THANKS:1.177
--- guile/guile-core/THANKS:1.176       Mon Sep 17 16:32:53 2001
+++ guile/guile-core/THANKS     Fri Sep 21 13:57:34 2001
@@ -7,9 +7,9 @@
 
 Contributors since the last release:
 
-
 For fixes or providing information which led to a fix:
 
         Martin Baulig
             Rob Browning
-     Christopher Cramer
+    Christopher Cramer
+           John Goerzen 
Index: guile/guile-core/doc/ref/ChangeLog
diff -u guile/guile-core/doc/ref/ChangeLog:1.5 
guile/guile-core/doc/ref/ChangeLog:1.6
--- guile/guile-core/doc/ref/ChangeLog:1.5      Tue Sep 25 22:46:30 2001
+++ guile/guile-core/doc/ref/ChangeLog  Wed Sep 26 13:24:54 2001
@@ -1,3 +1,15 @@
+2001-09-26  Martin Grabmueller  <address@hidden>
+
+       * srfi-modules.texi (SRFI-13): Tyop fix.
+       (SRFI-13): Changed paragraph about bindings both in the code and
+       in SRFI-13.
+
+       * misc-modules.texi (Formatted Output): Tyop fix.
+       (Formatted Output): Document ~g properly.
+
+       Thanks to Alex Schroeder for pointing out the typos and sending
+       suggestions.
+       
 2001-09-25  Thien-Thi Nguyen  <address@hidden>
 
        * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
Index: guile/guile-core/doc/ref/misc-modules.texi
diff -u guile/guile-core/doc/ref/misc-modules.texi:1.1 
guile/guile-core/doc/ref/misc-modules.texi:1.2
--- guile/guile-core/doc/ref/misc-modules.texi:1.1      Fri Aug 24 05:40:29 2001
+++ guile/guile-core/doc/ref/misc-modules.texi  Wed Sep 26 13:24:54 2001
@@ -124,7 +124,7 @@
 
 @item ~&
 Start a new line, that is, output a newline character if not already
-at the statr of a line.
+at the start of a line.
 
 @item ~_
 Output a single space character.
@@ -173,8 +173,8 @@
 @code{1.34E+0}.
 
 @item ~g
-%% FIXME::martin: There must be a difference.  Does anybody know?
-Like @code{~f}.  
+This works either like @code{~f} or like @code{~e}, whichever produces
+less characters to be written.
 
 @item ~$
 Like @code{~f}, but only with two digits after the decimal point.
Index: guile/guile-core/doc/ref/srfi-modules.texi
diff -u guile/guile-core/doc/ref/srfi-modules.texi:1.1 
guile/guile-core/doc/ref/srfi-modules.texi:1.2
--- guile/guile-core/doc/ref/srfi-modules.texi:1.1      Fri Aug 24 05:40:29 2001
+++ guile/guile-core/doc/ref/srfi-modules.texi  Wed Sep 26 13:24:54 2001
@@ -1124,11 +1124,11 @@
 example the documentation of strings and string procedures
 (@pxref{Strings}).
 
-All of the procedures defined in SRFI-13, which are not already included
-in the Guile core library, are implemented in the module @code{(srfi
-srfi-13)}.  The procedures which are both in Guile and in SRFI-13, but
-which are slightly extended, have been implemented in this module, and
-the bindings overwrite those in the Guile core.
+All of the procedures defined in SRFI-13, which are not already
+included in the Guile core library, are implemented in the module
address@hidden(srfi srfi-13)}.  The procedures which are both in Guile and in
+SRFI-13 are slightly extended in this module.  Their bindings
+overwrite those in the Guile core.
 
 The procedures which are defined in the section @emph{Low-level
 procedures} of SRFI-13 for parsing optional string indices, substring
@@ -1152,7 +1152,7 @@
 * SRFI-13 Case Mapping::        Mapping to lower-/upper-case.
 * SRFI-13 Reverse/Append::      Reverse and append strings.
 * SRFI-13 Fold/Unfold/Map::     Construct/deconstruct strings.
-* SRFI-13 Replicate/Rotate::    Replacate and rotate portions of strings.
+* SRFI-13 Replicate/Rotate::    Replicate and rotate portions of strings.
 * SRFI-13 Miscellaneous::       Left-over string procedures.
 * SRFI-13 Filtering/Deleting::  Filter and delete characters from strings.
 @end menu



reply via email to

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