guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 ChangeLog Makefile.am st...


From: Mikael Djurfeldt
Subject: guile/guile-core/ice-9 ChangeLog Makefile.am st...
Date: Sat, 03 Mar 2001 11:43:35 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/03 11:43:35

Modified files:
        guile-core/ice-9: ChangeLog Makefile.am 
Added files:
        guile-core/ice-9: stack-catch.scm 

Log message:
        * stack-catch.scm: New file.
        
        * Makefile.am (ice9_sources): Added stack-catch.scm.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/stack-catch.scm.diff?r1=NONE&r2=1.1
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/ChangeLog.diff?r1=1.376&r2=1.377
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/Makefile.am.diff?r1=1.35&r2=1.36

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.376 
guile/guile-core/ice-9/ChangeLog:1.377
--- guile/guile-core/ice-9/ChangeLog:1.376      Sat Mar  3 07:16:31 2001
+++ guile/guile-core/ice-9/ChangeLog    Sat Mar  3 11:43:35 2001
@@ -1,3 +1,9 @@
+2001-03-03  Mikael Djurfeldt  <address@hidden>
+
+       * stack-catch.scm: New file.
+
+       * Makefile.am (ice9_sources): Added stack-catch.scm.
+
 2001-03-03  Marius Vollmer  <address@hidden>
 
        * boot-9.scm, rdelim.scm: Use "'()" instead of "()" in all places
Index: guile/guile-core/ice-9/Makefile.am
diff -u guile/guile-core/ice-9/Makefile.am:1.35 
guile/guile-core/ice-9/Makefile.am:1.36
--- guile/guile-core/ice-9/Makefile.am:1.35     Sun Feb 25 10:30:26 2001
+++ guile/guile-core/ice-9/Makefile.am  Sat Mar  3 11:43:35 2001
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+##     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##   
@@ -26,11 +26,11 @@
        and-let-star.scm arrays.scm boot-9.scm calling.scm common-list.scm \
        debug.scm debugger.scm documentation.scm emacs.scm expect.scm      \
        format.scm getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm \
-       match.scm networking.scm null.scm optargs.scm poe.scm popen.scm    \
+       match.scm networking.scm null.scm optargs.scm poe.scm popen.scm    \
        posix.scm psyntax.pp psyntax.ss q.scm r4rs.scm r5rs.scm            \
-       rdelim.scm receive.scm srfi-8.scm                                  \
-       regex.scm runq.scm safe-r5rs.scm safe.scm session.scm slib.scm     \
-       streams.scm string-fun.scm syncase.scm tags.scm threads.scm 
+       rdelim.scm receive.scm srfi-8.scm regex.scm runq.scm               \
+       safe-r5rs.scm safe.scm session.scm slib.scm stack-catch.scm        \
+       streams.scm string-fun.scm syncase.scm tags.scm threads.scm
 
 subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
 subpkgdata_DATA = $(ice9_sources)



reply via email to

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