2014-07-06 |
Matt Birkholz | Merge branch 'master' into Gtk. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Chris Hanson | Ignore .diff files. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Chris Hanson | git merge release-9.2 |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Chris Hanson | git pull |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Chris Hanson | When enumerating files to process, ignore those generat... release-9.2.0 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matt Birkholz | Update copyright years. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matt Birkholz | Merge branch 'master' into Gtk. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matt Birkholz | cairo: Add a cairo graphics device type. And many... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Matt Birkholz | Add new tests/runtime/test-url.scm and move test-merge... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Matt Birkholz | Fix uri->pathname too, just for completeness. |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Matt Birkholz | Fix for bug #42412: "scheme --load ./file" fails. |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Matt Birkholz | gtk: Move GLib, Pango and Cairo code to separate systems. |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Taylor R Campbell | Add usual-integrations and note some ignored variables... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Make sure that root-dir is absolute. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Update copyright years. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Update version strings to 9.2. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Fix trailing whitespace. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Fix over-long line. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
Chris Hanson | Fix fencepost error thinko. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Matt Birkholz | planetarium: Fix request-elevations in google-earth... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Matt Birkholz | gtk: Use new install-html. Implement install-{info... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Matt Birkholz | gtk: Update @direntry. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Matt Birkholz | gtk: Fix gtk-widget-create-pango-layout's failure test. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Matt Birkholz | Merge branch 'master' into Gtk. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Matt Birkholz | ffi: Punt AUXDIR from shim-config.scm. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Matt Birkholz | Merge branch 'master' into Gtk. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Matt Birkholz | configure: Move check for __x86_64__. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Matt Birkholz | ffi: Add install-html using documentation build parameters. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Matt Birkholz | ffi: Use Makefile to save shim build parameters. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Matt Birkholz | Fix continue_from_trap to NOT open a FREE_PARANOIA_MARG... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Matt Birkholz | ffi: Update Makefile for prhello example. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Matt Birkholz | Add FFI to doc/info-dir and reformat. |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Taylor R Campbell | Add portable IEEE 754 format utilities. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Taylor R Campbell | Correct types in BIGNUM_REDUCE_LENGTH and use output... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Taylor R Campbell | Make definition of VERIFY-HEAP primitive unconditional. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Matt Birkholz | Fix string-head! to hide the unused (non-marked) words. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Matt Birkholz | Fix BIGNUM_REDUCE_LENGTH to hide the unused (non-marked... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Matt Birkholz | Call verify_heap before GC to scan for bogosities. |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Taylor R Campbell | Fix technically incorrect malloc size in re_match.... |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Taylor R Campbell | Nix dead initialization in scan_ephemerons. |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Taylor R Campbell | Mark scan unused in non-debug builds. |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Taylor R Campbell | Make (cd "/nonexistent") fail. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Remove vestigial unused variable in FAST-DIVISION. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Revert "Assemble (JMP (@PCR FOO)) (LABEL FOO) to zero... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Clarify comment over amd64 fixnum_shift hook. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Open-code non-2^n quotients and remainders by multiplic... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Assemble (JMP (@PCR FOO)) (LABEL FOO) to zero bits... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Taylor R Campbell | Reorder branches in FIX:QUOTIENT/FIX:REMAINDER code... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Taylor R Campbell | Avoid modifying rcx in amd64 fixnum_shift assembly... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Taylor R Campbell | Fix sf/cgen so it doesn't just drop declarations for... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Attempt to fix an undefined variable reference in svm... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Generate all OS constructors for compiler. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Remove obsolete AC_SYS_RESTARTABLE_SYSCALLS. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Use FLO:NEGATE, not (FLO:- 0. ...), to apply sign in... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Don't rewrite (flo:- 0. x) as (flo:negate x) on amd64. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | More hacks to get liarc to build. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Try builtin objects before fasl files in liarc FASLOAD. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Generate code for -0. constants correctly in liarc. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | compile-liarc-bundle rules depend on some tools in... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Taylor R Campbell | Fix up fni->bci files in crsend.scm. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | Temporary kludge: bake a fresh runtime into the toolchain. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | Put back some temporary SEQUENCE-2 scaffolding. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | Simplify x86 fenv structures. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | On i386, avoid FCOM[P] and FTST in favour of FUCOM[P]. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | Avoid using new-style SEQUENCE stuff in LIAR. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Taylor R Campbell | Fix default (ISO-8859-1) char image strings. |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Matt Birkholz | svm: Fix the disassembler. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Matt Birkholz | svm: Convert program_counter from a static variable... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Matt Birkholz | ffi: Avoid longjmps in C-CALL primitive (callout_continue). |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Matt Birkholz | Add load-option/suppress-loading-message? for load... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Matt Birkholz | tests/ffi: load-option is quieter now by default. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Matt Birkholz | gtk: Added <polygon-ink>. Used it to make arrow heads... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Matt Birkholz | Merge branch 'master' into Gtk. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Matt Birkholz | make.so is supposed to be found in the compiler bundle. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Matt Birkholz | src/Makefile.tools.in: Missing dependency made cross... |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt Birkholz | ffi: test-ffi.scm: Need a newline before running make. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt Birkholz | gio: g_try_malloc0 does not abort. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt Birkholz | gtk: Issue warning if `make check' cannot open DISPLAY. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt Birkholz | gtk: Make test-gport-performance.scm a standalone script. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt Birkholz | planetarium: Call test procedures in mit-make.scm. |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Matt Birkholz | planetarium: Combine mit-compile.scm and mit-compile... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Matt Birkholz | Use the new, flying <glx-viewport> and draw a shaded... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Matt Birkholz | Use glu:perspective and glu:look-at to "fly" a <glx... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Matt Birkholz | gtk: Warn, do not die, if start_gtk returns 0 (failure). |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Matt Birkholz | planetarium/google-earth-requests: Do not truncate... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | planetarium: google-earth-requests: Replace open-input... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | planetarium: Request 8 Google elevations at once. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | dist/shared.sh: Add gtk and gl to the list of PLUGINS. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | planetarium: Add request-google-elevation, make-google... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | planetarium/mit-snapshot: Remove redundant draw-telluri... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | planetarium: Add geodesic-distance, angular-separation,... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | gl: Enhance glxgears demo. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | gl: Move original glxgears translation to package ... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | gl: Simplify make.scm |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Birkholz | gl: Add gl:display, gl:cull-face, gl:color-material... |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Matt Birkholz | gl: with-glx-viewport, with-glx-widget |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Matt Birkholz | gl: make check |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Matt Birkholz | gl: New wrapper for libGL, libGLU. |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Matt Birkholz | gtk: Simplify make.scm. |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Matt Birkholz | gtk: Simplify configure.ac and fix its copyright notices. |
commit | commitdiff | tree | snapshot |
next |