summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15* NodeConstructor.java (isSideEffectFree): New method.kawa-2.4Per Bothner
2017-05-13* MakeScene.scm (add): Don't set root.Per Bothner
2017-05-13* configure.in (AC_INIT): Set version to 2.4.1 (in old 2.4 branch).Per Bothner
2017-04-30 * configure.in (AC_INIT): Set version to 2.4.2.4Per Bothner
2017-04-19* kawa/Record.java (makeRecordType): Update mangling to symbolic.Per Bothner
2017-04-19 Fix so functions like '=' throw exception on bad arguments.Per Bothner
2017-04-16* LambdaExp.java (declareClosureEnv): Fix for inlining.Per Bothner
2017-04-01* CompileReflect.java (validate): Optimize 'class' static pseudo-field.Per Bothner
2017-03-26* LambdaExp.java (compileAsMethod): Fix default-arg optimization.Per Bothner
2017-03-25Merge branch 'master' into 'master' Per Bothner
2017-03-25added .gitlab-ci.yml and modified ChangeLogVasantha Ganesh K
2017-03-20* Compilation.java (pushPendingImport): Also push DeclSetMapper.Per Bothner
2017-03-19Add 'public' modifier to getResult method in RunnableClosure.java. Per Bothner
2017-03-19Add 'public' modifier to getResult method in RunnableClosure.java.Sudarshan S Chawathe
2017-03-13 * kawa.texi (Ideas and tasks): Add more on function types.Per Bothner
2017-03-13Replaced non-Ascii character in comment.Per Bothner
2017-03-10 * lang/SyntaxTemplate.java (get_var): Avoid exception on bad ellipsis.Per Bothner
2017-03-09 * XslTranslator.java (parse): Use existing ModuleExp.Per Bothner
2017-03-09 * JLineInPort.java: Don't NPE if doing a plain non-language read.Per Bothner
2017-03-01 * standard/ImportFromLibrary.java: Fix computation of "current root".Per Bothner
2017-02-27 * Char.java (append): Trivial optimization.Per Bothner
2017-02-27 * kawa.texi: Various updates and fixes.Per Bothner
2017-02-27 * lib-test.scm: Added a string-cursor test.Per Bothner
2017-02-27 * kawa/string-cursors.scm (string-cursor-ref): Inline.Per Bothner
2017-02-24Many doc changes from Peter Lane.Per Bothner
2017-02-24 Various places change @deprecated comment to @Deprecated annotation.Per Bothner
2017-02-24 * DomTermBackend.java: Use org.domterm.DomHttpServer,Per Bothner
2017-02-22 * kawa.texi: Adjustments to the "projects" page.Per Bothner
2017-02-22Fix typo.Per Bothner
2017-02-22 * Makefile.am (kawa-manual.epub): Don't depend on Makefile.Per Bothner
2017-02-07 * DomTermBackend.java (setWindowSize): Fix inconsistent parameter order.Per Bothner
2017-01-18 * InlineCalls.java (visitCaseExp): Warning if string used for case.Per Bothner
2017-01-18 * kawa/rotations.scm: Don't use non-portable strings in case.Per Bothner
2017-01-18 * configure.in (AC_INIT): Set version to 2.3.1.Per Bothner
2017-01-16Fix typo in upload-kawa.release.zip rule.kawa-2.3Per Bothner
2017-01-16Fix typo.Per Bothner
2017-01-15 Fixed a lot of JavaDoc errors.Per Bothner
2017-01-15Add upload-kawa.release.zip rule for making releases.Per Bothner
2017-01-13Update news for 2.3.Per Bothner
2017-01-13 * configure.in (AC_INIT): Set version to 2.3.Per Bothner
2017-01-12Fix minor typo.Per Bothner
2017-01-10 * configure.ac: --with-domterm value is "domterm home",Per Bothner
2017-01-10 * repl.java: Move some logic for "-w" to ...Per Bothner
2017-01-10 * Language.java (languages): Add "kashell" as alias of "q2".Per Bothner
2017-01-06 * standard/ImportFromLibrary.java (map): Allow compoundPer Bothner
2017-01-06 * ConstrainedLocation.java (getKeySymbol): Add paranoia null check.Per Bothner
2017-01-06Trivial comment and whitespaces fixes.Per Bothner
2017-01-06 * ClassMemberLocation.java (define): Check SourceName attribute.Per Bothner
2017-01-06 * standard/define_member_alias.java: Remove broken Syntax.Per Bothner
2017-01-06Minor tweak.Per Bothner