Commit graph

12 commits

Author SHA1 Message Date
dholland
41c6e246f4 Add patch comments. 2015-12-29 23:34:43 +00:00
agc
0251fa2de3 fix the location of the init file for tinyscheme
bump PKGREVISION
2014-04-29 19:18:16 +00:00
cheusov
4968d52793 Fix build failure on Linux(PR 44628).
I think Haiku vs. -lm is a separate issue.
Also, I don't think .ifdef-ing all packages that use -lm is impractical.
2011-12-06 13:22:17 +00:00
asau
b4f032ab30 Update TinyScheme to version 1.40.
Changes are unknown (ChangeLog doesn't say anything since version 1.38).
2011-04-16 16:10:59 +00:00
asau
cc7b50d46d Update to TinyScheme 1.39
Changes:

Version 1.39
     Drew Yao fixed buffer overflow problems in mk_sharp_const.
Version 1.38
     Interim release until the rewrite, mostly incorporating modifications from
     Kevin Cozens. Small addition for Cygwin in the makefile, and modifications
     by Andrew Guenther for Apple platforms.
Version 1.37
     Joe Buehler submitted reserve_cells.
Version 1.36
     Joe Buehler fixed a patch in the allocator.
     Alexander Shendi moved the comment handling in the scanner, which
     fixed an obscure bug for which Mike E had provided a patch as well.
     Kevin Cozens has submitted some fixes and modifications which have not
     been incorporated yet in their entirety.
2010-08-12 10:22:40 +00:00
joerg
23452ea36c Just use our CC, don't override it. Helps libtool-2.2. 2009-11-26 00:48:58 +00:00
agc
0513f6d1b7 Update for ${DESTDIR} support, and add an explicit license statement to the
Makefile
2009-07-07 20:35:53 +00:00
agc
fc65b0338d Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:
Version 1.35
          Todd Showalter discovered that the number of free cells reported
          after GC was incorrect, which could also cause unnecessary allocations.

     Version 1.34
          Long missing version. Lots of bugfixes have accumulated in my email, so
          I had to start using them. In this version, Keenan Pepper has submitted
          a bugfix for the string comparison library procedure, Wouter Boeke
          modified some code that was casting to the wrong type and crashed on
          some machines, "SheppardCo" submitted a replacement "modulo" code and
          Scott Fenton submitted lots of corrections that shut up some compiler
          warnings. Brian Maher submitted instructions on how to build on OS-X.
          I have to dig deeper into my mailbox and find earlier emails, too.

Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-03-24 16:30:45 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
kristerw
3ce357b723 Fix LP64 issues with a patch from Richard Rauch in PR 24757.
Bump PKGREVISION.
2004-04-08 15:47:49 +00:00
agc
326d9e5775 Install the scheme.h file as include/tinyscheme.h, to make this package
useful in embedded environments.

Fix from Eric Gillespie in PR 18857.
2002-10-30 07:56:08 +00:00
agc
89efaa5327 Import tinyscheme-1.31, a small, embeddable BSD-licensed scheme
interpreter, into the NetBSD Packages Collection.

TinyScheme is a lightweight Scheme interpreter that implements as
large a subset of R5RS as was possible without getting very large and
complicated.  It is meant to be used as an embedded scripting
interpreter for other programs.  As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally.  A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
features and footprint.

As an embedded interpreter, it allows multiple interpreter states to
coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment.  Being quite a small program, it
is easy to comprehend, get to grips with, and use.
2002-10-28 09:04:02 +00:00