/[gnustep]/gnustep/dev-libs/StepTalk/Languages/Smalltalk/ChangeLog
ViewVC logotype

Contents of /gnustep/dev-libs/StepTalk/Languages/Smalltalk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.23 - (show annotations) (download)
Wed Sep 24 16:52:28 2003 UTC (20 years, 6 months ago) by stefanu
Branch: MAIN
Changes since 1.22: +8 -0 lines
Added ARP guards

1 2003 Sep 24 Stefan Urbanek <urbanek@host.sk>
2
3 * Guard compilation with an autorelease pool
4
5 2003 Sep 23 Stefan Urbanek <urbanek@host.sk>
6
7 * STBytecodeInterpreter: fixed memory leak (reported by Alexander Diemand)
8
9 2003 Aug 5 Stefan Urbanek <urbanek@host.sk>
10
11 * STScriptObject renamed to STSmalltalkScriptObject, because of steptalk
12 core change.
13
14 2003 May 17 Stefan Urbanek <urbanek@host.sk>
15
16 * STSourceReader: treat decimal point followed by whitespace as '.' dot -
17 end of statement.
18
19 2003 May 9 Stefan Urbanek <urbanek@host.sk>
20
21 * NSString+additions: added
22
23 2003 May 4 Stefan Urbanek <urbanek@host.sk>
24
25 * SmalltalkEngine: remove exception guard to allow debugging
26
27 2003 Apr 29 Stefan Urbanek <urbanek@host.sk>
28
29 * STSourceReader: fixed reading of identifiers at the end of source
30
31 2003 Apr 21 Stefan Urbanek <urbanek@host.sk>
32
33 * Version 0.7.1
34
35 2003 Apr 6 Stefan Urbanek <urbanek@host.sk>
36
37 * STCompiler: compileString: fixed exception reporting.
38
39 2003 Apr 04 David Ayers <d.ayers@inode.at>
40
41 * GNUmakefile: Added flags to show all warnings except for import.
42 * STBlock.m: Initialzed variables to supress compiler warnings.
43 * STCompiledMethod.m: Added needed import.
44 * STCompiler.m: Added missing declaration. Wrapped declarations only
45 needed for DEBUG into #ifdefs to supress compiler warnings.
46 Initialzed variables to supress compiler warnings.
47 * STExecutionContext.m: Unified name for private categories.
48
49 2003 Mar 25 Stefan Urbanek <urbanek@host.sk>
50
51 * STSourceReader: added missing [super dealloc]
52 * STCompiledCode: do not retain bytecode data
53 * STCompiler: various memory leak fixes
54 * SmalltalkEngine: guard compilation exception and release the compiler
55
56 2003 Mar 23 Stefan Urbanek <urbanek@host.sk>
57
58 * STSourceReader: added some end of string checks
59
60 2003 Feb 3 Stefan Urbanek <urbanek@host.sk>
61
62 * Version 0.7.0
63
64 2003 Feb 3 Stefan Urbanek <urbanek@host.sk>
65
66 * STSourceReader: fixed reading of a number terminated with '.', we treat
67 it as an integer. Reader was complaining about i := 1.; fixed reading of
68 var:=something. It was terating 'var:' as a selector keyword.
69
70 2003 Jan 30 Stefan Urbanek <urbanek@host.sk>
71
72 * ChangeLog, STBlock.m, STBytecodes.h,
73 STBytecodes.m, STCompiledMethod.m,
74 STCompiler.h, STCompiler.m, STCompilerUtils.h,
75 STCompilerUtils.m, STExecutionContext.m, STGrammar.m,
76 STGrammar.y, STLiterals.h, STLiterals.m,
77 STMethodContext.h, STSourceReader.h, SmalltalkEngine.m:
78 Cleanup of compiler warnings
79
80 2002 Dec 25 Stefan Urbanek <urbanek@host.sk>
81
82 * Version 0.6.2
83
84 2002 Dec 21 Stefan Urbanek <urbanek@host.sk>
85
86 * STSourceReader, STCompiler, STGrammar: Added real number parsing
87
88 2002 Sep 15 Stefan Urbanek <urbanek@host.sk>
89
90 * Version 0.6.1
91
92 2002 Aug 30 Stefan Urbanek <urbanek@host.sk>
93
94 * Code cleanup.
95
96 2002 Jun 14 Stefan Urbanek <urbanek@host.sk>
97
98 * STMethodContext: Raise exception on invalid reference, not on undefined
99 object
100
101 2002 Jun 13 Stefan Urbanek <urbanek@host.sk>
102
103 * STCompiledMethod: Removed unused methods
104 * STBytecodeInterpreter: rewritten context handling; removed unused methods
105 * STBlockContext: rewritten context handling; cleaned exception handler
106 * STGrammar.y: fixed empty arrays #()
107 * STExecutionContext: removed parent context as it is longer used
108
109 2002 Jun 7 Stefan Urbanek <urbanek@host.sk>
110
111 * STBytecodeInterpreter: fixed debug-log bug
112
113 2002 Jun 6 Stefan Urbanek <urbanek@host.sk>
114
115 * STSourceReader: fixed bug in reading number token type and binary
116 selectors beginning with the '-' character.
117 * Moved NSObject-additions to the StepTalk sources
118
119 2002 May 29 Stefan Urbanek <urbanek@host.sk>
120
121 * STCompiledScript: assign return value on executing single-method script
122
123 2002 May 15 Stefan Urbanek <urbanek@host.sk>
124
125 * STCompiler, Externs, STGrammar: fixed undefined exceptions (reported by
126 Björn Gohla <b.gohla@gmx.de>)
127
128 2002 Mar 17 Stefan Urbanek <urbanek@host.sk>
129
130 * STCompiler, STGrammar: changed grammar to be able to have "methods" or
131 "just statements" in source
132
133 2002 Feb 14 Stefan Urbanek <urbanek@host.sk>
134
135 * STSourceReader: Retain character sets
136
137 2002 Feb 5 Stefan Urbanek <urbanek@host.sk>
138
139 * STSelector+additions.[hm]: new files
140 * STCompiler: use STSelector class for symbol literals
141
142 2002 Feb 3 Stefan Urbanek <urbanek@host.sk>
143
144 * STScriptObject: handle special method 'exit'
145 * STBytecodeInterpreter: added code to halt the interpreter and return from
146 all contexts
147
148 2002 Jan 31 Stefan Urbanek <urbanek@host.sk>
149
150 * STBlock: small speed improvements
151 * STBlockContext: removed evaluateWithArguments:count:, and moved code
152 into STBLock
153
154 2002 Jan 23 Stefan Urbanek <urbanek@host.sk>
155
156 * NSNumber+additions: moved arithmetic code to the library
157
158 2002 Jan 22 Stefan Urbanek <urbanek@host.sk>
159
160 * STCompiler: create one more duplicate of stack top when assigning to a
161 variable.
162
163 2002 Jan 9 Stefan Urbanek <urbanek@host.sk>
164
165 * SmalltalkEngine: implemented executeScript:inEnvironment:
166
167 2001 Dec 8 Stefan Urbanek <urbanek@host.sk>
168
169 * Fixed temporary variable compilation
170 * Added special handling of nil, YES and NO constants; added corresponding
171 bytecodes
172
173 2001 Dec 8 Stefan Urbanek <urbanek@host.sk>
174
175 * CahgeLog started
176

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26