Per Bothner
|
26a49d7785
* lang/BindDecls.java: Fixes for patterns nested in repeat patterns.
|
7 years ago |
Per Bothner
|
015b8661f9
* parameters.scm (make-parameter): Allow non-Procedure as converter.
|
7 years ago |
Per Bothner
|
62cefb5073
* CallContext.java: Fix some procedure-call corner cases.
|
7 years ago |
Per Bothner
|
71e09b2e87
* lang/Lambda.java: Fix some problems in handling #!if guards,
|
7 years ago |
Per Bothner
|
74a56d2f2b
* SourceLocator.java: Enable source ranges, with ending position.
|
7 years ago |
Per Bothner
|
279de24d12
* ClassExp.java (comp[ileMembers): Call allocateLocal for static link.
|
7 years ago |
Per Bothner
|
bc6a114fda
* MappedArrayType.java (emitTestIf): Handle non-TypeValue element types.
|
7 years ago |
Per Bothner
|
464e5bae5f
* strings-tests.scm: Some portability fixes.
|
7 years ago |
Per Bothner
|
0de8c2317f
* lang/Translator.java: Fix handling of nested ellipsis.
|
7 years ago |
Per Bothner
|
9151c8645a
* lang/BindDecl.java: Fix scan pattern (ellipsis) with type specifier.
|
7 years ago |
Per Bothner
|
8d7f1b585c
* strings-test.scm: Add/import some more SRFI-140 tests.
|
7 years ago |
Per Bothner
|
ced090cd08
* Makefile.am: Don't use --strip-trailing-c for diff.
|
7 years ago |
Per Bothner
|
88b3fbf4af
* kawa.sh.in: Avoid needless bash-specific 'type' command.
|
7 years ago |
Per Bothner
|
a83734da76
* strings.scm (istring?): New predicate.
|
7 years ago |
Per Bothner
|
95d83cb7bd
Fixes for strings-test.scm testsuite.
|
7 years ago |
Per Bothner
|
99f9643fb5
* InlineCalls.java (maybeInline): Extended constant-folding.
|
7 years ago |
Per Bothner
|
576b04d7b9
* r7rs-tests.scm (is-number): Separate method to reduce code size.
|
7 years ago |
Per Bothner
|
48b70f4c4f
* strings-test.scm: New tests for extended srfi-140 stings.
|
7 years ago |
Per Bothner
|
a2cc005187
Merge branch 'master' into invoke
|
7 years ago |
Per Bothner
|
36e95c10a2
Add SRFI-140 UTF-16/string conversions.
|
7 years ago |
Per Bothner
|
3c0748b267
* CompileReflect.java (validate): Optimize 'class' static pseudo-field.
|
7 years ago |
Per Bothner
|
e5f3f674fb
Add string-join procedure (from SRFI-140), with tests.
|
7 years ago |
Per Bothner
|
90293a3fbc
Add string-concatenate and string-concatenate-reverse procedures.
|
7 years ago |
Per Bothner
|
5d9bea647c
* strings.scm (reverse-list->string): Add SRFI-140 procedure.
|
7 years ago |
Per Bothner
|
21ccecfc1e
* strings.scm (string-replicate): New procedure.
|
7 years ago |
Per Bothner
|
9c047e9c17
String viewed as vector works same as string-ref.
|
7 years ago |
Per Bothner
|
ae9222d780
Merge branch 'master' into invoke
|
8 years ago |
Per Bothner
|
046aa3abbd
* lib-test.scm: Added a string-cursor test.
|
8 years ago |
Per Bothner
|
0030da0806
* BindDecls.java: Handle literal patterns and #!if guards.
|
8 years ago |
Per Bothner
|
42480aca90
Merge branch 'master' into invoke
|
8 years ago |