shithub: mc

RSS feed

d2a89e73 – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/08/18 12:29
Add rwlocks.

2fca1caa – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/08/18 12:17
Fix futex timeouts and handle futex error codes.

0bb2378d – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/08/18 12:16
Make timespec/timeval struct members signed to simplify arithmetic.

d861ac1a – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/18 17:07
Clean up draining incqueues.

da1c3640 – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/17 16:34
Revert "Fix overlapping match statements (thanks Mako)"

1db9bc54 – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/08/11 15:11
Make timespec/timeval struct members signed to simplify arithmetic.

2cd9927f – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/11 18:35
We don't need early breaks.

92847c06 – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/11 10:52
Clean up the mutex code a bit more.

96641430 – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/05 09:23
We can pick fma generically at compile time.

36bcb6d9 – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/05 09:21
We don't need the impls in sin-impl.

b9656ec7 – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/03 19:45
Clean up previous fixes.

80ad746d – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/03 19:35
Record the closure into all nested funcs.

17b5405f – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/03 19:17
Fix build on Linux.

b941cdfd – Ori Bernstein <ori@eigenstate.org> authored on 2018/08/02 06:04
Prettify mutex code a bit.

3d4d7c4c – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/31 16:17
Merge remote-tracking branch 'npnth/libmath'

95d1f614 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 17:54
Include test cases for all (relevant) sub-polynomials of atan.

a00a5db9 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 14:36
Correct extra-precision division typo for atan.

f2e8e641 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 11:57
Correctly compute u, du for y/x in atan.

716c18ec – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 09:36
Improve accuracy of poly path of atan calculations.

f762f96f – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 09:20
Negate atan properly when atan(1/x) is computed.

56a659f6 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/31 08:03
First compiling atan.

d1e7671e – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/28 12:57
Fix openbsd build.

38727e95 – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/27 20:03
Allocate condvar waiters on heap.

c0c0b95a – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/26 18:19
Fix typo in plan 9 mksem.

4efbb423 – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/23 19:20
Subject: [PATCH 2/2] Add/fix condvar implementations.

03220ea3 – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/23 19:19
Add ftxwakeall and waitgrps to libthread.

527b74f7 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/23 23:29
Adjust leeway in arctan tuple generator.

c8fc2866 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/24 02:00
Document that generate-minimax-by-Remez.gp has issues.

fc17cedc – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/23 21:58
Add tuple-generation for arctan.

3dca3385 – Ori Bernstein <ori@markovcorp.com> authored on 2018/07/23 11:15
Don't abort when we can't open a file.

90d9a10c – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/22 23:29
Handle awkward special cases in tan/cot32.

ed2bcb60 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/22 19:16
Test Highly Accurate Tables for tan() and cot().

e1e17a5c – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/22 17:40
Handle -0.0 correctly in tan() and cot().

43a9edcd – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/22 16:30
Correct typo in cotangent calculations.

11d38522 – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/21 21:17
Add zeroed env pointer when a const fn is passed as an argument.

7439e43b – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/20 17:56
Fix codegen bug in env capture.

1019b884 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/20 04:25
Ensure tan(NaN) is a [q]NaN.

4acb5822 – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/19 23:44
First compiling tan/cot functions.

01d9c59a – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/16 11:59
Add documentation for tuple access expressions

f4a43f90 – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/07/17 04:57
Support direct tuple access operators "tuple.N"

8a3e8add – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/18 18:17
Top level anonymous unions may not have their type set.

aa7834ea – S. Gilles <sgilles@math.umd.edu> authored on 2018/07/14 20:56
Update triple-generate to also compute tables for tan and cot.

3355f31c – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/13 20:36
Fix stupid mistake.

e8121eb3 – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/13 20:07
Push down named unions types into union tags

76ce9de1 – Ori Bernstein <ori@eigenstate.org> authored on 2018/07/10 18:33
Make bio and regex disposable.

00963a8a – iriri <iri@konnichiwastevenspielbergde.su> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/07/12 08:02
Fix typo in generic sleq implementation