summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-01* repl.java (browseManual): rap with #ifdef for httpserver.18-fix-xquery-check-format-users-test-on-openbsdPer Bothner
2017-08-31* Makefile.am: Fix handling of man pages.Per Bothner
2017-08-31Minor whitespace fix - could affect PreProcess.Per Bothner
2017-08-31* Mangling.java: Use old-style non-symbolic mangling for Android.Per Bothner
2017-08-29* Compilation.java (loadCallContext): Use auto-poppable scope for $ctx.Per Bothner
2017-08-29Fix two trivial typos in news.texi.Per Bothner
2017-08-29* Makefile.am: Use JAVACFLAGS two more places.Per Bothner
2017-08-29Remove line-ending whitespace (twice).Per Bothner
2017-08-28* Compilation.java (warnUninitialized): New option.Per Bothner
2017-08-28* InlineCalls.java (visitSetExp): Fix value tracker.Per Bothner
2017-08-28* DomTermBackend.java (close): Add work-around for jline.Per Bothner
2017-08-28* kawa.texi: Document in-http-server and in-servlet.Per Bothner
2017-08-28Minor updates in TODO.Per Bothner
2017-08-27.gitignore - add 3 files from the bin directoryPer Bothner
2017-08-27* Makefile.am (EXTRA_DIST): Update with two new files.Per Bothner
2017-08-27Comment out -wqtdomterm option - it will probably go away.Per Bothner
2017-08-27* Makefile.am (distall): Buld kawa.zip.Per Bothner
2017-08-26Move heap-frame for an inlined function "out" to its caller.Per Bothner
2017-08-26* Scope.java (vars): Make private.Per Bothner
2017-08-24* Q2Read.java (handlePostfix): Handle VAR^ or VAR^TYPE.Per Bothner
2017-08-24* Promise.java (makeBlank, checkAlias): New utility methods.Per Bothner
2017-08-23* Q2Read.java: Recognize definition syntax VAR^ or VAR^TYPE.Per Bothner
2017-08-23* kawa.texi (Eval and Environments): Document environment-fold.Per Bothner
2017-08-23* misc.scm (environment-fold): New procedure.Per Bothner
2017-08-23* LocationEnumeration.java: More precise types.Per Bothner
2017-08-16Re-indent generateBytecode method.Per Bothner
2017-08-08 * lang/Lambda.java: More correct and simpler line number setting.Per Bothner
2017-08-08* LambdaExp.java (allocChildClasses): Handle unnamed declaration.Per Bothner
2017-08-05* kawa.texi (Repeat forms): Add subsection on sub-patterns.Per Bothner
2017-08-05* lang/BindDecls.java: Set SKIP_FOR_METHOD_PARAMETER one more place.Per Bothner
2017-08-04* MappedArrayType.java (isCompatibleWithValue): Always convert.Per Bothner
2017-08-03* lang/BindDecls.java: Fixes for patterns nested in repeat patterns.Per Bothner
2017-08-02Rename 'scan variable' to 'repeat variable' in error message.Per Bothner
2017-08-02* kawa.texi (Repeat forms): New section.Per Bothner
2017-08-02* lang/BindDecls.java: Handle splice operator in list pattern.Per Bothner
2017-07-31Tweaks to make lambda syntactic sugar work better.Per Bothner
2017-07-30Merge branch 'master' into 'master'Per Bothner
2017-07-29* kawa.texi: Document '?' conditional match form and its use.Per Bothner
2017-07-28Add entry for fix of substring of substring bug for istrings.Sudarshan S Chawathe
2017-07-28Fix substring of substring bug for istrings, GitLab issue #16.Sudarshan S Chawathe
2017-07-28Merge remote-tracking branch 'upstream/master'Sudarshan S Chawathe
2017-07-26* lang/Lambda.java (rewriteFormals): Change #!rest and empty #!key.Per Bothner
2017-07-26* CallContext.java (checkDone): Also check for unused keywords.Per Bothner
2017-07-26* kawa.texi (Extended formals): Update and expand.Per Bothner
2017-07-24* parameters.scm (make-parameter): Allow non-Procedure as converter.Per Bothner
2017-07-24* CallContext.java: Fix some procedure-call corner cases.Per Bothner
2017-07-21* lang/Lambda.java: Fix some problems in handling #!if guards,Per Bothner
2017-07-21Two commengt cleanuos.Per Bothner
2017-07-21* LangObjType.java (coercioMethod): Make more robust.Per Bothner
2017-07-18Merge branch 'patch-1' into 'master'Per Bothner