mit-scheme.git
2011-09-19 Matt BirkholzMerge branch 'master' into Gtk
2011-09-19 Matt BirkholzAssigning copyrights to MIT.
2011-09-18 Matt BirkholzFixed gtk-window-set-geometry-hints.
2011-09-16 Matt BirkholzMerge branch 'master' into Gtk
2011-09-16 Matt BirkholzSimplify silly %trace syntaxers.
2011-09-16 Matt BirkholzTurn on checking for a clean gtk-unx.crf report.
2011-09-16 Matt BirkholzPropagate destroy through <gtk-container>. Use it...
2011-09-16 Matt BirkholzRemoved useless thunkification in %trace. IF is suffic...
2011-09-16 Matt BirkholzGtk-box-pack-end and gtk-scrolled-window-set-placement...
2011-09-05 Matt BirkholzJust warn if "DISPLAY not set". Added gtk-thread-running?.
2011-09-05 Matt BirkholzReplaced only er-macro- with an rsc-... can't decide.
2011-09-05 Matt BirkholzFixed calls to bitwise-ior using new, variadic bit...
2011-08-27 Arthur A. GlecklerFixed typos in the reference manual in warnings about...
2011-08-26 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzMerge remote-tracking branch 'origin/master' into Gtk
2011-08-19 Matt BirkholzFixed close-in/output-buffer to apply source/sink close...
2011-08-19 Matt BirkholzFixed g_mount_operation_set_anonymous declaration.
2011-08-19 Matt BirkholzTypo.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzFixed a last-minute copy/yank.
2011-08-19 Matt BirkholzPunt test-gtk; it currently requires a DISPLAY.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzAdded thread-queues (aka mailboxes).
2011-08-19 Matt BirkholzRemoved unused parameter to lookup-enum-value.
2011-08-19 Matt BirkholzMinimized diffs between master and Gtk.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzAdded c-peek-bytes, c-poke-bytes.
2011-08-19 Matt BirkholzMoved outf-console to -error (stderr); fiddled FFI...
2011-08-19 Matt Birkholzc-peek-cstringp: Return () when the char* is NULL.
2011-08-18 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-18 Matt BirkholzWarn, not die, when a callback or constant is undefined.
2011-08-18 Matt BirkholzInsert const AFTER qualified type, to qualify pointers.
2011-08-18 Matt BirkholzAllow ../../ in .cdecl include statements.
2011-08-18 Matt BirkholzAdded prompt-for-string and call-with-pass-phrase.
2011-08-17 Matt BirkholzMerge remote-tracking branch 'origin/master' into Gtk
2011-08-17 Matt BirkholzDid not need the signal-name argument for g-signal...
2011-08-17 Matt BirkholzSupport GFile mounts that need a username and password.
2011-08-17 Matt BirkholzAdded missing gc-cleanup for <g-mount-operation>s.
2011-08-17 Matt BirkholzUse map! where possible, and e.g. bitwise-ior vs. bitst...
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-13 Joe MarshallWiden text columns for printing GC statistics.
2011-08-13 Joe MarshallResolve merge conflict.
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-03 Joe MarshallAdd an include to remove a warning.
2011-08-02 Matt BirkholzPunt the tty-get/set-interrupt-chars primitives.
2011-07-31 Matt BirkholzPunt HAVE_SIGACTION_SIGINFO_SIGNALS.
2011-07-31 Taylor R CampbellFix call to COMBINATION/MAKE in sf/reduct.scm.
2011-07-31 Matt BirkholzSignal handlers can now make scheme_source runnable.
2011-07-31 Taylor R CampbellInclude osscheme.h in flonum.c for error_unimplemented_...
2011-07-31 Taylor R CampbellFix {REDUCE,REPLACE}-OPERATOR declaration after jrm...
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.
next