-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
46 lines (27 loc) · 1.24 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
This file contains the history of changes in the C++/Tcl library.
---
The version 1.1.3 differs from 1.1.2 in the following ways:
- A bug in the initialization of interpreter object was fixed.
---
The version 1.1.2 differs from 1.1.1 in the following ways:
- Copyright was updated to cover 2006.
- Information was added to docs about the usage of the Boost library.
- Few bug fixes were applied to allow empty parameter lists with variadic
functions.
---
The version 1.1.1 differs from 1.1.0 in the following ways:
- Explicit instantiations of some templates were moved to proper namespace.
---
The version 1.1.0 differs from 1.0.0 in the following ways:
- CHANGES file was added.
- LICENSE file was added with clear description of the license terms.
- Copyright was updated to cover 2005.
- Small patch was added to make the code compile on g++ 3.2.
- New assign method was added that accepts Tcl_Obj.
- Overload of interpreter::eval was added that accepts istream& parameter.
This allows to evaluate the contents of arbitrary stream
(for example, a file).
- Support for package definitions was added.
- Support for const class member functions was added.
- Support for variadic free functions, constructors and class methods
was added.