Skip to content

Commit

Permalink
Gerbil-v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed May 26, 2017
1 parent e6f82b9 commit 277534c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
5-26-2017: Gerbil-v0.9
- expander:
- %%ref, %%app, and %%begin-module indirections for custom expansion
- #lang reader support for custom language preludes
- allow arbitrary extensions for modules (not just .ss)
- fix resolution of displaced syntax-quotes
- std/parser:
- parsing and lexing package in stdlib
- std/parser/grammar prelude for declarative parser specification
- core prelude:
- inline struct-instance? and direct-struct-instance?
- remove catch, add read-line
- stdlib
- std/make: recompile static exes when the static module is stale
- [targit] std/crypto/libcrypto: fix compatibility issues with openssl-1.1.x
- tutorial: Custom Languages tutorial

5-17-2017: Gerbil-v0.8.2
- fix shell script shebangs to work on ubuntu with bash + set -eu

Expand Down
2 changes: 1 addition & 1 deletion src/gerbil/runtime/gx-gambc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;;;

(define (gerbil-version-string)
"v0.9-DEV")
"v0.9")

(define (gerbil-system-version-string)
(string-append "Gerbil " (gerbil-version-string) " on Gambit " (system-version-string)))
Expand Down

0 comments on commit 277534c

Please sign in to comment.