Commit graph

23 commits

Author SHA1 Message Date
Wolfgang Lux
2da0d9a1bc Fix Makefile variable for StepTalk bundles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35748 72102866-910b-0410-8b05-ffd578937521
2012-10-26 16:01:57 +00:00
Wolfgang Lux
f59cb2fc92 Clean up imports in several StepTalk files removing includes of the
Objective-C runtime headers. Also replace a few more deprecated
Objective-C runtime calls.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34532 72102866-910b-0410-8b05-ffd578937521
2012-01-15 09:04:40 +00:00
Wolfgang Lux
9903bbabc3 More Objective-C 2 API updates for StepTalk.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@32798 72102866-910b-0410-8b05-ffd578937521
2011-04-07 11:31:20 +00:00
Nicola Pero
f1ec641958 Updated to use GNUSTEP_LIBRARY instead of GNUSTEP_INSTALLATION_DIR/Library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@24554 72102866-910b-0410-8b05-ffd578937521
2007-02-14 12:34:00 +00:00
Stefan Urbanek
5e725064c3 Added ReadlineTranscript
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17773 72102866-910b-0410-8b05-ffd578937521
2003-10-03 16:30:06 +00:00
Stefan Urbanek
bbc3eac654 Cleanup after change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17439 72102866-910b-0410-8b05-ffd578937521
2003-08-06 18:02:52 +00:00
Stefan Urbanek
632f5d060f Added some linkage dependencies
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16697 72102866-910b-0410-8b05-ffd578937521
2003-05-11 16:02:27 +00:00
Stefan Urbanek
4d61e1690a Updated application scripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16600 72102866-910b-0410-8b05-ffd578937521
2003-05-02 09:29:20 +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
615ce16aee Compiler warnings cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15787 72102866-910b-0410-8b05-ffd578937521
2003-01-30 18:42:39 +00:00
Stefan Urbanek
51df7b1467 ObjectiveC module compilation fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15762 72102866-910b-0410-8b05-ffd578937521
2003-01-29 22:11:21 +00:00
Stefan Urbanek
f35d77d5ce Removed now unnecesary -lStepTalk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15698 72102866-910b-0410-8b05-ffd578937521
2003-01-25 19:50:10 +00:00
Stefan Urbanek
1b7a46583b Removed Info.plist files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15696 72102866-910b-0410-8b05-ffd578937521
2003-01-25 13:07:10 +00:00
Stefan Urbanek
1df0ad2db9 Use plain .bundle instead of .stmodule
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15691 72102866-910b-0410-8b05-ffd578937521
2003-01-24 14:10:11 +00:00
Stefan Urbanek
af6fccf27b Added ScriptingInfo.plists
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15690 72102866-910b-0410-8b05-ffd578937521
2003-01-24 13:58:43 +00:00
Stefan Urbanek
36bcbc0210 added includeBundle
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15680 72102866-910b-0410-8b05-ffd578937521
2003-01-22 21:52:01 +00:00
Stefan Urbanek
cc7ce2e97d Fixed implementorsOf: to accept also STSelector argument (#symbol in Smalltalk)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14980 72102866-910b-0410-8b05-ffd578937521
2002-11-11 21:58:56 +00:00
Stefan Urbanek
50ce3dfbd7 implementorsOfSelector: added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14979 72102866-910b-0410-8b05-ffd578937521
2002-11-11 21:45:46 +00:00
Stefan Urbanek
eaca2ffbe7 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14977 72102866-910b-0410-8b05-ffd578937521
2002-11-11 21:30:38 +00:00
Stefan Urbanek
54bb5b32d2 Added .cvsignore files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14479 72102866-910b-0410-8b05-ffd578937521
2002-09-17 13:00:16 +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
aa5da184f8 Compilation bug-fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13907 72102866-910b-0410-8b05-ffd578937521
2002-06-17 16:25:29 +00:00
Stefan Urbanek
b98ab20521 ObjectiveC module added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13889 72102866-910b-0410-8b05-ffd578937521
2002-06-15 13:11:29 +00:00