Changes from arch/CVS synchronization
authorLudovic Courtès <ludo@gnu.org>
Wed, 9 May 2007 21:14:49 +0000 (21:14 +0000)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 May 2007 21:14:49 +0000 (21:14 +0000)
ChangeLog
NEWS
srfi/srfi-19.scm
test-suite/tests/srfi-19.test

index 73601b4..5659d5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-09  Ludovic Courtès  <ludo@chbouib.org>
+
+       * NEWS: Mention SRFI-19 `time-process' bug fix.
+
 2007-04-17  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
diff --git a/NEWS b/NEWS
index 6c2ae07..c5bd281 100644 (file)
--- 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
 
index 94b5685..5b94b88 100644 (file)
@@ -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
index 1865e90..dd6e608 100644 (file)
@@ -1,7 +1,7 @@
 ;;;; srfi-19.test --- test suite for SRFI-19 -*- scheme -*-
 ;;;; Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de> --- 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