File: NEWS

package info (click to toggle)
sary 1%3A1.2.0-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,136 kB
  • sloc: sh: 8,498; ansic: 4,818; makefile: 223; perl: 79
file content (74 lines) | stat: -rw-r--r-- 2,481 bytes parent folder | download | duplicates (3)
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
Overview of Changes in Sary 1.2.0 - 2004-03-29

* Change APIs: Saryer => SarySearcher (type)
* Change APIs: sary_* => saryer_searcher_* (functions)
* Require GLIB 2.0.0 or later instead of GLIB 1.2.x
* New API: sary_searcher_get_next_position that returns
search results as a SaryInt.
* Obsolete API: sary_searcher_peek_next_position. 
* Some minor bugfix.

Overview of Changes in Sary 1.0.4 - 2002-09-18

* Improve performance of display of search results.
* Modify help messages.

Overview of Changes in Sary 1.0.3 - 2000-12-12

* Support multi threading for block sorting.
* Get rid of memory leaks in the library.
* Fix header file.
* New option: mksary --threads, -t - enable multi threading.
* New option: mksary --index, -i - indexing only not sorting.

Overview of Changes in Sary 1.0.2 - 2000-12-6

* Peroformance of suffix array construction has been improved!
- By employing Multikey Quicksort developed by Bentley and Sedgewick.
- Construction time is reduced by 40%.
* Memory-saving block sorting has been implemented.
* New option: mksary --block - do block sorting.
* Progress bar has been implemented to mksary.
* New option: mksary --quiet - be quiet.
* New APIs: sary_progress_* - for creating progress bar.
* New APIs: sary_builder_* - for constructing suffix arrays.

Overview of Changes in Sary 1.0.1 - 2000-12-01

* Support locale - employing setlocale(3).
* Support case-insensitive search for European languages.
* New APIs: saryer_new2, sary_array_index2, sary_array_sort2
for specifying array files.
* New option: mksary --array, sary --array - specify a suffix array file.
* New option: mksary --locale - employ mblen(3) for indexing.
* Prepare manpages. - generated by help2man.

Overview of Changes in Sary 1.0.0 - 2000-11-26

* Search performance has been doubled.
* Cache engine has been implemented.
* New API: saryer_enable_cache - enable the cache engine.
* Change APIs: Return values of saryer_get_next_line and
similars include LF from now.

Overview of Changes in Sary 0.1.4 - 2000-11-18

* Support case-insensitive search.
* New API: saryer_icase_search and saryer_icase_search2 for
case-insensitive search.

Overview of Changes in Sary 0.1.3 - 2000-11-15

* Add null-character tolerant APIs.

Overview of Changes in Sary 0.1.2 - 2000-11-13

* Support tagged regions: Try sary's -s and -e options.

Overview of Changes in Sary 0.1.1 - 2000-11-07

* Enrich Documentation.

Overview of Changes in Sary 0.1.0 - 2000-11-06

* The initial release.