2003-03-23 12:48:29 +00:00
|
|
|
|
2003 Mar 23
|
|
|
|
|
|
|
|
|
|
* STSourceReader: added some end of string checks
|
|
|
|
|
|
2003-02-03 19:28:23 +00:00
|
|
|
|
2003 Feb 3
|
|
|
|
|
|
2003-02-03 19:56:26 +00:00
|
|
|
|
* Version 0.7.0
|
|
|
|
|
|
|
|
|
|
2003 Feb 3
|
|
|
|
|
|
|
|
|
|
* STSourceReader: fixed reading of a number terminated with '.', we treat
|
|
|
|
|
it as an integer. Reader was complaining about i := 1.; fixed reading of
|
|
|
|
|
var:=something. It was terating 'var:' as a selector keyword.
|
2003-02-03 19:28:23 +00:00
|
|
|
|
|
2003-01-30 18:32:39 +00:00
|
|
|
|
2003 Jan 30
|
|
|
|
|
|
|
|
|
|
* ChangeLog, STBlock.m, STBytecodes.h,
|
|
|
|
|
STBytecodes.m, STCompiledMethod.m,
|
|
|
|
|
STCompiler.h, STCompiler.m, STCompilerUtils.h,
|
|
|
|
|
STCompilerUtils.m, STExecutionContext.m, STGrammar.m,
|
|
|
|
|
STGrammar.y, STLiterals.h, STLiterals.m,
|
|
|
|
|
STMethodContext.h, STSourceReader.h, SmalltalkEngine.m:
|
|
|
|
|
Cleanup of compiler warnings
|
|
|
|
|
|
2003-01-15 08:29:05 +00:00
|
|
|
|
2002 Dec 25
|
|
|
|
|
|
|
|
|
|
* Version 0.6.2
|
|
|
|
|
|
2002-12-21 22:13:15 +00:00
|
|
|
|
2002 Dec 21
|
|
|
|
|
|
|
|
|
|
* STSourceReader, STCompiler, STGrammar: Added real number parsing
|
|
|
|
|
|
|
|
|
|
2002 Sep 15
|
|
|
|
|
|
|
|
|
|
* Version 0.6.1
|
|
|
|
|
|
2002-08-30 12:49:09 +00:00
|
|
|
|
2002 Aug 30
|
|
|
|
|
|
|
|
|
|
* Code cleanup.
|
|
|
|
|
|
2002-06-14 08:35:11 +00:00
|
|
|
|
2002 Jun 14
|
|
|
|
|
|
|
|
|
|
* STMethodContext: Raise exception on invalid reference, not on undefined
|
|
|
|
|
object
|
|
|
|
|
|
|
|
|
|
2002 Jun 13
|
|
|
|
|
|
|
|
|
|
* STCompiledMethod: Removed unused methods
|
|
|
|
|
* STBytecodeInterpreter: rewritten context handling; removed unused methods
|
|
|
|
|
* STBlockContext: rewritten context handling; cleaned exception handler
|
|
|
|
|
* STGrammar.y: fixed empty arrays #()
|
|
|
|
|
* STExecutionContext: removed parent context as it is longer used
|
|
|
|
|
|
2002-06-07 22:13:51 +00:00
|
|
|
|
2002 Jun 7
|
|
|
|
|
|
|
|
|
|
* STBytecodeInterpreter: fixed debug-log bug
|
|
|
|
|
|
2002-06-06 17:14:05 +00:00
|
|
|
|
2002 Jun 6
|
|
|
|
|
|
|
|
|
|
* STSourceReader: fixed bug in reading number token type and binary
|
|
|
|
|
selectors beginning with the '-' character.
|
|
|
|
|
* Moved NSObject-additions to the StepTalk sources
|
|
|
|
|
|
2002-05-29 21:57:33 +00:00
|
|
|
|
2002 May 29
|
|
|
|
|
|
|
|
|
|
* STCompiledScript: assign return value on executing single-method script
|
|
|
|
|
|
2002-05-14 23:42:25 +00:00
|
|
|
|
2002 May 15
|
|
|
|
|
|
|
|
|
|
* STCompiler, Externs, STGrammar: fixed undefined exceptions (reported by
|
|
|
|
|
Bj<42>rn Gohla <b.gohla@gmx.de>)
|
|
|
|
|
|
2002-05-13 22:13:06 +00:00
|
|
|
|
2002 Mar 17
|
|
|
|
|
|
|
|
|
|
* STCompiler, STGrammar: changed grammar to be able to have "methods" or
|
|
|
|
|
"just statements" in source
|
|
|
|
|
|
|
|
|
|
2002 Feb 14
|
|
|
|
|
|
|
|
|
|
* STSourceReader: Retain character sets
|
|
|
|
|
|
|
|
|
|
2002 Feb 5
|
|
|
|
|
|
|
|
|
|
* STSelector+additions.[hm]: new files
|
|
|
|
|
* STCompiler: use STSelector class for symbol literals
|
|
|
|
|
|
|
|
|
|
2002 Feb 3
|
|
|
|
|
|
|
|
|
|
* STScriptObject: handle special method 'exit'
|
|
|
|
|
* STBytecodeInterpreter: added code to halt the interpreter and return from
|
|
|
|
|
all contexts
|
|
|
|
|
|
|
|
|
|
2002 Jan 31
|
|
|
|
|
|
|
|
|
|
* STBlock: small speed improvements
|
|
|
|
|
* STBlockContext: removed evaluateWithArguments:count:, and moved code
|
|
|
|
|
into STBLock
|
|
|
|
|
|
|
|
|
|
2002 Jan 23
|
|
|
|
|
|
|
|
|
|
* NSNumber+additions: moved arithmetic code to the library
|
|
|
|
|
|
|
|
|
|
2002 Jan 22
|
|
|
|
|
|
|
|
|
|
* STCompiler: create one more duplicate of stack top when assigning to a
|
|
|
|
|
variable.
|
|
|
|
|
|
|
|
|
|
2002 Jan 9
|
|
|
|
|
|
|
|
|
|
* SmalltalkEngine: implemented executeScript:inEnvironment:
|
|
|
|
|
|
|
|
|
|
2001 Dec 8
|
|
|
|
|
|
|
|
|
|
* Fixed temporary variable compilation
|
|
|
|
|
* Added special handling of nil, YES and NO constants; added corresponding
|
|
|
|
|
bytecodes
|
|
|
|
|
|
|
|
|
|
2001 Dec 8
|
|
|
|
|
|
|
|
|
|
* CahgeLog started
|
|
|
|
|
|