shithub: mc

RSS feed

f3af31e4 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/07 14:15
FreeBSD also uses the same INST_MAN rules as OpenBSD

a2295504 – James Turner <james@calminferno.net> authored on 2017/02/07 13:49
Remove the need for local OpenBSD patches.

545d7532 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/04 18:00
Ucons are now prefix expressions.

d6bd40e3 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/02 19:06
Fix some looseness in the spec.

15392a52 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/02 19:06
Fix mixed tabs and spaces in doc.

c82dc24c – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/01 18:27
Revert mistaken cleanups.

9875caee – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/01 18:14
remove pseudo-operators.

78c19177 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/01 18:08
Apply fixes thanks to tridactyla on IRC.

c307d63f – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/01 18:04
Update the grammar.

0841450d – Ori Bernstein <ori@markovcorp.com> authored on 2017/02/01 06:06
Copy paste error. Boolean => void

63b119c2 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 20:08
There is no -G flag.

d811a3c7 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 20:06
Not worth the work of finishing or maintaining the compiler doc.

6368976a – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 19:19
Readability improvements.

a57d9fd3 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 19:18
Implement 'bychar' for iterating characters.

2c877597 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 19:17
Avoid pointer casting by slicing.

d8b4ed36 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 18:25
Fix comment on iterable trait.

a39198cc – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/31 18:24
Explain type inference and builtin traits better.

66b1e40e – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/30 09:59
Don't capture characters around {}.

efef5c18 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/29 19:29
Specify bounds checking.

5c12b281 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/29 18:54
Add specification of accessing pointers via casts.

edd06994 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/29 18:40
Clarify and improve explanation of pattern matching.

6e86aec8 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/28 12:13
Describe lvalues and rvalues.

31ed0906 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/26 18:50
Fix comment descriptions.

bccf958a – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/22 19:48
Fix decrement in while loop.

2c4eeb39 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/22 17:38
Fix up type inference section a bit.

6a8937e9 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/22 17:28
Add a missing dependency on gram.h

d98a9bf8 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/22 15:46
Update explanation of traits and impls.

714a85ce – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/22 13:37
Set appropriate env vars on OSX.

5f6738ea – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/21 12:39
Make grammar item namings clearer.

4d23a296 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/21 12:23
Fill in a bit more on the type system.

e9fba3a2 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/21 11:59
Rearrange things to match the TOC.

21eb277c – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/21 11:05
Shuffle around documentation for leaf types.

8775024d – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/21 10:46
Specify operators.

9f73400b – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/18 19:18
Rearrange topics and start documenting operators.

ac187c5d – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/18 16:24
Update the section on structure.

74c20890 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/17 18:43
Add description of casts.

10c5a7f3 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/17 17:53
Update language doc precedence levels.

70ffb7af – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/17 17:52
Clean up grammar a little.

80f1e8ed – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/16 19:56
Regenerate bootstrap for Myrddin on 9front.

6a59af33 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/16 19:54
Add missing dependency.

e26dcd2a – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/16 19:49
Setenv for Plan 9.

94ee9832 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/16 19:38
Add the ability to do setenv() on posixy systems.

b4fed189 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/15 18:39
Renumber sections.

a9a7d5b3 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/15 18:07
Split Syntax from type rules.

21ead16c – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/15 17:51
Fix section numbering.

8df4cede – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/15 16:25
Move type inference up.

0893bfe6 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 19:25
Back to a 9front C subset.

4078198d – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 18:22
Unfuck cross module traits a bit.

0ac48a57 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 17:45
Remove bullshit.

0eb1435e – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 17:32
Clarify block scoping.

4f9a890e – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 17:16
Clarify function literals.

fefdce5c – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/14 16:41
Start updating the language docs.

88608e74 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/12 19:37
Whitespace fixes.

a8e7cff8 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/13 06:19
Remove obsolete makefile, replace with bld.sub

134d1ae9 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/12 10:44
Add more missing system calls.

4a7e4f29 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/11 08:57
Create paths for install.

14d657bd – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/11 06:24
Suppress prints when doing '-R'

8a92415a – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/09 20:53
Use debruijn multiplication to find bit position.

2b1c13ce – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/09 19:51
Fix the allocator.

1025ec5c – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/09 19:39
Add some missing open flags on some oses.

22f662c6 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/09 10:35
Remove type punning from hash function.

7f4f1776 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/04 11:43
Speed up bitset.

6f141949 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/08 16:51
Add missing open options.