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
|
-- 0.1.2
* fixed some bugs (options & new) (Thanks Joseph McDonald <joe@vpop.net>)
* added anonymous map
* added mlock, munlock, etc
-- 0.1.3
* added #count, #slice, #slice!
* added #insert, #casecmp (>= 171)
* corrected NEW2LONG
-- 0.1.4
* added #lstrip!, #rstrip! for 1.7.1
* corrected strip!
* corrected mm_bang_i (reverse!, etc)
* added a small test (make test)
-- 0.1.5
* added str[/a(a)/, 1] for 1.7.1
* corrected mm_aset (mm_update(str, ...))
* corrected ==, ===, eql?
* corrected mm_sub_bang, mm_gsub_bang (to_str)
-- 0.1.6
* adapted for 1.7.2 (mm_str)
* corrected real for mm_sub_bang
* protected against old class
-- 0.1.7
* 1.7.2 (::allocate, #initialize)
* added "a" for ::new
* experimental EXP_INCR_SIZE (4096) ("increment" => 4096)
* tests for RUNIT/Test::Unit
-- 0.1.8
* test for madvise(2)
* don't test size for MAP_ANON
* added syntax Mmap(nil, length)
* documentation : make rd2; make rdoc
-- 0.1.9
* String#slice! was modified in 1.6.8
* added ::new(IO)
--- 0.2.0
* adapted for 1.8.0
--- 0.2.7
* ts is gone we'll all miss his skill and humour
|