shithub: mc

RSS feed

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.

a8935c73 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:02
Add pointer match syntax.

a0697ff9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 17:45
A pointer isn't an unsigned int...

7d2dc676 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 08:17
Fix an error in context strings.

caa2cd99 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 07:51
OSX wants the strings in .text. This is ok.

5aea9019 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 00:26
Regenerate bootstrap script.

2eef744a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:24
Update bootstrap on freebsd.

65f66750 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:18
Add test for big type blobs.

2c113e30 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:13
Fix prefix encoding for integers.

94fe38f0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 23:58
Actually fix the lenghtless arrays.

89182b0c – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:55
Fix crash with lengthless arrays.

fd84fa03 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:39
Just fully replace the type in the specialization.

a555f36a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:10
Fix recursive types nested inside generics.

fb8f4a81 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 18:35
Merge pull request #58 from andrewchambers/bounds

908381e1 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/24 15:32
add test for missing bounds check

6e9c1739 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 18:13
Check slice bounds when slicing.

a87c06a2 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 22:15
Move away from ".use" suffix.

6d5d0ec7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:34
Make '.use' suffix on usefiles optional.

d29f8b95 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:24
Print search path on failing to load usefile.

a563b40a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:16
Improve error message if we fail to open a usefile.

cf4e7fe3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 00:00
Fix possibly uninitialized 'tr'

f8cf2712 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 19:28
Put strings into .rodata

e39e09a8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 19:28
Default to returning 'true' on success.

bef63097 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 06:09
Merge pull request #56 from felixangell/felixangell-readme-fix

5bb32bae – Felix Angell <felixangell1024@gmail.com> authored on 2016/01/22 13:55
Update README.md

5e1d3376 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/21 16:39
Check for subcommand success.