guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core AUTHORS ChangeLog


From: Neil Jerram
Subject: guile/guile-core AUTHORS ChangeLog
Date: Mon, 07 May 2001 14:38:13 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/05/07 14:38:13

Modified files:
        guile-core     : AUTHORS ChangeLog 

Log message:
        * Add docs-related authorship information.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/AUTHORS.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ChangeLog.diff?cvsroot=OldCVS&tr1=1.245&tr2=1.246&r1=text&r2=text

Patches:
Index: guile/guile-core/AUTHORS
diff -u guile/guile-core/AUTHORS:1.23 guile/guile-core/AUTHORS:1.24
--- guile/guile-core/AUTHORS:1.23       Sat May  5 20:33:46 2001
+++ guile/guile-core/AUTHORS    Mon May  7 14:38:13 2001
@@ -22,10 +22,18 @@
 Gary Houston: changes to many files in libguile.
 In the subdirectory ice-9, wrote:
     expect.scm networking.scm popen.scm posix.scm
+In the subdirectory doc, changes to:
+    data-rep.texi   expect.texi     guile-tut.texi
+    posix.texi      r5rs.texi       scheme-io.texi
 
 Jim Blandy: Many changes throughout.
 In the subdirectory libguile, wrote:
     script.c (partially)
+In the subdirectory doc, wrote:
+    data-rep.texi   env.texi        mbapi.texi
+    mltext.texi     hacks.el
+In the subdirectory doc/example-smob, wrote:
+    image-type.c    image-type.h    myguile.c
 
 Tom Lord: Many changes throughout.
 In the subdirectory ice-9, wrote:
@@ -51,6 +59,11 @@
 In the subdirectory libguile, rewrote:
     coop-threads.c  coop.c          mit-pthreads.c  threads.c print.c
     coop-threads.h  fsu-pthreads.h  mit-pthreads.h  threads.h print.h
+In the subdirectory doc, wrote:
+    goops-tutorial.texi             hierarchy.eps
+    hierarchy.txt   mop.txt         oldfmt.c
+In the subdirectory doc, changes to:
+    data-rep.texi   gh.texi         goops.texi
 Many other changes throughout.
 
 Mark Galassi:
@@ -60,6 +73,8 @@
 gh.h             gh_funcs.c       gh_list.c        gh_test_repl.c
 gh_data.c        gh_init.c        gh_predicates.c
 gh_eval.c        gh_io.c          gh_test_c.c
+In the subdirectory doc, wrote:
+    appendices.texi gh.texi         guile-tut.texi
 
 Marius Vollmer:
 In the subdirectory libguile, wrote:
@@ -68,6 +83,9 @@
 In the subdirectory libguile, rewrote:
     dynl.c     dynl-dl.c       dynl-shl.c
     dynl.h     dynl-dld.c
+In the subdirectory doc, changes to:
+    data-rep.texi   intro.texi      posix.texi
+    scheme-modules.texi
 
 R. Kent Dybvig:
 In the subdirectory ice-9, wrote:
@@ -91,6 +109,8 @@
 In the subdirectory libguile, wrote:
     regex-posix.c
     regex-posix.h
+In the subdirectory doc, changes to:
+    appendices.texi posix.texi
 
 Rob Browning:
   wrote initial srfi/srfi-2.scm.
@@ -108,9 +128,54 @@
     srfi-13.c
     srfi-14.c
 In the subdirectory doc, wrote:
+    script-getopt.texi
     srfi-modules.texi
     srfi-13-14.texi
     repl-modules.texi
+In the subdirectory doc, changes to:
+    guile.texi      intro.texi      posix.texi
+    scheme-binding.texi             scheme-control.texi
+    scheme-data.texi                scheme-evaluation.texi
+    scheme-indices.texi             scheme-io.texi
+    scheme-memory.texi              scheme-modules.texi
+    scheme-options.texi             scheme-procedures.texi
+    scheme-scheduling.texi          scheme-utility.texi
 
 Will Fitzgerald:
   wrote initial srfi/srfi-19.scm.
+
+Dirk Herrmann:
+In the subdirectory doc, changes to:
+    data-rep.texi
+    scm.texi
+
+Greg Badros:
+In the subdirectory doc, changes to:
+    data-rep.texi
+
+Neil Jerram:
+In the subdirectory ice-9, wrote:
+    buffered-input.scm
+In the subdirectory doc, wrote:
+    deprecated.texi   goops.texi    scheme-ideas.texi
+    scheme-reading.texi
+In the subdirectory doc, changes to:
+    appendices.texi data-rep.texi   expect.texi
+    extend.texi     gh.texi         guile-tut.texi
+    guile.texi      indices.texi    intro.texi
+    posix.texi      preface.texi    r5rs.texi
+    scheme-binding.texi             scheme-modules.texi
+    scheme-control.texi             scheme-data.texi
+    scheme-debug.texi               scheme-evaluation.texi
+    scheme-ideas.texi               scheme-indices.texi
+    scheme-intro.texi               scheme-io.texi
+    scheme-memory.texi              scheme-options.texi
+    scheme-procedures.texi          scheme-scheduling.texi
+    scheme-translation.texi         scheme-utility.texi
+    scm.texi        scripts.texi    script-getopt.texi
+In the subdirectory doc/maint, wrote:
+    docstring.el
+
+Thien Thi Nguyen:
+In the subdirectory doc, changes to:
+    preface.texi    scheme-scheduling.texi
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.245 guile/guile-core/ChangeLog:1.246
--- guile/guile-core/ChangeLog:1.245    Sat May  5 12:16:08 2001
+++ guile/guile-core/ChangeLog  Mon May  7 14:38:13 2001
@@ -1,3 +1,7 @@
+2001-05-07  Neil Jerram  <address@hidden>
+
+       * AUTHORS: Add docs-related authorship details.
+
 2001-05-05  Marius Vollmer  <address@hidden>
 
        * configure.in (--enable-deprecated): Recognize "shutup" option



reply via email to

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