Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2010-07-28 11:35:51 by OBATA Akio | Files touched by this commit (2)
Log message:
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-15 14:48:37 by OBATA Akio | Files touched by this commit (2)
Log message:
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-05-15 14:42:20 by OBATA Akio | Files touched by this commit (1)
Log message:
Note about LICENSE (mixed licenses).
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
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-13 04:53:05 by OBATA Akio | Files touched by this commit (4)
Log message:
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-02-29 14:11:14 by OBATA Akio | Files touched by this commit (7) | Imported package
Log message:
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.


Next | Query returned 17 messages, browsing 11 to 20 | previous