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
Age
Commit message (
Expand
)
Author
2019-09-10
Force scientific notation to print trailing 0s
S. Gilles
2019-09-09
Allow printing fltXY in scientific notation
S. Gilles
2019-09-09
Split out intfmt to a separate file.
S. Gilles
2019-09-09
Specify sigfigs (cutoff + Relative mode) for fltXY formatting
S. Gilles
2019-09-07
Allow padding for fltXY formatting
S. Gilles
2019-09-07
Collect fltXYbfmt parameters into analogue of intparams
S. Gilles
2019-07-31
Fix bug in dump code: Stray '{', wrong args.
Ori Bernstein
2019-07-26
Fix wycheproof tests for curve25519 (thanks Mike)
Ori Bernstein
2019-07-25
Add curv25519 tests (thanks Mike)
Ori Bernstein
2019-07-23
Add OpenBSD 6.4 syscalls
Carlin Bingham
2019-07-22
Fix std.getcwd on OpenBSD -current
Carlin Bingham
2019-07-18
Fix bigand/bigor: Thanks, Mike
Ori Bernstein
2019-07-13
Oops, mangled something with git9.
Ori Bernstein
2019-07-14
Fix crash with large shifts in bigint.
Ori Bernstein
2019-07-14
Fix memory leak in bigparse. (Thanks, Mike)
Ori Bernstein
2019-06-13
Correctly Fused Multiply Add when all top bits cancel.
S. Gilles
2019-06-09
Merge commit 'e09c6b53f3b1928d3752c53c813025dbcbb976e0'
Ori Bernstein
2019-06-09
Fix error message for {} without parameter
S. Gilles
2019-06-09
Use fma instead of rote multiplication in powr's final calculation.
S. Gilles
2019-06-09
Test powr.
S. Gilles
2019-06-09
Rewrite powr to use log-overkill.
S. Gilles
2019-06-09
Apply changes of pown to rootn. Faster, better edge handling.
S. Gilles
2019-06-09
Rework pown to be less embarrassingly slow.
S. Gilles
2019-06-09
Fix some special cases in log-overkill related to subnormals.
S. Gilles
2019-06-07
Move hi/lo multiplication and addition routines to util.
S. Gilles
2019-06-07
Merge remote-tracking branch 'origin/master' into pown-impl
S. Gilles
2019-06-07
Remove debugging information.
S. Gilles
2019-06-07
Rewrite log-overkill.myr
S. Gilles
2019-05-21
Correct sign-handling for pown special case
S. Gilles
2019-05-11
Fix Remez algorithm.
S. Gilles
2019-05-10
Allow exact case of mkbigint(2^32)
S. Gilles
2019-05-02
Replace costly sum with slightly faster sums in log-overkill.
S. Gilles
2019-05-01
Typo in log-overkill explanation.
S. Gilles
2019-05-01
Implement rootn.
S. Gilles
2019-05-01
Add missing reference for pown and rootn.
S. Gilles
2019-05-01
Add pown function.
S. Gilles
2019-05-01
Test the slow2sum function.
S. Gilles
2019-05-01
Add a log function which returns far too much precision.
S. Gilles
2019-05-01
Add 2sum in math util
S. Gilles
2019-05-01
Add fltXXfromuintXX to ancillary math script.
S. Gilles
2019-04-29
Print "NaN" and "Inf" for floating-point NaNs and infinites.
S. Gilles
2019-03-21
Commit bio.readterm
Ori Bernstein
2019-03-21
bio.readto and EOF
Carlin Bingham
2019-03-16
Add synchronization to xset.
iriri
2019-03-14
Add explicit abi conversions for syscall args.
Ori Bernstein
2019-03-14
Fix use-after-free in futex-based semaphore implementations.
iriri
2019-03-13
readdelim: don't leak memory if there's an error
Carlin Bingham
2019-03-13
Fix bio.readto
Carlin Bingham
2019-02-28
Fix type substitution in sizeof.
Ori Bernstein
2019-02-26
Hook in __fini__ on 9front.
Ori Bernstein
[next]