guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core README HACKING ANON-CVS


From: Gary Houston
Subject: guile/guile-core README HACKING ANON-CVS
Date: Thu, 22 Nov 2001 17:03:43 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/11/22 17:03:43

Modified files:
        guile-core     : README HACKING ANON-CVS 

Log message:
        HACKING, README, ANON-CVS: updates.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/README.diff?cvsroot=OldCVS&tr1=1.88&tr2=1.89&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/HACKING.diff?cvsroot=OldCVS&tr1=1.62&tr2=1.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ANON-CVS.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: guile/guile-core/ANON-CVS
diff -u guile/guile-core/ANON-CVS:1.13 guile/guile-core/ANON-CVS:1.14
--- guile/guile-core/ANON-CVS:1.13      Tue Jun 26 13:53:08 2001
+++ guile/guile-core/ANON-CVS   Thu Nov 22 17:03:43 2001
@@ -39,15 +39,19 @@
    This should create a new directory `guile-core' in your current
    directory, and populate it with the current Guile sources.
 
+   To check out all modules use:
+
+    $ cvs -z 9 -d :pserver:address@hidden:/cvs checkout guile
+
 4) In the top directory of the source tree, run the command `./autogen.sh'.
    This builds the configure script, Makefile.in, and other derived files
    used by the build system.
 
-The modules available for checkout are:
+The modules available for checkout include:
 
   guile-core --- The scheme interpreter itself.
   guile-tcltk --- An interface between Guile and Tcl/Tk.
-  guile-scsh --- An incomplete port of SCSH 0.4.4 to Guile.
+  guile-scsh --- An incomplete port of scsh to Guile.
   guile-rgx-ctax --- This has been discontinued; use Andrew Archibald's
          distribution instead:
     ftp://ftp.red-bean.com/pub/guile/contrib/misc/guile-lang-allover-0.1.tar.gz
Index: guile/guile-core/HACKING
diff -u guile/guile-core/HACKING:1.62 guile/guile-core/HACKING:1.63
--- guile/guile-core/HACKING:1.62       Wed Nov 21 19:11:37 2001
+++ guile/guile-core/HACKING    Thu Nov 22 17:03:43 2001
@@ -23,7 +23,7 @@
 However, to see what others have indicated as their interest (and avoid
 potential wasteful duplication of effort), see file TODO.  Note that
 the version you find may be out of date; a CVS checkout is recommended:
-see below for details (see also file SNAPSHOTS).
+see below for details (see also the files ANON-CVS and SNAPSHOTS).
 
 It's also a good idea to join the address@hidden mailing list.
 See http://www.gnu.org/software/guile/mail/mail.html for more info.
@@ -35,10 +35,10 @@
 before the usual configure, make, make install.  You will need to have
 up-to-date versions of the tools listed below, correctly installed.
 i.e., they must be found in the current PATH and not shadowed or
-otherwise broken by files left behind from older versions.
+otherwise broken by files left behind from other versions.
 
 "up-to-date" means the latest released versions at the time that Guile
-was obtained from CVS.  Sometimes older versions will work.
+was obtained from CVS.  Sometimes older or newer versions will work.
 
 Then you must run the autogen.sh script, as described below.
 
@@ -46,6 +46,11 @@
 from CVS: synchronisation problems have been known to occur
 occasionally.
 
+The same procedure can be used to regenerate the files in released
+versions of Guile.  In that case the headers of the original generated
+files (e.g., configure, Makefile.in, ltmain.sh) can be used to
+identify which tool versions may be required.
+
 Autoconf --- a system for automatically generating `configure'
        scripts from templates which list the non-portable features a
        program would like to use.  Available in
@@ -151,7 +156,7 @@
 the value of the global -d option to CVS when you check out a working
 directory.
 
-For more information on SSH, see http://www.cs.hut.fi/ssh.
+For more information on SSH, see http://www.openssh.com.
 
 The Guile sources live in several modules:
 
Index: guile/guile-core/README
diff -u guile/guile-core/README:1.88 guile/guile-core/README:1.89
--- guile/guile-core/README:1.88        Wed Aug 15 23:42:24 2001
+++ guile/guile-core/README     Thu Nov 22 17:03:43 2001
@@ -195,8 +195,14 @@
 
 Documentation in Info format, in ${prefix}/info:
 
- data-rep.info --- an essay on how to write C code that works with
-       Guile Scheme values.
+ guile --- Guile reference manual.
+
+ guile-tut --- Guile tutorial.
+
+ GOOPS --- GOOPS reference manual.
+
+ r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
+
 
 The Guile source tree is laid out as follows:
 



reply via email to

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