shithub: mc

RSS feed

24020b49 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/03 10:46
Add regex escaping.

e7ba66a1 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/02 08:54
Remember to mark pattern match vars as const.

63a36e06 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/02 08:53
Fix clang warnings.

3f801377 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 21:16
Clean up thread spawning code on linux.

34849821 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 17:41
Vars have no subexpressions.

c06740c3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 17:25
Be better about unifying instead of just overwriting.

bc3a2a3b – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 04:36
Remove erronous -O3

7e7ef17a – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/26 15:01
Run postcheck until convergence.

2652cf20 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 17:59
Add isnan() function.

7f8782b1 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 06:32
Fix openbsd compile warning.

c1785ddd – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 05:06
Make float parsing stricter.

d48c3220 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/20 15:58
Add 'Sysinit' macro to mkfile.

28284f54 – Ori Bernstein <ori@Oris-Mac-mini.local> authored on 2016/12/20 15:48
Fix warnings on OSX, refactor ./configure

a7039f62 – Ori Bernstein <ori@markovcorp.com> authored on 2016/12/20 08:19
Add chunk iterator.

937e5e74 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/16 18:01
Implement filterfd().

ff614fa9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 15:50
Use rdbuf to read floats.

cf57ad51 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 14:52
Looks like I forgot to implement bigmodi

8a2b92ef – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 14:34
Fix sign extension bugs in division.

c73cc580 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/09 20:24
Trait members are global.

818ecb26 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/09 13:33
Fix benchmark code.

9caea584 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/08 10:40
Add a few more convenience functions to bigint.

7dc87d28 – Ayaka Koshibe <ayaka@onlab.us> authored on 2016/12/07 19:20
OS X signal bits

fbafcade – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/07 09:25
Add readv()/writev()

96203fff – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/06 19:28
Fix bsearch on empty slices.

51567134 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/06 15:04
Reduce memory usage.

822da329 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/06 14:34
Grow the adjacency lists incrementally.

d495c764 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/06 11:36
Add htcount.

9a50dfed – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/04 09:41
Don't incrementally grow nodemove lists.

dc611e92 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/04 09:18
Reset register numbers.

fbc01b05 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/02 19:06
Add sha3 implementation.

75658ff6 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/02 14:39
Fix top of stack pointer on 9front.

b56e495b – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/02 12:15
We never actually got entropy.

2f3123a0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/01 20:22
Add missing dependency on uninstalled libthread.

c4a44cb2 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/01 20:20
Remove an unused constant.