libs-steptalk/Languages/Smalltalk
Wolfgang Lux 94d605787c Fix syntax error reports to include context when compiling a Smalltalk string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35840 72102866-910b-0410-8b05-ffd578937521
2012-12-02 11:37:26 +00:00
..
.cvsignore Added .cvsignore files 2002-09-17 13:00:16 +00:00
ChangeLog Fix syntax error reports to include context when compiling a Smalltalk string 2012-12-02 11:37:26 +00:00
Externs.h *** empty log message *** 2002-05-14 23:42:25 +00:00
Externs.m *** empty log message *** 2002-05-14 23:42:25 +00:00
GNUmakefile Updated to use GNUSTEP_LIBRARY instead of GNUSTEP_INSTALLATION_DIR/Library 2007-02-14 12:34:00 +00:00
NSArray+additions.h Initial revision 2002-05-13 22:13:06 +00:00
NSArray+additions.m Changed license to LGPL 2004-04-25 18:18:17 +00:00
NSNumber+additions.h Initial revision 2002-05-13 22:13:06 +00:00
NSNumber+additions.m Accept negative step 2003-09-28 20:57:06 +00:00
NSObject+additions.h reflect framework changes 2005-09-05 20:03:05 +00:00
NSObject+additions.m reflect framework changes 2005-09-05 20:03:05 +00:00
NSString+additions.h Added NSString additions 2003-05-11 15:45:20 +00:00
NSString+additions.m Added NSString additions 2003-05-11 15:45:20 +00:00
SmalltalkEngine.h Changed license to LGPL 2004-04-25 18:18:17 +00:00
SmalltalkEngine.m reflect framework changes 2005-09-05 20:03:05 +00:00
SmalltalkInfo.plist Add missing semicolons at end of plist dictionaries. 2011-01-20 08:50:33 +00:00
STBlock.h Fixed exception reporting in STCompiler 2003-04-06 12:59:13 +00:00
STBlock.m Clean warnings 2003-08-08 22:35:26 +00:00
STBlockContext.h Code cleanup 2002-08-30 12:49:09 +00:00
STBlockContext.m Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STBytecodeInterpreter.h Clean warnings 2003-08-08 22:35:26 +00:00
STBytecodeInterpreter.m Clean up imports in several StepTalk files removing includes of the 2012-01-15 09:04:40 +00:00
STBytecodes.h Shut down (most) compiler warnings for StepTalk's Smalltalk interpreter. 2012-01-15 13:27:14 +00:00
STBytecodes.m Introduced contexts finally commited 2005-01-04 21:51:13 +00:00
STCompiledCode.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STCompiledCode.m Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STCompiledMethod.h Shut down (most) compiler warnings for StepTalk's Smalltalk interpreter. 2012-01-15 13:27:14 +00:00
STCompiledMethod.m Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STCompiledScript.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STCompiledScript.m Fix memory management bugs in Steptalk detected by clang's static analyzer 2012-02-07 09:22:40 +00:00
STCompiler.h Shut down (most) compiler warnings for StepTalk's Smalltalk interpreter. 2012-01-15 13:27:14 +00:00
STCompiler.m Fix syntax error reports to include context when compiling a Smalltalk string 2012-12-02 11:37:26 +00:00
STCompilerUtils.h Removed compiler warnings 2003-01-30 18:32:39 +00:00
STCompilerUtils.m Remove a repeated attribute declaration from the implementation. 2012-10-26 17:15:52 +00:00
STExecutionContext.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STExecutionContext.m Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STGrammar.m *** empty log message *** 2004-11-09 20:59:07 +00:00
STGrammar.m.h Initial revision 2002-05-13 22:13:06 +00:00
STGrammar.y Changed license to LGPL 2004-04-25 18:18:17 +00:00
STLiterals.h Removed compiler warnings 2003-01-30 18:32:39 +00:00
STLiterals.m Removed compiler warnings 2003-01-30 18:32:39 +00:00
STMessage.h Initial revision 2002-05-13 22:13:06 +00:00
STMessage.m Initial revision 2002-05-13 22:13:06 +00:00
STMethodContext.h Shut down (most) compiler warnings for StepTalk's Smalltalk interpreter. 2012-01-15 13:27:14 +00:00
STMethodContext.m Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STSelector+additions.h Initial revision 2002-05-13 22:13:06 +00:00
STSelector+additions.m Code cleanup 2002-08-30 12:49:09 +00:00
STSmalltalkScriptObject.h Access ivars by name not by index, use KVC 2005-06-20 20:40:47 +00:00
STSmalltalkScriptObject.m Fix memory management bugs in Steptalk detected by clang's static analyzer 2012-02-07 09:22:40 +00:00
STSourceReader.h Removed compiler warnings 2003-01-30 18:32:39 +00:00
STSourceReader.m Fix unintended fall through in a switch statement in Steptalk detected 2012-02-07 09:29:14 +00:00
STStack.h Initial revision 2002-05-13 22:13:06 +00:00
STStack.m Code cleanup 2002-08-30 12:49:09 +00:00
STTokenTypes.h Added parser for real numbers 2002-12-21 22:13:15 +00:00
STUndefinedObject+additions.h Initial revision 2002-05-13 22:13:06 +00:00
STUndefinedObject+additions.m Initial revision 2002-05-13 22:13:06 +00:00