2019-01-26 |
Chris Hanson | Change param:reader-fold-case? to be settable. |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Matt Birkholz | x11: Fix declaration of x_graphics_set_clip_rectangle. |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Matt Birkholz | x11 version 1.3 |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Matt Birkholz | x11: Punt import-x11. |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Matt Birkholz | runtime.pkg: Trim old, unnecessary package exports. |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Matt Birkholz | x11: Link to deprecated (runtime x-graphics) bindings... |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Matt Birkholz | x11: Rename device type to "x". |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Chris Hanson | Don't return open block at top level when syntaxing... |
commit | commitdiff | tree | snapshot |
2019-01-20 |
Matt Birkholz | x11: Fix x-graphics-vdc-extent and x-graphics-set-clip... |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Chris Hanson | Change tests to use sub-tests as originally intended. |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Chris Hanson | Eliminate unnecessary consing in char-set-empty?. |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Chris Hanson | Find all relevant shared objects. Handle NMV headers... |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Taylor R Campbell | Fix pasto for LIARC build of SOS. |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Taylor R Campbell | gitignore LIARC build products. |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Taylor R Campbell | Don't leave the intermediate run-build shell process... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Run the ChaCha self-tests too. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Refuse to let the MD5 primitives run unless self-test... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Fix buffer overflow in self-test. Derp. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Fix byte ordering: encode state words in little-endian... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Exploit oddness to get bit-for-bit identical results... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Use a much simpler endian-independent execute cache... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Fix lambda-body -> scode-lambda-body straggler. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Design big-endian uuo link execute caches. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Teach SVM back end how to assemble big-endian instructi... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Fix ordering of _words_ in fasumped bit strings on... |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Tweaks to make Edwin cross-compilable. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Nothing architecturally limits powerpc to high memory. |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Taylor R Campbell | Use HOST_CC, default CC, to compile findprim. |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Taylor R Campbell | Make powerpc floating-point exceptions fit in fixnums... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Taylor R Campbell | Load with load-option so this gets LIARC bundles correctly. |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Taylor R Campbell | Mkdir lib/lib with -p in configure so it is idempotent. |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Taylor R Campbell | Disable constant-folding machine-dependent primitives... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Taylor R Campbell | One more round of rework for LIARC. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Chris Hanson | Fix bug: characters with bucky bits not printing right. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Avoid WRITE in URI->STRING. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Restore printing strings in #[uri ...]. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Simplify pathnames for conversion to standard URIs... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Use intermediate stamp for compinit.[ch] to avoid paral... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Update liarc to modern debugging info/wrapper formats. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Fix up makefile targets for liarc. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | NUL-terminate bytevectors too. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Atomic write-to-temporary/rename-to-permanent so liarc... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Use load-option so we get the LIARC bundle. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Disable cross-compilation finishing stage for liarc. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Don't build microcode in cross-host; build in cross... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Suppress uninitialized variable warnings. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Compile and link liarc objects as shared with no fatal... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Need to wait for runtime to compile before building... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Teach stackify about bytevectors. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Teach the makefile how to make the .pkd files for liarc... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Avoid compiler:cross-compiling? in liarc. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Fix typo: SOS_BUILD_TARGETS, not SOS_TARGETS. Actually... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Convert to SCHEME_OBJECT * first before subtracting... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Fix dependency ordering. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Isolate directories for clean-compiler rule. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Don't hang in non-parallel makes waiting for input. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Fix stray backslash that was harmless without LIARC. |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Taylor R Campbell | Rework makefile to use intermediate variables, not... |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Chris Hanson | Rewrite printing of #[...] forms, for simplicity now... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Integrate PROMISE?. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Try EQ? first before the passed-in equality procedure... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Integrate GUARANTEE. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Fix format words generated by svm1 compiler for interna... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Taylor R Campbell | Configure outcome should not depend on whether lib... |
commit | commitdiff | tree | snapshot |
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 |
next |