Commit (click to see the diff): 0925f704ee39f2e6eda56d7a80e2d4c844ffeebb
merged with upstream
Arne Babenhauserheide
Diffstat
Änderung: 562:0925f704ee39 Vorgänger: 561:77bbfa65931c Vorgänger: 556:7c1744fa209a Nutzer: Arne BabenhauserheideDatum: Fri May 02 00:41:48 2014 +0200 Zusammenfassung: merged with upstream .bugs/bugs | 19 +- .bugs/details/6749f3abcb9455eac9271efd8265797bce114239.txt | 66 ++++ .bugs/details/7a57614fa920b2ddad002d044b144d0bb7c34f84.txt | 29 + .bugs/details/8cf6202873d4454f57813dd17cf60432059f7c62.txt | 29 + .hgsigs | 7 + .hgtags | 12 + AUTHORS | 17 + Makefile.am | 25 + NEWS | 17 + README | 78 +++- bootstrap.sh | 38 ++- configure.ac | 24 + docs/srfi.org | 150 ++++++++++ docs/ui/default/blank.gif | Bin docs/ui/default/bodybg.gif | Bin docs/ui/default/framing.css | 23 + docs/ui/default/iepngfix.htc | 42 ++ docs/ui/default/opera.css | 7 + docs/ui/default/outline.css | 15 + docs/ui/default/pretty.css | 86 +++++ docs/ui/default/print.css | 1 + docs/ui/default/s5-core.css | 9 + docs/ui/default/slides.css | 3 + docs/ui/default/slides.js | 552 +++++++++++++++++++++++++++++++++++++ docs/ui/i18n/00_head.txt | 8 + docs/ui/i18n/bg-shade.png | Bin docs/ui/i18n/bg-slide.jpg | Bin docs/ui/i18n/framing.css | 23 + docs/ui/i18n/pretty.css | 44 ++ docs/ui/i18n/s5-core.css | 9 + docs/ui/i18n/slides.css | 3 + docs/ui/jquery.js | 166 +++++++++++ docs/ui/org-slides.js | 37 ++ docs/why-wisp.org | 276 ++++++++++++++++++ examples/Makefile | 2 +- examples/fib.w | 101 ++++-- examples/fizzbuzz.w | 24 + examples/kit-encode.w | 31 +- examples/macros.w | 4 +- examples/tinyenc.c | 12 +- examples/tinyenc.w | 115 +++---- examples/yinyang.w | 11 + runtests.sh | 29 + tests/btest.scm | 4 + tests/continuation.scm | 10 + tests/emacs-customization-tex-master.scm | 35 ++ tests/emacs-customization.scm | 59 +++ tests/example.scm | 61 ++++ tests/factorial.scm | 24 + tests/flexible-parameter-list.scm | 14 + tests/mtest.scm | 5 + tests/namedlet.scm | 12 + tests/quotecolon.scm | 12 + tests/range.scm | 25 + tests/readable-tests.scm | 39 ++ tests/shebang.scm | 4 + tests/sublist.scm | 7 + tests/syntax-colon.scm | 38 ++ tests/syntax-colon.w | 36 ++ tests/syntax-dot.scm | 13 + tests/syntax-dot.w | 11 + tests/syntax-empty.scm | 0 tests/syntax-empty.w | 0 tests/syntax-indent.scm | 16 + tests/syntax-indent.w | 14 + tests/syntax-strings-parens.scm | 23 + tests/syntax-strings-parens.w | 11 +- tests/syntax-underscore.scm | 12 + tests/syntax-underscore.w | 9 +- wisp-guile.w | 367 ++++++++++++++++-------- wisp-mode.el | 15 +- wisp-repl-guile.sh | 19 + 72 Dateien verändert, 2757 Zeilen hinzugefügt(+), 282 Zeilen entfernt(-)
Files in this revision
- .bugs/bugs
- .bugs/details/6749f3abcb9455eac9271efd8265797bce114239.txt
- .bugs/details/7a57614fa920b2ddad002d044b144d0bb7c34f84.txt
- .bugs/details/8cf6202873d4454f57813dd17cf60432059f7c62.txt
- .bugs/details/d6de2074a5017f1f29f34d142ce797981ed270a0.txt
- .bugs/details/d9147504868960e5fbc2648474d48ce5c9bd1a02.txt
- .hgsigs
- .hgtags
- AUTHORS
- Changelog
- Makefile.am
- NEWS
- README
- bootstrap.sh
- configure.ac
- docs/srfi.org
- docs/ui/default/blank.gif
- docs/ui/default/bodybg.gif
- docs/ui/default/framing.css
- docs/ui/default/iepngfix.htc
- docs/ui/default/opera.css
- docs/ui/default/outline.css
- docs/ui/default/pretty.css
- docs/ui/default/print.css
- docs/ui/default/s5-core.css
- docs/ui/default/slides.css
- docs/ui/default/slides.js
- docs/ui/i18n/00_head.txt
- docs/ui/i18n/bg-shade.png
- docs/ui/i18n/bg-slide.jpg
- docs/ui/i18n/framing.css
- docs/ui/i18n/pretty.css
- docs/ui/i18n/s5-core.css
- docs/ui/i18n/slides.css
- docs/ui/jquery.js
- docs/ui/org-slides.js
- docs/why-wisp.org
- examples/Makefile
- examples/comment-server.w
- examples/d20world.w
- examples/d6.w
- examples/evolve.w
- examples/fib.w
- examples/fizzbuzz.w
- examples/hello-world-server.w
- examples/kit-encode.w
- examples/macros.w
- examples/mercurial.w
- examples/multithreaded-magic.w
- examples/string-replace-benchmark.w
- examples/tinyenc.c
- examples/tinyenc.w
- examples/unicode-math-fun.w
- examples/yinyang.w
- gpl.txt
- runtests.sh
- tests/btest.scm
- tests/btest.w
- tests/continuation.scm
- tests/continuation.w
- tests/emacs-customization-tex-master.scm
- tests/emacs-customization-tex-master.w
- tests/emacs-customization.scm
- tests/emacs-customization.w
- tests/example.scm
- tests/example.w
- tests/factorial.scm
- tests/factorial.w
- tests/flexible-parameter-list.scm
- tests/flexible-parameter-list.w
- tests/mtest.scm
- tests/mtest.w
- tests/namedlet.scm
- tests/namedlet.w
- tests/quotecolon.scm
- tests/quotecolon.w
- tests/range.scm
- tests/range.w
- tests/readable-tests.scm
- tests/readable-tests.w
- tests/shebang.scm
- tests/shebang.w
- tests/sublist.scm
- tests/sublist.w
- tests/syntax-colon.scm
- tests/syntax-colon.w
- tests/syntax-dot.scm
- tests/syntax-dot.w
- tests/syntax-empty.scm
- tests/syntax-empty.w
- tests/syntax-indent.scm
- tests/syntax-indent.w
- tests/syntax-strings-parens.scm
- tests/syntax-strings-parens.w
- tests/syntax-underscore.scm
- tests/syntax-underscore.w
- wisp-guile.w
- wisp-mode.el
- wisp-multiline.sh
- wisp-reader.w
- wisp-repl-guile.sh
- wisp.py