RSS feed
26fef326
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/14 14:44
Add support for break/continue in loops.
a1464487
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/13 06:39
Work towards parsing traits definitions.
10c5c3d7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/13 05:53
Allow arbitrary expressions in pattern matching.
792f79ee
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/10 15:28
Don't search $PATH with relative paths.
30e4700f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/10 13:39
Add support for stat() calls on OSX
db6f43d3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/10 13:30
Handle alignment correctly.
18a02fb4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/10 13:30
Add 'stat()' syscall
427b9849
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/10 13:28
Fix double-next() problem
9a2785cb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 20:38
Fix stack allocations.
e1d944bc
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 19:23
Fix slinsert()
ac713e58
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 18:06
Fix allocator alignment calculations.
11f0b71e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 16:39
Fix execv on osx.
9a388068
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 16:19
Fix fork on osx
32048b6b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 16:17
Add magic value checking for headers.
b6afe89b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 14:43
Remove references to slappend
e101ebf1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 13:31
Remove duplicated funtionality.
4abdb2ac
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 13:01
Add 'slinsert' function.
b7912fb2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 13:00
Work around compiler bug with labels.
7bda5b9d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 09:05
Add 'htgetv' function.
7ef538cc
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 06:28
Wait statuses are 32 bit ints, not 64 bit ints.
5a07a949
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 06:04
Fix typo in OSX waitstatus() call
f8040a2b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 06:04
Add system-specific waitstatus
1eadc811
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/09 05:53
Fix execv on OSX
49e3f29e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/08 20:27
Fix execv, execve, execp
2cf47897
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/08 16:11
Add more process control syscalls.
2c898557
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/08 14:32
Add initial support for execv() calls
d5b8eb37
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/08 09:01
Export 'htdel' function
6fd59842
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/08 08:36
Check namespaces in inferexpr, instead of infersub
dffeabb9
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 19:39
Remove a number of redundant 'tf' calls.
9b44da35
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 19:32
Reduce redundant infers of expressions.
e31d035c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 17:51
Compress unification chains.
4be51eb1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 14:45
Finish support for const slices off arrays.
da9b21b4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 12:09
Fix test for small inlinable constants.
dc6135b7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 09:03
Fold array lengths.
49173c58
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 08:45
Expand test to support everything we care about.
945c62ed
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 08:27
Start work on global const slices.
c4b85bb8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/01/07 06:34
Add test for constant slices off of arrays.