Commit graph

19 commits

Author SHA1 Message Date
Wolfgang Lux
63f3940bee Shut down compiler warnings for StepTalk's Shell example.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34546 72102866-910b-0410-8b05-ffd578937521
2012-01-15 18:16:56 +00:00
Stefan Urbanek
142ca84c8e use remote scripting, reflect framework changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21700 72102866-910b-0410-8b05-ffd578937521
2005-09-05 20:11:31 +00:00
Stefan Urbanek
732057a75f Introduced contexts finally commited
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@20518 72102866-910b-0410-8b05-ffd578937521
2005-01-04 21:51:13 +00:00
Stefan Urbanek
70f708f1d7 minor bugfixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@20009 72102866-910b-0410-8b05-ffd578937521
2004-09-06 20:00:02 +00:00
Stefan Urbanek
cf2f181fe7 just commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18933 72102866-910b-0410-8b05-ffd578937521
2004-03-27 23:32:04 +00:00
Stefan Urbanek
ecd3a33b3f Compiler warnings cleanup, Shell fixed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18145 72102866-910b-0410-8b05-ffd578937521
2003-11-24 09:43:42 +00:00
Stefan Urbanek
615c291ede Added STConversation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18063 72102866-910b-0410-8b05-ffd578937521
2003-11-08 01:02:35 +00:00
Stefan Urbanek
55304567c7 Added few named objects
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17695 72102866-910b-0410-8b05-ffd578937521
2003-09-21 16:23:09 +00:00
Stefan Urbanek
f8d5260c54 Added few named objects
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17694 72102866-910b-0410-8b05-ffd578937521
2003-09-21 16:12:46 +00:00
David Ayers
ddc9d205af * STEngine.h: Fixed declaration to match implementation to avoid
compiler warnings.
    * STEnvironment.h: Ditto.
    * STScriptsManager.h: Ditto.
    * STLanguage.h: Corrected declaration.
    * STScriptsManager.m: Added needed interface declaration.
    * GNUmakefile:  Added flags to show all warnings except for import.
    * Module/ObjectiveC/GNUmakefile:  Added flags to show all warnings
    except for import.
    * Module/Foundation/GNUmakefile:  Added flags to show all warnings
    except for import.
    * Module/AppKit/AppKitExceptions.m: Used variable to supress compiler
    warnings.
    * Module/AppKit/AppKitNotifications.m: Ditto.
    * Module/AppKit/GNUmakefile:  Added flags to show all warnings except
    for import.
    * Module/GDL2/GDL2Constants.m: Used variable to supress compiler
    warnings.
    * Module/GDL2/GNUmakefile: Added flags to show all warnings except
    for import.
    * Module/SimpleTranscripts/GNUmakefile: Added flags to show all warnings
    except for import.
    * Module/StepTalk/GNUmakefile: Added flags to show all warnings
    except for import.
    * Tools/stalk.m: Added needed interface declaration.
    * Tools/stupdate_languages.m: Corrected variable declaration and added
    cast.

ApplicationScripting
    * GNUmakefile: Added flags to be able to compile from the building
    directories and show all warnings except for import.
    * NSApplication+additions.m: Added import of needed headers.  Added
    interface declarations to supress compiler warnings.  Commented unused
    variables to supress compiler warnings.  Corrected variable types and
    added necessary casts.
    * STScriptingSupport.m: Added interface declaraions to supress
    compiler warnings.

Examples/Shell
    * GNUmakefile: Added flags to show all warnings except for import.
    * STShell.m: Unified name for private categories.

Examples/Server
    * ChangeLog: Added new file.
    * GNUmakefile: Added flags to show all warnings except for import.

Languages/Smalltalk/ChangeLog
    * GNUmakefile: Added flags to show all warnings except for import.
    * STBlock.m: Initialzed variables to supress compiler warnings.
    * STCompiledMethod.m: Added needed import.
    * STCompiler.m: Added missing declaration.  Wrapped declarations only
    needed for DEBUG into #ifdefs to supress compiler warnings.
    Initialzed variables to supress compiler warnings.
    * STExecutionContext.m: Unified name for private categories.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16351 72102866-910b-0410-8b05-ffd578937521
2003-04-04 10:57:04 +00:00
Stefan Urbanek
32167b5a54 Patch from Deek
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14478 72102866-910b-0410-8b05-ffd578937521
2002-09-17 12:40:41 +00:00
Stefan Urbanek
b356d8bb55 Fixed AppKit constants
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14443 72102866-910b-0410-8b05-ffd578937521
2002-09-15 10:22:15 +00:00
Stefan Urbanek
ffe40d07da Scripts manager added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13926 72102866-910b-0410-8b05-ffd578937521
2002-06-21 22:40:59 +00:00
Stefan Urbanek
2b961fe6fe Code cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13882 72102866-910b-0410-8b05-ffd578937521
2002-06-14 08:42:00 +00:00
Stefan Urbanek
600de3ee1e Shell split
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13795 72102866-910b-0410-8b05-ffd578937521
2002-06-07 22:11:01 +00:00
Stefan Urbanek
60f32db4b2 Misc bugfixes and additions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13789 72102866-910b-0410-8b05-ffd578937521
2002-06-06 17:14:05 +00:00
Stefan Urbanek
dd6175d9c5 Added object finders
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13769 72102866-910b-0410-8b05-ffd578937521
2002-06-04 17:59:06 +00:00
Stefan Urbanek
b7ddfd997e bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13739 72102866-910b-0410-8b05-ffd578937521
2002-05-29 22:32:24 +00:00
Stefan Urbanek
216d6a5bcc New example
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13737 72102866-910b-0410-8b05-ffd578937521
2002-05-29 21:59:25 +00:00