summaryrefslogtreecommitdiff
path: root/src/truncate.erl
Commit message (Expand)AuthorAgeFilesLines
* OopsSimon MacMullen2014-06-111-1/+1
* Don't fail if asked to truncate a reference. And go to having a catch-all case.Simon MacMullen2014-06-111-4/+6
* Fix tests for 32 bit machines.Simon MacMullen2014-06-091-2/+8
* Actually, let's count in bytes rather than words-but-bytes-for-binaries.bug26184Simon MacMullen2014-05-271-22/+23
* By making lim/2 handle soem more limit_exceeded cases we can simplify everyth...Simon MacMullen2014-05-271-22/+14
* Avoid tuple_to_list/1.Simon MacMullen2014-05-271-1/+13
* More tests.Simon MacMullen2014-05-271-2/+18
* Remove a terminal case it's not possible to hit, and make sure we wrap lim() ...Simon MacMullen2014-05-271-2/+1
* Limit the amount of time we spend seeing how large something is.Simon MacMullen2014-05-271-10/+28
* Don't truncate "small" things at all.Simon MacMullen2014-05-221-8/+27
* Cope if report is not a list.bug26178Simon MacMullen2014-05-161-5/+6
* Ensure we don't start treating a list as printable half way through it, or if...Simon MacMullen2014-04-241-13/+17
* Have a completely separate counter for content size vs structural size.Simon MacMullen2014-03-241-23/+37
* Fix bitstrings, export term/3.Simon MacMullen2014-03-241-3/+7
* tiny tidyingSimon MacMullen2014-03-241-4/+4
* More robustness in the shape of unusual events.Simon MacMullen2014-03-241-6/+7
* cosmeticSimon MacMullen2014-03-241-1/+1
* Several more changes:Simon MacMullen2014-03-241-20/+19
* Something of a rewrite:Simon MacMullen2014-03-241-46/+70
* Remove obsolete TODOs, fix a rather substantial bug.Simon MacMullen2014-03-241-3/+1
* Don't let the truncate module have any opinion on how much to truncate.Simon MacMullen2014-03-241-10/+8
* Rename module and functions to be shorter and more generic. Remove quickcheck...Simon MacMullen2014-03-241-0/+86