guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog strop.c


From: Dirk Herrmann
Subject: guile/guile-core/libguile ChangeLog strop.c
Date: Tue, 28 Nov 2000 10:22:23 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  00/11/28 10:22:23

Modified files:
        guile-core/libguile: ChangeLog strop.c 

Log message:
        * Removed outdated comment.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/ChangeLog.diff?r1=1.1180&r2=1.1181
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/strop.c.diff?r1=1.47&r2=1.48

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1180 
guile/guile-core/libguile/ChangeLog:1.1181
--- guile/guile-core/libguile/ChangeLog:1.1180  Tue Nov 28 08:37:40 2000
+++ guile/guile-core/libguile/ChangeLog Tue Nov 28 10:22:23 2000
@@ -1,5 +1,9 @@
 2000-11-28  Dirk Herrmann  <address@hidden>
 
+       * strop.c (scm_i_index):  Removed outdated comment.
+
+2000-11-28  Dirk Herrmann  <address@hidden>
+
        * struct.c (scm_struct_ref, scm_struct_set_x), symbols.c
        (scm_intern_obarray_soft), symbols.h (SCM_ROUCHARS):  Eliminate
        use of SCM_SYMBOL_UCHARS by using chars instead of unsigned
Index: guile/guile-core/libguile/strop.c
diff -u guile/guile-core/libguile/strop.c:1.47 
guile/guile-core/libguile/strop.c:1.48
--- guile/guile-core/libguile/strop.c:1.47      Wed Nov 22 03:20:03 2000
+++ guile/guile-core/libguile/strop.c   Tue Nov 28 10:22:23 2000
@@ -44,11 +44,7 @@
           "@deftypefn {Internal C Function} {static int} scm_i_index (SCM 
address@hidden, \n"
           "SCM @var{chr}, int @var{direction}, SCM @var{sub_start}, SCM 
@var{sub_end}, char address@hidden)
           "This is a workhorse function that performs either an @code{index} 
or\n"
-          "@code{rindex} function, depending on the value of @var{direction}. 
I'm\n"
-          "not at all clear on the usage of the pos arguments, though the 
purpose\n"
-          "seems to be correct reporting of which argument values are 
reporting\n"
-          "errors. Why you would do that, rather than just use 
@code{SCM_ARG[1234]}\n"
-          "explicitly is beyond me. Anyone holding any enlightenment?"
+          "@code{rindex} function, depending on the value of @var{direction}."
 */
 /* implements index if direction > 0 otherwise rindex.  */
 static int



reply via email to

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