Earlier this year
-
-
-
-
-
r49
(version 4.0.8.34. Sync with the Sciter v.1.0.8.34.
1) vario...) committed by andrew.fedoniouk
- version 4.0.8.34. Sync with the Sciter v.1.0.8.34.
1) various fixes.
2) multi-values:
function triad() { return (10,20,30); }
var (a,b,c) = (1,2,3);
(a,b,c) = triad();
version 4.0.8.34. Sync with the Sciter v.1.0.8.34.
1) various fixes.
2) multi-values:
function triad() { return (10,20,30); }
var (a,b,c) = (1,2,3);
(a,b,c) = triad();
-
r48
(date_time::set_frac_time fix. (for POSIX builds)) committed by andrew.fedoniouk
- date_time::set_frac_time fix. (for POSIX builds)
date_time::set_frac_time fix. (for POSIX builds)
-
-
-
r45
(tiscript v.4.0.1.0
New:
1) Color and Length data types, see...) committed by andrew.fedoniouk
- tiscript v.4.0.1.0
New:
1) Color and Length data types, see doc/Color.htm and doc/Length.htm
2) Stream.scanf() and String.scanf(), type safe version of correspondent C runtime function.
3) tiscript.h (public API) updates. In particular tiscript_class_def::on_gc_copy() - allows to
maintain weak reference on the 'this' scripting object in native classes.
Various minor fixes.
tiscript v.4.0.1.0
New:
1) Color and Length data types, see doc/Color.htm and doc/Length.htm
2) Stream.scanf() and String.scanf(), type safe version of correspondent C runtime function.
3) tiscript.h (public API) updates. In particular tiscript_class_def::on_gc_copy() - allows to
maintain weak reference on the 'this' scripting object in native classes.
Various minor fixes.
-
r44
(Generalization of the `nothing` value. The `nothing` is a sy...) committed by andrew.fedoniouk
- Generalization of the `nothing` value. The `nothing` is a symbol that designates `void` return from
a function. I've implemented some guards that prevent the `nothing` to be stored in local variables,
object properties and array members.
Generalization of the `nothing` value. The `nothing` is a symbol that designates `void` return from
a function. I've implemented some guards that prevent the `nothing` to be stored in local variables,
object properties and array members.
-
-
-
-
r40
(Added missing tool/ucdata) committed by andrew.fedoniouk
- Added missing tool/ucdata
Added missing tool/ucdata
-
-
Older
-
r38
(Missed files from /SDK folder has been added.) committed by andrew.fedoniouk
- Missed files from /SDK folder has been added.
Missed files from /SDK folder has been added.
-
r37
(Version of TIScript that is used in Sciter v.1.0.6.8
Added p...) committed by andrew.fedoniouk
- Version of TIScript that is used in Sciter v.1.0.6.8
Added projects to build tiscript.dll and tiscript.exe in MSVC6 and later.
Has redesigned (extended) API that is incompatible with previous version. See /sdk/samples/
Version of TIScript that is used in Sciter v.1.0.6.8
Added projects to build tiscript.dll and tiscript.exe in MSVC6 and later.
Has redesigned (extended) API that is incompatible with previous version. See /sdk/samples/
|