File: ChangeLog

package info (click to toggle)
sary-ruby 1.2.0-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192 kB
  • ctags: 45
  • sloc: sh: 2,788; ansic: 513; ruby: 106; makefile: 64
file content (104 lines) | stat: -rw-r--r-- 2,689 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
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
2005-03-30  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Version 1.2.0 released.

2005-03-29  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Reference.*.rd: Added the description of the below 2 methods.

2005-02-04  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* searcher.c: Add get_ranges and get_line_by_range methods.

	* searcher.c: Add get_offsets and get_line_by_offset methods.

2003-12-27  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* searcher.c: 
	Modify a code from using STR2CSTR to StringValuePtr for Ruby 1.8.
	
	* builder.c: 
	Modify a code from using STR2CSTR to StringValuePtr for Ruby 1.8.

2003-05-09  Ryuji Abe  <rug@namazu.org>

	* README.en.rd: Now sary-ruby requires sary 1.1.0.

	* README.ja.rd: Likewise.

2002-11-24  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* searcher.c: New file converted from saryer.c.
	(rsearcher_multi_search): New function.
	
	* saryer.c: Removed.
	
	* Reference.en.rd: Replace from saryer to searcher.
	Add a description for Searcher#multi_search.
	
	* Reference.ja.rd: Replace from saryer to searcher.
	Add a description for Searcher#multi_search.
	
2001-08-31  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* saryer.c (rsaryer_s_new),
	  builder.c (rbuilder_s_new): Call 'initialize' method.

2000-12-23  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* saryer.c (rsaryer_isearch): Bug fix.

2000-12-22  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* Version 0.4 released!

	* rmksary.rb: New.

	* builder.c (progress): Add a progress bar mechanism.

2000-12-21  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* COPYING: Change the copyright.

	* init.c, saryer.c, builder.c: Split files. And provide Sary
	module which has Saryer and Builder classes.

2000-12-02  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* Reference.rd.en: English Translation.

2000-12-01  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* sary.c (rsaryer_s_new): Fix the 2nd argument.

	* Version 0.3 released!

2000-12-01  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* sary.c (rsaryer_s_new): Bug fix.

2000-11-28  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* sary.c (rsaryer_s_new): Use saryer_new2.

2000-11-26  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* Version 0.2 released!

	* Reference.rd.ja: Add description for Saryer#enable_cache.

	* sary.c (Init_sary): Add rsaryer_enable_cache handling.

	* sary.c (rsaryer_s_new): Use rsaryer_destroy instead of
	saryer_destroy.
	(rsaryer_enable_cache): New function.

	* rsary.rb (grep_lines): Remove unnecessary "\n".

2000-11-24  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* sary.c: Add some new methods.

2000-11-15  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* Version 0.1