guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core INSTALL README TODO


From: Martin Grabmueller
Subject: guile/guile-core INSTALL README TODO
Date: Wed, 25 Jul 2001 12:49:38 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Martin Grabmueller <address@hidden>     01/07/25 12:49:38

Modified files:
        guile-core     : INSTALL README TODO 

Log message:
        Doc file overhaul.  See TODO for what is still missing.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/INSTALL.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.33.2.2&tr2=1.33.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/README.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.87&tr2=1.87.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/TODO.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.18.2.10&tr2=1.18.2.11&r1=text&r2=text

Patches:
Index: guile/guile-core/INSTALL
diff -u guile/guile-core/INSTALL:1.34 guile/guile-core/INSTALL:1.35
--- guile/guile-core/INSTALL:1.34       Tue Jul 10 08:09:59 2001
+++ guile/guile-core/INSTALL    Thu Jul 19 13:57:59 2001
@@ -1,5 +1,5 @@
 Guile Installation Guide
-Copyright (c) 1996, 1997, 1998, 1999, 2000 Free software Foundation, Inc.
+Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the
Index: guile/guile-core/README
diff -u guile/guile-core/README:1.86 guile/guile-core/README:1.87
--- guile/guile-core/README:1.86        Thu Jun 28 09:55:12 2001
+++ guile/guile-core/README     Thu Jun 28 10:30:12 2001
@@ -1,6 +1,7 @@
-This is not a Guile release; it is a source tree retrieved via
+!!! This is not a Guile release; it is a source tree retrieved via
 anonymous CVS or as a nightly snapshot at some random time after the
-Guile 1.4 release.
+Guile 1.4 release.  If this were a Guile release, you would not see
+this message. !!!  [fixme: zonk on release]
 
 This is a 1.5 development version of Guile, Project GNU's extension
 language library.  Guile is an interpreter for Scheme, packaged as a
@@ -148,48 +149,54 @@
 
 Executables, in ${prefix}/bin:
 
-guile --- a stand-alone interpreter for Guile.  With no arguments, this
-       is a simple interactive Scheme interpreter.  It can also be used
-       as an interpreter for script files; see the NEWS file for details.
-guile-config --- a Guile script which provides the information necessary
-       to link your programs against the Guile library.
-guile-snarf --- a script to parse declarations in your C code for
-       Scheme-visible C functions, Scheme objects to be used by C code,
-       etc.
-guile-tools --- a wrapper to invoke the executable modules in
-       subdirectory `scripts' (also installed).
+ guile --- a stand-alone interpreter for Guile.  With no arguments, this
+       is a simple interactive Scheme interpreter.  It can also be used
+       as an interpreter for script files; see the NEWS file for details.
+ guile-config --- a Guile script which provides the information necessary
+       to link your programs against the Guile library.
+ guile-snarf --- a script to parse declarations in your C code for
+       Scheme-visible C functions, Scheme objects to be used by C code,
+       etc.
+ guile-tools --- a wrapper to invoke the executable modules in
+       subdirectory `scripts' (also installed).
 
 Libraries, in ${prefix}/lib.  Depending on the platform and options
         given to configure, you may get shared libraries in addition
        to or instead of these static libraries:
 
-libguile.a --- an object library containing the Guile interpreter,
-       You can use Guile in your own programs by linking against this.
-libqthreads.a --- an object library containing the QuickThreads
-       primitives.  If you enabled thread support when you configured
-       Guile, you will need to link your code against this too.
-libguilereadline.a --- an object library containing glue code for the
-        GNU readline library.  See NEWS for instructions on how to enable
-       readline for your personal use.
+ libguile.a --- an object library containing the Guile interpreter,
+       You can use Guile in your own programs by linking against this.
+ libqthreads.a --- an object library containing the QuickThreads
+       primitives.  If you enabled thread support when you configured
+       Guile, you will need to link your code against this too.
+ libguilereadline.a --- an object library containing glue code for the
+         GNU readline library.  See NEWS for instructions on how to enable
+       readline for your personal use.
+ libguile-srfi-*.a --- various SRFI support libraries
 
 Header files, in ${prefix}/include:
 
-libguile.h, guile/gh.h, libguile/*.h --- for libguile.
-guile-readline/readline.h --- for guile-readline.
+ libguile.h, guile/gh.h, libguile/*.h --- for libguile.
+ guile-readline/readline.h --- for guile-readline.
 
 Support files, in ${prefix}/share/guile/<version>:
 
-ice-9/* --- run-time support for Guile: the module system,
-       read-eval-print loop, some R4RS code and other infrastructure.
+ ice-9/* --- run-time support for Guile: the module system,
+       read-eval-print loop, some R4RS code and other infrastructure.
+ oop/* --- the Guile Object-Oriented Programming System (GOOPS)
+ scripts/* --- executable modules, i.e., scheme programs that can be both
+       called as an executable from the shell, and loaded and used as a
+       module from scheme code.  See scripts/README for more info.
+ srfi/* --- SRFI support modules.  See srfi/README for more info.
 
 Automake macros, in ${prefix}/share/aclocal:
 
-guile.m4
+ guile.m4
 
 Documentation in Info format, in ${prefix}/info:
 
-data-rep.info --- an essay on how to write C code that works with
-       Guile Scheme values.
+ data-rep.info --- an essay on how to write C code that works with
+       Guile Scheme values.
 
 The Guile source tree is laid out as follows:
 
Index: guile/guile-core/TODO
diff -u guile/guile-core/TODO:1.20 guile/guile-core/TODO:1.21
--- guile/guile-core/TODO:1.20  Sun Jul  8 16:16:04 2001
+++ guile/guile-core/TODO       Fri Jul 20 23:42:46 2001
@@ -13,10 +13,6 @@
 indicate sponsorship by `[ACTUAL-OWNER:MAINTAINER]', where both elements are
 usernames.
 
-If you would like to suggest changes or contribute patches, please first email
address@hidden to coordinate efforts.  If you distribute this file,
-please include the first line and check around on the Internet for updates.
-
 See also file HACKING.
 
 ------------------------------------------------------------------------------



reply via email to

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