3 Apr 11:53
r11771 - trunk/fundev/sources/environment/dswank
From: <hannes <at> gwydiondylan.org>
Subject: r11771 - trunk/fundev/sources/environment/dswank
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 09:56:30 GMT
Subject: r11771 - trunk/fundev/sources/environment/dswank
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 09:56:30 GMT
Author: hannes
Date: Thu Apr 3 11:56:29 2008
New Revision: 11771
Modified:
trunk/fundev/sources/environment/dswank/dswank-exports.dylan
trunk/fundev/sources/environment/dswank/dswank.dylan
Log:
Job: minor
use $machine-name and $os-name instead of hardcoded
machine and os
update SLIME version
Modified: trunk/fundev/sources/environment/dswank/dswank-exports.dylan
==============================================================================
--- trunk/fundev/sources/environment/dswank/dswank-exports.dylan (original)
+++ trunk/fundev/sources/environment/dswank/dswank-exports.dylan Thu Apr 3 11:56:29 2008
@@ -24,7 +24,10 @@
use standard-io;
use sockets;
use environment-commands;
- use environment-protocols, exclude: { application-filename, application-arguments };
+ use environment-protocols,
+ exclude: { application-filename,
+ application-arguments,
+ run-application };
use command-lines;
use commands;
use source-records;
(Continue reading)
RSS Feed