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
/
std
/
test
/
fmt.myr
Age
Commit message (
Expand
)
Author
2020-09-20
Fix range checking for numbers.
Ori Bernstein
2019-12-04
Allow specifying padding width from variable
S. Gilles
2019-12-04
Convert lib/test/fmt.myr to use testr
S. Gilles
2018-03-12
Make fltXYexplode and fltXYassem inverses of each other
S. Gilles
2018-01-27
Remove std.sleq
Ori Bernstein
2017-12-26
Fix void slice formatting.
Ori Bernstein
2017-12-25
Make the copy loop byte based.
Ori Bernstein
2017-12-25
Formatting as a state machine.
Ori Bernstein
2017-11-28
Format bodyless union without trailing space.
snocl
2017-10-29
Implement graphemewidth
S. Gilles
2017-09-10
Fix 32 bit float formatting.
Ori Bernstein
2017-07-17
Convert from `in` to `:`.
Ori Bernstein
2017-02-07
Format minimum values correctly.
Ori Bernstein
2016-10-26
Fix floating point printing.
Ori Bernstein
2016-10-26
Remove workaround for old compiler bug.
Ori Bernstein
2016-10-10
Add slice format join option.
Ori Bernstein
2016-09-24
Correctly format zero floats.
Ori Bernstein
2016-07-04
Fix test output.
Ori Bernstein
2016-05-17
New syntax for casts.
Ori Bernstein
2016-05-10
Align union tag when entering subtype.
Ori Bernstein
2016-02-01
Add test for escaped strings.
Ori Bernstein
2015-12-14
Fix unit tests.
Ori Bernstein
2015-10-10
Some API tweaks to make things match the docs.
Ori Bernstein
2015-09-24
Descend into complex structures to print them.
Ori Bernstein
2015-09-20
Catch a few more edge cases.
Ori Bernstein
2015-09-14
Fix alignment of function args.
Ori Bernstein
2015-09-14
Expand testing for std.fmt
Ori Bernstein
2015-08-26
Move Myrddin libs to lib/ subdirectory.
Ori Bernstein