-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
42 lines (42 loc) · 1.18 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
0.14 2019-06-13
- Fix definition of CvSTASH.
0.13 2017-06-02
- Only expose documented SV constants.
- Add GV constants.
- Add magic related constants.
0.12 2017-01-19
- XSprePUSH removed.
- stack_init() resets SP to first argument.
0.11 2016-10-30
- Include enum and constant types in the spec.
- Remove SV_CONST_* constants.
- Change return type of sv_type() wrapper.
0.10 2016-10-29
- License fixed everywhere to be BSD 2-clause.
0.09 2016-08-15
- Allow to configure storage class for library functions.
0.08 2016-05-09
- Packaging fix (exclude tools/ from the index).
0.07 2016-05-02
- First non-TRIAL release, no changes from 0.06.
0.06 2016-04-19
- Add many SV, HV related macros.
- Add accessors for interpreter global variables.
- Makefile.PL compatible with older MM.
- Packaging fixes.
0.05 2016-04-13
- Install library source along the perl package.
- Add SvFLAGS and SvUTF* macros.
- Add hash entry related macros.
- Fix build on on Windows.
0.04 2016-04-09
- Add exception handling
- Test fixes
0.03 2016-03-26
- Packaging fix
0.02 2016-03-26
- Set min perl version to 5.18.0
- Doc fixes
- More tests
0.01 2016-03-24
- Initial release