[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#283299: marked as done (ITP: gambc -- Gambit-C Scheme Interpreter and Compiler)



Your message dated Mon, 20 Nov 2006 02:31:07 -0800
with message-id <E1Gm6Qd-0003Lt-AW@spohr.debian.org>
and subject line Bug#283299: fixed in gambc 4.0~b20-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Version: N/A; reported 2004-11-27
Severity: wishlist

* Package name    : gambc
  Version         : 4.0
  Upstream Author : Marc Feeley <gambit@iro.umontreal.ca>
* URL             : http://www-perso.iro.umontreal.ca/~gambit/
* License         : Apache Version 2
  Description     : Gambit-C Scheme Interpreter and Compiler

I intend to package Gambit-C Scheme Release 4.  The previous package,
gambc, was Gambit-C 3.0, which was orphaned and later removed from
Debian, see Bug 153884.  There had not been an upstream release since
1998.


This software is Copyright (C) 1994-2004 by Marc Feeley, all rights reserved.

Gambit-C release 4 includes a Scheme interpreter and a Scheme compiler
which can be used to build standalone executables.  Because the
compiler generates portable C code it is fairly easy to port to any
platform with a decent C compiler.

The Gambit-C system conforms to the R4RS and IEEE Scheme standards.
The full numeric tower is implemented, including: infinite precision
integers (bignums), rationals, inexact reals (floating point numbers),
and complex numbers.  Gambit-C supports a number of extensions to the
standards including:

 - an optimizing compiler
   - with several powerful transformations (automatic function inlining,
     partial evaluation, etc)
   - that generates properly tail-recursive portable C code
 - a scalable thread system that can handle millions of concurrent threads
 - an I/O system fully integrated with the thread system that supports
   - regular files
   - ttys (terminals and serial ports)
   - sockets (tcp-client and tcp-server)
   - directories
   - processes
   - pipes
 - an infix syntax extension (SIX) that allows mixing code in the
   standard prefix syntax with code in a C-like syntax
 - the following SRFIs:
    - SRFI 0 (Feature-based conditional expansion construct)
    - SRFI 4 (Homogeneous numeric vector datatypes)
    - SRFI 6 (Basic String Ports)
    - SRFI 8 (RECEIVE: Binding to multiple values)
    - SRFI 9 (Defining Record Types)
    - SRFI 18 (Multithreading support)
    - SRFI 21 (Real-time multithreading support)
    - SRFI 22 (Running Scheme Scripts on Unix)
    - SRFI 23 (Error reporting mechanism)
    - SRFI 27 (Sources of Random Bits)
    - SRFI 39 (Parameter objects)
 - a REPL/debugger with
    - a continuation inspection facility (i.e. "backtrace")
    - a single-stepping mode
    - error messages with location of error (file, line, and column number)
    - emacs compatible line-editing with history
 - very efficient bignum implementation
 - a foreign function interface for C
 - a memory management system that grows and shrinks the heap based on
   the program's needs
 - a linker that builds standalone executables and shared libraries
 - dynamic loading of compiled modules and libraries (supported on many
   platforms)
 - Unicode support for characters, strings, I/O and source code
 - object finalization
 - pretty printing
 - keyword objects
 - optional and keyword parameters (with the syntax and semantics of DSSSL)
 - configurable reader with control over case sensitivity
 - write/read invariance of symbols, e.g. (string->symbol "B;123") => |B;123|
 - write/read invariance of floating point numbers
 - unhygienic macros
 - and many other things!

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux thirdcreek.com 2.4.20-020stab009.24.777-enterprise #1 SMP Tue Aug 17 13:20:56 MSD 2004 i686
Locale: LANG=C, LC_CTYPE=C



--- End Message ---
--- Begin Message ---
Source: gambc
Source-Version: 4.0~b20-1

We believe that the bug you reported is fixed in the latest version of
gambc, which is due to be installed in the Debian FTP archive:

gambc-doc_4.0~b20-1_all.deb
  to pool/main/g/gambc/gambc-doc_4.0~b20-1_all.deb
gambc_4.0~b20-1.diff.gz
  to pool/main/g/gambc/gambc_4.0~b20-1.diff.gz
gambc_4.0~b20-1.dsc
  to pool/main/g/gambc/gambc_4.0~b20-1.dsc
gambc_4.0~b20-1_i386.deb
  to pool/main/g/gambc/gambc_4.0~b20-1_i386.deb
gambc_4.0~b20.orig.tar.gz
  to pool/main/g/gambc/gambc_4.0~b20.orig.tar.gz
libgambc4-dev_4.0~b20-1_i386.deb
  to pool/main/g/gambc/libgambc4-dev_4.0~b20-1_i386.deb
libgambc4_4.0~b20-1_i386.deb
  to pool/main/g/gambc/libgambc4_4.0~b20-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 283299@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kurt B. Kaiser <kbk@shore.net> (supplier of updated gambc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 19 Nov 2006 17:52:10 -0500
Source: gambc
Binary: libgambc4 gambc-doc libgambc4-dev gambc
Architecture: source all i386
Version: 4.0~b20-1
Distribution: unstable
Urgency: low
Maintainer: Kurt B. Kaiser <kbk@shore.net>
Changed-By: Kurt B. Kaiser <kbk@shore.net>
Description: 
 gambc      - Gambit-C Scheme interpreter and compiler
 gambc-doc  - Documentation for the Gambit-C interpreter and compiler
 libgambc4  - Shared library for the Gambit-C interpreter and compiler
 libgambc4-dev - Header file and link for the Gambit-C shared library
Closes: 283299
Changes: 
 gambc (4.0~b20-1) unstable; urgency=low
 .
   * New upstream release
   * First Debian release (previous was Alioth only), Closes: #283299
   * Fix and update watch file
   * Use configure option --enable-single-host for performance improvement
   * Update Standards-Version and debhelper compatibility level
   * Switch to building a shared library (libgambc4), and split package
   * Split out the documentation for the extensive user manual into gambc-doc
Files: 
 7b23ca77a2cd304af72cf220a262bd10 624 devel optional gambc_4.0~b20-1.dsc
 fb58e5bd67e52d88797672cbf04d34b3 7025146 devel optional gambc_4.0~b20.orig.tar.gz
 accfc8b420f8b6b321c5e8aa0a951fa6 100026 devel optional gambc_4.0~b20-1.diff.gz
 3266955c1ac1ab9375238fb1c0b8c64e 640532 devel optional gambc_4.0~b20-1_i386.deb
 7298d9dac2a2ce29e49c3eb9b2c6f7c5 1228034 libs optional libgambc4_4.0~b20-1_i386.deb
 447fb1ce1c64c0310c90f34529b86b4c 47216 libs optional libgambc4-dev_4.0~b20-1_i386.deb
 5a038662ba0f7cda711a8e9b8f010e62 3335392 doc optional gambc-doc_4.0~b20-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFYTTk+C5cwEsrK54RAuVPAKCrrnGdHhhFh0nb3eUrBMTVCx2QQQCfesKI
9IAEvHrMrIcX5wrpw3fGBxk=
=Z5M5
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: