shithub: mc

RSS feed

ac29762f – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 16:19
Merge branch 'bootstrap_update' of https://github.com/kirbyfan64/mc

08cc0fb7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 16:18
Fix uniniitalized variable use.

d5fe5b7c – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 16:17
Add missing makefile.

2e1ba4c0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 16:16
Add missing file.

8583926c – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 16:14
Move more stuff around in util code.

100ed840 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 06:17
Extract util functions into separate dir from parse/

74707c5d – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/22 05:29
Remove comments.

9c52b9aa – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/20 17:40
Move more operators to flatten.

63405aa8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/20 17:14
Move more code to flatten.c

7096d0e9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/13 09:44
Start refactoring

eba5edcf – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/20 14:00
Use last '.' for extension.

aabaf05c – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/19 18:43
update links

40f5080f – Ryan Gonzalez <rymg19@gmail.com> authored on 2016/02/18 07:29
Update bootstrap script

417f0a16 – andrewc <andrewchamberss@gmail.com> authored on 2016/02/15 08:52
make std.fatal print to std.Err

5bd859be – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/13 11:25
Eliminate special case instructions.

49570fb0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/13 10:43
Same treatment for 'repstosb'

675736f3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/13 10:33
And correctly null terminate arg lists.

56d1f1bc – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/13 10:31
Save regs correctly around rep movs

ef16012a – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/10 18:42
Merge branch 'oops' of https://github.com/andrewchambers/mc

b4fabefd – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/11 14:51
std.Err pointed to std.In

5077c6c5 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/08 12:37
add mktempat to std

5a7ad6eb – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/10 06:36
Merge branch 'mktempat' of https://github.com/andrewchambers/mc

d16071e9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/10 06:35
Add rename syscall.

cd9b841f – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/10 06:35
Print bad indexes in iterutil test

5cd0a14d – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/09 16:23
Fix chartype range.

2b755a0e – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/08 20:09
Remove debug prints.

0aabb057 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/08 19:51
Merge https://github.com/scharlatan/mc

de24f690 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/09 12:29
add rename to linux sys

60bc966a – scharlatan <a.regenfuss@gmx.de> authored on 2016/02/09 03:57
Fix representation in std.put in doc/lang.txt.

783e13e9 – scharlatan <a.regenfuss@gmx.de> authored on 2016/02/08 19:08
Merge branch 'master' of https://github.com/oridb/mc

1a46ea4e – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/08 14:36
Add support for unescaped raw strings.

3805b955 – scharlatan <a.regenfuss@gmx.de> authored on 2016/02/08 11:08
Fix typos in the language specification.

5ec2c38d – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/08 09:44
Fix trivial leak.

1342e985 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/08 09:28
Fix mistake in folding.

de19a8fe – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 20:52
Use std.htbykeyvals in inifile.

8f1e28d8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 20:52
Don't double init generic impls.

0e0424af – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 20:36
Be a bit more specific in the patterns for chars.

ab4d1165 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 20:27
Add iter utils.

03857943 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 17:38
Generic iterators now seem to work.

061c7f28 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 14:57
Recognize '//' comments.

1adef91a – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 14:01
Fix bio bug.

2d46e781 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 11:17
Don't use a null pointer when printing error.

91ad7689 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 10:41
Work towards generic iterables.

f0f16549 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/06 10:22
Type matches for named types are on the args.

a73b2d83 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 16:08
Merge branch 'rvallen' of https://github.com/andrewchambers/mc

932320f9 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/06 06:20
fix rval len, fixes #69

ee843124 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 09:43
Regenerate bootstrap for OSX

198e24ab – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/06 06:37
fix linux bootstrap