mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
a7db552243
commit
c122500a28
4 changed files with 8 additions and 3 deletions
|
@ -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)'
|
||||
|
|
3
NEWS
3
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue