-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
157 lines (92 loc) · 4.22 KB
/
Copy pathChangeLog
File metadata and controls
157 lines (92 loc) · 4.22 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
2012-03-11 Peter Schueller <ps@kr.tuwien.ac.at>
Release version 2.0.0.
2012-01-19 Peter Schueller <ps@kr.tuwien.ac.at>
* configure.ac: Using dlvhex.m4 for configuration.
* m4/dlvhex.m4: Likewise.
* NEWS: Update.
* AUTHORS: Update.
2011-09-23 Sabine Laszakovits <sabine.laszakovits@gmail.com>
Porting to dlvhex 2.0.0.
2011-06-13 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* m4/boost.m4: Remove.
* bootstrap.sh: Likewise.
2010-06-22 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
Release version 1.7.0.
2010-06-15 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* configure.ac (BOOST_REQUIRE): Require boost >= 1.41.
2010-06-14 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* m4/boost.m4: Updating to version currently used in dlvhex trunk.
* configure.ac (AC_PREREQ): Require autoconf >= 2.61.
(AC_INIT): Bump version to 1.7.0.
2010-04-23 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2010-04-22 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/stringplugin.cpp: Include cstdio for gcc4.4.
(ShaAtom::retrieve): Check return value of fgets.
2009-09-23 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* m4/boost.m4: Fix for autoconf 2.64 (see also
http://lists.gnu.org/archive/html/bug-autoconf/2009-08/msg00054.html).
2009-08-24 Peter Schueller <ps@kr.tuwien.ac.at>
* m4/boost.m4: Updating to version currently used in dlvhex trunk.
* examples/tests/stringplugintests.test: Adding examples, also used
as testcases with the test script which is currently used in dlvhex.
* examples/tests/run-dlvhex-tests.sh: Likewise.
* configure.ac: Likewise.
* Makefile.am: Likewise.
* examples/cmp.hex: Likewise.
* examples/concat.hex: Likewise.
* examples/sha1sum.hex: Likewise.
* examples/split.hex: Likewise.
* examples/strstr.hex: Likewise.
* examples/tests/cmp.out: Likewise.
* examples/tests/concat.out: Likewise.
* examples/tests/sha1sum.out: Likewise.
* examples/tests/split.out: Likewise.
* examples/tests/strstr.out: Likewise.
2009-01-29 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/stringplugin.cpp (SplitAtom::retrieve): Fix bug if position
is bigger then maximum number of string-splits.
Optimize string splitting.
2008-02-20 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* configure.ac: Require autoconf >= 2.61.
* Makefile.am: Require automake >= 1.10.
2008-02-12 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* Makefile.am (AUTOMAKE_OPTIONS): Set to gnu.
* configure.ac: Integrate new boost searching macros.
* src/Makefile.am: Likewise.
* m4/boost.m4: Use boost.m4 from http://repo.or.cz/w/boost.m4.git.
2008-01-27 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/stringplugin.cpp: Set plugin name to PACKAGE_TARNAME.
2008-01-09 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/stringplugin.cpp: Adapt to new dlvhex plugin API.
* configure.ac: Bump version to 0.3.0.
Fix boost searching.
* bootstrap.sh: Use autoreconf.
* m4/boost.m4: New file.
* README: New file.
* NEWS: New file.
* AUTHORS: New file.
2007-08-27 Axel Polleres <axel@polleres.net>
* src/stringplugin.cpp: Generalized '&concat' atom to accept an
aribtrary number of input params.
2006-12-01 Roman Schindlauer <roman@kr.tuwien.ac.at>
* configure.ac: Bumped version to 0.2.0
2006-12-01 Roman Schindlauer <roman@kr.tuwien.ac.at>
* configure.ac: Turn off building of static library.
2006-09-13 Roman Schindlauer <roman@kr.tuwien.ac.at>
* configure.ac: Added version number macros.
* src/stringplugin.cpp (PLUGINIMPORTFUNCTION): Set version number from
macros.
Update setOptions() parameters.
2006-08-18 Roman Schindlauer <roman@kr.tuwien.ac.at>
* src/Makefile.am: Added "-avoid-version -module" to LDFLAGS.
* src/stringplugin.cpp (PLUGINIMPORTFUNCTION): Set plugin version number.
2006-07-17 Roman Schindlauer <roman@kr.tuwien.ac.at>
* src/Makefile.am: removed linking with libdlvhexbase.
2006-05-13 Roman Schindlauer <roman@kr.tuwien.ac.at>
* src/stringplugin.cpp: Renamed 'sha' atom to 'sha1sum'.
2006-05-10 Roman Schindlauer <roman@kr.tuwien.ac.at>
* src/stringplugin.cpp: Reworked all methods, validating the type of
input terms. Allowed integer input for &concat, &strstr, &split, &cmp.
* ChangeLog: Added.
Fixes bug: #18.