(Arne Babenhauserheide)
2014-01-22: Added tag v0.5.8 for changeset efd0ee6e65c3 stable Added tag v0.5.8 for changeset efd0ee6e65c3
(Arne Babenhauserheide)
2014-01-22: merge default into stable stable v0.5.8 merge default into stable
(Arne Babenhauserheide)
2014-01-22: 0.5.8 0.5.8
(Arne Babenhauserheide)
2014-01-22: fallback to ./configure && make check in a distribution tarball, so fallback to ./configure && make check in a distribution tarball, so we do not require autoconf for releases.
(Arne Babenhauserheide)
2014-01-22: merge stable into default merge stable into default
(Arne Babenhauserheide)
2014-01-22: Added tag v0.5.7 for changeset fb1b0fb41bc7 stable Added tag v0.5.7 for changeset fb1b0fb41bc7
(Arne Babenhauserheide)
2014-01-22: merge default into stable. stable v0.5.7 merge default into stable.
(Arne Babenhauserheide)
2014-01-22: 0.5.7 0.5.7
(Arne Babenhauserheide)
2014-01-22: added further checks into the repl. added further checks into the repl.
(Arne Babenhauserheide)
2014-01-22: merge release into default. merge release into default.
(Arne Babenhauserheide)
2014-01-22: Added tag v0.5.6 for changeset 2ae2c7c154e0 stable Added tag v0.5.6 for changeset 2ae2c7c154e0
(Arne Babenhauserheide)
2014-01-22: merge repl into stable. stable v0.5.6 merge repl into stable.
(Arne Babenhauserheide)
2014-01-22: increment version to 0.5.6 increment version to 0.5.6
(Arne Babenhauserheide)
2014-01-22: added a simple wisp-repl script. added a simple wisp-repl script.
(Arne Babenhauserheide)
2014-01-22: merge stable into default merge stable into default
(Arne Babenhauserheide)
2014-01-22: Added tag v0.5.5 for changeset 3f72f85e4cdd stable Added tag v0.5.5 for changeset 3f72f85e4cdd
(Arne Babenhauserheide)
2014-01-22: merge default into stable for release. stable v0.5.5 merge default into stable for release.
(Arne Babenhauserheide)
2014-01-22: bootstrap: finish the command example with ` bootstrap: finish the command example with `
(Arne Babenhauserheide)
2014-01-22: fix syntax error in bootstrap. fix syntax error in bootstrap.
(Arne Babenhauserheide)
2014-01-22: fix syntax error in bootstrap. fix syntax error in bootstrap.
(Arne Babenhauserheide)
2014-01-22: add precompilation of the wisp language spec to bootstrap. add precompilation of the wisp language spec to bootstrap.
(Arne Babenhauserheide)
2014-01-22: make clean removes ChangeLog. make clean removes ChangeLog.
(Arne Babenhauserheide)
2014-01-22: Added automatic ChangeLog generation. Added automatic ChangeLog generation.
(Arne Babenhauserheide)
2014-01-27: why-wisp: summaries. why-wisp: summaries.
(Arne Babenhauserheide)
2014-01-22: merge stable into default. We now have a real release process with merge stable into default. We now have a real release process with an always working stable branch.
(Arne Babenhauserheide)
2014-01-22: Added signature for changeset 1d95b99da08b stable Added signature for changeset 1d95b99da08b
(Arne Babenhauserheide)
2014-01-22: Added tag v0.5.4 for changeset f9c6e637d91d stable Added tag v0.5.4 for changeset f9c6e637d91d
(Arne Babenhauserheide)
2014-01-22: we now have a real testsuite. v0.5.4 we now have a real testsuite.
(Arne Babenhauserheide)
2014-01-22: finish \: support. finish \: support.
(Arne Babenhauserheide)
2014-01-22: correctly unescape : and _ correctly unescape : and _
(Arne Babenhauserheide)
2014-01-22: added indentation-syntax test. added indentation-syntax test.
(Arne Babenhauserheide)
2014-01-21: incremented version to 0.5.4 incremented version to 0.5.4
(Arne Babenhauserheide)
2014-01-21: cleanup cleanup
(Arne Babenhauserheide)
2014-01-21: add string and paren test. add string and paren test.
(Arne Babenhauserheide)
2014-01-21: added dot-syntax tests. added dot-syntax tests.
(Arne Babenhauserheide)
2014-01-21: resolved invalid bug (empty line with : should *not* start with resolved invalid bug (empty line with : should *not* start with double parens: It starts a single-paren to enable code which requires double-parens as first and then many single paren elements).
(Arne Babenhauserheide)
2014-01-21: resolve quote-as-only-char bug: The testsuite passes again. resolve quote-as-only-char bug: The testsuite passes again.
(Arne Babenhauserheide)
2014-01-21: fix the testsuite. fix the testsuite.
(Arne Babenhauserheide)
2014-01-21: no longer breaks on empty files. no longer breaks on empty files.
(Arne Babenhauserheide)
2014-01-21: only colon + whitespace on a line works. only colon + whitespace on a line works.
(Arne Babenhauserheide)
2014-01-21: simpler match and example. simpler match and example.
(Arne Babenhauserheide)
2014-01-21: simpler match and example. simpler match and example.
(Arne Babenhauserheide)
2014-01-21: work on fixing : as only non-whitespace on a line. work on fixing : as only non-whitespace on a line.
(Arne Babenhauserheide)
2014-01-21: note quote-in-empty-line bug note quote-in-empty-line bug
(Arne Babenhauserheide)
2014-01-21: more colon tests - and more bugs found. more colon tests - and more bugs found.
(Arne Babenhauserheide)
2014-01-21: added bug added bug
(Arne Babenhauserheide)
2014-01-21: added explicit test for colon-syntax added explicit test for colon-syntax
(Arne Babenhauserheide)
2014-01-21: merge merge
(Arne Babenhauserheide)
2014-01-13: merge merge
(Arne Babenhauserheide)
2014-01-13: added : bug added : bug
(Arne Babenhauserheide)
2014-01-15: note that the underscore is optional. note that the underscore is optional.
(Arne Babenhauserheide)
2014-01-13: update SRFI text and bugs update SRFI text and bugs
(Arne Babenhauserheide)
2014-01-11: add subtitles for the wisp-syntax (looks better) add subtitles for the wisp-syntax (looks better)
(Arne Babenhauserheide)
2014-01-11: polish polish
(Arne Babenhauserheide)
2014-01-11: syntax-justifications as half-sentences. syntax-justifications as half-sentences.
(Arne Babenhauserheide)
2014-01-11: cleaner letter list cleaner letter list
(Arne Babenhauserheide)
2014-01-11: add minimal date to why-wisp.org add minimal date to why-wisp.org
(Arne Babenhauserheide)
2014-01-11: cleanup cleanup
(Arne Babenhauserheide)
2014-01-11: added org-slides and moved jquery added org-slides and moved jquery
(Arne Babenhauserheide)
2014-01-11: added jquery added jquery
(Arne Babenhauserheide)
2014-01-11: cleaner. cleaner.
(Arne Babenhauserheide)
2014-01-11: cleaner cleaner
(Arne Babenhauserheide)
2014-01-11: cleaner cleaner
(Arne Babenhauserheide)
2014-01-11: add syntax justification. add syntax justification.
(Arne Babenhauserheide)
2014-01-11: add argument for wisp over readable. add argument for wisp over readable.
(Arne Babenhauserheide)
2014-01-11: bug on brackets/bracses: details from a discussion in #guile bug on brackets/bracses: details from a discussion in #guile
(Arne Babenhauserheide)
2014-01-11: added details for brackets-bug: square and curly. added details for brackets-bug: square and curly.
(Arne Babenhauserheide)
2014-01-10: closed support-scheme-macro-paren-quoting branch (it’s merged in support-scheme-macro-paren-quoting closed support-scheme-macro-paren-quoting branch (it’s merged in default).
(Arne Babenhauserheide)
2014-01-10: simpler code simpler code
(Arne Babenhauserheide)
2014-01-10: bug bug
(Arne Babenhauserheide)
2014-01-10: more on why-wisp more on why-wisp
(Arne Babenhauserheide)
2014-01-10: started a text for an SRFI started a text for an SRFI
(Arne Babenhauserheide)
2014-01-10: started a presentation on wisp started a presentation on wisp
(Arne Babenhauserheide)
2014-01-10: added bug to add multiline comments. added bug to add multiline comments.
(Arne Babenhauserheide)
2014-01-09: use (1+ x) instead of (+ 1 x) use (1+ x) instead of (+ 1 x)
(Arne Babenhauserheide)
2014-01-09: C-code with 10^7 iterations, scheme with 10^5 C-code with 10^7 iterations, scheme with 10^5
(Arne Babenhauserheide)
2014-01-09: note note
(Arne Babenhauserheide)
2014-01-09: output v1, not v0 output v1, not v0
(Arne Babenhauserheide)
2014-01-09: remove the output cost by just aggregating. remove the output cost by just aggregating.
(Arne Babenhauserheide)
2014-01-09: run tinyenc.c 10^6 times so I can actually count the time. run tinyenc.c 10^6 times so I can actually count the time.
(Arne Babenhauserheide)
2014-01-09: add performance test and output to tinyenc.c add performance test and output to tinyenc.c
(Arne Babenhauserheide)
2014-01-09: Backed out changeset 4a57e576f1c9: getting rid of the toplevel Backed out changeset 4a57e576f1c9: getting rid of the toplevel variables in the loop did not change much.
(Arne Babenhauserheide)
2014-01-09: use no more global variables (that gives another 10% speed use no more global variables (that gives another 10% speed improvement, but now it actually costs readability).
(Arne Babenhauserheide)
2014-01-09: use define-inlinable use define-inlinable
(Arne Babenhauserheide)
2014-01-09: one 2**32 calculation less. one 2**32 calculation less.
(Arne Babenhauserheide)
2014-01-09: reformatting. reformatting.
(Arne Babenhauserheide)
2014-01-09: added a very simple performance test. added a very simple performance test.
(Arne Babenhauserheide)
2014-01-09: (x-y) mod N is the same as (x mod N) - (y mod N) — thanks to Mark (x-y) mod N is the same as (x mod N) - (y mod N) — thanks to Mark Weaver
(Arne Babenhauserheide)
2014-01-09: more performance optimization, thanks to Mark Weaver more performance optimization, thanks to Mark Weaver
(Arne Babenhauserheide)
2014-01-09: restructuring of formulas for higher performance thanks to Mark restructuring of formulas for higher performance thanks to Mark Weaver.
(Arne Babenhauserheide)
2014-01-09: directly use the 2**32 as number. directly use the 2**32 as number.
(Arne Babenhauserheide)
2014-01-09: precompute 2**32 precompute 2**32
(Arne Babenhauserheide)
2014-01-09: cannot reproduce breakage with linebreaks in parens anymore. cannot reproduce breakage with linebreaks in parens anymore.
(Arne Babenhauserheide)
2014-01-09: added a minimal, quite unclean but working testrunner. added a minimal, quite unclean but working testrunner.
(Arne Babenhauserheide)
2014-01-08: bootstrap: correctly fail with code 1 if bootstrapping failed. bootstrap: correctly fail with code 1 if bootstrapping failed.
(Arne Babenhauserheide)
2014-01-08: note that wisp-guile.w might need to be licensed permissively in note that wisp-guile.w might need to be licensed permissively in future.
(Arne Babenhauserheide)
2014-01-08: Added signature for changeset ef1e317ebf5a Added signature for changeset ef1e317ebf5a
(Arne Babenhauserheide)
2014-01-08: Added tag v0.5.3 for changeset df64e82e0920 Added tag v0.5.3 for changeset df64e82e0920
(Arne Babenhauserheide)
2014-01-08: Integrated bootstrapping with autotools. v0.5.3 Integrated bootstrapping with autotools.