Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
View Latest Revision
source:
dev
/
BasicCompiler64
/
Opcode.h
Revision Log Mode:
Stop on copy
Follow copies
Show only adds and deletes
View log starting at
and back to
Show at most
revisions per page.
Show full log messages
Legend:
Added
Modified
Copied or renamed
Diff
Rev
Age
Author
Log Message
(edit)
@56
18 years
dai_9181
・[Unicode]リテラル文字列のスイッチング ・[Unicode]Char型を文字型として扱うようにする …
(edit)
@50
18 years
dai_9181
オーバーロード解決用の関数保持リストを "SUBINFO
" ではなく、"vector<SUBINFO *>" に変更した。
(edit)
@49
18 years
dai_9181
戻り値オブジェクトのメンバを直接的に参照できるようにした。
(edit)
@46
18 years
dai_9181
VarPtrの戻り値の型をVoidPtrではなく、ポインタレベルを増加した型にした。 関連関数のパラメータにconstを適用。
(edit)
@40
18 years
dai_9181
ByRef修飾子を関数戻り値とDimステートメントで指定可能にした。
(edit)
@38
18 years
dai_9181
戻り値に基本型を持つインデクサ(Getter)が正常に呼び出せないバグを修正。
(edit)
@36
18 years
dai_9181
Boolean型に対応。
(edit)
@34
18 years
dai_9181
スコープ処理を統一した。関数の途中でReturnしても、スコープにあるローカルオブジェクトを正確に破棄できるようにした。
(edit)
@31
18 years
dai_9181
_System_LocalThis(見えないThisポインタパラメータ)を通常のパラメータ保有領域ではなく、リアルパラメータ保有領域に移動した …
(edit)
@20
18 years
dai_9181
参照型パラメータに関数の戻り値オブジェクトを指定した場合などの、一時オブジェクトの扱いを可能にした。 …
(edit)
@19
18 years
dai_9181
64ビットコンパイラでローカル変数の0初期化に対応。 …
(edit)
@17
18 years
dai_9181
定数メンバ機能を有効にした。
(edit)
@15
18 years
dai_9181
LexicalAnalysisを廃止。
(edit)
@11
18 years
dai_9181
Const変数の書き込み規制を有効化(グローバル/ローカル変数のみ) 定数オブジェクトと定数メンバは未実装。
(edit)
@9
18 years
dai_9181
Constステートメントで定数変数を宣言できるように改良。
(add)
@3
18 years
dai_9181
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog