forked from seznam/teng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
26 lines (23 loc) · 772 Bytes
/
Copy pathChangeLog
File metadata and controls
26 lines (23 loc) · 772 Bytes
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
1.0.0
Released: 2004-04-13
Initial teng release.
1.0.4
Released: 2005-04-11
- From C++ API removed some never-used parts, thus shared library
version changed from 0 to 1.
- Removed bug from template cache; changed templates on filesystem
were not noticed (and reloaded) by teng engine.
- Added emulation of trunc() and round() math functions on systems
where missing.
- Check for presence of fenv.h file; exception checks are disabled
if header file does not exist.
1.0.10:
Released: 2005-05-26
- Teng function date() now accepts ISO8601-formated dates.
- Added new function dictexist() for checking dict item existence.
1.0.14:
Released: ???
- Win32 port
- Expansion support to dictionary
- C++-like comments: block (/* */) and line (//)
- fixed memory errors