mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
merge from 1.8 branch
This commit is contained in:
parent
4a9f83ff06
commit
35369f4576
7 changed files with 16 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
/* image-type.c
|
||||
*
|
||||
* Copyright (C) 1998, 2000, 2004 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1998, 2000, 2004, 2006 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* myguile.c
|
||||
*
|
||||
* Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1998, 2006 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
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
2006-03-08 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* goops.texi (Slot Options): Note init-value is shared.
|
||||
|
||||
2006-02-06 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* goops.texi (Basic Generic Function Creation): Added blurb about
|
||||
merge-generics duplicates handler from NEWS-
|
||||
merge-generics duplicates handler from NEWS.
|
||||
|
||||
2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998, 2004 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 2004, 2006 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
|
|
@ -26,7 +26,7 @@ Guile
|
|||
@ifinfo
|
||||
This file documents GOOPS, an object oriented extension for Guile.
|
||||
|
||||
Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation
|
||||
Copyright (C) 1999, 2000, 2001, 2003, 2006 Free Software Foundation
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -61,7 +61,7 @@ are preserved on all copies.
|
|||
@c start the copyright page.
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Copyright @copyright{} 1999 Free Software Foundation
|
||||
Copyright @copyright{} 1999, 2006 Free Software Foundation
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -833,7 +833,8 @@ ensure-generic}.
|
|||
@deffnx {slot option} #:init-keyword init-keyword
|
||||
These options provide various ways to specify how to initialize the
|
||||
slot's value at instance creation time. @var{init-value} is a fixed
|
||||
value. @var{init-thunk} is a procedure of no arguments that is called
|
||||
value (shared across all new instances of the class).
|
||||
@var{init-thunk} is a procedure of no arguments that is called
|
||||
when a new instance is created and should return the desired initial
|
||||
slot value. @var{init-form} is an unevaluated expression that gets
|
||||
evaluated when a new instance is created and should return the desired
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 2006 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
[[add refs for all conditions signalled]]
|
||||
|
||||
@ifinfo
|
||||
Copyright 1999 Free Software Foundation, Inc.
|
||||
Copyright 1999, 2006 Free Software Foundation, Inc.
|
||||
@end ifinfo
|
||||
|
||||
@titlepage
|
||||
|
@ -32,7 +32,7 @@ Copyright 1999 Free Software Foundation, Inc.
|
|||
@c The following two commands start the copyright page.
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Copyright @copyright{} 1999 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1999, 2006 Free Software Foundation, Inc.
|
||||
@end titlepage
|
||||
|
||||
@node Top, Motivation, (dir), (dir)
|
||||
|
@ -47,7 +47,7 @@ Copyright @copyright{} 1999 Free Software Foundation, Inc.
|
|||
@chapter Motivation
|
||||
|
||||
@example
|
||||
$Id: env.texi,v 1.1 2001-08-24 09:40:29 ossau Exp $
|
||||
$Id: env.texi,v 1.2 2006-04-16 23:05:07 kryde Exp $
|
||||
@end example
|
||||
|
||||
This is a draft proposal for a new datatype for representing top-level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue