shithub: mc

RSS feed

f453ba04 – Ori Bernstein <[email protected]> authored on 2014/12/25 10:32
Get more of libstd ported to plan9.

1f34af29 – Ori Bernstein <[email protected]> authored on 2014/12/25 08:54
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

6a4c84b9 – Ori Bernstein <[email protected]> authored on 2014/12/25 08:50
Fix gen9p.c's formatting.

ac8b661e – Ori Bernstein <[email protected]> authored on 2014/12/25 08:46
Fix a few more bad asm issues on plan9.

71e8fc4e – Ori Bernstein <[email protected]> authored on 2014/12/24 20:09
Change visibility specs and name generation.

c24adceb – Ori Bernstein <[email protected]> authored on 2014/12/24 17:06
Don't directly malloc in alloc.myr

b3218dcb – Ori Bernstein <[email protected]> authored on 2014/12/24 15:49
Make myrbuild a tad friendlier to plan9.

1ee4f420 – Ori Bernstein <[email protected]> authored on 2014/12/24 14:10
Make a hello world using syscalls work on Plan 9.

0b0365bc – Ori Bernstein <[email protected]> authored on 2014/12/24 09:10
We now seem to buidl on plan9.

4531e7d7 – Ori Bernstein <[email protected]> authored on 2014/12/24 08:41
Get plan9 even closer to workingness.

9820aa94 – Ori Bernstein <[email protected]> authored on 2014/12/23 13:08
Another typo. Ugh.

a2482e11 – Ori Bernstein <[email protected]> authored on 2014/12/23 13:07
Fix trailing whitespace.

f575329f – Ori Bernstein <[email protected]> authored on 2014/12/23 13:05
And fix typo I introduced on plan9.

dfc57771 – Ori Bernstein <[email protected]> authored on 2014/12/23 13:03
Clean up locprint(), and enable indexes.

7ec531e6 – Ori Bernstein <[email protected]> authored on 2014/12/23 11:54
Closer to working plan9 code.

3e35cbe5 – Ori Bernstein <[email protected]> authored on 2014/12/23 11:41
Assembly is system specific.

86406b0c – Ori Bernstein <[email protected]> authored on 2014/12/23 11:35
The mkfile wants util.o, so link it.

d2a19fb3 – Ori Bernstein <[email protected]> authored on 2014/12/23 11:34
More plan9 syscall wrapping.

1d9ad6b8 – Ori Bernstein <[email protected]> authored on 2014/12/23 10:39
We want the mode bits to be ints.

18bcc12f – Ori Bernstein <[email protected]> authored on 2014/12/23 10:29
Add directory modes.

6c03e031 – Ori Bernstein <[email protected]> authored on 2014/12/23 10:22
Fix some syntax errors.

0c0a9801 – Ori Bernstein <[email protected]> authored on 2014/12/23 10:17
Add plan9 syswrap.

151dfd07 – Ori Bernstein <[email protected]> authored on 2014/12/23 10:15
We moved syswrap.myr to syswrap+posixy.myr in the last commit.

df12a1a0 – Ori Bernstein <[email protected]> authored on 2014/12/23 10:08
Work towards wrapping different systems.

6667651f – Ori Bernstein <[email protected]> authored on 2014/12/23 10:01
wait() gets to be a syscall.

f8ef5456 – Ori Bernstein <[email protected]> authored on 2014/12/23 05:56
Plan 9 always wants a scale in memrefs.

c0bcb5a3 – Ori Bernstein <[email protected]> authored on 2014/12/23 05:46
Fix typos.

638f0666 – Ori Bernstein <[email protected]> authored on 2014/12/23 03:34
Get some more plan9 addressing syntax in there.

eed72af6 – Ori Bernstein <[email protected]> authored on 2014/12/22 18:44
Another plan9 change: 6a doens't like '.' in function names.

304ee978 – Ori Bernstein <[email protected]> authored on 2014/12/22 18:41
Some more plan9 spelling differences.

27134944 – Ori Bernstein <[email protected]> authored on 2014/12/22 18:33
Fix asm syntax.

e281949b – Ori Bernstein <[email protected]> authored on 2014/12/22 18:31
Add untested syscall code for plan9.

584573b4 – Ori Bernstein <[email protected]> authored on 2014/12/22 17:15
Add untested stubs for plan9 syscalls.

151ac139 – Ori Bernstein <[email protected]> authored on 2014/12/22 14:04
Typo. 0 != O

6f81ca55 – Ori Bernstein <[email protected]> authored on 2014/12/22 14:01
Use the right 'ar' command on plan9.

39f933f7 – Ori Bernstein <[email protected]> authored on 2014/12/22 13:54
Use correct command for myrbuild on plan9.

28c7a3df – Ori Bernstein <[email protected]> authored on 2014/12/22 13:50
Now util+plan9.s isn't a stub.

6804d96d – Ori Bernstein <[email protected]> authored on 2014/12/21 20:09
We need a util.s in plan9 syntax. Stub it in.

b6c0b67e – Ori Bernstein <[email protected]> authored on 2014/12/21 20:08
Plan9 spells some of the jumps differently.

dc3c9cb8 – Ori Bernstein <[email protected]> authored on 2014/12/21 19:42
Don't delete the source with 'mk clean'

5a485475 – Ori Bernstein <[email protected]> authored on 2014/12/21 18:41
Malloc the right types.

d13e447a – Ori Bernstein <[email protected]> authored on 2014/12/21 17:47
Make myrbuild's assembler command respect configure.

75d5f8d1 – Ori Bernstein <[email protected]> authored on 2014/12/21 17:26
Add empty system stubs for plan9.

34d81421 – Ori Bernstein <[email protected]> authored on 2014/12/21 16:41
Neither muse nor myrbuild should depend on libmi.a

0aa78af4 – Ori Bernstein <[email protected]> authored on 2014/12/21 16:37
Add missing file for mk.

e47ac0b4 – Ori Bernstein <[email protected]> authored on 2014/12/21 16:35
Add a default assembly command.

e1673132 – Ori Bernstein <[email protected]> authored on 2014/12/21 16:33
Plan9 doesn't have the PRIx32 variables. Plus, they're ugly.

686c2173 – Ori Bernstein <[email protected]> authored on 2014/12/21 16:31
More work towards plan9 workingness.

d8c6d1da – Ori Bernstein <[email protected]> authored on 2014/12/21 13:41
First attempt at supporting plan9 assemblers.

262c61bd – Ori Bernstein <[email protected]> authored on 2014/12/20 21:28
Traits seem to be working. Whee!

5a6bf5c3 – Ori Bernstein <[email protected]> authored on 2014/12/20 21:07
Traits are more worky.

c5e79d3b – Ori Bernstein <[email protected]> authored on 2014/12/20 20:27
Make our type ids more stable across files.

8ae2e25d – Ori Bernstein <[email protected]> authored on 2014/12/20 19:06
New blessed way to implement traits with no functions.

34b564c7 – Ori Bernstein <[email protected]> authored on 2014/12/20 17:44
Tag exported symbols from traits.

274de043 – Ori Bernstein <[email protected]> authored on 2014/12/20 16:48
Improve error reporting.

f1e8c8cd – Ori Bernstein <[email protected]> authored on 2014/12/19 20:16
Implement impl and trait merging.

ddc3ab88 – Ori Bernstein <[email protected]> authored on 2014/12/19 13:43
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

48199f40 – Ori Bernstein <[email protected]> authored on 2014/12/19 06:39
Remove spare assert.

5621e8b5 – Ori Bernstein <[email protected]> authored on 2014/12/18 18:45
Add tests for trait impls.

b80fae53 – Ori Bernstein <[email protected]> authored on 2014/12/18 18:39
Fix type equality/hashing for unresolved types.

5c5abaed – Ori Bernstein <[email protected]> authored on 2014/12/18 18:38
Remove useless option from muse.

ec7cfc6f – Ori Bernstein <[email protected]> authored on 2014/12/18 18:31
Delete dead code.

c1288ac0 – Ori Bernstein <[email protected]> authored on 2014/12/18 18:30
Get rid of the 'exports' stab.

4f6e605e – Ori Bernstein <[email protected]> authored on 2014/12/18 09:57
Actually check subtypes in structs.

961b6524 – Ori Bernstein <[email protected]> authored on 2014/12/18 09:57
Overflowing an signed value is undefined. Use uintptr_t.

ee646b3b – Ori Bernstein <[email protected]> authored on 2014/12/18 09:52
Fix up type equality/hashing.

