RSS feed
5e363272
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Add checking for buffer overruns.
e1793107
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Fix buffer overruns.
cc5869fb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Add test cases for strstrip.
75f404b1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 18:43
Fix 'strstrip()' out of bounds access.
1b92befa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 12:12
Fix test data and spurious bigint prints.
3e6836de
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:21
Fix bigint parsing for hex.
ab947447
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:08
Add missing lstat syscall.
6e35fce1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/12 14:37
Improve bigint testing.
d0c27d2d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 21:31
Remove allocing/freeing a bigint wth small muls.
4a95d9e5
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:52
Fix the factorial calculation.
9673e11f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:51
Fix buffer sizing for bigfmt.
b379d6b2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:33
Add a big factorial benchmark.
83a2a0b7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:30
Make bigfmt match the fmt functions.
50c1c9ee
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 17:32
Don't generate obscene movs for big blits.
869b4e25
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 16:58
Add sha1 benchmark.
dabb2daa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/09 21:49
Fix register allocator bug.
2de9ac93
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 20:49
Make blits take into account type alignment.
8c020dc6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:45
Compute funcrets into their dest.
80df31d3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:44
More iterations on intsort.
3eac4fd0
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:31
Clean up the blitting code.
c2288eaf
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 16:57
Apply the src/dest offsets when blitting bytes.
7fc65122
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 16:14
Make deref() set the type of the loaded value.
f8707f1d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 18:19
Fix generic bigint construction.
dcccec15
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 18:09
Allow traits to work.
446007cc
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 17:37
Fix nkeys in hash table replacements
f2986bc7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 17:18
Error on declared but unimplemented functions.
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.