21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
0.2 2009-07
|
|
- added support for signed numbers that mirrors perl's
|
|
- fixed native endian selection bug
|
|
- added support for <> modifiers
|
|
on native endian directives (sSiIlLqQdf)
|
|
they can be forced to big or small endian with < > modifiers
|
|
- added support for ! modifier
|
|
on nNvV it turns them to signed integers
|
|
|
|
- more test cases to cover all this
|
|
- git repo seems to have taken
|
|
|
|
|
|
0.1.1 2009-07-04
|
|
simple speed increase and code reduction improvements suggested by Zach
|
|
|
|
0.1 2009-06-16
|
|
initial release
|
|
Basic packing/unpacking for most data types (numbers, strings,
|
|
floats) and repeater syntax supported.
|