From f6e5e4d5b4c59ec6412cad831416c26fcc39975a Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Tue, 29 Jan 2008 00:34:34 -0500 Subject: [PATCH] Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no. --- configure | 24 +++++++++++++----------- configure.ac | 8 +++++--- scheme/ikarus.apply.ss | 2 +- scheme/ikarus.bytevectors.ss | 2 +- scheme/ikarus.cafe.ss | 2 +- scheme/ikarus.chars.ss | 2 +- scheme/ikarus.code-objects.ss | 2 +- scheme/ikarus.codecs.ss | 2 +- scheme/ikarus.collect.ss | 2 +- scheme/ikarus.command-line.ss | 2 +- scheme/ikarus.compiler.altcogen.ss | 2 +- scheme/ikarus.compiler.ss | 2 +- scheme/ikarus.conditions.ss | 2 +- scheme/ikarus.control.ss | 2 +- scheme/ikarus.date-string.ss | 2 +- scheme/ikarus.enumerations.ss | 2 +- scheme/ikarus.exceptions.ss | 2 +- scheme/ikarus.fasl.ss | 2 +- scheme/ikarus.fasl.write.ss | 2 +- scheme/ikarus.fixnums.ss | 2 +- scheme/ikarus.guardians.ss | 2 +- scheme/ikarus.handlers.ss | 2 +- scheme/ikarus.hash-tables.ss | 2 +- scheme/ikarus.intel-assembler.ss | 2 +- scheme/ikarus.io.ss | 2 +- scheme/ikarus.lists.ss | 2 +- scheme/ikarus.load.ss | 2 +- scheme/ikarus.main.ss | 2 +- scheme/ikarus.multiple-values.ss | 2 +- scheme/ikarus.numerics.ss | 2 +- scheme/ikarus.pairs.ss | 2 +- scheme/ikarus.posix.ss | 2 +- scheme/ikarus.predicates.ss | 2 +- scheme/ikarus.pretty-print.ss | 2 +- scheme/ikarus.promises.ss | 2 +- scheme/ikarus.reader.ss | 2 +- scheme/ikarus.records.procedural.ss | 2 +- scheme/ikarus.singular-objects.ss | 2 +- scheme/ikarus.sort.ss | 2 +- scheme/ikarus.strings.ss | 2 +- scheme/ikarus.structs.ss | 2 +- scheme/ikarus.symbols.ss | 2 +- scheme/ikarus.time-and-date.ss | 2 +- scheme/ikarus.timer.ss | 2 +- scheme/ikarus.trace.ss | 2 +- scheme/ikarus.unicode-conversion.ss | 2 +- scheme/ikarus.unicode-data.ss | 2 +- scheme/ikarus.vectors.ss | 2 +- scheme/ikarus.writer.ss | 2 +- scheme/last-revision | 2 +- scheme/makefile.ss | 2 +- scheme/pass-specify-rep-primops.ss | 2 +- scheme/pass-specify-rep.ss | 2 +- scheme/psyntax.compat.ss | 2 +- scheme/run-tests.ss | 2 +- scheme/test64.ss | 2 +- scheme/todo-r6rs.ss | 2 +- scheme/unicode/extract-char-cases.ss | 4 ++-- scheme/unicode/extract-info.ss | 4 ++-- scheme/unicode/unicode-char-cases.ss | 2 +- scheme/unicode/unicode-charinfo.ss | 2 +- scheme/unicode/unicode-data.ss | 2 +- src/cpu_has_sse2.S | 2 +- src/ikarus-collect.c | 2 +- src/ikarus-data.h | 2 +- src/ikarus-enter.S | 2 +- src/ikarus-exec.c | 2 +- src/ikarus-fasl.c | 2 +- src/ikarus-flonums.c | 2 +- src/ikarus-getaddrinfo.c | 2 +- src/ikarus-getaddrinfo.h | 2 +- src/ikarus-io.c | 18 ++++++++++++++++++ src/ikarus-main.c | 2 +- src/ikarus-numerics.c | 2 +- src/ikarus-print.c | 2 +- src/ikarus-process.c | 18 ++++++++++++++++++ src/ikarus-runtime.c | 2 +- src/ikarus-symbol-table.c | 2 +- src/ikarus-verify-integrity.c | 2 +- src/ikarus-weak-pairs.c | 2 +- src/ikarus-winmmap.c | 2 +- src/ikarus-winmmap.h | 2 +- src/scheme-script.c | 2 +- 83 files changed, 135 insertions(+), 95 deletions(-) diff --git a/configure b/configure index 39d46a3..7b37cc7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for ikarus 0.0.2patched. +# Generated by GNU Autoconf 2.61 for ikarus 0.0.3-rc1. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ikarus' PACKAGE_TARNAME='ikarus' -PACKAGE_VERSION='0.0.2patched' -PACKAGE_STRING='ikarus 0.0.2patched' +PACKAGE_VERSION='0.0.3-rc1' +PACKAGE_STRING='ikarus 0.0.3-rc1' PACKAGE_BUGREPORT='aghuloum@cs.indiana.edu' ac_unique_file="src/" @@ -1227,7 +1227,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ikarus 0.0.2patched to adapt to many kinds of systems. +\`configure' configures ikarus 0.0.3-rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1298,7 +1298,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ikarus 0.0.2patched:";; + short | recursive ) echo "Configuration of ikarus 0.0.3-rc1:";; esac cat <<\_ACEOF @@ -1384,7 +1384,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ikarus configure 0.0.2patched +ikarus configure 0.0.3-rc1 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1398,7 +1398,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ikarus $as_me 0.0.2patched, which was +It was created by ikarus $as_me 0.0.3-rc1, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2214,7 +2214,7 @@ fi # Define the identity of the package. PACKAGE=ikarus - VERSION=0.0.2patched + VERSION=0.0.3-rc1 cat >>confdefs.h <<_ACEOF @@ -4479,7 +4479,9 @@ fi -CFLAGS="$CFLAGS -DNDEBUG -O3 -Wall" +CFLAGS="$CFLAGS -DNDEBUG -O3 -Wall -m32" +CCASFLAGS="$CCASFLAGS -m32" +LDFLAGS="$LDFLAGS -m32" case "$target_os" in *linux*) @@ -9311,7 +9313,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ikarus $as_me 0.0.2patched, which was +This file was extended by ikarus $as_me 0.0.3-rc1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9364,7 +9366,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ikarus config.status 0.0.2patched +ikarus config.status 0.0.3-rc1 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 66cef89..6282f65 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(ikarus, 0.0.2patched, aghuloum@cs.indiana.edu) +AC_INIT(ikarus, 0.0.3-rc1, aghuloum@cs.indiana.edu) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(ikarus, 0.0.2patched) +AM_INIT_AUTOMAKE(ikarus, 0.0.3-rc1) AC_CONFIG_SRCDIR([src/]) @@ -13,7 +13,9 @@ AM_PROG_AS AC_PROG_CC AM_PROG_CC_C_O -CFLAGS="$CFLAGS -DNDEBUG -O3 -Wall" +CFLAGS="$CFLAGS -DNDEBUG -O3 -Wall -m32" +CCASFLAGS="$CCASFLAGS -m32" +LDFLAGS="$LDFLAGS -m32" case "$target_os" in *linux*) diff --git a/scheme/ikarus.apply.ss b/scheme/ikarus.apply.ss index a98124a..17a5764 100644 --- a/scheme/ikarus.apply.ss +++ b/scheme/ikarus.apply.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.bytevectors.ss b/scheme/ikarus.bytevectors.ss index ac1275f..617788a 100644 --- a/scheme/ikarus.bytevectors.ss +++ b/scheme/ikarus.bytevectors.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.cafe.ss b/scheme/ikarus.cafe.ss index 7525ec4..46de0b4 100644 --- a/scheme/ikarus.cafe.ss +++ b/scheme/ikarus.cafe.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.chars.ss b/scheme/ikarus.chars.ss index 869a70c..dc579ca 100644 --- a/scheme/ikarus.chars.ss +++ b/scheme/ikarus.chars.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.code-objects.ss b/scheme/ikarus.code-objects.ss index 3266a5b..64fb21f 100644 --- a/scheme/ikarus.code-objects.ss +++ b/scheme/ikarus.code-objects.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.codecs.ss b/scheme/ikarus.codecs.ss index bdec699..0b54f19 100644 --- a/scheme/ikarus.codecs.ss +++ b/scheme/ikarus.codecs.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.collect.ss b/scheme/ikarus.collect.ss index fb5fcb2..bbe46c6 100644 --- a/scheme/ikarus.collect.ss +++ b/scheme/ikarus.collect.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.command-line.ss b/scheme/ikarus.command-line.ss index 907fe63..4ffb631 100644 --- a/scheme/ikarus.command-line.ss +++ b/scheme/ikarus.command-line.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.compiler.altcogen.ss b/scheme/ikarus.compiler.altcogen.ss index 64d2692..2ca3a2c 100644 --- a/scheme/ikarus.compiler.altcogen.ss +++ b/scheme/ikarus.compiler.altcogen.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.compiler.ss b/scheme/ikarus.compiler.ss index 4b18db7..bda1c27 100644 --- a/scheme/ikarus.compiler.ss +++ b/scheme/ikarus.compiler.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.conditions.ss b/scheme/ikarus.conditions.ss index 5374a76..257ee8a 100644 --- a/scheme/ikarus.conditions.ss +++ b/scheme/ikarus.conditions.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.control.ss b/scheme/ikarus.control.ss index 4dec194..830c60d 100644 --- a/scheme/ikarus.control.ss +++ b/scheme/ikarus.control.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.date-string.ss b/scheme/ikarus.date-string.ss index fa95cd3..cc93292 100644 --- a/scheme/ikarus.date-string.ss +++ b/scheme/ikarus.date-string.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.enumerations.ss b/scheme/ikarus.enumerations.ss index fa34961..068fc2f 100644 --- a/scheme/ikarus.enumerations.ss +++ b/scheme/ikarus.enumerations.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.exceptions.ss b/scheme/ikarus.exceptions.ss index 3bb7e7f..b8cc285 100644 --- a/scheme/ikarus.exceptions.ss +++ b/scheme/ikarus.exceptions.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.fasl.ss b/scheme/ikarus.fasl.ss index a3c5f61..d5d5053 100644 --- a/scheme/ikarus.fasl.ss +++ b/scheme/ikarus.fasl.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.fasl.write.ss b/scheme/ikarus.fasl.write.ss index aacedfe..69c2779 100644 --- a/scheme/ikarus.fasl.write.ss +++ b/scheme/ikarus.fasl.write.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.fixnums.ss b/scheme/ikarus.fixnums.ss index 2271e4e..1f9e95d 100644 --- a/scheme/ikarus.fixnums.ss +++ b/scheme/ikarus.fixnums.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.guardians.ss b/scheme/ikarus.guardians.ss index 2cfcc3f..6404ddd 100644 --- a/scheme/ikarus.guardians.ss +++ b/scheme/ikarus.guardians.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.handlers.ss b/scheme/ikarus.handlers.ss index 276c804..b4e1efb 100644 --- a/scheme/ikarus.handlers.ss +++ b/scheme/ikarus.handlers.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.hash-tables.ss b/scheme/ikarus.hash-tables.ss index a1efe14..31e2849 100644 --- a/scheme/ikarus.hash-tables.ss +++ b/scheme/ikarus.hash-tables.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.intel-assembler.ss b/scheme/ikarus.intel-assembler.ss index 7170dc5..4a2b8ae 100644 --- a/scheme/ikarus.intel-assembler.ss +++ b/scheme/ikarus.intel-assembler.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.io.ss b/scheme/ikarus.io.ss index 5cbf861..df36f3a 100644 --- a/scheme/ikarus.io.ss +++ b/scheme/ikarus.io.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.lists.ss b/scheme/ikarus.lists.ss index 9962e36..ae645ec 100644 --- a/scheme/ikarus.lists.ss +++ b/scheme/ikarus.lists.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.load.ss b/scheme/ikarus.load.ss index ff5a642..4363960 100644 --- a/scheme/ikarus.load.ss +++ b/scheme/ikarus.load.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.main.ss b/scheme/ikarus.main.ss index ae8b525..0e82773 100644 --- a/scheme/ikarus.main.ss +++ b/scheme/ikarus.main.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2008 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.multiple-values.ss b/scheme/ikarus.multiple-values.ss index 3714af9..ba45106 100644 --- a/scheme/ikarus.multiple-values.ss +++ b/scheme/ikarus.multiple-values.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.numerics.ss b/scheme/ikarus.numerics.ss index aa6a2a0..138f236 100644 --- a/scheme/ikarus.numerics.ss +++ b/scheme/ikarus.numerics.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.pairs.ss b/scheme/ikarus.pairs.ss index d4e2985..329713f 100644 --- a/scheme/ikarus.pairs.ss +++ b/scheme/ikarus.pairs.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.posix.ss b/scheme/ikarus.posix.ss index 84c12a4..7ef2d84 100644 --- a/scheme/ikarus.posix.ss +++ b/scheme/ikarus.posix.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.predicates.ss b/scheme/ikarus.predicates.ss index 28cd478..0ce28af 100644 --- a/scheme/ikarus.predicates.ss +++ b/scheme/ikarus.predicates.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.pretty-print.ss b/scheme/ikarus.pretty-print.ss index 2bb6e34..8c06bb7 100644 --- a/scheme/ikarus.pretty-print.ss +++ b/scheme/ikarus.pretty-print.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.promises.ss b/scheme/ikarus.promises.ss index a404579..e7d8ffc 100644 --- a/scheme/ikarus.promises.ss +++ b/scheme/ikarus.promises.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.reader.ss b/scheme/ikarus.reader.ss index e6edb48..f673d05 100644 --- a/scheme/ikarus.reader.ss +++ b/scheme/ikarus.reader.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.records.procedural.ss b/scheme/ikarus.records.procedural.ss index ede0472..292b673 100644 --- a/scheme/ikarus.records.procedural.ss +++ b/scheme/ikarus.records.procedural.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.singular-objects.ss b/scheme/ikarus.singular-objects.ss index 25ba896..0c63fb1 100644 --- a/scheme/ikarus.singular-objects.ss +++ b/scheme/ikarus.singular-objects.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.sort.ss b/scheme/ikarus.sort.ss index 2c36c4c..990230c 100644 --- a/scheme/ikarus.sort.ss +++ b/scheme/ikarus.sort.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.strings.ss b/scheme/ikarus.strings.ss index 8c2738f..ed89f8f 100644 --- a/scheme/ikarus.strings.ss +++ b/scheme/ikarus.strings.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.structs.ss b/scheme/ikarus.structs.ss index 44d620d..c0fe034 100644 --- a/scheme/ikarus.structs.ss +++ b/scheme/ikarus.structs.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.symbols.ss b/scheme/ikarus.symbols.ss index 82d3cd0..4cc9392 100644 --- a/scheme/ikarus.symbols.ss +++ b/scheme/ikarus.symbols.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.time-and-date.ss b/scheme/ikarus.time-and-date.ss index 12be1c8..49cc141 100644 --- a/scheme/ikarus.time-and-date.ss +++ b/scheme/ikarus.time-and-date.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.timer.ss b/scheme/ikarus.timer.ss index 31b1276..aa8a262 100644 --- a/scheme/ikarus.timer.ss +++ b/scheme/ikarus.timer.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.trace.ss b/scheme/ikarus.trace.ss index 9211f36..9d612fc 100644 --- a/scheme/ikarus.trace.ss +++ b/scheme/ikarus.trace.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.unicode-conversion.ss b/scheme/ikarus.unicode-conversion.ss index c065b0d..0d0f9cf 100644 --- a/scheme/ikarus.unicode-conversion.ss +++ b/scheme/ikarus.unicode-conversion.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.unicode-data.ss b/scheme/ikarus.unicode-data.ss index edab8c0..114739e 100644 --- a/scheme/ikarus.unicode-data.ss +++ b/scheme/ikarus.unicode-data.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.vectors.ss b/scheme/ikarus.vectors.ss index 0224f15..8238e49 100644 --- a/scheme/ikarus.vectors.ss +++ b/scheme/ikarus.vectors.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/ikarus.writer.ss b/scheme/ikarus.writer.ss index f1c7eca..a387165 100644 --- a/scheme/ikarus.writer.ss +++ b/scheme/ikarus.writer.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/last-revision b/scheme/last-revision index ce0a11d..8a055dc 100644 --- a/scheme/last-revision +++ b/scheme/last-revision @@ -1 +1 @@ -1367 +1368 diff --git a/scheme/makefile.ss b/scheme/makefile.ss index 947b64f..c64c7d5 100755 --- a/scheme/makefile.ss +++ b/scheme/makefile.ss @@ -1,6 +1,6 @@ #!../src/ikarus -b ikarus.boot --r6rs-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/pass-specify-rep-primops.ss b/scheme/pass-specify-rep-primops.ss index 28beb9d..caf0bf7 100644 --- a/scheme/pass-specify-rep-primops.ss +++ b/scheme/pass-specify-rep-primops.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/pass-specify-rep.ss b/scheme/pass-specify-rep.ss index 421f0c8..1578192 100644 --- a/scheme/pass-specify-rep.ss +++ b/scheme/pass-specify-rep.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/psyntax.compat.ss b/scheme/psyntax.compat.ss index 31156d2..a4d0e0c 100644 --- a/scheme/psyntax.compat.ss +++ b/scheme/psyntax.compat.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/run-tests.ss b/scheme/run-tests.ss index c0a59bd..9c1051e 100755 --- a/scheme/run-tests.ss +++ b/scheme/run-tests.ss @@ -1,7 +1,7 @@ #!../src/ikarus -b ikarus.boot --r6rs-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/test64.ss b/scheme/test64.ss index dc50d5f..4081787 100755 --- a/scheme/test64.ss +++ b/scheme/test64.ss @@ -1,6 +1,6 @@ #!/usr/bin/env ikarus --r6rs-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/todo-r6rs.ss b/scheme/todo-r6rs.ss index 80eced6..c119cda 100755 --- a/scheme/todo-r6rs.ss +++ b/scheme/todo-r6rs.ss @@ -1,6 +1,6 @@ #!/usr/bin/env scheme-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/unicode/extract-char-cases.ss b/scheme/unicode/extract-char-cases.ss index 253766e..e2301fc 100755 --- a/scheme/unicode/extract-char-cases.ss +++ b/scheme/unicode/extract-char-cases.ss @@ -1,6 +1,6 @@ #!/usr/bin/env ikarus --r6rs-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as @@ -21,7 +21,7 @@ (define license '";;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/unicode/extract-info.ss b/scheme/unicode/extract-info.ss index 500f239..79be870 100755 --- a/scheme/unicode/extract-info.ss +++ b/scheme/unicode/extract-info.ss @@ -1,6 +1,6 @@ #!/usr/bin/env ikarus --r6rs-script ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as @@ -23,7 +23,7 @@ (define license '";;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/unicode/unicode-char-cases.ss b/scheme/unicode/unicode-char-cases.ss index 1c20086..25a2e01 100644 --- a/scheme/unicode/unicode-char-cases.ss +++ b/scheme/unicode/unicode-char-cases.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/unicode/unicode-charinfo.ss b/scheme/unicode/unicode-charinfo.ss index dffed22..fa36e56 100644 --- a/scheme/unicode/unicode-charinfo.ss +++ b/scheme/unicode/unicode-charinfo.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/scheme/unicode/unicode-data.ss b/scheme/unicode/unicode-data.ss index 3f1badb..2907993 100755 --- a/scheme/unicode/unicode-data.ss +++ b/scheme/unicode/unicode-data.ss @@ -1,5 +1,5 @@ ;;; Ikarus Scheme -- A compiler for R6RS Scheme. -;;; Copyright (C) 2006,2007 Abdulaziz Ghuloum +;;; Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License version 3 as diff --git a/src/cpu_has_sse2.S b/src/cpu_has_sse2.S index 244f23a..d035ea3 100644 --- a/src/cpu_has_sse2.S +++ b/src/cpu_has_sse2.S @@ -1,5 +1,5 @@ # Ikarus Scheme -- A compiler for R6RS Scheme. -# Copyright (C) 2006,2007 Abdulaziz Ghuloum +# Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-collect.c b/src/ikarus-collect.c index 9618dca..b6afd04 100644 --- a/src/ikarus-collect.c +++ b/src/ikarus-collect.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-data.h b/src/ikarus-data.h index 736712e..efdd1fe 100644 --- a/src/ikarus-data.h +++ b/src/ikarus-data.h @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-enter.S b/src/ikarus-enter.S index 1ae6293..c443f56 100644 --- a/src/ikarus-enter.S +++ b/src/ikarus-enter.S @@ -1,5 +1,5 @@ # Ikarus Scheme -- A compiler for R6RS Scheme. -# Copyright (C) 2006,2007 Abdulaziz Ghuloum +# Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-exec.c b/src/ikarus-exec.c index 744f5e4..df26b2d 100644 --- a/src/ikarus-exec.c +++ b/src/ikarus-exec.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-fasl.c b/src/ikarus-fasl.c index 6532f6a..9a24588 100644 --- a/src/ikarus-fasl.c +++ b/src/ikarus-fasl.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-flonums.c b/src/ikarus-flonums.c index e3c318c..f699c56 100644 --- a/src/ikarus-flonums.c +++ b/src/ikarus-flonums.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-getaddrinfo.c b/src/ikarus-getaddrinfo.c index 99ec4bd..ae89a1a 100644 --- a/src/ikarus-getaddrinfo.c +++ b/src/ikarus-getaddrinfo.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-getaddrinfo.h b/src/ikarus-getaddrinfo.h index 1c96d48..0f0f5b7 100644 --- a/src/ikarus-getaddrinfo.h +++ b/src/ikarus-getaddrinfo.h @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-io.c b/src/ikarus-io.c index 8e0766b..c278a22 100644 --- a/src/ikarus-io.c +++ b/src/ikarus-io.c @@ -1,3 +1,21 @@ +/* + * Ikarus Scheme -- A compiler for R6RS Scheme. + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * 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 program. If not, see . + */ + + #include #include #include diff --git a/src/ikarus-main.c b/src/ikarus-main.c index e557ca9..aa36789 100644 --- a/src/ikarus-main.c +++ b/src/ikarus-main.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-numerics.c b/src/ikarus-numerics.c index f8827c3..436e926 100644 --- a/src/ikarus-numerics.c +++ b/src/ikarus-numerics.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-print.c b/src/ikarus-print.c index f754bcb..35a305f 100644 --- a/src/ikarus-print.c +++ b/src/ikarus-print.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-process.c b/src/ikarus-process.c index 8dcdd50..1b07a5f 100644 --- a/src/ikarus-process.c +++ b/src/ikarus-process.c @@ -1,3 +1,21 @@ +/* + * Ikarus Scheme -- A compiler for R6RS Scheme. + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * 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 program. If not, see . + */ + + #include #include #include diff --git a/src/ikarus-runtime.c b/src/ikarus-runtime.c index a238951..df907a5 100644 --- a/src/ikarus-runtime.c +++ b/src/ikarus-runtime.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-symbol-table.c b/src/ikarus-symbol-table.c index 813e9b9..eeea5b6 100644 --- a/src/ikarus-symbol-table.c +++ b/src/ikarus-symbol-table.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-verify-integrity.c b/src/ikarus-verify-integrity.c index bcaf75d..b2c3aab 100644 --- a/src/ikarus-verify-integrity.c +++ b/src/ikarus-verify-integrity.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-weak-pairs.c b/src/ikarus-weak-pairs.c index 44d5e52..8ce48f9 100644 --- a/src/ikarus-weak-pairs.c +++ b/src/ikarus-weak-pairs.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-winmmap.c b/src/ikarus-winmmap.c index a1d1ac4..c207e50 100644 --- a/src/ikarus-winmmap.c +++ b/src/ikarus-winmmap.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/ikarus-winmmap.h b/src/ikarus-winmmap.h index 2bbfc46..345a41d 100644 --- a/src/ikarus-winmmap.h +++ b/src/ikarus-winmmap.h @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as diff --git a/src/scheme-script.c b/src/scheme-script.c index ddeb3fb..efb15f1 100644 --- a/src/scheme-script.c +++ b/src/scheme-script.c @@ -1,6 +1,6 @@ /* * Ikarus Scheme -- A compiler for R6RS Scheme. - * Copyright (C) 2006,2007 Abdulaziz Ghuloum + * Copyright (C) 2006,2007,2008 Abdulaziz Ghuloum * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as