Changelog for trivial-shell

Generated on Sunday, 13 July 2008

Sun Jul 13 20:22:53 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.1.9
Sun Jul 13 20:22:40 EDT 2008Gary King <gwking@metabang.com>
bumped version to 0.1.9
Sun Jul 13 20:22:02 EDT 2008Gary King <gwking@metabang.com>
Removed cruft from sbcl.lisp -- whoopts
Wed Jul 9 18:22:21 EDT 2008Gary King <gwking@metabang.com>
website corrections, grrr
Tue Jul 8 08:46:00 EDT 2008Gary King <gwking@metabang.com>
Added textmate project for website
Tue Jul 8 08:45:26 EDT 2008Gary King <gwking@metabang.com>
Added website files
Tue Jul 8 08:44:04 EDT 2008Gary King <gwking@metabang.com>
package nickname mucking
Tue Jul 8 08:43:19 EDT 2008Gary King <gwking@metabang.com>
Added ecl.lisp and scl.lisp
Tue Jul 8 08:42:35 EDT 2008Gary King <gwking@metabang.com>
Cleanup
Tue Jul 8 08:41:47 EDT 2008Gary King <gwking@metabang.com>
Improve shell-command for SBCL on Windows with WIP -shell-command-using-temporary-file
Tue Jul 8 08:40:48 EDT 2008Gary King <gwking@metabang.com>
fix bug in openmcl and lispworks: s/shell-command/-shell-command/
Tue Jul 8 08:38:52 EDT 2008Gary King <gwking@metabang.com>
Started to add os-process-id and get-env-var
Wed Jun 25 22:33:19 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.1.8
Wed Jun 25 22:32:59 EDT 2008Gary King <gwking@metabang.com>
bump version
Wed Jun 25 22:32:20 EDT 2008Gary King <gwking@metabang.com>
Also shadowing-import timeout-error
Wed Jun 25 22:32:02 EDT 2008Gary King <gwking@metabang.com>
Introduce :com.metabang.trivial-timeout feature to prevent multiple loading.
Wed Jun 25 22:31:27 EDT 2008Gary King <gwking@metabang.com>
correct error in threaded SBCL
Sun Jun 22 23:09:27 EDT 2008Gary King <gwking@metabang.com>
tweak system def and package def and backwards test
Sun Jun 22 09:09:09 EDT 2008Gary King <gwking@metabang.com>
some system file rearranging
Sun Jun 22 09:08:30 EDT 2008Gary King <gwking@metabang.com>
updating copyright year
Sat Jun 21 23:43:55 EDT 2008Gary King <gwking@metabang.com>
Rework sbcl run-program to deal with windows file stream issues
Sat Jun 21 23:41:40 EDT 2008Gary King <gwking@metabang.com>
Moved with-timeout into its own new package (trivial-timeout)
Sat Jun 21 23:40:18 EDT 2008Gary King <gwking@metabang.com>
Added some tests for with-timeout
Tue Jun 10 09:24:55 EDT 2008Gary King <gwking@metabang.com>
Remove _local_ test configuration from darcs
Tue Jun 10 09:24:31 EDT 2008Gary King <gwking@metabang.com>
Fix test configuration
Tue Jun 10 09:15:47 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.1.7
Tue Jun 10 09:15:35 EDT 2008Gary King <gwking@metabang.com>
bump version
Tue Jun 10 09:14:57 EDT 2008Gary King <gwking@metabang.com>
open feature checks away from #+mcl and towards #+ccl
Mon Feb 11 08:40:23 EST 2008Gary King <gwking@metabang.com>
TAG version-0.1.6
Mon Feb 11 08:40:11 EST 2008Gary King <gwking@metabang.com>
bump version
Mon Feb 11 08:40:04 EST 2008Gary King <gwking@metabang.com>
Update package def in tests to account for changes in LIFT
Mon Feb 11 08:37:08 EST 2008Gary King <gwking@metabang.com>
Removed index.lml from website, switched name is system file to index.md
Mon Feb 11 08:36:38 EST 2008Gary King <gwking@metabang.com>
Used keywords to designate systems
Thu Nov 8 15:20:53 EST 2007Gary King <gwking@metabang.com>
TAG version-0.1.5
Thu Nov 8 15:20:41 EST 2007Gary King <gwking@metabang.com>
bumped version
Thu Nov 8 15:19:53 EST 2007Gary King <gwking@metabang.com>
Switched website to Markdown; running tests with configuration
Tue Nov 6 15:51:12 EST 2007Ole Arndt <ole@sugarshark.com>
Read from stdin and stdout in separate threads
Wed May 2 17:08:02 EDT 2007Gary King <gwking@metabang.com>
TAG version-0.1.3
Wed May 2 17:07:51 EDT 2007Gary King <gwking@metabang.com>
bump version
Thu Apr 26 15:31:29 EDT 2007attila.lendvai@gmail.com
Fix return values of with-stream-from-specifier, which fixes the return values of shell-command
Mon Feb 5 10:06:48 EST 2007Gary King <gwking@metabang.com>
TAG version-0.1.2
Mon Feb 5 10:06:11 EST 2007Gary King <gwking@metabang.com>
Added macros; bumped version
Mon Feb 5 10:05:19 EST 2007Gary King <gwking@metabang.com>
Added test for input parameter
Mon Feb 5 10:04:59 EST 2007Gary King <gwking@metabang.com>
Exported *shell-path* and *bourne-compatible-shell*
Mon Feb 5 10:04:35 EST 2007Gary King <gwking@metabang.com>
Added *shell-search-paths*; renamed *shell-path* to *bourne-compatibile-shell*
Mon Feb 5 10:04:08 EST 2007Gary King <gwking@metabang.com>
Added macros.lisp. This contains machinery for generic stream processing, with-input and with-output. I think it's cool.
Mon Feb 5 10:03:23 EST 2007Gary King <gwking@metabang.com>
Added input support to shell-command (implemented and tested only in allegro and sbcl.
Mon Feb 5 10:02:38 EST 2007Gary King <gwking@metabang.com>
Refactored shell-command so that one part does some additional path-searching and then calls %shell-command. Searching is controlled by the variable *shell-search-paths*; renamed *shell-path* to *bourne-compatibile-shell*
Thu Jan 18 21:11:43 EST 2007Gary King <gwking@metabang.com>
TAG version-0.1.1
Thu Jan 18 21:08:48 EST 2007Gary King <gwking@metabang.com>
Reformatted system defs
Thu Jan 18 21:08:31 EST 2007Gary King <gwking@metabang.com>
updated copyright
Mon Jul 17 09:46:48 EDT 2006Gary King <gwking@metabang.com>
These patches are needed for trivial-shell to work with CMUCL (satyakid@gmail.com)
Mon Jul 3 11:30:24 EDT 2006Gary King <gwking@metabang.com>
Corrected typo sb!ext -> sb-ext in with-timeout
Sun Jul 2 23:28:08 EDT 2006Gary King <gwking@metabang.com>
dropped a find-package (not sure why anymore... sigh)
Mon Jun 5 21:58:33 EDT 2006Gary King <gwking@metabang.com>
Updated and corrected copyright information
Fri Jun 2 12:53:29 EDT 2006Gary King <gwking@metabang.com>
More gensyms in the with-timeout macro
Tue May 30 11:07:56 EDT 2006Gary King <gwking@metabang.com>
digitool support
Mon May 22 16:56:00 EDT 2006Gary King <gwking@metabang.com>
Working on with-timeout
Fri May 19 17:36:44 EDT 2006Gary King <gwking@metabang.com>
Split into multiple files; added trivial trivial-shell-test system; started working on timeouts
Wed May 17 14:54:24 EDT 2006Gary King <gwking@metabang.com>
Ready to rock
Mon May 15 14:29:10 EDT 2006Gary King <gwking@metabang.com>
Added notes and COPYING
Mon May 15 14:28:42 EDT 2006Gary King <gwking@metabang.com>
Updated a bit
Fri Feb 24 12:00:32 EST 2006Gary King <gwking@metabang.com>
Initial record