mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
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:
parent
e5e0e9fdb8
commit
70f708f1d7
3 changed files with 7 additions and 1 deletions
|
@ -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/*
|
||||
|
|
|
@ -223,7 +223,7 @@ int complete_handler(void)
|
|||
|
||||
- (NSString *)readLine
|
||||
{
|
||||
const char *str;
|
||||
char *str;
|
||||
NSString *actualPrompt = prompt;
|
||||
NSString *line = @"";
|
||||
BOOL done = NO;
|
||||
|
|
|
@ -61,6 +61,7 @@ STEPTALK_HEADER_FILES = \
|
|||
STConversation.h \
|
||||
STEngine.h \
|
||||
STEnvironment.h \
|
||||
STEnvironmentDescription.h \
|
||||
STExterns.h \
|
||||
STFunctions.h \
|
||||
STFileScript.h \
|
||||
|
|
Loading…
Reference in a new issue