minor bugfixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@20009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2004-09-06 20:00:02 +00:00
parent e5e0e9fdb8
commit 70f708f1d7
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004 Sep 6 Stefan Urbanek
* stshell: fix for compiler
* added missing STEnvironmentDescription installation
2004 Aug 2 Stefan Urbanek
* Search for scripts in */Library/Scripts/*

View file

@ -223,7 +223,7 @@ int complete_handler(void)
- (NSString *)readLine
{
const char *str;
char *str;
NSString *actualPrompt = prompt;
NSString *line = @"";
BOOL done = NO;

View file

@ -61,6 +61,7 @@ STEPTALK_HEADER_FILES = \
STConversation.h \
STEngine.h \
STEnvironment.h \
STEnvironmentDescription.h \
STExterns.h \
STFunctions.h \
STFileScript.h \