File: ChangeLog

package info (click to toggle)
libstrscan-ruby 0.6.7-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 152 kB
  • ctags: 327
  • sloc: ruby: 1,117; ansic: 670; makefile: 119
file content (70 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download
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
= Change Log

== 0.6.7 (2003-03-25)
  * does taint check.

== 0.6.6 (2002-06-25)
  * extconf.rb had bug.

== 0.6.5 (2001-12-02)
  * replace install.rb/setup.rb with latest one.

== 0.6.4 (2001-09-17)
  * includes better English document contributed by Filip Pizlo
  * remove meanless const_set() (thanks Knu)

== 0.6.3 (2001-04-07)
  * Ruby 1.4 support (again)

== 0.6.2 (2001-02-14)
  * new method StringScanner.must_C_version

== 0.6.1 (2001-01-26)
  * changes file structure.

== 0.6.0 (2000-12-15)
  * struct strscan holds String directly
  * new methods StringScanner#pointer, string

== 0.5.9 (2000-11-18)
  * add strscan.rb

== 0.5.8 (2000-07-12)
  * strscan[n] was not work (reported by Yuusuke ASAI)

== 0.5.7 (2000-05-16)
  * add scanner.rb.

== 0.5.6 (2000-03-16)
  * update documents

== 0.5.5 (2000-03-14)
  * new methods scan_until, skip_until, exist?, check_until, search_until, inspect

== 0.5.4 (2000-02-14)
  * scanning string must be duplicated when safe_level >= 4

== 0.5.3 (2000-02-02)
  * #getch did not set MATCH_FLAG
  * do match if pointer is at end
  * #reset, #scan_full

== 0.5.2 (2000-01-03)
  * remove -Wall from cflag

== 0.5.1 (2000-?-?)
  * ?

== 0.5.0 (2000-12-29)
  * struct strscan holds re_registers.
  * add MatchData-like methods

== 0.4.0 (1999-12-27)
  * StrScanner -> StringScanner
  * refine code

== 0.3.0 (1999-12-01)
  * new method #empty?

== 0.2.0 (1999-10-03)
  * import to the CVS repository.