mit-scheme.git
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(?).
2017-07-02 Matt Birkholzblowfish, gdbm plugins: Export to (). Remove (runtime...
2017-07-02 Matt Birkholzplugin READMEs: Update.
2017-07-02 Matt Birkholzpgsql plugin: Added debian/; pucked.
2017-07-02 Matt BirkholzMerge branch 'master' into pucked.
2017-07-02 Matt BirkholzMerge branch 'master' into pucked.
2017-07-02 Matt Birkholzpgsql plugin: New, from the pgsql microcode module.
2017-07-02 Matt Birkholzffi/build (read-html-title): Use core regsexp.
2017-05-29 Taylor R CampbellFix missing argument.
2017-05-25 Matt Birkholzdevops: Myriad fixes and additions. Build docs for...
2017-05-25 Matt Birkholzplugin NEWS, debian/changelog: Re-sync.
2017-05-24 Matt Birkholzffi/build: Use regsexp and quiet natter from add/remove...
2017-05-24 Matt BirkholzMerge branch 'master' into pucked.
2017-05-24 Matt Birkholzx11-screen plugin: Update README, NEWS, version.
2017-05-23 Matt Birkholzx11 plugin: Convert to iso8859-1 rather than utf8.
2017-05-23 Matt Birkholztest-ffi-wrapper: c-peek-cstring can now return a legac...
2017-05-22 Chris HansonMove re-compile-char-set from rgxcmp to chrset.
2017-05-20 Matt Birkholzplugin debian/prerm.in: OMG /usr/local/bin is in the...
2017-05-20 Matt Birkholzgtk plugins: Add MIT_CFLAGS for maximal warnage.
2017-05-20 Matt Birkholzuser.texinfo: Punt more multiarch. Change distribution...
2017-05-20 Matt Birkholzdist/shared.sh: Add devops plugin to the list.
2017-05-20 Matt BirkholzFix merge.
2017-05-18 Matt BirkholzMerge branch 'master' into pucked.
2017-05-18 Matt Birkholzworld-report: missing PORT in call to write-string
2017-05-17 Matt Birkholzdoc: Define PACKAGE_TARNAME (for docdir) in make-common...
2017-05-17 Matt Birkholzmcrypt-check.sh: Load-option for run-shell-command.
2017-05-17 Matt Birkholzruntime/crypto: Allow strings for module names; fix...
2017-05-17 Matt Birkholzplugin READMEs: Suggest the new import procedures.
2017-05-17 Matt Birkholzplugin AUTHORS: generalize
2017-05-17 Matt Birkholzplugins: Re-sync with runtime; allow strings as well...
2017-05-17 Matt Birkholzplugins: Use add/remove-plugin procedures. Increment...
2017-05-17 Matt BirkholzAdd add-plugin and remove-plugin; maintain an Info...
2017-05-17 Matt Birkholzffi: Accept and return legacy strings for backward...
2017-05-17 Matt Birkholzdoc: Define PACKAGE_TARNAME, part of the default docdir.
2017-05-17 Matt Birkholzuser-manual: Installing documentation. And use short...
2017-05-17 Matt BirkholzFix MAX_HALT_MESSAGE (after adding 3 more). Thanks...
2017-05-17 Chris HansonFix string-for-primitive as pointed out by Matt.
2017-05-16 Matt Birkholzdebian/changelogs: Change distribution to "birchwood".
2017-05-15 Chris HansonFix typo.
2017-05-12 Chris HansonImplement KMP backward search.
2017-05-12 Chris HansonImplement a basic test for testing string searches.
2017-05-12 Chris HansonAdd Knuth-Morris-Pratt search algorithm for forward...
2017-05-09 Chris HansonUse more aggressive NFC memoization.
2017-05-08 Chris HansonFix inadvertent removal of primitive body. Thanks...
2017-05-08 Chris HansonUpdate test to get it working again.
2017-05-07 Chris HansonMake write-xml port argument optional.
2017-05-07 Chris HansonChange UCD converter to ignore derived properties.
2017-05-07 Chris HansonAdd original ucd file for completeness.
2017-05-07 Chris HansonChange NFC normalization to use MAYBE values of NFC_QC.
2017-05-07 Chris HansonRevert earlier change and try a new approach for char...
2017-05-06 Chris HansonChange parser-buffer to return immutable strings.
2017-05-06 Chris HansonFix typo from previous change.
2017-05-06 Chris HansonChange XML output to use predicate dispatcher.
2017-05-06 Chris HansonFix typo in cached handler sets.
2017-05-06 Chris HansonRegister char and char-set predicates.
2017-05-06 Chris HansonAdd ability to register predicates earlier in the boot...
2017-05-06 Chris HansonClarify some details about the regsexp implementation.
2017-05-06 Chris HansonFix bug: incorrect assumption of mutability.
2017-05-06 Chris HansonDocument return values from binary write operations.
2017-05-06 Chris HansonAdd examples of regsexp patterns.
2017-05-06 Chris HansonChange regsexp {,inverse-}char-set to char-{,not-}in.
2017-05-05 Matt BirkholzNew plugin: devops.
2017-05-05 Matt Birkholzdebian/README.Debian: Example plugins are no longer...
2017-05-05 Chris HansonRewrite the regular expression section for Unicode...
2017-05-05 Chris HansonDocument named arguments to char-set and char-set*.
2017-05-05 Chris HansonFix typo.
2017-05-05 Chris HansonChange string-trimmer to use general char matcher like...
2017-05-04 Matt Birkholzdpkg-source: warning: native package version may not...
2017-05-04 Matt Birkholzplugins: Change to native Debian source format.
2017-05-03 Chris HansonFix missed regexp in mime-codec.
2017-05-03 Chris HansonChange pgsql to use regsexp.
2017-05-03 Chris HansonUse named char-set for whitespace.
2017-05-03 Chris HansonAdd named character sets.
2017-05-03 Chris HansonAdd case-insensitive matching.
2017-05-03 Chris HansonChange mime-coded to use regsexp.
2017-05-03 Chris HansonChange regsexp value to have values of groups instead...
next