shithub: mc

RSS feed

aca3176d – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/06 17:18
Fix missing methods.

b3a8a636 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/06 16:53
Delete unimplemented functions.

7b8904ab – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/06 16:04
Fix hassuffix.

af474268 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/05 06:53
Move 'mi/' directory to 'opt/'.

490aee23 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/04 14:43
Split blat() and add an 'fblat()' version.

c4704d52 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/02 12:33
Build benchmarks with local compiler/muse/libs.

03aaebc5 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/02 12:29
Fix typo.

e35235a2 – Ori Bernstein <ori@eigenstate.org> authored on 2014/09/02 12:21
Switch to much faster register based blitting.

026ccbd1 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/30 06:30
Add comment to explain why slpush() is ok

894bed9a – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/29 13:10
Split slurp into a variant that also takes an FD

89363fe7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/29 13:10
Add support for '%%' format specifier

fce00d2e – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/28 08:24
Switch now from milliseconds microseconds.

2d5321bb – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/27 07:21
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

36fbbe03 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/27 07:16
Fix gettimeofday() on OSX.

779a3ef0 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/26 11:26
Check type compatibility when unifying membered types

6e4233aa – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 23:01
Make joke configure output less spammy.

543467de – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 21:52
Initialize the time in std.now()

f84e82b3 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 21:37
Fix 'make install' from 6/ directory

2c814b34 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 17:19
Use the correct length of the new value for sysctl

6132de5d – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 16:59
Fix 'sysctl()' and enable it for uname.

ef60174b – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 07:03
Clean up comment a little bit.

ae2627db – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 07:00
Wrap freebsd syscall args in 'a()'.

e38e6221 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 06:43
Also wrap syscall args on OSX with 'a()' function.

55a8161a – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:17
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

727d551a – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:07
Wrap up syscall args in trivial 'a()' function.

c5c9df21 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:06
Remove bogus test.

f9508b27 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:06
Fix swapped loop indexes.

b799c095 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 16:14
Use pid type in sys-osx.myr

678f608c – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 11:13
Clean up formatting.

40b61fce – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 10:45
Add spork() and sporkfd() calls

4883457b – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 06:28
Add kqueue syscalls.

0558718a – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 21:36
Add poll() syscall.

95e600ae – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 17:17
Add epoll syscalls to libstd on linux.

4469bf2e – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 14:29
Fix broken test.

aedfbe88 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 13:06
Fix pointer comparisons, and add a test for it.

0c67d985 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 12:00
Refactor towards supporting struct compares.

184dbb71 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 11:27
Add test for big condition arguments.

a5495bfd – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 06:23
Don't spuriously add include paths.

d58f6235 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 06:18
Add back the warning flags.

6c8f9384 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 06:10
Harmonize types.

5aaa3475 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 21:03
Fix the date.

4b5aa679 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 21:01
Document the build system.

d7456331 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 20:17
A little bit more cleanup.

961fb681 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 20:00
Clean up makefiles a bit.

f0ce247d – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 15:56
Fix directory reading on OSX.

d6d20b1c – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 15:48
More missing fd -> uint64 casts.

93c80509 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 13:49
Add fput/fputv calls.

0185c4db – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 13:47
Cast 'fd' to appropriate sized type.

4d4b406d – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 13:20
Add missing test data

81f4aba2 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 13:07
Add test for label preservation change.

02fa3c02 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/18 13:02
Preserve indexes when folding variables.