2011-07-28 |
Matt Birkholz | Abbreviate option loading-messages. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Matt Birkholz | Factored out a <gio> class. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Matt Birkholz | (integrate-external "string") |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Matt Birkholz | Avoid reading e.g. ../../src/runtime/.#genio.scm. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Matt Birkholz | Use for-each iota; punt dotimes. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Matt Birkholz | typo in last commit |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Matt Birkholz | Added test-gtk, test-gfile-operations.scm. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Matt Birkholz | Wrapped GFileInfo, GFileEnumerator. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Matt Birkholz | Split port and gport tests into separate procedures. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Matt Birkholz | Forward async signals to the scheme_thread. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Matt Birkholz | Undo genio hack: external-string buffers. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Matt Birkholz | g_malloc0 nulls GError*s so a GC-cleanup will not free... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Matt Birkholz | Fixed GError GC-cleanup, again. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Rename central function per new file name. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Fixed GError GC-cleanup. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Reformat tracing; avoid hashing objects to be GC-cleaned. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Removed second appearance of "compiler" in SUBDIRS. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Use gdk_window_process_all_updates; keep animations... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Timeout -1 is forever. Turn off thread timer in toolkit. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Use trace() for less obtrusive tracing. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Moved maybe-yield-gtk to main.scm. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Lighter-weight GError handling. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Rename test-{,g}port-performance.scm. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Added ->simple-pathname for c-including ../../whatnot. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Reformat trace messages some more. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Added blink? and spin? flags. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Matt Birkholz | Reformat trace messages a wee bit. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | Added g-output-streams, gc-cleanups, and a performance... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | Added maybe-yield-gtk, for callbacks that unblock threads. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | Fixed gtk's compile-file dependencies. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | Insert const AFTER qualified type, to qualify pointers. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | External string buffers for generic-i/o-ports fix. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Matt Birkholz | Fixed more const declarations. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Named the cleanup thunks. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Added c-peek-bytes, c-poke-bytes. Recycle callback... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Allow no runnable threads nor timers. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Close-in/output-buffer now call source/sink close method. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Fixed start_gtk to be FALSE when gtk_init_check fails. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Birkholz | Fixed const declarations per Wiki's Const-correctness. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Matt Birkholz | typo |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Merge branch 'master' into Gtk |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Implemented open-input-gfile using the GIO library. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Require FFI option. Punt compile-/run-time separation. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Punt if-debugging syntax. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Added C declarations for GIO; created gtk/Includes... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | External string buffers for generic-i/o-ports. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Added xstring-byte-ref/set! for external string buffers. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Use pathname-simplify to allow ../ in included paths. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Matt Birkholz | Added %set-alien/address!, for gtk/gio.scm. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris Hanson | Initial revision: a shell script to put on your PATH... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Hanson | Set SIGNAL_HANDLERS_CAN_USE_SCHEME_STACK under MacOS. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Matt Birkholz | Punt fpu inits in i386/x86-64 assembler; add to savres... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Matt Birkholz | Unimplement BORKED_FENV. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Joe Marshall | Revert unintended change. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Joe Marshall | Revert unintended change. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Taylor R Campbell | Fix calls to tcsetpgrp to avoid infinite loops on ENOSYS. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Add ability to expand named-let as pure function. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Fix missing call to loop in buffer-layout-visible? |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Remove list-ref and list-set! definitions (duplicates). |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Tweak integrations. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Integrate DISCRIMINATE-PROCEDURE |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Add ability to warn about integrated operators used... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Export list-set\! |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Define list-set\! |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Matt Birkholz | Merge branch 'master' into Gtk 20110609-Gtk 20110610-Gtk |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Matt Birkholz | Alienate_float_env. before callouts, after callbacks. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Matt Birkholz | Fix compile-system's dependencies option. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Taylor R Campbell | Fix use of the close system call. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Joe Marshall | Remove jrm cruft and speed things up. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Joe Marshall | Remove limits on expansion of cons* and list. Improve... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Joe Marshall | Get rid of boot dependency on MEMQ. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Joe Marshall | Re-order some code to eliminate forward references. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Matt Birkholz | Merge branch 'master' into Gtk |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Taylor R Campbell | Omit some vestiges in nntp.scm. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Taylor R Campbell | Fix order of arguments to HASH-TABLE/MODIFY!. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Taylor R Campbell | Kludge up wrong-number-of-arguments error parsing for... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Taylor R Campbell | Fix up bit-indexed integer operations. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Matt Birkholz | Recognize GDK_MOD1_ as the char-bit:meta. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Joe Marshall | Trivial cleanup. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Matt Birkholz | Trigger-secondary-gc-daemons! every 100 GCs or so. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Matt Birkholz | Genericize gdk keysyms; match Edwin's expectations. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Matt Birkholz | Merge remote-tracking branch 'origin/master' into Gtk |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Matt Birkholz | Implement BORKED_FENV for i386. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Matt Birkholz | Call gdk_threads_enter/leave, and gtk_main. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Matt Birkholz | Alienate the floenv (make it FE_DFL_ENV) outside Scheme. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Dig keysyms out of the C declarations. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Gerroff the global TRACE binding; use %trace instead. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Use SHIM_LOADER and SHIM_LIBS in gtk-shim.so rule. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Fixed compile-system to use 'dependencies option(!). |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Re-enable build-ffis; disabled in merge from |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Matt Birkholz | Typo. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Joe Marshall | A small simplification. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Joe Marshall | Avoid leaving trailing whitespace on notifications. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Taylor R Campbell | Call the procedure in HASH-TABLE/MODIFY! before blockin... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Taylor R Campbell | Must disable interrupts for SET-ENTRY-DATUM!. |
commit | commitdiff | tree | snapshot |
next |