- 16 Jan, 2020 2 commits
-
-
Per Bothner authored
-
Per Bothner authored
* doc/kawa.texi (Options): --browse-manual now defaults to javafx. * Makefile.am (kawa.zip): Include browse-kawa-manual script.
-
- 14 Jan, 2020 1 commit
-
-
Per Bothner authored
This (for unknown reason) fixes a problem with re-sizing windows.
-
- 11 Jan, 2020 3 commits
-
-
Per Bothner authored
* +default+: Treat empty local-path as index.html (not index.xhtml). Also, don't bother sending a 301 re-direct - just handle it. * browse-kawa-manual: No longer use flakey frameset version. * kawa.texi: Update url for manual. * with-frames.html: Incomplete fix/update. Probably obsolete.
-
Per Bothner authored
This allows better compile-time followng of aliases in ModuleInfo.
-
Per Bothner authored
* SimpleVector.java (length): Rename protected method to ... (vsize): ... new name, to avoid conflicts. (size): Re-implement using vsize. * AbstractCharVector.java (length): Implement using vsize.
-
- 09 Jan, 2020 1 commit
-
-
Per Bothner authored
-
- 08 Jan, 2020 2 commits
-
-
Per Bothner authored
-
Per Bothner authored
-
- 07 Jan, 2020 1 commit
-
-
Per Bothner authored
-
- 06 Jan, 2020 1 commit
-
-
Per Bothner authored
-
- 01 Jan, 2020 2 commits
-
-
Per Bothner authored
-
Per Bothner authored
-
- 31 Dec, 2019 4 commits
-
-
Per Bothner authored
-
Per Bothner authored
-
Per Bothner authored
-
Per Bothner authored
* DomTermBackend.java (class Server, startDomTermConsole): Move to DomTermServer. * repl.java (startGuiConsole): Use DomTermServer.
-
- 29 Dec, 2019 2 commits
-
-
Per Bothner authored
When searching for a field in the current or inherited class matching a symbol, make use of SourceName annotation. * Declaration.java (maybeSourceName): New method. (makeField): Use it. * ClassExp.java (setTypes): Use maybeSourceName.
-
Per Bothner authored
-
- 28 Dec, 2019 1 commit
-
-
Per Bothner authored
Fixes GitLab issue #63 "SRFI 14 char-set:digit etc. symbols not recognized during import". * charset1.scm: New tests for GitLab issue #63 "SRFI 14 char-set:digit etc. symbols not recognized during import".
-
- 27 Dec, 2019 1 commit
-
-
Per Bothner authored
-
- 25 Dec, 2019 3 commits
-
-
Per Bothner authored
-
Per Bothner authored
-
Per Bothner authored
* DivideOp.java: Disallow with no arguments. Also disallow other than 2 arguments except DIVIDE_GENERIC. * AddOp.java: Disallow (-) with no arguments. * num-test.scm: Test for GitLab issue #40 "(-) evaluates to 0".
-
- 24 Dec, 2019 3 commits
-
-
Per Bothner authored
* LangObjType.java(coercionMethod, coercionOrNullMethod): For gvector. * Sequences.java (asGVectorOrNull, asGVector): New static methods. * array1.scm: New test for GitLab issue #50 "build-array's getter not given a 'vector'?"
-
Per Bothner authored
-
Per Bothner authored
-
- 23 Dec, 2019 4 commits
-
-
Per Bothner authored
-
Per Bothner authored
-
Per Bothner authored
-
Per Bothner authored
-
- 20 Dec, 2019 2 commits
-
-
Per Bothner authored
-
Per Bothner authored
Previously checked in generated files but not script file.
-
- 19 Dec, 2019 3 commits
-
-
Per Bothner authored
-
Per Bothner authored
* lang/Translator.java (rwrite): Don't expand Pair in new 'Q' mode. * lang/Quote.java: Use 'Q' mode to expand car of a Pair. This may not be the best fix, but it is simple. * quote1.scm: Some tests for quote.
-
Per Bothner authored
Moved "up" from ClassType. * ArrayType.java (getSuperclass, getInterfaces): Implemented. * SpecialObjectType.java: Likewise.
-
- 18 Dec, 2019 1 commit
-
-
Per Bothner authored
-
- 13 Dec, 2019 1 commit
-
-
Per Bothner authored
This fixes GitLab issue #63: "Passing expression using pattern operator on certain types to kawa.standard.Scheme.eval causes crash". * eval1.scm: Test for GitLab issue #63 "Passing expression using pattern operator on certain types to kawa.standard.Scheme.eval causes crash".
-
- 12 Dec, 2019 1 commit
-
-
Per Bothner authored
This fixes GitLab issue #64 "(Java 11) Using <gnu.kawa.functions.NamedPart> in type declaration causes java.lang.IllegalAccessError on subsequent usages of the variable".
-
- 30 Nov, 2019 1 commit
-
-
Per Bothner authored
-