Dmitry Groshev
c272d49f29
integrating rebar with eunit
moving etap tests to special directory
moving proper tests to eunit running
fixing obsolete Makefile line
updating rebar
13 lat temu
Paul J. Davis
43d2f25a31
Pulling from upstream
Remove trailing whitespace
Fix test plan for 004-strings.t
13 lat temu
Paul J. Davis
666091a93f
Fixed large number encoding on 32bit architectures
I was accidentally truncating numbers when casting to long on
machines that don't have longs that are 8 bytes.
Fixes #5
14 lat temu
Paul J. Davis
76f68a5ee3
Mark source code with MIT license info.
Feed the lawyers.
14 lat temu
Paul J. Davis
7aac77bb29
Improve support for bignums.
Any number that can't be decoded in C is now passed back
to Erlang for decoding.
Large numbers passed to the encoder will make it through
and be processed in Erlang after the main encoding
process.
14 lat temu
Paul J. Davis
fdf9f61795
Initial import.
Passes all eep0018 tests.
14 lat temu