mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* tests/alist.test, tests/bit-operations.test,
tests/common-list.test, tests/environments.test, tests/eval.test, tests/gc.test, tests/hooks.test, tests/import.test, tests/interp.test, tests/list.test, tests/load.test, tests/numbers.test, tests/ports.test, tests/r4rs.test, tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated copyright notice.
This commit is contained in:
parent
46a7b46f0c
commit
96e30d2ab2
20 changed files with 29 additions and 19 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
|
* tests/alist.test, tests/bit-operations.test,
|
||||||
|
tests/common-list.test, tests/environments.test, tests/eval.test,
|
||||||
|
tests/gc.test, tests/hooks.test, tests/import.test,
|
||||||
|
tests/interp.test, tests/list.test, tests/load.test,
|
||||||
|
tests/numbers.test, tests/ports.test, tests/r4rs.test,
|
||||||
|
tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
|
||||||
|
copyright notice.
|
||||||
|
|
||||||
2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
* tests/srfi-14.test: New file.
|
* tests/srfi-14.test: New file.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
;;;; guile-test --- run the Guile test suite
|
;;;; guile-test --- run the Guile test suite
|
||||||
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
|
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; test-suite/lib.scm --- generic support for testing
|
;;;; test-suite/lib.scm --- generic support for testing
|
||||||
;;;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; alist.test --- tests guile's alists -*- scheme -*-
|
;;;; alist.test --- tests guile's alists -*- scheme -*-
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; bit-operations.test --- bitwise operations on numbers -*- scheme -*-
|
;;;; bit-operations.test --- bitwise operations on numbers -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; common-list.test --- tests guile's common list functions -*- scheme -*-
|
;;;; common-list.test --- tests guile's common list functions -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; environments.test -*- scheme -*-
|
;;;; environments.test -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; eval.test --- tests guile's evaluator -*- scheme -*-
|
;;;; eval.test --- tests guile's evaluator -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; gc.test --- test guile's garbage collection -*- scheme -*-
|
;;;; gc.test --- test guile's garbage collection -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;;; guardians.test --- test suite for Guile Guardians -*- scheme -*-
|
;;;; guardians.test --- test suite for Guile Guardians -*- scheme -*-
|
||||||
;;;; Jim Blandy <jimb@red-bean.com> --- July 1999
|
;;;; Jim Blandy <jimb@red-bean.com> --- July 1999
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; hooks.test --- tests guile's hooks implementation -*- scheme -*-
|
;;;; hooks.test --- tests guile's hooks implementation -*- scheme -*-
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; import.test --- test selective and renaming imports -*- scheme -*-
|
;;;; import.test --- test selective and renaming imports -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;;; interp.test --- tests for bugs in the Guile interpreter -*- scheme -*-
|
;;;; interp.test --- tests for bugs in the Guile interpreter -*- scheme -*-
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; list.test --- tests guile's lists -*- scheme -*-
|
;;;; list.test --- tests guile's lists -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;;; load.test --- test LOAD and path searching functions -*- scheme -*-
|
;;;; load.test --- test LOAD and path searching functions -*- scheme -*-
|
||||||
;;;; Jim Blandy <jimb@red-bean.com> --- September 1999
|
;;;; Jim Blandy <jimb@red-bean.com> --- September 1999
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; numbers.test --- tests guile's numbers -*- scheme -*-
|
;;;; numbers.test --- tests guile's numbers -*- scheme -*-
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;;; ports.test --- test suite for Guile I/O ports -*- scheme -*-
|
;;;; ports.test --- test suite for Guile I/O ports -*- scheme -*-
|
||||||
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
|
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; r4rs.test --- tests for R4RS compliance -*- scheme -*-
|
;;;; r4rs.test --- tests for R4RS compliance -*- scheme -*-
|
||||||
;;;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;;; versions.test --- test suite for Guile's version functions -*- scheme -*-
|
;;;; versions.test --- test suite for Guile's version functions -*- scheme -*-
|
||||||
;;;; Greg J. Badros <gjb@cs.washington.edu>
|
;;;; Greg J. Badros <gjb@cs.washington.edu>
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 2000 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;; weaks.test --- tests guile's weaks -*- scheme -*-
|
;;;; weaks.test --- tests guile's weaks -*- scheme -*-
|
||||||
;;;; Copyright (C) 1999 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue