2019-01-07 |
Taylor R Campbell | Regenerate configure if out of date, not just if nonexi... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | gitignore cross objects and Makefile.tools. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Clean .nib, .ext, and .dkp too. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Rework makefile for cross-compilation with a toolchain... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Generate the trivial constructor in the objdir, not... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Teach cref and sf about separate source and object... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Expose fasl-format:x86-64 as another name for the amd64... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Chris Hanson | Change identify-world to show a very brief summary. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Chris Hanson | Generalize list-like printing, and support list-breadth... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Chris Hanson | Clean up wording around bitless characters. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Chris Hanson | Remove unused and unexported guarantee-FOO procedures. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Chris Hanson | Change most places that use bitless-char? to just throw... |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Do the annual copyright update. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | In update-copyright, replace use of old regexp with... |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Clean the compiler subdir too. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Allow alist->bundle to accept #F as predicate. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Fix problem with using bundle? as a bundle predicate. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | New printer parameter param:print-hash-number-in-objects?. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Use dispatch-tag-print-name. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Export dispatch-tag-print-name for convenience. |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Chris Hanson | Eliminate obsolete comment from user manual. |
commit | commitdiff | tree | snapshot |
2019-01-05 |
Chris Hanson | Save file used to test gc table correctness. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Detect trivial infinite recursion in promises. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Test detectable screw case of delay-force infinite... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Integrate %promise-parts. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Use another indirection for representation of promises. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Fix nested promises. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Add promise tests. Nested promises are busted. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Open-code cell operations. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Restore sf predicates, not scode predicates. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Merge branch 'cross-fasdump-v2' |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Use integrated %dispatch-tag-ref in record type predicates. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Taylor R Campbell | Integrate string.scm operations in symbol.scm. |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Chris Hanson | Tweak equality-predicate-property to accept a default... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Chris Hanson | Don't use general predicate relations for record predic... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Chris Hanson | Fix problem with crashing in Emacs interface. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Use runtime's string ports. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Implement position for string input ports. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Export binary-port-length too. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Fix binary-port-position for output ports. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Export binary-port-position and set-binary-port-position!. |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | Integrate string operations for order of magnitude... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Taylor R Campbell | ucd-slc-value &c. return chars, not fixnums. |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Taylor R Campbell | Use 32-bit xor rather than 64-bit xor for zeroing. |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Taylor R Campbell | Split deeply nested expressions into named and typed... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Taylor R Campbell | Fix misparenthesization. |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Taylor R Campbell | Confirm that a couple screw cases in closure analysis... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Taylor R Campbell | Add some more release notes. |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Chris Hanson | Fix whitespace change ignored by magit. |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Chris Hanson | Move .dir-locals.el from src/ to top level dir. |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Chris Hanson | Split test data out of "test-string-normalization". |
commit | commitdiff | tree | snapshot |
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-15 |
Chris Hanson | Set indent-tabs-mode to t in this directory. |
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 |
next |