summaryrefslogtreecommitdiff
path: root/lang/sigscheme
AgeCommit message (Collapse)AuthorFilesLines
2015-07-12Add RCS Id.wiz1-0/+1
2014-09-28just for fun to modularize uim package, but that's all, useless for me.obache1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-04-14Fix build on SunOS.hans3-2/+16
2010-07-28Update sigscheme to 0.8.5.obache2-6/+6
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-15Update sigscheme to 0.8.4.obache2-6/+6
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-05-15Note about LICENSE (mixed licenses).obache1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-13Update sigscheme to 0.8.3.obache4-34/+6
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-02-29Import sigscheme version 0.8.0.obache7-0/+127
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.