forked from morxa/clipsmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.old
52 lines (34 loc) · 1.57 KB
/
ChangeLog.old
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
47
48
49
50
51
2006-11-12 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.0.7 =====
Changed smart pointer typedef to CLIPSPointer
2006-08-06 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.0.6 =====
Added example envthreaded demonstrating four parallel environment executions.
Updated examples to call CLIPS::init()
Added the CLIPS::init() method to initialize threading support.
Environment: Added run_threaded() method, and support methods such as
join_run_thread(). This initiates execution of the environment in a separate
thread.
2006-07-31 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.0.5 =====
Changed handling of config.h and smart pointer defines
Fixed some signed unsigned compiler warnings
Fixed some missing returns in several Value methods
2006-07-29 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.0.4 =====
2006-07-26 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
Environment: Changed assert to assert_fact
Added checks to locate boost shared pointer if tr1 shared pointer isn't
found. Added support to use whichever form is found.
2006-07-21 Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu>
===== 0.0.3 =====
Added Function class for handling deffunctions
Environment: Added method for getting list head of globals
2006-07-20 Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu>
===== 0.0.2 =====
Added Global class to support CLIPS globals
2006-07-18 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
Renamed module() methods module_name() when returning a string name
2006-07-16 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.0.1 =====
Initial release