guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS doc/AUTHORS doc/ChangeLog...


From: Neil Jerram
Subject: guile/guile-core NEWS doc/AUTHORS doc/ChangeLog...
Date: Sun, 29 Apr 2001 16:01:08 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/04/29 16:01:08

Modified files:
        guile-core     : NEWS 
        guile-core/doc : AUTHORS ChangeLog deprecated.texi 
                         scheme-io.texi 
        guile-core/ice-9: ChangeLog 

Log message:
        * Doc updates for removal of previously deprecated features.
        * More detailed AUTHORS description for Jim Blandy.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.279&tr2=1.280&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/AUTHORS.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/deprecated.texi.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/scheme-io.texi.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.413&tr2=1.414&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.279 guile/guile-core/NEWS:1.280
--- guile/guile-core/NEWS:1.279 Sun Apr 29 06:06:31 2001
+++ guile/guile-core/NEWS       Sun Apr 29 16:01:07 2001
@@ -27,6 +27,8 @@
 
 *** scheme functions removed:
 
+  tag - no replacement.
+  fseek - replaced by seek.
   list* - replaced by cons*.  
 
 ** New SRFI modules have been added:
Index: guile/guile-core/doc/AUTHORS
diff -u guile/guile-core/doc/AUTHORS:1.2 guile/guile-core/doc/AUTHORS:1.3
--- guile/guile-core/doc/AUTHORS:1.2    Sat Apr 28 16:38:52 2001
+++ guile/guile-core/doc/AUTHORS        Sun Apr 29 16:01:07 2001
@@ -6,7 +6,9 @@
 @ifset guile
 
 @c The Guile reference and tutorial manuals were written and edited
address@hidden largely by Mark Galassi and Jim Blandy.
address@hidden largely by Mark Galassi and Jim Blandy.  In particular, Jim 
wrote the
address@hidden original tutorial on Guile's data representation and the C API 
for
address@hidden accessing Guile objects.
 
 @c Significant portions were contributed by Gary Houston (contributions
 @c to posix system calls and networking, expect, I/O internals and
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.75 guile/guile-core/doc/ChangeLog:1.76
--- guile/guile-core/doc/ChangeLog:1.75 Sat Apr 28 16:38:52 2001
+++ guile/guile-core/doc/ChangeLog      Sun Apr 29 16:01:07 2001
@@ -1,5 +1,10 @@
 2001-04-29  Neil Jerram  <address@hidden>
 
+       * deprecated.texi (Tags): Removed - deprecation expired.
+
+       * scheme-io.texi (Random Access): Removed `fseek' - deprecation
+       expired.
+
        * guile.texi (Top): Add menu entry for Manual Conventions node.
        
 2001-04-28  Neil Jerram  <address@hidden>
Index: guile/guile-core/doc/deprecated.texi
diff -u guile/guile-core/doc/deprecated.texi:1.3 
guile/guile-core/doc/deprecated.texi:1.4
--- guile/guile-core/doc/deprecated.texi:1.3    Mon Apr  9 14:44:05 2001
+++ guile/guile-core/doc/deprecated.texi        Sun Apr 29 16:01:07 2001
@@ -3,7 +3,6 @@
 
 @menu
 * Shared And Read Only Strings::
-* Tags::
 @end menu
 
 
@@ -135,12 +134,4 @@
 @deffn primitive read-only-string? obj
 Return @code{#t} if @var{obj} is either a string or a symbol,
 otherwise return @code{#f}.
address@hidden deffn
-
-
address@hidden Tags
address@hidden Tags
-
address@hidden primitive tag x
-Return an integer corresponding to the type of @var{x}.  Deprecated.
 @end deffn
Index: guile/guile-core/doc/scheme-io.texi
diff -u guile/guile-core/doc/scheme-io.texi:1.8 
guile/guile-core/doc/scheme-io.texi:1.9
--- guile/guile-core/doc/scheme-io.texi:1.8     Sun Apr 22 07:56:52 2001
+++ guile/guile-core/doc/scheme-io.texi Sun Apr 29 16:01:07 2001
@@ -304,11 +304,6 @@
 @end lisp
 @end deffn
 
address@hidden primitive fseek fd_port offset whence
-Obsolete.  Almost the same as @code{seek}, but the return value
-is unspecified.
address@hidden deffn
-
 @deffn primitive ftell fd_port
 Return an integer representing the current position of
 @var{fd/port}, measured from the beginning.  Equivalent to:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.413 
guile/guile-core/ice-9/ChangeLog:1.414
--- guile/guile-core/ice-9/ChangeLog:1.413      Sun Apr 29 10:15:50 2001
+++ guile/guile-core/ice-9/ChangeLog    Sun Apr 29 16:01:07 2001
@@ -47,7 +47,6 @@
        * srfi-8.scm: removed in favor of srfi/srfi-8.scm - (wasn't ever
        in a production release).
 
->>>>>>> 1.412
 2001-04-25  Keisuke Nishida  <address@hidden>
 
        * channel.scm: New file.



reply via email to

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