2009-07-27 03:53:42 +00:00
|
|
|
0.2 2009-07
|
|
|
|
- added support for signed numbers that mirrors perl's
|
|
|
|
- fixed native endian selection bug
|
2009-08-10 17:00:45 +00:00
|
|
|
- added w (BER: Binary Encoded Representation)
|
|
|
|
- added X (backup) in pack
|
2009-07-27 03:53:42 +00:00
|
|
|
- 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
|
2009-08-10 17:00:45 +00:00
|
|
|
- added . and @ support to pack
|
|
|
|
- added full group support to pack and unpack
|
|
|
|
- fixed string types to accept numvers and cast them to strings on the fly (ala perl)
|
|
|
|
- added / template to pack
|
2009-07-27 03:53:42 +00:00
|
|
|
|
2009-08-10 17:00:45 +00:00
|
|
|
- added more test cases to cover all the new additions and bug fixes
|
2009-07-27 04:00:26 +00:00
|
|
|
- Setup a git repository at git.mindstab.net/git/cl-pack
|
2009-07-27 03:53:42 +00:00
|
|
|
|
|
|
|
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.
|