Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2015-08-05 17:22:53 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Threat all-libs as an order-only prerequisite in lib/.%.meta target in order to
avoid to rerun it during the install phase (this still does not resolve the 
`gmake: write error: stdout' error without passing the "-s" flag to gmake
though).

PKGREVISION++
   2015-07-13 11:12:25 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
   2015-07-13 04:57:38 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Adopt a (dirty) workaround in order to avoid the gmake error:

 gmake: write error: stdout

This only appen during the installation phase and - thanks to OpenBSD
lang/chibi-scheme port - using the -s option in gmake avoid this problem.
Force the -s option via INSTALL_MAKE_FLAGS.
   2015-07-13 04:29:29 by Leonardo Taccari | Files touched by this commit (7)
Log message:
Import chibi-scheme-0.7.3 as wip/chibi-scheme.

Chibi-Scheme is a very small library intended for use as an extension
and scripting language in C programs.  In addition to support for
lightweight VM-based threads, each VM itself runs in an isolated heap
allowing multiple VMs to run simultaneously in different OS threads.

The default repl language contains all bindings from R7RS small,
available explicitly as the (scheme small) library.

Support for additional languages such as JavaScript, Go, Lua and Bash
are planned for future releases.  Scheme is chosen as a substrate
because its first class continuations and guaranteed tail-call
optimization makes implementing other languages easy.


Next | Query returned 4 messages, browsing 1 to 10 | previous