Commit graph

5 commits

Author SHA1 Message Date
hans
e6edb88c6f Fix build on SunOS. 2011-04-14 20:06:49 +00:00
obache
48896e9c3d Update sigscheme to 0.8.5.
Overview of changes from 0.8.4 to 0.8.5
=======================================

* Specification changes

  - Support colon separated multiple load paths with scm_set_lib_path().
2010-07-28 09:35:51 +00:00
obache
2b03380b73 Update sigscheme to 0.8.4.
Overview of changes from 0.8.3 to 0.8.4
=======================================

* Fixes

  - Fix alignment check on x86_64 when --enable-debug is set (bug #26950).
  - Fix test-storage.c
2010-07-15 12:48:37 +00:00
obache
20477ec8e1 Update sigscheme to 0.8.3.
Overview of changes from 0.8.2 to 0.8.3
=======================================

* Fixes

  - Disable some GC protection tests that produce indifinite result on make
    check
  - Re-enable following unintentionally disabled tests
    * test-format.c
    * test-storage.c


Overview of changes from 0.8.1 to 0.8.2
=======================================

* Specification changes

  - test-report-result exits with error code 70 (EX_SOFTWARE) if some tests are
    failed

* Fixes

  - Fix bogus result of 'make check'. 0.8.1 and earlier passes all tests even
    if some tests are failed


Overview of changes from 0.8.0 to 0.8.1
=======================================

* Specification changes

  - [R6RS] Remove the escape sequence "\|" invalidated in final R6RS

* Fixes (also fixed in 0.7.6)

  - [CRITICAL] Fix memory alighnment issue in symbol name.
  - [CRITICAL] Fix possible bug in string buffer.
  - Plug possible memory leak.
  - Fix make test in test-string-cmp.
  - Fix compilation on Mac OS X 10.5
  - Support OpenBSD PowerPC and x86_64 in libgcroots
2008-05-13 02:53:04 +00:00
obache
5df052a5e9 Import sigscheme version 0.8.0.
SigScheme is a R5RS Scheme interpreter for embedded use.

It features small footprint (64KB in library form on the 'small' configuration)
like SIOD and TinyScheme, low memory consumption (2-words per cons cell),
multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more.

It is mainly developed to be the Scheme interpreter of uim.
2008-02-29 13:11:14 +00:00