- 27 Feb, 2013 1 commit
-
-
Andrew Thompson authored
-
- 26 Feb, 2013 1 commit
-
-
Andrew Thompson authored
-
- 24 Jan, 2013 1 commit
-
-
Andrew Thompson authored
-
- 07 Dec, 2012 1 commit
-
-
Andrew Thompson authored
-
- 05 Dec, 2012 1 commit
-
-
Andrew Thompson authored
-
- 12 Oct, 2012 1 commit
-
-
Andrew Thompson authored
-
- 07 Sep, 2012 1 commit
-
-
Andrew Thompson authored
Various bugs uncovered during this testing were fixed and added to the test suite.
-
- 28 Aug, 2012 1 commit
-
-
Andrew Thompson authored
-
- 06 Aug, 2012 1 commit
-
-
Micah Warren authored
-
- 27 Jul, 2012 1 commit
-
-
Micah Warren authored
There are still differences between the erlang io_lib and the trunc_io in how ~p/~P are handled, but a first step is useful here.
-
- 26 Apr, 2012 2 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
-
- 31 Mar, 2012 1 commit
-
-
Andrew Thompson authored
-
- 18 Mar, 2012 1 commit
-
-
Kostis Sagonas authored
-
- 08 Jan, 2012 2 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
Bitstrings are binaries that don't end on an 8 bit boundary, so dealing with the trailing bits is annoying. Thanks to the bit_size bif we don't have to resort to io_lib for printing them.
-
- 29 Nov, 2011 1 commit
-
-
Bryan Fink authored
As long as the numeral is not the first character, it shouldn't force quoting on the atom. For example, abc123 does not need quotes.
-
- 11 Nov, 2011 1 commit
-
-
Brendan Hay authored
-
- 01 Nov, 2011 1 commit
-
-
Andrew Thompson authored
-
- 23 Sep, 2011 3 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Andrew Thompson authored
-
- 20 Sep, 2011 4 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Andrew Thompson authored
Specifically, the handling of lists/binaries/atoms is closer to io_lib:format's behaviour, and some regular expressions are eliminated.
-
Andrew Thompson authored
-
- 16 Sep, 2011 1 commit
-
-
Andrew Thompson authored
-
- 02 Sep, 2011 1 commit
-
-
Andrew Thompson authored
In string mode, "..", '..' and <<"..">> are stripped, just like with io:format.
-
- 29 Aug, 2011 4 commits
-
-
Andrew Thompson authored
The test if an element in a list was in the printable range didn't handle the case of a float in the list that compared to be in the printable range.
-
Andrew Thompson authored
-
Andrew Thompson authored
This is superior to float_to_list as it only prints the meaningful digits and 1.0 isn't rendered as "1.00000000000000000000e+00".
-
Andrew Thompson authored
-
- 18 Aug, 2011 1 commit
-
-
Andrew Thompson authored
-
- 12 Aug, 2011 1 commit
-
-
Andrew Thompson authored
This solves an issue reported by 'cloudhead' in IRC where deep lists weren't being flattened when printed with format specifiers like ~s ~p and ~P, all of which should flatten the list.
-
- 13 Jul, 2011 2 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
-
- 08 Jul, 2011 1 commit
-
-
Andrew Thompson authored
-
- 07 Jul, 2011 3 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Andrew Thompson authored
-