e7e1c3cc – Ori Bernstein <[email protected]> authored on 2014/12/16 09:22
Transfer over the index when renaming nsnames.

3648de76 – Ori Bernstein <[email protected]> authored on 2014/12/14 20:45
Put the if in the right place.

ab64fa7f – Ori Bernstein <[email protected]> authored on 2014/12/14 20:30
Add recursive path creation.

590fccdc – Ori Bernstein <[email protected]> authored on 2014/12/14 20:29
Add errno codes.

5904f620 – Ori Bernstein <[email protected]> authored on 2014/12/14 15:53
Fix next() for single char args.

1dde9b5a – Ori Bernstein <[email protected]> authored on 2014/12/14 11:43
Add a function for clearing any value.

c2bcb3b5 – Ori Bernstein <[email protected]> authored on 2014/12/13 19:15
Spork returns an error code now.

78831809 – Ori Bernstein <[email protected]> authored on 2014/12/13 18:21
Add plan9 instruction formats.

ade8d347 – Ori Bernstein <[email protected]> authored on 2014/12/13 17:38
Don't leave bangs in dial strings when parsing.

7dee96bc – Ori Bernstein <[email protected]> authored on 2014/12/05 15:19
Merge branch 'master' of git://git.eigenstate.org/git/ori/mc

dc0179de – Ori Bernstein <[email protected]> authored on 2014/12/02 11:40
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

7bb950b7 – Ori Bernstein <[email protected]> authored on 2014/12/02 11:39
Add missing file.

ddd4c181 – Ori Bernstein <[email protected]> authored on 2014/11/30 17:18
Don't allow attempts to get members in types that don't support them.

b3d69e8d – Ori Bernstein <[email protected]> authored on 2014/11/30 16:35
Don't try calling non-function types.

ea3ae1c8 – Ori Bernstein <[email protected]> authored on 2014/11/30 16:05
Fix a few type errors.

fb736dc5 – Ori Bernstein <[email protected]> authored on 2014/11/30 16:04
Avoid division by zero deaths in the compiler.

ae702f14 – Ori Bernstein <[email protected]> authored on 2014/11/30 13:27
The lhs of += should be an lval.

9f4f2125 – Ori Bernstein <[email protected]> authored on 2014/11/30 12:42
Be stricter about negating booleans.

4b8e7423 – Ori Bernstein <[email protected]> authored on 2014/11/30 12:13
Fix a couple of assert failures.

335908ff – Ori Bernstein <[email protected]> authored on 2014/11/10 13:43
Operator shuffling.

375ca707 – Ori Bernstein <[email protected]> authored on 2014/11/10 13:32
Fix typo in tree walk code.

7b391728 – Ori Bernstein <[email protected]> authored on 2014/11/05 15:14
Handle wildcards in patterns correctly.

888bb9b1 – Ori Bernstein <[email protected]> authored on 2014/11/04 20:47
Add a comment for nconstructors()

e270e42d – Ori Bernstein <[email protected]> authored on 2014/11/04 20:40
Fix up pattern tree generation.

5faf2153 – Ori Bernstein <[email protected]> authored on 2014/11/04 17:42
Fix clobbering match pattern type.

f15c5a1a – Ori Bernstein <[email protected]> authored on 2014/11/04 17:29
Fix constant patterns for matching.

ad008b9e – Ori Bernstein <[email protected]> authored on 2014/11/04 16:53
Fix most tests.

ad893b63 – Ori Bernstein <[email protected]> authored on 2014/11/04 16:34
Check for exhaustiveness in patterns.

61ba873d – Ori Bernstein <[email protected]> authored on 2014/11/03 06:25
Fix typo in makefile.

ed4eb60e – Ori Bernstein <[email protected]> authored on 2014/10/30 09:38
Fix top level Makefile.

f131beb5 – Ori Bernstein <[email protected]> authored on 2014/10/30 09:27
Unrename 'opt' -> 'mi'

b9cf654b – Ori Bernstein <[email protected]> authored on 2014/10/15 21:51
Stub in parameters needed for generating captures

b800e22d – Ori Bernstein <[email protected]> authored on 2014/10/15 15:44
Add support for checking structs.

b5135305 – Ori Bernstein <[email protected]> authored on 2014/10/15 12:07
Stub in addstruct(), and turn failed dups into errors.

Next