shithub: mc

RSS feed

1644f38d – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 08:49
Sljoin expects an alloced slice as its first arg.

516fa1fd – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 08:45
Fix mktemp getenv use.

bed033d7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/28 05:41
Merge pull request #64 from andrewla/minor-typo

f93a862d – Andrew Laucius <andrewla@gmail.com> authored on 2016/01/28 05:07
Minor typo

dcee0391 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 18:54
Merge pull request #63 from andrewchambers/memleak

ce9ec1e3 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/28 15:48
remove duplicate writeall

72ae3e0d – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/27 17:40
fix small memory leak

871bf897 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:52
Make it clear that we're growing exponentially.

86ab9603 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:32
Use the zeroedness of the base pointer in alloc.

076fef88 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:21
Only simplify empty array blobs to zero slices.

37bfca6f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:15
Make literal empty slices in blobs zero.

4c23b2a4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 09:16
Literal zero slices should have the base be null.

2bf74b8f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 18:33
Actually move %rdx to %rcx before comparing it.

3e8a232e – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 18:32
Fix operator printing in ctxstring.

ecf80418 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 16:55
Add test for byte subrange copies.

56273857 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 16:42
Add format specifier for raw byte strings.

0cc2e13e – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 15:10
Fix inifile test.

55565879 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 11:38
Don't duplicate TMPDIR.

fe0bcf75 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 06:06
Remove the '$' shorthand for end of array.

74b3aaed – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/25 10:13
Remove test outputs when cleaning.

7d63bf43 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/25 09:45
Fix typo

80ec974f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:48
Only walk pointer patterns that walk pointers.

bf24b946 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:38
Handle the other branch for pointers.