..
.cvsignore
Added .cvsignore files
2002-09-17 13:00:16 +00:00
ChangeLog
Fix bug where the Smalltalk source reader was loosing the last character
2013-06-30 17:42:15 +00:00
Externs.h
Implement correct semantics for return statements inside a Smalltalk
2013-03-24 17:02:20 +00:00
Externs.m
Implement correct semantics for return statements inside a Smalltalk
2013-03-24 17:02:20 +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
Fix -collect: method to properly handle nil results from block.
2013-04-03 07:46:24 +00:00
NSNumber+additions.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
NSNumber+additions.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +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
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBlock.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBlockContext.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBlockContext.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBytecodeInterpreter.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBytecodeInterpreter.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBytecodes.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STBytecodes.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiledCode.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiledCode.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiledMethod.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiledMethod.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiledScript.h
Access ivars by name not by index, use KVC
2005-06-20 20:40:47 +00:00
STCompiledScript.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiler.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompiler.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STCompilerUtils.h
Removed compiler warnings
2003-01-30 18:32:39 +00:00
STCompilerUtils.m
Check the result of the super class initializer and assign it to self.
2013-03-23 18:09:25 +00:00
STExecutionContext.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STExecutionContext.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STGrammar.m
Change Smalltalk grammar to allow empty list of temporaries.
2013-05-26 16:14:13 +00:00
STGrammar.m.h
Initial revision
2002-05-13 22:13:06 +00:00
STGrammar.y
Change Smalltalk grammar to allow empty list of temporaries.
2013-05-26 16:14:13 +00:00
STLiterals.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STLiterals.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STMessage.h
Initial revision
2002-05-13 22:13:06 +00:00
STMessage.m
Check the result of the super class initializer and assign it to self.
2013-03-23 18:09:25 +00:00
STMethodContext.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STMethodContext.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +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
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STSourceReader.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STSourceReader.m
Fix bug where the Smalltalk source reader was loosing the last character
2013-06-30 17:44:50 +00:00
STStack.h
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +00:00
STStack.m
StepTalk Smalltalk compiler: int->NSInteger transition
2013-05-26 15:51:26 +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