-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
110 lines (69 loc) · 2.26 KB
/
Changes
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
-------------------------
Version 0.08 (2020-11-20)
-------------------------
* fix return value of `set` for threaded perls
* fix OP_DOR handling for older perls
* documentation updates
-------------------------
Version 0.07 (2020-11-19)
-------------------------
* minor tweaks to improve compatibility with Hash::Ordered
* a few more tests
* fully document the OO interface
-------------------------
Version 0.06 (2020-11-14)
-------------------------
* remove accidentally added test
----------------------------
Version 0.05_04 (2020-11-13)
----------------------------
* Merge PR #3: fix for changed scalar(%hash) return signature
* updated ppport.h to silence compiler warnings
* added more tests
----------------------------
Version 0.05_03 (2016-05-15)
----------------------------
* added iterator support
* added support for preinc / postinc / predec / postdec
* added support for add / subtract / multiply / divide / ...
----------------------------
Version 0.05_02 (2016-05-12)
----------------------------
* added OO interface
----------------------------
Version 0.05_01 (2016-05-11)
----------------------------
* fixed CPAN #81449: Test failures due to hash randomisation in perl 5.17.6
thanks to MARIOROY for a patch
* added some optimisations suggested in CPAN #97641
* added UTF8 tests
* general code cleanups
-------------------------
Version 0.05 (2007-08-24)
-------------------------
* fixed: added missing interpreter context to store()
* add support of initialization in tie statement
* skip untie tests for perl-5.9.3
-------------------------
Version 0.04 (2006-01-21)
-------------------------
* fixed: deleting the current item from the hash while
iterating with "each" caused segfaults or panics;
thanks to Cristian Cocheci for spotting this bug
* added SCALAR method
* minor improvements
-------------------------
Version 0.03 (2003-11-11)
-------------------------
* added Storable hooks to allow for serializing
and cloning objects using Storable
* added runtime object corruption detection
* added debugging support
-------------------------
Version 0.02 (2003-11-03)
-------------------------
* extended compatibility back to perl 5.4.0
-------------------------
Version 0.01 (2003-11-02)
-------------------------
* initial release