File: RELNOTE

package info (click to toggle)
uim 1%3A1.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 38,956 kB
  • sloc: lisp: 356,804; ansic: 77,833; cpp: 27,846; sh: 12,460; makefile: 2,546; asm: 333; ruby: 288
file content (53 lines) | stat: -rw-r--r-- 1,829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SigScheme 0.8.6 Release Note
============================

What's SigScheme
----------------

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.

  Homepage:
    http://code.google.com/p/sigscheme/


About This Release
------------------

This distribution of SigScheme 0.8.6 is latest stable release of the
software. And this release will be adopted for uim 1.7.0, the primary
application of SigScheme.

See 'NEWS' for the fully detailed changes.

See the file 'QALog' about quality assurance state.

Please report us if you find a problem. And if you have a time, run
'make-report.sh' and send us the result regardless of PASSed or FAILed. It
greatly helps the development, especially for non-PC platforms.

Mailinglist: sigscheme-ja@googlegroups.com


Notes for Packagers and System Integrators
------------------------------------------

  - 0.8.0 introduced various system-installed Scheme libraries. Please install
    them in addition to libsscm

  - libgcroots has been updated and bundled in this release. Since it is
    installed as a separated library independent of libsscm, please create its
    own package, and make SigScheme package depending on it with
    "--with-libgcroots=installed"

  - The ABI of libsscm varies by configuration. So to make libsscm sharable,
    please specify "--enable-conf=full" and keep other feature options
    untouched for system-installed library

  - The options "--enable-debug" and/or "--enable-backtrace" make SigScheme
    quite heavy. Please keep them unspecified for normal library