From 7dc6e7547ac790e76dd56aebf630a9780c31c883 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Oct 1998 21:36:50 +0000 Subject: [PATCH] * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, continuations.c, debug.c, debug.h, dynl-dl.c, dynl.c, dynl.h, dynwind.c, dynwind.h, eq.c, error.c, error.h, eval.c, eval.h, feature.c, filesys.c, filesys.h, fports.c, fports.h, gc.c, gc.h, genio.c, genio.h, gh.h, gh_data.c, gsubr.c, gsubr.h, hash.c, hashtab.c, init.c, init.h, ioext.c, ioext.h, kw.c, libguile.h, list.c, list.h, load.c, load.h, mallocs.c, markers.c, mit-pthreads.c, net_db.c, numbers.c, numbers.h, options.c, ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c, procprop.h, procs.c, procs.h, ramap.c, ramap.h, regex-posix.c, regex-posix.h, root.c, root.h, scmsigs.c, scmsigs.h, script.c, script.h, simpos.c, simpos.h, smob.c, smob.h, snarf.h, socket.c, srcprop.c, stackchk.c, stackchk.h, stacks.c, stime.c, stime.h, strings.c, strings.h, strports.c, struct.c, struct.h, symbols.c, symbols.h, tags.h, threads.c, throw.h, unif.c, variable.c, vectors.c, vectors.h, version.h, vports.c, weaks.c: Update copyright years. --- libguile/__scm.h | 2 +- libguile/alist.c | 2 +- libguile/async.c | 2 +- libguile/async.h | 2 +- libguile/backtrace.h | 2 +- libguile/chars.c | 2 +- libguile/continuations.c | 2 +- libguile/debug.c | 2 +- libguile/debug.h | 2 +- libguile/dynl-dl.c | 2 +- libguile/dynl.c | 2 +- libguile/dynl.h | 2 +- libguile/dynwind.c | 2 +- libguile/dynwind.h | 2 +- libguile/eq.c | 2 +- libguile/error.c | 2 +- libguile/error.h | 2 +- libguile/eval.c | 2 +- libguile/eval.h | 2 +- libguile/feature.c | 2 +- libguile/filesys.c | 2 +- libguile/filesys.h | 2 +- libguile/fports.c | 2 +- libguile/fports.h | 2 +- libguile/gc.c | 2 +- libguile/gc.h | 2 +- libguile/genio.c | 2 +- libguile/genio.h | 2 +- libguile/gh.h | 2 +- libguile/gh_data.c | 2 +- libguile/gsubr.c | 2 +- libguile/gsubr.h | 2 +- libguile/hash.c | 2 +- libguile/hashtab.c | 2 +- libguile/init.c | 2 +- libguile/init.h | 2 +- libguile/ioext.c | 2 +- libguile/ioext.h | 2 +- libguile/kw.c | 143 --------------------------------------- libguile/libguile.h | 2 +- libguile/list.c | 2 +- libguile/list.h | 2 +- libguile/load.c | 2 +- libguile/load.h | 2 +- libguile/mallocs.c | 2 +- libguile/markers.c | 87 ------------------------ libguile/mit-pthreads.c | 2 +- libguile/net_db.c | 2 +- libguile/numbers.c | 2 +- libguile/numbers.h | 2 +- libguile/options.c | 2 +- libguile/ports.c | 2 +- libguile/ports.h | 2 +- libguile/posix.c | 2 +- libguile/posix.h | 2 +- libguile/print.c | 2 +- libguile/print.h | 2 +- libguile/procprop.c | 2 +- libguile/procprop.h | 2 +- libguile/procs.c | 2 +- libguile/procs.h | 2 +- libguile/ramap.c | 2 +- libguile/ramap.h | 2 +- libguile/regex-posix.c | 2 +- libguile/regex-posix.h | 2 +- libguile/root.c | 2 +- libguile/root.h | 2 +- libguile/scmsigs.c | 2 +- libguile/scmsigs.h | 2 +- libguile/script.c | 2 +- libguile/script.h | 2 +- libguile/simpos.c | 2 +- libguile/simpos.h | 2 +- libguile/smob.c | 2 +- libguile/smob.h | 2 +- libguile/snarf.h | 2 +- libguile/socket.c | 2 +- libguile/srcprop.c | 2 +- libguile/stackchk.c | 2 +- libguile/stackchk.h | 2 +- libguile/stacks.c | 2 +- libguile/stime.c | 2 +- libguile/stime.h | 2 +- libguile/strings.c | 2 +- libguile/strings.h | 2 +- libguile/strports.c | 2 +- libguile/struct.c | 2 +- libguile/struct.h | 2 +- libguile/symbols.c | 2 +- libguile/symbols.h | 2 +- libguile/tags.h | 2 +- libguile/threads.c | 2 +- libguile/throw.h | 2 +- libguile/unif.c | 2 +- libguile/variable.c | 2 +- libguile/vectors.c | 2 +- libguile/vectors.h | 2 +- libguile/version.h | 2 +- libguile/vports.c | 2 +- libguile/weaks.c | 2 +- 100 files changed, 98 insertions(+), 328 deletions(-) rewrite libguile/kw.c (100%) rewrite libguile/markers.c (100%) diff --git a/libguile/__scm.h b/libguile/__scm.h index 5feffaa9d..170410577 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -2,7 +2,7 @@ #ifndef __SCMH #define __SCMH -/* Copyright (C) 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/alist.c b/libguile/alist.c index ebf9cf577..4ba563c1d 100644 --- a/libguile/alist.c +++ b/libguile/alist.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/async.c b/libguile/async.c index 6dd36a061..d173906f7 100644 --- a/libguile/async.c +++ b/libguile/async.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/async.h b/libguile/async.h index 76a603194..5c7053ba7 100644 --- a/libguile/async.h +++ b/libguile/async.h @@ -2,7 +2,7 @@ #ifndef ASYNCH #define ASYNCH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/backtrace.h b/libguile/backtrace.h index e7318425e..67c805fdb 100644 --- a/libguile/backtrace.h +++ b/libguile/backtrace.h @@ -2,7 +2,7 @@ #ifndef BACKTRACEH #define BACKTRACEH -/* Copyright (C) 1996 Free Software Foundation +/* Copyright (C) 1996,1998 Free Software Foundation * * 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 diff --git a/libguile/chars.c b/libguile/chars.c index 432bcf1a0..3eaa626e8 100644 --- a/libguile/chars.c +++ b/libguile/chars.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/continuations.c b/libguile/continuations.c index 853a5589c..78b12623a 100644 --- a/libguile/continuations.c +++ b/libguile/continuations.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/debug.c b/libguile/debug.c index 4cac3d488..cd6c81fc3 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -1,5 +1,5 @@ /* Debugging extensions for Guile - * Copyright (C) 1995, 1996, 1997 Free Software Foundation + * Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation * * 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 diff --git a/libguile/debug.h b/libguile/debug.h index b14e2115f..46998f638 100644 --- a/libguile/debug.h +++ b/libguile/debug.h @@ -2,7 +2,7 @@ #ifndef DEBUGH #define DEBUGH -/* Copyright (C) 1995,1996 Free Software Foundation +/* Copyright (C) 1995,1996,1998 Free Software Foundation * * 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 diff --git a/libguile/dynl-dl.c b/libguile/dynl-dl.c index 4d85292d9..ee43db6eb 100644 --- a/libguile/dynl-dl.c +++ b/libguile/dynl-dl.c @@ -1,6 +1,6 @@ /* dynl-dl.c - dynamic linking for dlopen/dlsym * - * Copyright (C) 1990-1997 Free Software Foundation, Inc. + * Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 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 diff --git a/libguile/dynl.c b/libguile/dynl.c index 5fd44e320..9cc8337ae 100644 --- a/libguile/dynl.c +++ b/libguile/dynl.c @@ -1,6 +1,6 @@ /* dynl.c - dynamic linking * - * Copyright (C) 1990-1997 Free Software Foundation, Inc. + * Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 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 diff --git a/libguile/dynl.h b/libguile/dynl.h index d6f64565a..3b0d37fcc 100644 --- a/libguile/dynl.h +++ b/libguile/dynl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1998 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 diff --git a/libguile/dynwind.c b/libguile/dynwind.c index f0c3be986..8ae6fd0a1 100644 --- a/libguile/dynwind.c +++ b/libguile/dynwind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/dynwind.h b/libguile/dynwind.h index fa459a86c..81b036abb 100644 --- a/libguile/dynwind.h +++ b/libguile/dynwind.h @@ -2,7 +2,7 @@ #ifndef DYNWINDH #define DYNWINDH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/eq.c b/libguile/eq.c index a0563c08d..8ce851429 100644 --- a/libguile/eq.c +++ b/libguile/eq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/error.c b/libguile/error.c index aa9ffda97..18142599e 100644 --- a/libguile/error.c +++ b/libguile/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/error.h b/libguile/error.h index 2b75f9297..864ac78b1 100644 --- a/libguile/error.h +++ b/libguile/error.h @@ -2,7 +2,7 @@ #ifndef ERRORH #define ERRORH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/eval.c b/libguile/eval.c index cfc7a475c..556f93eb8 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/eval.h b/libguile/eval.h index 7e3dbd782..496c39195 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -2,7 +2,7 @@ #ifndef EVALH #define EVALH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/feature.c b/libguile/feature.c index 627358111..965ee530d 100644 --- a/libguile/feature.c +++ b/libguile/feature.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/filesys.c b/libguile/filesys.c index 43c046639..941f22c94 100644 --- a/libguile/filesys.c +++ b/libguile/filesys.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 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 diff --git a/libguile/filesys.h b/libguile/filesys.h index 3650418be..2a662aed2 100644 --- a/libguile/filesys.h +++ b/libguile/filesys.h @@ -2,7 +2,7 @@ #ifndef FILESYSH #define FILESYSH -/* Copyright (C) 1995,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1997,1998 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 diff --git a/libguile/fports.c b/libguile/fports.c index 18cdef03e..4dcc997d2 100644 --- a/libguile/fports.c +++ b/libguile/fports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/fports.h b/libguile/fports.h index e5fa0dcb8..f345c9761 100644 --- a/libguile/fports.h +++ b/libguile/fports.h @@ -2,7 +2,7 @@ #ifndef FPORTSH #define FPORTSH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/gc.c b/libguile/gc.c index 38644300b..2ae1abb8e 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/gc.h b/libguile/gc.h index c036b2c62..2b04145cf 100644 --- a/libguile/gc.h +++ b/libguile/gc.h @@ -2,7 +2,7 @@ #ifndef GCH #define GCH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/genio.c b/libguile/genio.c index 51e18ecd7..e8c96c467 100644 --- a/libguile/genio.c +++ b/libguile/genio.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/genio.h b/libguile/genio.h index 8362d9c45..eeb1dae2b 100644 --- a/libguile/genio.h +++ b/libguile/genio.h @@ -2,7 +2,7 @@ #ifndef GENIOH #define GENIOH -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/gh.h b/libguile/gh.h index d3505b272..4b9c5f19f 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/gh_data.c b/libguile/gh_data.c index a93101cc8..c625185bd 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/gsubr.c b/libguile/gsubr.c index 9f6457851..10f310a5e 100644 --- a/libguile/gsubr.c +++ b/libguile/gsubr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/gsubr.h b/libguile/gsubr.h index a9d85f2ad..925bd2b31 100644 --- a/libguile/gsubr.h +++ b/libguile/gsubr.h @@ -2,7 +2,7 @@ #ifndef GSUBRH #define GSUBRH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/hash.c b/libguile/hash.c index b902ea128..40cf94ad9 100644 --- a/libguile/hash.c +++ b/libguile/hash.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/hashtab.c b/libguile/hashtab.c index 3ff78cca6..6bb773821 100644 --- a/libguile/hashtab.c +++ b/libguile/hashtab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/init.c b/libguile/init.c index 585826989..7b1cf29c5 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/init.h b/libguile/init.h index 75d4f8924..16e2e2b83 100644 --- a/libguile/init.h +++ b/libguile/init.h @@ -2,7 +2,7 @@ #ifndef INITH #define INITH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/ioext.c b/libguile/ioext.c index 64ad562bc..c18866a51 100644 --- a/libguile/ioext.c +++ b/libguile/ioext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/ioext.h b/libguile/ioext.h index ab95db912..e082e7a34 100644 --- a/libguile/ioext.h +++ b/libguile/ioext.h @@ -2,7 +2,7 @@ #ifndef IOEXTH #define IOEXTH -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/kw.c b/libguile/kw.c dissimilarity index 100% index 848e8f8d8..e69de29bb 100644 --- a/libguile/kw.c +++ b/libguile/kw.c @@ -1,143 +0,0 @@ -/* Copyright (C) 1995,1996, 1997 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 - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * 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. */ - - -#include -#include "_scm.h" -#include "genio.h" -#include "smob.h" - -#include "kw.h" - - - -static scm_sizet free_kw SCM_P ((SCM obj)); - -static scm_sizet -free_kw (obj) - SCM obj; -{ - return 0; -} - - -static int prin_kw SCM_P ((SCM exp, SCM port, scm_print_state *pstate)); - -static int -prin_kw (exp, port, pstate) - SCM exp; - SCM port; - scm_print_state *pstate; -{ - scm_puts ("#:", port); - scm_puts(1 + SCM_CHARS (SCM_CDR (exp)), port); - return 1; -} - -int scm_tc16_kw; - -static scm_smobfuns kw_smob = {scm_markcdr, free_kw, prin_kw, 0}; - - - -SCM_PROC (s_make_keyword_from_dash_symbol, "make-keyword-from-dash-symbol", 1, 0, 0, scm_make_keyword_from_dash_symbol); - -SCM -scm_make_keyword_from_dash_symbol (symbol) - SCM symbol; -{ - SCM vcell; - - SCM_ASSERT (SCM_NIMP (symbol) && SCM_SYMBOLP(symbol) && ('-' == SCM_CHARS(symbol)[0]), - symbol, SCM_ARG1, s_make_keyword_from_dash_symbol); - - - SCM_DEFER_INTS; - vcell = scm_sym2ovcell_soft (symbol, scm_kw_obarray); - if (vcell == SCM_BOOL_F) - { - SCM kw; - SCM_NEWCELL(kw); - SCM_SETCAR (kw, (SCM)scm_tc16_kw); - SCM_SETCDR (kw, symbol); - scm_intern_symbol (scm_kw_obarray, symbol); - vcell = scm_sym2ovcell_soft (symbol, scm_kw_obarray); - SCM_SETCDR (vcell, kw); - } - SCM_ALLOW_INTS; - return SCM_CDR (vcell); -} - -SCM_PROC(s_keyword_p, "keyword?", 1, 0, 0, scm_keyword_p); - -SCM -scm_keyword_p (obj) - SCM obj; -{ - return ( (SCM_NIMP(obj) && SCM_KEYWORDP (obj)) - ? SCM_BOOL_T - : SCM_BOOL_F); -} - - - -SCM_PROC(s_keyword_dash_symbol, "keyword-dash-symbol", 1, 0, 0, scm_keyword_dash_symbol); - -SCM -scm_keyword_dash_symbol (kw) - SCM kw; -{ - SCM_ASSERT (SCM_NIMP (kw) && SCM_KEYWORDP (kw), kw, SCM_ARG1, s_keyword_dash_symbol); - return SCM_CDR (kw); -} - - - - - -void -scm_init_kw () -{ - scm_tc16_kw = scm_newsmob (&kw_smob); - scm_kw_obarray = scm_make_vector (SCM_MAKINUM (256), SCM_EOL); -#include "kw.x" -} - diff --git a/libguile/libguile.h b/libguile/libguile.h index 474507a3c..2272a6f32 100644 --- a/libguile/libguile.h +++ b/libguile/libguile.h @@ -1,7 +1,7 @@ #ifndef LIBGUILEH #define LIBGUILEH -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/list.c b/libguile/list.c index ac8f8c262..afec4a3db 100644 --- a/libguile/list.c +++ b/libguile/list.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/list.h b/libguile/list.h index 7e5dcb2b1..b43b06e2a 100644 --- a/libguile/list.h +++ b/libguile/list.h @@ -2,7 +2,7 @@ #ifndef LISTH #define LISTH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/load.c b/libguile/load.c index cec6a07cc..2d71ee838 100644 --- a/libguile/load.c +++ b/libguile/load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/load.h b/libguile/load.h index c877dd784..5f1363083 100644 --- a/libguile/load.h +++ b/libguile/load.h @@ -2,7 +2,7 @@ #ifndef LOADH #define LOADH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/mallocs.c b/libguile/mallocs.c index c7c2b6fa1..b8332a765 100644 --- a/libguile/mallocs.c +++ b/libguile/mallocs.c @@ -1,6 +1,6 @@ /* classes: src_files */ -/* Copyright (C) 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1997, 1998 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 diff --git a/libguile/markers.c b/libguile/markers.c dissimilarity index 100% index 8967811e7..e69de29bb 100644 --- a/libguile/markers.c +++ b/libguile/markers.c @@ -1,87 +0,0 @@ -/* Copyright (C) 1995,1996 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 - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * 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. */ - - -#include -#include "_scm.h" - -#include "markers.h" - - -/* {GC marking} - */ - - -/* This function is vestigial. It used to be the mark function's - responsibility to set the mark bit on the smob or port, but now the - generic marking routine in gc.c takes care of that, and a zero - pointer for a mark function means "don't bother". So you never - need scm_mark0. - - However, we leave it here because it's harmless to call it, and - people out there have smob code that uses it, and there's no reason - to make their links fail. */ - -SCM -scm_mark0 (ptr) - SCM ptr; -{ - return SCM_BOOL_F; -} - - - -SCM -scm_markcdr (ptr) - SCM ptr; -{ - return SCM_CDR (ptr); -} - - -scm_sizet -scm_free0 (ptr) - SCM ptr; -{ - return 0; -} - - diff --git a/libguile/mit-pthreads.c b/libguile/mit-pthreads.c index 2270f5cb0..891889722 100644 --- a/libguile/mit-pthreads.c +++ b/libguile/mit-pthreads.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997 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 diff --git a/libguile/net_db.c b/libguile/net_db.c index 71121a174..bcb3f563d 100644 --- a/libguile/net_db.c +++ b/libguile/net_db.c @@ -1,5 +1,5 @@ /* "net_db.c" network database support - * Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. + * Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/numbers.c b/libguile/numbers.c index 6b6895b52..6bc7fd7ab 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/numbers.h b/libguile/numbers.h index aac0b10fe..e04d5e425 100644 --- a/libguile/numbers.h +++ b/libguile/numbers.h @@ -2,7 +2,7 @@ #ifndef NUMBERSH #define NUMBERSH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/options.c b/libguile/options.c index 9f825e4f4..ad91777f8 100644 --- a/libguile/options.c +++ b/libguile/options.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation +/* Copyright (C) 1995, 1996, 1998 Free Software Foundation * * 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 diff --git a/libguile/ports.c b/libguile/ports.c index 223cf08c5..cb4ad7b78 100644 --- a/libguile/ports.c +++ b/libguile/ports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/ports.h b/libguile/ports.h index 46972790c..af4c3d89f 100644 --- a/libguile/ports.h +++ b/libguile/ports.h @@ -2,7 +2,7 @@ #ifndef PORTSH #define PORTSH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/posix.c b/libguile/posix.c index a60aa8ffd..7b8ed976e 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/posix.h b/libguile/posix.h index 2d4814a24..3e1784d45 100644 --- a/libguile/posix.h +++ b/libguile/posix.h @@ -2,7 +2,7 @@ #ifndef POSIXH #define POSIXH -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/print.c b/libguile/print.c index 85978edcc..511a41aa6 100644 --- a/libguile/print.c +++ b/libguile/print.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/print.h b/libguile/print.h index 2edd3d504..149d9767a 100644 --- a/libguile/print.h +++ b/libguile/print.h @@ -2,7 +2,7 @@ #ifndef PRINTH #define PRINTH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/procprop.c b/libguile/procprop.c index 626f83b49..7bb99e963 100644 --- a/libguile/procprop.c +++ b/libguile/procprop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/procprop.h b/libguile/procprop.h index 60009e27e..dd6aa64ac 100644 --- a/libguile/procprop.h +++ b/libguile/procprop.h @@ -2,7 +2,7 @@ #ifndef PROCPROPH #define PROCPROPH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/procs.c b/libguile/procs.c index bfb9288bd..a80d79a56 100644 --- a/libguile/procs.c +++ b/libguile/procs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/procs.h b/libguile/procs.h index 48dd10387..d1ffd5923 100644 --- a/libguile/procs.h +++ b/libguile/procs.h @@ -2,7 +2,7 @@ #ifndef PROCSH #define PROCSH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/ramap.c b/libguile/ramap.c index 03c048cfe..712ca4e05 100644 --- a/libguile/ramap.c +++ b/libguile/ramap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1998 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 diff --git a/libguile/ramap.h b/libguile/ramap.h index 7cbaf07f2..caefc5d3c 100644 --- a/libguile/ramap.h +++ b/libguile/ramap.h @@ -2,7 +2,7 @@ #ifndef RAMAPH #define RAMAPH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/regex-posix.c b/libguile/regex-posix.c index 75ed36dbe..0ac816c07 100644 --- a/libguile/regex-posix.c +++ b/libguile/regex-posix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 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 diff --git a/libguile/regex-posix.h b/libguile/regex-posix.h index efa66a17a..fb8a0e997 100644 --- a/libguile/regex-posix.h +++ b/libguile/regex-posix.h @@ -3,7 +3,7 @@ #ifndef REGEXPOSIXH #define REGEXPOSIXH -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997,1998 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 diff --git a/libguile/root.c b/libguile/root.c index 00f69bf03..dce89e21f 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/root.h b/libguile/root.h index 0e64d258f..00d7c51b8 100644 --- a/libguile/root.h +++ b/libguile/root.h @@ -3,7 +3,7 @@ #ifndef ROOTH #define ROOTH -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996,1998 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 diff --git a/libguile/scmsigs.c b/libguile/scmsigs.c index 66cb7fa6a..9723021f3 100644 --- a/libguile/scmsigs.c +++ b/libguile/scmsigs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/scmsigs.h b/libguile/scmsigs.h index d90d271cb..84eac8cf6 100644 --- a/libguile/scmsigs.h +++ b/libguile/scmsigs.h @@ -2,7 +2,7 @@ #ifndef SCMSIGSH #define SCMSIGSH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/script.c b/libguile/script.c index 9a65cfe5c..bf59da989 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995, 1996, 1997, 1998 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 * the Free Software Foundation; either version 2, or (at your option) diff --git a/libguile/script.h b/libguile/script.h index b51497364..a2895ec86 100644 --- a/libguile/script.h +++ b/libguile/script.h @@ -2,7 +2,7 @@ #ifndef SCRIPTH #define SCRIPTH -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 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 diff --git a/libguile/simpos.c b/libguile/simpos.c index 6dfb9727d..b252e8adc 100644 --- a/libguile/simpos.c +++ b/libguile/simpos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/simpos.h b/libguile/simpos.h index 0d90b2979..f17c878f6 100644 --- a/libguile/simpos.h +++ b/libguile/simpos.h @@ -2,7 +2,7 @@ #ifndef SIMPOSH #define SIMPOSH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/smob.c b/libguile/smob.c index 8c54b3ec3..76d936a20 100644 --- a/libguile/smob.c +++ b/libguile/smob.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/smob.h b/libguile/smob.h index b218c6862..0bf99fd7f 100644 --- a/libguile/smob.h +++ b/libguile/smob.h @@ -2,7 +2,7 @@ #ifndef SMOBH #define SMOBH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/snarf.h b/libguile/snarf.h index bdf278d8f..7badfac22 100644 --- a/libguile/snarf.h +++ b/libguile/snarf.h @@ -6,7 +6,7 @@ #ifndef LIBGUILE_SNARF_H #define LIBGUILE_SNARF_H -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/socket.c b/libguile/socket.c index 9b5f20497..1f9de0079 100644 --- a/libguile/socket.c +++ b/libguile/socket.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1996,1997,1998 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 diff --git a/libguile/srcprop.c b/libguile/srcprop.c index b13e43d23..9296c764b 100644 --- a/libguile/srcprop.c +++ b/libguile/srcprop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation +/* Copyright (C) 1995,1996,1997,1998 Free Software Foundation * * 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 diff --git a/libguile/stackchk.c b/libguile/stackchk.c index 8134878b7..a4fe70e48 100644 --- a/libguile/stackchk.c +++ b/libguile/stackchk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997 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 diff --git a/libguile/stackchk.h b/libguile/stackchk.h index b8401ead9..777762526 100644 --- a/libguile/stackchk.h +++ b/libguile/stackchk.h @@ -2,7 +2,7 @@ #ifndef STACKCHKH #define STACKCHKH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/stacks.c b/libguile/stacks.c index abc9177f4..fdbf60301 100644 --- a/libguile/stacks.c +++ b/libguile/stacks.c @@ -1,5 +1,5 @@ /* Representation of stack frame debug information - * Copyright (C) 1996 Free Software Foundation + * Copyright (C) 1996,1997 Free Software Foundation * * 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 diff --git a/libguile/stime.c b/libguile/stime.c index 18fa03acc..0740f3972 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/stime.h b/libguile/stime.h index 777f86cec..55e08cea4 100644 --- a/libguile/stime.h +++ b/libguile/stime.h @@ -2,7 +2,7 @@ #ifndef STIMEH #define STIMEH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/strings.c b/libguile/strings.c index 9fd54aa14..51b9647d3 100644 --- a/libguile/strings.c +++ b/libguile/strings.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/strings.h b/libguile/strings.h index a597ddcf8..6722ddcdc 100644 --- a/libguile/strings.h +++ b/libguile/strings.h @@ -2,7 +2,7 @@ #ifndef STRINGSH #define STRINGSH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/strports.c b/libguile/strports.c index 405a0ae94..f2eeeaabe 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/struct.c b/libguile/struct.c index 7f84e4e7b..af3a76be1 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 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 diff --git a/libguile/struct.h b/libguile/struct.h index 85c7c2001..dc0b3707e 100644 --- a/libguile/struct.h +++ b/libguile/struct.h @@ -2,7 +2,7 @@ #ifndef STRUCTH #define STRUCTH -/* Copyright (C) 1995 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1997 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 diff --git a/libguile/symbols.c b/libguile/symbols.c index 989899054..a0904125a 100644 --- a/libguile/symbols.c +++ b/libguile/symbols.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/symbols.h b/libguile/symbols.h index ca8d90cea..06566a876 100644 --- a/libguile/symbols.h +++ b/libguile/symbols.h @@ -2,7 +2,7 @@ #ifndef SYMBOLSH #define SYMBOLSH -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/tags.h b/libguile/tags.h index 3142b3e22..2c97f4f78 100644 --- a/libguile/tags.h +++ b/libguile/tags.h @@ -2,7 +2,7 @@ #ifndef TAGSH #define TAGSH -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/threads.c b/libguile/threads.c index e0f48257a..e7fffc865 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/throw.h b/libguile/throw.h index 3bc3aa6d2..9485686d1 100644 --- a/libguile/throw.h +++ b/libguile/throw.h @@ -2,7 +2,7 @@ #ifndef THROWH #define THROWH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/unif.c b/libguile/unif.c index 2a8a73e76..736723082 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998 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 diff --git a/libguile/variable.c b/libguile/variable.c index 922647eeb..17ecacf0b 100644 --- a/libguile/variable.c +++ b/libguile/variable.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 diff --git a/libguile/vectors.c b/libguile/vectors.c index 3070ff150..e07d3703b 100644 --- a/libguile/vectors.c +++ b/libguile/vectors.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/vectors.h b/libguile/vectors.h index c789a264d..b33a592db 100644 --- a/libguile/vectors.h +++ b/libguile/vectors.h @@ -2,7 +2,7 @@ #ifndef VECTORSH #define VECTORSH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/version.h b/libguile/version.h index f585757b3..b8b12abb8 100644 --- a/libguile/version.h +++ b/libguile/version.h @@ -2,7 +2,7 @@ #ifndef VERSIONH #define VERSIONH -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998 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 diff --git a/libguile/vports.c b/libguile/vports.c index c9b802285..3341b5a1a 100644 --- a/libguile/vports.c +++ b/libguile/vports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 diff --git a/libguile/weaks.c b/libguile/weaks.c index 56da63845..b005acc55 100644 --- a/libguile/weaks.c +++ b/libguile/weaks.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998 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 -- 2.20.1