2018-12-16 |
Taylor R Campbell | Convert char to unsigned char before using islower... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Taylor R Campbell | Use push with memory reference on i386 too. |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Taylor R Campbell | Move comment to cover all the primitives disabled for... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Taylor R Campbell | Open-code unordered comparison primitives on i386. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Mark some more primitives as machine-dependent and... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Exclude exceptions not in FE_ALL_EXCEPT. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Make primitives raise exceptions on signalling NaN... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Fix mistaken expansion of flo:<> as flonum-is-less... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Test ordered and unordered comparisons with sNaN raise... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Normalize significand in flo:random-unit-open even... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Fix sign error and mask size in fix:bitcount16. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Avoid undefined behaviour with large right shifts. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Shift-right is busted on large shifts. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Disable FLONUM-EXP open-coding on i386. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Relax expm1 tests; i387 in 53-bit precision won't guara... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Guard against loading any NaN into double here. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Clear exceptions before enabling traps. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Use integer bit tests in FLONUM-IS-NEGATIVE?. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Provide hokey alternatives if no SSE or i387. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Re-enable the SSE instructions in i386. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Disable open-coding of flonum-copysign/abs/negate on... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Rewrite flonum-copysign/abs/negate primitives using... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Taylor R Campbell | Make flonum comparison primitives raise exceptions... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Taylor R Campbell | Use FCOM, not FUCOM, for ordered comparisons. |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Taylor R Campbell | Rewrite NaN primitives in terms of integer data. |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Taylor R Campbell | Call the primitives directly. |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Taylor R Campbell | Skip constant-folding MD primitives when cross-compiling. |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Taylor R Campbell | Distinguish bytes-per-object from target-bytes-per... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Taylor R Campbell | Missed some .bin spots. |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Taylor R Campbell | Fix floating-point alignment stuff. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | More line breaks for clarity. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Fix environment this test runs in. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Restore separation of syntax-* and compile-* targets. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Make these tests run on svm1. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Fix fixnum range. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Exercise some more fasdump cases. Fix missing definition. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Teach `make cross-host' to convert .nib -> .bin &c. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | New make target install-toolchain just installs the... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Make `make all-toolchain' also build sos, ssp, and... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Do all-compiler/sf/cref only in cross-host, not in... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Teach cross-SF/CREF to dump/load in .nib, .txe, .dkp. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Move fasl version check earlier. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Split svm1 into four architectures: svm1 x {32,64}... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Make `make cross-target' work in three stages. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Tweak fasdumper to null-terminate bytevectors too. |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Taylor R Campbell | Merge remote-tracking branch 'origin/master' into cross... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Chris Hanson | Generate char sets for each UCD general category and... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Chris Hanson | Fix bug in inverting empty character set. |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Chris Hanson | Fix bug in string-copy!. |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Chris Hanson | Add tests for string-copy!, which has a bug. |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Chris Hanson | Add support for 'expect-failure? property on assertions. |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Chris Hanson | Eliminate use of TC_LEGACY_STRING for symbol names. |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Chris Hanson | Change all string operations that accept chars to work... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Chris Hanson | Implement char->bitless-char. |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Taylor R Campbell | Merge remote-tracking branch 'origin/master' into cross... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Taylor R Campbell | Use binary-port-position directly, not via kludgey... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Taylor R Campbell | Rename fasdump-format -> fasl-format. |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Taylor R Campbell | Automatically determine host fasl format. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Fasdump weak false. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Define more arm variants: {le,be} x {32,64}. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Matt Birkholz | x11/Makefile.am: Fix packaging, TAGS. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Matt Birkholz | runtime/rfc2822-headers: Watch out for eof-object. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Matt Birkholz | ffi/build: Mixing strings and pathnames is problematic. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Handle reference traps and interpreter return addresses. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Dust off portable fasdumper. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Fix binary-port-position for output ports. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Export binary-port-position and set-binary-port-position!. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Supply the new primitives with arities so release-10... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Update test-syntax-rename to work with syntax changes. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Add param:trace-syntax? to help debugging syntax expansion. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Add print method to quoted-identifier. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Fix: allow compiler to be compiled with current release. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Tweak all the syntax tests now that they are fixed. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Add assertion that does pattern matching; useful for... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Eliminate now-unnecessary exports. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Rewrite environment implementation to clear up ambiguities. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Implement spar-funcall to call a procedure and ignore... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Eliminate unnecessary use of strip-syntactic-closures. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Fix some minor bugs in syntax renaming. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | In er-macro-transformer, guarantee that two renames... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Syntax renaming now handles declarations correctly. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | Eliminate inaccurate comment. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Chris Hanson | syntax-rules: eliminate use of rename for creating... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Manually merge cross-fasdump branch. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Add cross-compilation test. |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Taylor R Campbell | Add trivial compiler test with floating-point literals. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Use the parser state, not the value produced, to determ... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | More polar screw cases. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Pass the _type_ of complex component through the parser. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Oops, this broke polar notation. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Reject multiple zero real components by parse states. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Add some more screw cases. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Reject inf and NaN with #e notation. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Provide notation for NaN payload and signalling NaN. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | string->number returns false on error. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Make this unreachable case an error. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Fix printing NaN sign. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | More tests for signed NaN notation. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Fix sign of NaN in reader. |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Taylor R Campbell | Expand test-numpar.scm a little with some bugs. |
commit | commitdiff | tree | snapshot |
next |