mit-scheme.git
2017-11-03 Matt Birkholzuser.texinfo: Update apt-add-repository command line.
2017-11-03 Matt Birkholzdevops.texi: Punt empty @detailmenu.
2017-11-03 Matt Birkholzdebian/mit-scheme-pucked.desktop: Fix version.
2017-11-03 Matt Birkholzpgsql/configure.ac: typo
2017-11-03 Matt BirkholzMerge branch 'master' into pucked.
2017-11-02 Matt Birkholzblowfish plugin: Add texinfo manual, scraped from OpenS...
2017-11-02 Matt Birkholzx11/x11-base (->cstring): Convert 0 to the null pointer.
2017-11-02 Matt Birkholzpgsql plugin: typos, e.g. banish vagrant scminfodir.
2017-11-02 Matt Birkholzustring (string-trim): Handle strings trimmed to nothing.
2017-10-26 Taylor R CampbellAdd common integer bit string ffs, fls, ctz, and clz.
2017-10-16 Taylor R CampbellFix typo: port/state should give the state, not the...
2017-10-08 Chris HansonEliminate no-longer-used conditional.
2017-10-06 Chris HansonFix typo when reading symbols without #!fold-case.
2017-10-02 Matt Birkholzdoc/ref-manual: Do not include detailmenu in HTML,...
2017-10-02 Matt Birkholzdevops: Prefix status report sections with a blank...
2017-10-02 Matt Birkholzdevops: Check version in mit-scheme-pucked.desktop.
2017-10-02 Matt BirkholzREADME.Debian: Add PGSQL.
2017-10-02 Matt Birkholzdevops/build: Caught up "host" procedure. Order of...
2017-10-02 Matt Birkholzdoc/user-manual: Typo: unnumbered/unnumberedsec. More...
2017-09-30 Matt Birkholzdevops: Specify target Scheme arch; support cross-compi...
2017-09-30 Matt Birkholzdoc/user: PostgreSQL plugin IS available. Use ~puck...
2017-09-21 Matt BirkholzMerge branch 'master' into pucked.
2017-09-21 Matt Birkholzx11: Ensure C strings are null terminated.
2017-09-21 Matt Birkholzgdbm: Ensure filename for do_gdbm_open is null terminated.
2017-09-20 Matt Birkholzsrc/Makefile.in: Use large heap when finishing cross...
2017-09-19 Matt Birkholzmicrocode/debug.c: Avoid compiler warning; init in...
2017-09-19 Matt BirkholzMerge branch 'master' into pucked.
2017-09-19 Matt Birkholzmicrocode/cmpauxmd/i386.m4: typo
2017-09-17 Matt Birkholzdevops/pucked.texi: FFI changes are now in master.
2017-09-16 Matt BirkholzMerge branch 'master' into pucked.
2017-09-16 Matt Birkholzruntime/syncproc: Eliminate spinning, and blocking.
2017-09-16 Matt Birkholzmicrocode/cmpauxmd/x86-64.m4: Wordsmith commentary...
2017-09-16 Matt Birkholzmicrocode/debug: Add ustring support, Stack(), Print...
2017-09-16 Matt Birkholzmicrocode: Do not save history_register locally.
2017-09-16 Matt Birkholzmicrocode: Restore frame pointer as well as stack pointer.
2017-09-16 Matt Birkholzffi: Follow example of C_call_scheme; eliminate aborts.
2017-09-15 Matt Birkholzgtk/fix-demo: Set text color or it is sure to be white...
2017-09-15 Matt Birkholzdevops: log procedure does not coerce to string.
2017-09-14 Matt Birkholzdevops: Install the manpage.
2017-09-14 Matt Birkholzdevops: Punt abort->top-level (which just spins), hook...
2017-09-14 Matt Birkholzdevops: Prefer newer(?) repo version of src/devops...
2017-09-13 Matt Birkholzdevops (host-scheme-architecture): Fix.
2017-09-13 Matt Birkholzdevops: Lengthen default reply timeout.
2017-09-13 Matt Birkholzdevops: Update documentation. Rename devops:build...
2017-09-13 Matt Birkholzdevops (with-output-log): Handle errors to ensure log...
2017-09-13 Matt Birkholzpgsql: Include debian/ in dist.
2017-09-13 Matt BirkholzMerge branch 'master' into pucked.
2017-09-12 Matt Birkholzgtk-screen: Punt unused, now missing gdk-window-process...
2017-09-12 Taylor R CampbellFix syncproc test to avoid bashism.
2017-09-12 Taylor R CampbellAdd Keccak-f[1600] primitive operating on byte vectors.
2017-09-12 Matt Birkholzdevops: Specify just one (Debian) architecture in host...
2017-09-12 Matt Birkholzmicrocode: Do not save history_register for C_call_scheme.
2017-09-12 Matt Birkholzffi: Set last_return_code. Restore prev_restore_histor...
2017-09-12 Matt Birkholzmicrocode/cmpauxmd/x86-64.m4: Restore frame pointer...
2017-09-12 Matt Birkholzmicrocode/cmpauxmd/x86-64.m4: Wordsmith commentary.
2017-09-12 Matt Birkholzmicrocode/debug: Add ustring support, Stack(), Print...
2017-08-28 Matt Birkholzgtk (surface-ink-flush): New. Keep a glib-only copy...
2017-08-28 Matt Birkholzgtk: Add gdk-window-create-similar-surface and -image...
2017-08-28 Matt Birkholzgtk: Punt/replace functions deprecated in Gtk 3.22.
2017-08-28 Matt Birkholzglib: Do not add time blocked in run_glib to glib-threa...
2017-08-28 Matt Birkholzx11: null terminate strings; punt unused optimization.
2017-08-28 Matt Birkholzedwin/buffer: Add print procedure.
2017-08-28 Matt Birkholzplanetarium (make-tellurion): Name thread; return the...
2017-08-28 Matt Birkholzgtk: Name threads.
2017-08-28 Matt Birkholzglib: Name thread.
2017-08-28 Matt Birkholzedwin: Name threads. Punt thread "flags" for the world...
2017-08-14 Matt Birkholzworld-report: Replace thread flags with a thread name.
2017-08-14 Matt BirkholzAdd thread-get and thread-put!.
2017-08-14 Matt Birkholzglib: Use new re_enter_scheme instead of Interpret.
2017-08-14 Matt Birkholzffi: Add re_enter_scheme to work with abort_to_c for...
2017-08-09 Matt Birkholzffi: Simplify callback_run_kernel. Eliminate callback...
2017-08-07 Matt Birkholzffi: Follow example of C_call_scheme and eliminate...
2017-08-06 Matt Birkholzdoc/ffi/: typos
2017-08-02 Chris HansonFix thinko in previous change.
2017-08-01 Matt Birkholzruntime/syncproc: Eliminate spinning, and blocking.
2017-08-01 Matt BirkholzFix merge: add load-option to test-syncproc.scm.
2017-07-31 Matt BirkholzMerge branch 'master' into pucked.
2017-07-30 Matt Birkholztests/runtime/test-syncproc: Enabled, with 3 more basic...
2017-07-30 Matt Birkholzruntime/binary-port (close-binary-output-port): Close...
2017-07-26 Matt Birkholzpgsql plugin: Typos. Check script should warn (not...
2017-07-26 Matt Birkholzruntime/stringio (string-in/read-substring): Swap src...
2017-07-24 Matt Birkholzsrc/Makefile.in (install-auxdir-top): noclobber optiond...
2017-07-21 Matt Birkholzdevops: Make plugin .changes read-only, like the rest.
2017-07-21 Matt Birkholzdevops/debian/doc-base: typo
2017-07-21 Matt BirkholzInstall .coms after .scms; avoid warning of newer sourc...
2017-07-21 Matt Birkholzdevops: changes should be #f initially. Use empty...
2017-07-21 Matt Birkholzdevops: Use regsexps, more parsed versions.
2017-07-21 Matt Birkholzdevops: Show unreleased commits instead of changed...
2017-07-21 Matt Birkholzdevops: Fix version-comparator.
2017-07-21 Matt Birkholzdevops: Punt devops:full-status.
2017-07-16 Matt Birkholzdevops: Fixes, a hostname parameter for devops:build...
2017-07-12 Matt Birkholzgtk plugins: Expect c-peek-cstring to return a string...
2017-07-08 Matt Birkholzgtk: GtkScrolledView (and GtkPanedView) for 3.22.11...
2017-07-07 Matt Birkholzpgsql: Pass check with warning when there is no default...
2017-07-07 Matt Birkholzgtk plugin: Apply bytes->string to value of c-peek...
2017-07-02 Matt Birkholzgtk plugin: fix per new warning.
2017-07-02 Matt Birkholzglib plugin: fix per new random warning.
2017-07-02 Matt Birkholzgl plugin: fix per new warning.
2017-07-02 Matt Birkholzdevops (version=?): redundant definition.
2017-07-02 Matt Birkholzpgsql plugin: update lost in the merge(?).
next