mit-scheme.git
2011-08-17 Matt BirkholzAdded prompt-for-string and call-with-pass-phrase.
2011-08-16 Matt BirkholzWarn of undefined C-enum constants; do not error.
2011-08-16 Matt BirkholzOutf-console is now outf-error, writing to stderr.
2011-08-12 Matt BirkholzFactored gfile-close out of -stream-close and -enumerat...
2011-08-12 Matt BirkholzFactored gfile-open out of gfile-query-info.
2011-08-12 Matt BirkholzPunt 64bit GFile attributes and the gint64 type.
2011-08-12 Matt BirkholzFactored gfile-open out of -read, -open-write and ...
2011-08-11 Matt BirkholzAdded global export gdirectory-read.
2011-08-11 Matt BirkholzMount GFiles as necessary, assuming no password is...
2011-08-11 Matt BirkholzG-signal-connect now has an optional signal-name parameter.
2011-08-11 Matt BirkholzC-peek-cstringp! now returns () at NULL on end of a...
2011-08-11 Matt BirkholzWarn, not die, if a callback is undefined.
2011-08-09 Matt BirkholzWrote analyze-file, for logs with these performance...
2011-08-02 Matt BirkholzPunt the tty-get/set-interrupt-chars primitives.
2011-07-31 Matt BirkholzPunt HAVE_SIGACTION_SIGINFO_SIGNALS.
2011-07-31 Matt BirkholzSignal handlers can now make scheme_source runnable.
2011-07-28 Matt BirkholzAbbreviate option loading-messages.
2011-07-28 Matt BirkholzFactored out a <gio> class.
2011-07-28 Matt Birkholz(integrate-external "string")
2011-07-27 Matt BirkholzAvoid reading e.g. ../../src/runtime/.#genio.scm.
2011-07-27 Matt BirkholzUse for-each iota; punt dotimes.
2011-07-27 Matt Birkholztypo in last commit
2011-07-27 Matt BirkholzAdded test-gtk, test-gfile-operations.scm.
2011-07-27 Matt BirkholzWrapped GFileInfo, GFileEnumerator.
2011-07-24 Matt BirkholzSplit port and gport tests into separate procedures.
2011-07-24 Matt BirkholzForward async signals to the scheme_thread.
2011-07-21 Matt BirkholzUndo genio hack: external-string buffers.
2011-07-21 Matt Birkholzg_malloc0 nulls GError*s so a GC-cleanup will not free...
2011-07-21 Matt BirkholzFixed GError GC-cleanup, again.
2011-07-20 Matt BirkholzRename central function per new file name.
2011-07-20 Matt BirkholzFixed GError GC-cleanup.
2011-07-20 Matt BirkholzReformat tracing; avoid hashing objects to be GC-cleaned.
2011-07-20 Matt BirkholzRemoved second appearance of "compiler" in SUBDIRS.
2011-07-20 Matt BirkholzUse gdk_window_process_all_updates; keep animations...
2011-07-20 Matt BirkholzTimeout -1 is forever. Turn off thread timer in toolkit.
2011-07-20 Matt BirkholzUse trace() for less obtrusive tracing.
2011-07-20 Matt BirkholzMoved maybe-yield-gtk to main.scm.
2011-07-20 Matt BirkholzLighter-weight GError handling.
2011-07-20 Matt BirkholzRename test-{,g}port-performance.scm.
2011-07-20 Matt BirkholzAdded ->simple-pathname for c-including ../../whatnot.
2011-07-20 Matt BirkholzReformat trace messages some more.
2011-07-20 Matt BirkholzAdded blink? and spin? flags.
2011-07-20 Matt BirkholzReformat trace messages a wee bit.
2011-07-17 Matt BirkholzAdded g-output-streams, gc-cleanups, and a performance...
2011-07-17 Matt BirkholzAdded maybe-yield-gtk, for callbacks that unblock threads.
2011-07-17 Matt BirkholzFixed gtk's compile-file dependencies.
2011-07-17 Matt BirkholzInsert const AFTER qualified type, to qualify pointers.
2011-07-17 Matt BirkholzExternal string buffers for generic-i/o-ports fix.
2011-07-17 Matt BirkholzFixed more const declarations.
2011-07-16 Matt BirkholzNamed the cleanup thunks.
2011-07-16 Matt BirkholzAdded c-peek-bytes, c-poke-bytes. Recycle callback...
2011-07-16 Matt BirkholzAllow no runnable threads nor timers.
2011-07-16 Matt BirkholzClose-in/output-buffer now call source/sink close method.
2011-07-16 Matt BirkholzFixed start_gtk to be FALSE when gtk_init_check fails.
2011-07-16 Matt BirkholzFixed const declarations per Wiki's Const-correctness.
2011-07-01 Matt Birkholztypo
2011-06-22 Matt BirkholzMerge branch 'master' into Gtk
2011-06-22 Matt BirkholzImplemented open-input-gfile using the GIO library.
2011-06-22 Matt BirkholzRequire FFI option. Punt compile-/run-time separation.
2011-06-22 Matt BirkholzPunt if-debugging syntax.
2011-06-22 Matt BirkholzAdded C declarations for GIO; created gtk/Includes...
2011-06-22 Matt BirkholzExternal string buffers for generic-i/o-ports.
2011-06-22 Matt BirkholzAdded xstring-byte-ref/set! for external string buffers.
2011-06-22 Matt BirkholzUse pathname-simplify to allow ../ in included paths.
2011-06-22 Matt BirkholzAdded %set-alien/address!, for gtk/gio.scm.
2011-06-21 Chris HansonInitial revision: a shell script to put on your PATH...
2011-06-20 Chris HansonSet SIGNAL_HANDLERS_CAN_USE_SCHEME_STACK under MacOS.
2011-06-19 Matt BirkholzPunt fpu inits in i386/x86-64 assembler; add to savres...
2011-06-19 Matt BirkholzUnimplement BORKED_FENV.
2011-06-18 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-06-15 Joe MarshallRevert unintended change.
2011-06-15 Joe MarshallRevert unintended change.
2011-06-14 Taylor R CampbellFix calls to tcsetpgrp to avoid infinite loops on ENOSYS.
2011-06-13 Joe MarshallAdd ability to expand named-let as pure function.
2011-06-13 Joe MarshallFix missing call to loop in buffer-layout-visible?
2011-06-13 Joe MarshallRemove list-ref and list-set! definitions (duplicates).
2011-06-13 Joe MarshallTweak integrations.
2011-06-13 Joe MarshallIntegrate DISCRIMINATE-PROCEDURE
2011-06-13 Joe MarshallAdd ability to warn about integrated operators used...
2011-06-13 Joe MarshallExport list-set\!
2011-06-13 Joe MarshallDefine list-set\!
2011-06-13 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-06-10 Matt BirkholzMerge branch 'master' into Gtk 20110609-Gtk 20110610-Gtk
2011-06-10 Matt BirkholzAlienate_float_env. before callouts, after callbacks.
2011-06-10 Matt BirkholzFix compile-system's dependencies option.
2011-06-10 Taylor R CampbellFix use of the close system call.
2011-06-09 Joe MarshallRemove jrm cruft and speed things up.
2011-06-09 Joe MarshallRemove limits on expansion of cons* and list. Improve...
2011-06-09 Joe MarshallGet rid of boot dependency on MEMQ.
2011-06-09 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-06-09 Joe MarshallRe-order some code to eliminate forward references.
2011-06-09 Matt BirkholzMerge branch 'master' into Gtk
2011-06-08 Taylor R CampbellOmit some vestiges in nntp.scm.
2011-06-08 Taylor R CampbellFix order of arguments to HASH-TABLE/MODIFY!.
2011-06-08 Taylor R CampbellKludge up wrong-number-of-arguments error parsing for...
2011-06-08 Taylor R CampbellFix up bit-indexed integer operations.
2011-06-07 Matt BirkholzRecognize GDK_MOD1_ as the char-bit:meta.
2011-06-06 Joe MarshallTrivial cleanup.
2011-06-06 Matt BirkholzTrigger-secondary-gc-daemons! every 100 GCs or so.
2011-06-05 Matt BirkholzGenericize gdk keysyms; match Edwin's expectations.
next