Version 1.6.0.4

<< Click to Display Table of Contents >>

Navigation:  What's new > 2008 - version history >

Version 1.6.0.4

Release date: 2008.04.09

Dates with background color XXX indicate a preview version release.

 

Date

Area/Module

What

Description

Thanks to:

2008.04.09





2008.04.02

Core

Improved

Added BOOLEAN data type. It is internally managed exactly like INTEGER but it plays a role in VARIANT variables.
In VARIANT variables INTEGERs and BOOLEANs value are both stored in an INTEGER class shared space but internally their type is different. Some COM interfaces need a BOOLEAN type.



Core

Add

ARRAY FILL ... statement added



Exe module

Add

EXE_PE_GetStackCommit function added



Exe module

Add

EXE_PE_GetStackReserve function added



Exe module

Add

EXE_PE_GetHeapCommit function added



Exe module

Add

EXE_PE_GetHeapReserve function added



Core

Improved

ARRAY ASSIGN ... improved. If index is -1, a single value can change all elements in the array


2008.04.01

DT

Add

DT_MillisecToTime function added



DT

Add

DT_TimeToMillisec function added



DT

Add

DT_GetTime function added



thinAir

Add

Added the "Author Name" field in the ThinAir's general option tab and @AUTHOR@ macro to template files

Abraxas


thinAir

Improved

Improved general stability



DT

Improved

DT_SettimeSeparator improved. Now separator is considered by more functions returning a time

fmaxwell


DT

Improved

DT_SetDateSeparator improved. Now separator is considered by more functions returning a date

fmaxwell

2008.03.27

Core

Fix

Fixed parsing of &b and &B used to specify binary numbers

Psch

2008.03.25

TBEM

Fix

Fixed some problems in time handling

Michael


Core

Fix

DIM variable without any AS clause created parsing problems in some special cases.


2008.03.24

Core

Add

STATIC variables are now a reality. Define how many STATIC variables you need of whatever type you like.



Core

Add

Reintroduced FUNCTION_Name function removed in previous version due to internal development problems.