index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bio
Age
Commit message (
Expand
)
Author
2017-05-24
Allow arbitrary functions on bio files.
biofunc
Ori Bernstein
2017-02-01
Readability improvements.
Ori Bernstein
2017-02-01
Implement 'bychar' for iterating characters.
Ori Bernstein
2016-09-14
Make sure that our output file exists.
Ori Bernstein
2016-09-13
Bio-delim was missing dependencies.
Ori Bernstein
2016-09-13
Add missing file.
Ori Bernstein
2016-09-11
Enable and update the bio tests.
Ori Bernstein
2016-08-27
Rename `std.Fail to `std.Err.
Ori Bernstein
2016-06-19
Add putv to bio.
Ori Bernstein
2016-05-17
New syntax for casts.
Ori Bernstein
2016-02-06
Fix bio bug.
Ori Bernstein
2016-02-04
Make std.sljoin consistent.
Ori Bernstein
2016-01-23
Move away from ".use" suffix.
Ori Bernstein
2016-01-21
bio.read(f, [][:]) should succeed without Eof.
Ori Bernstein
2016-01-07
rename fooiter -> byfoo
Ori Bernstein
2015-12-30
Add support for by-line iteration to bio.
Ori Bernstein
2015-12-30
Tag all types in impl statements.
Ori Bernstein
2015-12-29
Drop read buffer on seek.
Ori Bernstein
2015-12-29
The makefile isn't used.
Ori Bernstein
2015-12-29
Avoid spurious reads.
Ori Bernstein
2015-12-27
typo in bio.ensureread()
Ori Bernstein
2015-10-14
Fix the handling of '\r\n'.
Ori Bernstein
2015-10-06
Fix up error handling for syswrap+posixy.myr
Ori Bernstein
2015-10-04
Drop buffer on flush error.
Ori Bernstein
2015-10-04
Actually return the error that occurred.
Ori Bernstein
2015-10-04
Make the interface for libbio expose errors.
Ori Bernstein
2015-10-04
Fix handling '\r\n' with libbio.
Ori Bernstein
2015-10-04
Delete leftover junk from importing libraries.
Ori Bernstein
2015-10-01
Update the C glue library detection.
Ori Bernstein
2015-09-21
Add a function to skip whitespace in bio.myr
Ori Bernstein
2015-09-15
Move to use 'for var i = ...' construct.
Ori Bernstein
2015-09-11
Update BIO tests and bootstrap.
Ori Bernstein
2015-09-04
Include all deps explicitly.
Ori Bernstein
2015-08-26
Move Myrddin libs to lib/ subdirectory.
Ori Bernstein