shithub: mc

RSS feed

2533822d – bitmapper <bitmapper85@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/30 09:57
spelling mistake in comment

0a94564d – bitmapper <bitmapper85@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/30 09:56
fixed macos build, "improved" vim syntax highlighting (improved mode off by default)

35ac808f – sgilles@umd.edu <sgilles@umd.edu> authored on 2019/12/05 01:37
[PATCH v2] Force correct sign for intermediate steps of bigmul

6d707df7 – "S. Gilles" <sgilles@umd.edu> authored on 2019/12/01 10:58
[PATCH v2 4/3] Somewhat better error for std.put("{w=?}", "foo")

ebeb6420 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/25 11:19
Allow specifying padding width from variable

6a113c23 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/24 13:20
Make vanext decrement tc.nelt unconditionally

03ef9a24 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/24 13:20
Convert lib/test/fmt.myr to use testr

0113cd12 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/30 01:01
Fix build on 9front.

16b89443 – Mura Li <github@ctli.io> authored on 2019/10/23 11:14
Merge decision tree nodes when possible

e9b59bee – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/24 05:33
Allow bigdivmod to return remainders between 2^31 and 2^32

076f4d37 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/23 11:41
Add missing file.

cebd9262 – sgilles@math.umd.edu <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/16 10:39
Add tests for matching semi-complicated tuples

3c7cf598 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/22 03:00
Make the 9front C compiler happy: return at end of function.

1f645d21 – Mura Li <github@ctli.io> authored on 2019/09/23 13:54
Add a new match compiler implementation

f2d12752 – Mura Li <github@ctli.io> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/22 06:35
Use optparse's .arg to pass run target

21422e62 – Mura Li <github@ctli.io> authored on 2019/10/21 16:08
Support cli arguments for mbld -R

3450935e – sgilles@math.umd.edu <sgilles@math.umd.edu> authored on 2019/10/18 06:41
Tie return value of mbld to results of specified targets

fdf87b91 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/10 15:37
Force scientific notation to print trailing 0s

bdcd9c57 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 04:31
Allow printing fltXY in scientific notation

82eecd5a – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:53
Split out intfmt to a separate file.

b5ddbc86 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:10
Specify sigfigs (cutoff + Relative mode) for fltXY formatting

d58df01f – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 11:41
Allow padding for fltXY formatting

3b558458 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 08:50
Collect fltXYbfmt parameters into analogue of intparams

cf50193c – Ori Bernstein <ori@markovcorp.com> authored on 2019/07/31 13:36
Fix bug in dump code: Stray '{', wrong args.

5362f2f0 – Ori Bernstein <ori@markovcorp.com> authored on 2019/07/26 07:32
Fix wycheproof tests for curve25519 (thanks Mike)

c3d4ae24 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/25 17:32
Add curv25519 tests (thanks Mike)

38a15884 – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/07/24 00:42
Add OpenBSD 6.4 syscalls

ef03dd4e – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/07/22 23:12
Fix std.getcwd on OpenBSD -current

a4eb9c0a – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/18 18:06
Fix typos in spec (thanks, Mike)

5de3c303 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/18 18:04
Fix bigand/bigor: Thanks, Mike

820585fb – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 18:46
Oops, mangled something with git9.

77246bfe – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 21:37
Fix crash with large shifts in bigint.

34d97453 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 21:22
Fix memory leak in bigparse. (Thanks, Mike)

cfb28497 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@markovcorp.com> committed on 2019/06/10 04:32
Correctly Fused Multiply Add when all top bits cancel.

4a8bc7aa – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/09 14:02
Merge commit 'e09c6b53f3b1928d3752c53c813025dbcbb976e0'

9bf446ab – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/05/21 04:30
Fix error message for {} without parameter

e09c6b53 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/09 09:47
Use fma instead of rote multiplication in powr's final calculation.

d52fd3b3 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/09 00:59
Test powr.