File: Changes

package info (click to toggle)
libparse-binary-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 1,890; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,864 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
[Changes for 0.11 - 2009-01-25]

* When formatting a structure, repeating a variable-counted field 0 times
  should result in no output, instead of a literal ARRAY(...) string.
  Contributed by: Werner Höhrer

[Changes for 0.10 - 2006-07-07]

* Updated Module::Install to 0.63.
* Updated Audrey's contact information.

[Changes for 0.09 - 2004-12-24]

* In Parse::Binary::FixedFormat's lazy_unformat, remove
  dangling cyclic references to reduce memory leakage.

[Changes for 0.08 - 2004-09-08]

* In Parse::Binary::FixedFormat, pass data around by
  reference instead of by value to reduce memory usage.

[Changes for 0.07 - 2004-03-16]

* Fix incompatibility with 5.6.x due to mixing "use integer" and "$] < 5.008".
* Bump version for FixedFormat too.
* Even more optimisations.
* Cache sibling_index for more speed gain
* Cache is_type.
* Properly implement nested lazy loading.

[Changes for 0.06 - 2004-02-17]

* Allow "__" to be used as "::" in is_type().
* True lazy iterating of trailing members.
* Deprecate flyweight cache in favor of generators.
* Lazy loading of members via next_member implemented.
* Recommend Scalar::Util now.
* New function set_output_file(), next_member(), callback() and callback_members()

[Changes for 0.05 - 2004-02-15]

* Fields with name as '_' now means "choose an unique name for me".
  there can be multiple such fields, and they won't overlap.
* New control constant ENCODED_FIELDS (default to 'Data'), that controls 
  which fields get affected by ENCODING.

[Changes for 0.04 - 2004-02-15]

* Remove an unneccessary ->refresh after set_members.

[Changes for 0.03 - 2004-02-14]

* Properly handles "(format)*" style formats in 5.6.x.

[Changes for 0.02 - 2004-02-13]

* More fixes for Perl 5.6.
* Make $count safe to use for Perl 5.6.
* Fix small POD typos.

[Changes for 0.01 - 2004-02-13]

* Initial CPAN release.