From: Ludovic Courtès Date: Wed, 9 May 2007 21:14:49 +0000 (+0000) Subject: Changes from arch/CVS synchronization X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/c122500a288195f4f90c4205732bb6cbd891926e Changes from arch/CVS synchronization --- diff --git a/ChangeLog b/ChangeLog index 73601b46c..5659d5b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-09 Ludovic Courtès + + * NEWS: Mention SRFI-19 `time-process' bug fix. + 2007-04-17 Ludovic Courtès * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)' diff --git a/NEWS b/NEWS index 6c2ae074f..c5bd281d4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Guile NEWS --- history of user-visible changes. -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. Note that you @@ -52,6 +52,7 @@ extensions.) ** `array-in-bounds?' fix if an array has different lower bounds on each index ** `*' returns exact 0 for "(* inexact 0)" This follows what it always did for "(* 0 inexact)". +** SRFI-19: Value returned by `(current-time time-process)' was incorrect ** Build problems on Solaris fixed ** Build problems on Mingw fixed diff --git a/srfi/srfi-19.scm b/srfi/srfi-19.scm index 94b568533..5b94b8808 100644 --- a/srfi/srfi-19.scm +++ b/srfi/srfi-19.scm @@ -1,6 +1,6 @@ ;;; srfi-19.scm --- Time/Date Library -;; Copyright (C) 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/test-suite/tests/srfi-19.test b/test-suite/tests/srfi-19.test index 1865e907d..dd6e608a9 100644 --- a/test-suite/tests/srfi-19.test +++ b/test-suite/tests/srfi-19.test @@ -1,7 +1,7 @@ ;;;; srfi-19.test --- test suite for SRFI-19 -*- scheme -*- ;;;; Matthias Koeppe --- June 2001 ;;;; -;;;; Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +;;;; Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by