guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 ChangeLog debugger.scm


From: Neil Jerram
Subject: guile/guile-core/ice-9 ChangeLog debugger.scm
Date: Sat, 14 Jul 2001 15:08:38 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Neil Jerram <address@hidden>    01/07/14 15:08:38

Modified files:
        guile-core/ice-9: ChangeLog debugger.scm 

Log message:
        * debugger.scm (run-last-command): Return current state if
        last-command fluid is not yet set.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.461.2.2&tr2=1.461.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/debugger.scm.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.10&tr2=1.10.2.1&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.462 
guile/guile-core/ice-9/ChangeLog:1.463
--- guile/guile-core/ice-9/ChangeLog:1.462      Mon Jul  9 07:28:30 2001
+++ guile/guile-core/ice-9/ChangeLog    Thu Jul 12 16:27:52 2001
@@ -1,3 +1,17 @@
+2001-07-13  Marius Vollmer  <address@hidden>
+
+       * safe-r5rs.scm: Use `re-export' instead of `export' for
+       re-exported core bindings.  Do not re-export `numerator',
+       `denominator' and `rationalize' since Guile does not have them.
+       Continue to use `export' for `null-environment'.
+
+       * null.scm: Use `re-export' instead of `export' for re-exported
+       core bindings.  Do not export `unquote' and `unquote-splicing'
+       since there aren't definitions for them.
+
+       * boot-9.scm (compile-interface-spec): Bug fix: the keyword
+       argument is "renamer" not "rename".
+
 2001-07-09  Rob Browning  <address@hidden>
 
        * boot-9.scm: Fixed the sense of the error message when read-eval?
Index: guile/guile-core/ice-9/debugger.scm
diff -u guile/guile-core/ice-9/debugger.scm:1.9 
guile/guile-core/ice-9/debugger.scm:1.10
--- guile/guile-core/ice-9/debugger.scm:1.9     Thu Sep 16 16:44:54 1999
+++ guile/guile-core/ice-9/debugger.scm Sun Jun  3 16:29:45 2001
@@ -16,6 +16,30 @@
 ;;; along with this software; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 ;;; Boston, MA 02111-1307 USA
+;;;
+;;; As a special exception, the Free Software Foundation gives permission
+;;; for additional uses of the text contained in its release of GUILE.
+;;;
+;;; The exception is that, if you link the GUILE library with other files
+;;; to produce an executable, this does not by itself cause the
+;;; resulting executable to be covered by the GNU General Public License.
+;;; Your use of that executable is in no way restricted on account of
+;;; linking the GUILE library code into it.
+;;;
+;;; This exception does not however invalidate any other reasons why
+;;; the executable file might be covered by the GNU General Public License.
+;;;
+;;; This exception applies only to the code released by the
+;;; Free Software Foundation under the name GUILE.  If you copy
+;;; code from other Free Software Foundation releases into a copy of
+;;; GUILE, as the General Public License permits, the exception does
+;;; not apply to the code that you add in this way.  To avoid misleading
+;;; anyone as to the status of such modified files, you must delete
+;;; this exception notice from them.
+;;;
+;;; If you write modifications of your own for GUILE, it is your choice
+;;; whether to permit this exception to apply to your modifications.
+;;; If you do not wish that, delete this exception notice.
 
 (define-module (ice-9 debugger)
   :use-module (ice-9 debug)



reply via email to

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