Commit graph

45 commits

Author SHA1 Message Date
Wolfgang Lux
903e11ce23 Add WebServices bundle to StepTalk. Must be requested explicitly by
adding webservices=yes to the make command line.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35750 72102866-910b-0410-8b05-ffd578937521
2012-10-26 16:58:45 +00:00
Wolfgang Lux
43359d0766 Add SQLClient bundle to StepTalk. Must be requested explicitly by
adding sqlclient=yes to the make command line.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35749 72102866-910b-0410-8b05-ffd578937521
2012-10-26 16:46:43 +00:00
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
64fad794f3 Remove obsolete NSDataLink constants from StepTalk's AppKit module.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34543 72102866-910b-0410-8b05-ffd578937521
2012-01-15 17:18:28 +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
Wolfgang Lux
df6691bc4f Update StepTalk's AppKit notification list to match recent change in gui.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@31912 72102866-910b-0410-8b05-ffd578937521
2011-01-20 08:15:57 +00:00
David Ayers
3d18a2f960 * Modules/GDL2/GNUmakefile: Use ADDITIONAL_NATIVE_LIBS instead of
GDL2_BUNDLE_LIBS to link GDL2 packages.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@26980 72102866-910b-0410-8b05-ffd578937521
2008-10-28 07:24:22 +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
e5e0e9fdb8 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@19828 72102866-910b-0410-8b05-ffd578937521
2004-08-05 17:01:52 +00:00
Stefan Urbanek
2e7e5f3d37 Added NSString containsString: to Foundation module.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@19778 72102866-910b-0410-8b05-ffd578937521
2004-07-26 17:39: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
ee4a64b430 Added NSKeyedArchiver and unarchiver
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18482 72102866-910b-0410-8b05-ffd578937521
2004-01-25 20:30:15 +00:00
Stefan Urbanek
cb01d8140d Fixed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17774 72102866-910b-0410-8b05-ffd578937521
2003-10-03 17:04:41 +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
032b4926cc Removed StepTalk module
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17438 72102866-910b-0410-8b05-ffd578937521
2003-08-06 17:49:59 +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
110d6c25dc Prepared for application scripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16224 72102866-910b-0410-8b05-ffd578937521
2003-03-23 00:53:49 +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
b73a26b0c1 NSFileManager additions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15678 72102866-910b-0410-8b05-ffd578937521
2003-01-22 15:06:56 +00:00
Stefan Urbanek
9baf35ce65 NSFileManager additions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15677 72102866-910b-0410-8b05-ffd578937521
2003-01-22 14:57:38 +00:00
Stefan Urbanek
c9b4953eca Removed inclusion of source-distribution.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15651 72102866-910b-0410-8b05-ffd578937521
2003-01-20 15:56:23 +00:00
Stefan Urbanek
56b94a9471 GDL2.stenv added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15602 72102866-910b-0410-8b05-ffd578937521
2003-01-15 19:36:01 +00:00
Stefan Urbanek
dbf32c0fc3 Added parser for real numbers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15315 72102866-910b-0410-8b05-ffd578937521
2002-12-21 22:13:15 +00:00
Stefan Urbanek
20a3b93641 Added GDL2 module
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15177 72102866-910b-0410-8b05-ffd578937521
2002-11-29 12:41:33 +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
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
bb9e3fa3ae Added StepTalk module
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@14377 72102866-910b-0410-8b05-ffd578937521
2002-08-30 12:43:46 +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
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
Adam Fedor
c2c2d22254 Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13642 72102866-910b-0410-8b05-ffd578937521
2002-05-13 22:13:06 +00:00