summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-30* Compilation.java (generateBytecode):Sometimes create "$run$" method..invokePer Bothner
2017-04-30Merge branch 'master' into invokePer Bothner
2017-04-30* ClassMethods.java: Accept any CharSequence as a string.Per Bothner
2017-04-30* kawa.texi: Improve instructions for building documentation.Per Bothner
2017-04-30 * kawa.texi (Extended formals): Refactor to avoid texinfo.tex bug.Per Bothner
2017-04-30 * texinfo.tex: Use newer version.Per Bothner
2017-04-30 * configure.in (AC_INIT): Set version to 2.4.2.4Per Bothner
2017-04-30 * kawa.texi: Update for Java 8 now being the default.Per Bothner
2017-04-30 Change source files to default to Java 8.Per Bothner
2017-04-29 Better compilation even if supplied-optional booleans are used.Per Bothner
2017-04-29 * StringCursor.java (toString): New method.Per Bothner
2017-04-26* configure.in (AC_INIT): Set version to 2.92_invokePer Bothner
2017-04-26* Makefile.am (kawa.xml): Change Top node to index.html, not start.html.Per Bothner
2017-04-26* kawa.texi: Some minor fixes.Per Bothner
2017-04-25kawa.texi: Various string-related fixes and updates.Per Bothner
2017-04-25* Sequences.java (getSize): Use sizeInCodePoints for strings.Per Bothner
2017-04-25 * kawa.texi: Document remaining new string procedures.Per Bothner
2017-04-24Make string-map default to returning an istring.Per Bothner
2017-04-23* strings.scm (istring?): New predicate.Per Bothner
2017-04-23Fixes for strings-test.scm testsuite.Per Bothner
2017-04-23Minor doc updates.Per Bothner
2017-04-20Case-converting string functions now default to returning istrings.Per Bothner
2017-04-20 * strings.scm (string-replicate): Rename to xsubstring.Per Bothner
2017-04-20* Mangling.java: Use "symbolic" mangling for fields and variables.Per Bothner
2017-04-20* strings_ext.scm (string-take, string-take-right, string-drop)Per Bothner
2017-04-20* InlineCalls.java (maybeInline): Extended constant-folding.Per Bothner
2017-04-20* r7rs-tests.scm (is-number): Separate method to reduce code size.Per Bothner
2017-04-20Update TODO list for Kawa 3.0.Per Bothner
2017-04-20* CharBuffer.java (length): Remove method -causes infinite recursion.Per Bothner
2017-04-19* strings-test.scm: New tests for extended srfi-140 stings.Per Bothner
2017-04-19Merge branch 'master' into invokePer Bothner
2017-04-19* kawa/Record.java (makeRecordType): Update mangling to symbolic.Per Bothner
2017-04-19Merge branch 'master' into invokePer Bothner
2017-04-19More SRFI-140 string procedures, and some fixes.Per Bothner
2017-04-19 * bytevectors.scm: Fix incorrect parentheses.Per Bothner
2017-04-19 Fix so functions like '=' throw exception on bad arguments.Per Bothner
2017-04-18Document more SRFI-140 string functions.Per Bothner
2017-04-18Implement more SRFI-140 string functions.Per Bothner
2017-04-18* FString.java (replace): Avoid needlessly making a copy of source.Per Bothner
2017-04-18* IString.java (subSequence): Fix so it works for SubString.Per Bothner
2017-04-16* LambdaExp.java (declareClosureEnv): Fix for inlining.Per Bothner
2017-04-15* LambdaExp.java (declareClosureEnv): Fix for inlining.Per Bothner
2017-04-15 * lang/Lambda.java: Fix hygiene handling.Per Bothner
2017-04-15 * lang/TemplateScope.java: Commented-out possible-future hygiene idea.Per Bothner
2017-04-10* kawa.texi: More string procedures. Some re-organization.Per Bothner
2017-04-10Add string-repeat.Per Bothner
2017-04-10Implement more SRFI-150 string procedures.Per Bothner
2017-04-10* PrimVector.template: Move previous utf16ToString change to right file.Per Bothner
2017-04-09Merge branch 'master' into invokePer Bothner
2017-04-09* kawa.texi: Update for new UTF16/string conversions.Per Bothner