shithub: mc

RSS feed

469769a5 – Ori Bernstein <[email protected]> authored on 2013/12/25 17:39
Handle EOF correctly for readln()

0aa91dfc – Ori Bernstein <[email protected]> authored on 2013/12/25 16:44
Make read() handle EOF

34ce6323 – Ori Bernstein <[email protected]> authored on 2013/12/25 16:16
Handle EOF correctly for get[bl]e()

3668e192 – Ori Bernstein <[email protected]> authored on 2013/12/20 16:03
Add missing test data

6ac770d6 – Ori Bernstein <[email protected]> authored on 2013/12/18 13:15
Add test for peeking.

f1558a33 – Ori Bernstein <[email protected]> authored on 2013/12/18 13:14
unit -> unitwr test name

8f6bfd8f – Ori Bernstein <[email protected]> authored on 2013/12/18 11:46
More testing work.

28c435e9 – Ori Bernstein <[email protected]> authored on 2013/12/18 09:55
Use bfmt() correctly.

2ec6b23c – Ori Bernstein <[email protected]> authored on 2013/12/18 09:54
Call correct formatting function.

51db6fac – Ori Bernstein <[email protected]> authored on 2013/12/18 09:44
Don't unconditionally create files when calling open()

45731235 – Ori Bernstein <[email protected]> authored on 2013/12/18 09:37
Add line data.

4594b0e4 – Ori Bernstein <[email protected]> authored on 2013/12/18 09:36
Add missing data blob for reading.

7299ddc1 – Ori Bernstein <[email protected]> authored on 2013/12/18 08:30
Un-work around a compiler bug.

6aa9d480 – Ori Bernstein <[email protected]> authored on 2013/12/18 08:19
Add test for endian reading.

3717f0fc – Ori Bernstein <[email protected]> authored on 2013/12/18 06:03
Add test for endian writing (and fix it)

d0f5ddad – Ori Bernstein <[email protected]> authored on 2013/12/18 05:20
Update test to verify final flush.

600ca8da – Ori Bernstein <[email protected]> authored on 2013/12/18 05:19
Add test for writing.

be1ed4d2 – Ori Bernstein <[email protected]> authored on 2013/12/17 20:32
Add bio-delim tests.

e60e9f80 – Ori Bernstein <[email protected]> authored on 2013/12/17 20:31
Clean up bio.readto() and add a test

ce3eb5eb – Ori Bernstein <[email protected]> authored on 2013/12/17 19:29
Add first tests.

7c5a1bde – Ori Bernstein <[email protected]> authored on 2013/12/17 18:17
Update the makefile to the newest version.

77c5545e – Ori Bernstein <[email protected]> authored on 2013/10/28 15:53
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libbio

755f0be6 – Ori Bernstein <[email protected]> authored on 2013/10/28 11:51
Fix compile against most recent version of Myrddin.

88ea3596 – Ori Bernstein <[email protected]> authored on 2013/10/22 20:32
Clean up code, don't assume codepoint is 4 bytes.

ddff3ee8 – Ori Bernstein <[email protected]> authored on 2013/10/14 09:10
Add comments.

cfa84e40 – Ori Bernstein <[email protected]> authored on 2013/10/13 08:50
Fix readtob

b14b8d7f – Ori Bernstein <[email protected]> authored on 2013/10/09 11:13
Return optional types from constructors.

28844433 – Ori Bernstein <[email protected]> authored on 2013/09/10 07:51
Add be/le integer writing functions.

1d36cdec – Ori Bernstein <[email protected]> authored on 2013/09/09 06:42
Reduce redundancy in naming.

32754661 – Ori Bernstein <[email protected]> authored on 2013/09/05 13:21
Add abort for formatted BIO output.

b643d835 – Ori Bernstein <[email protected]> authored on 2013/08/27 07:21
Initial commit for libbio