Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | Removing geiser-mit's dep on subr-x altogether | Jose Antonio Ortega Ruiz | |
It's only using string-empty-p from there, which is a function whose name is almost as long as its implementation, so we better try to be compatible with older emacsen (subr-x was introduced in emacs 24.4). | |||
2017-11-28 | Only requiring subr-x under eval-when compile | Jose Antonio Ortega Ruiz | |
2016-11-09 | Same as before, but for geiser-mit-source-directory: it's 'directory | Jose Antonio Ortega Ruiz | |
2016-11-09 | Same as before, but for geiser-mit-source-directory: it's 'directory | Jose Antonio Ortega Ruiz | |
2016-09-30 | Use (car (process-lines ...)) instead of (shell-command ...) | Jordan Brown | |
`shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user isn't using a Bourne-compatible shell. Instead of futzing about with quoting, we can just use `process-lines` to execute a process and pass it arguments directly. | |||
2016-06-13 | A few byte-compilation warnings silenced | Jose Antonio Ortega Ruiz | |
2016-06-11 | Lower minimum MIT Scheme version | Fice T | |
2016-04-26 | Add preliminary support for MIT/GNU Scheme. | Peter | |