shithub: mc

RSS feed

d0ba0324 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 21:10
Clarify the EBNF description.

f0a0aad9 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 21:08
Clarify whitespace handling.

e7f3b436 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 21:05
Simplify the abstract.

ed5a96de – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 20:55
Disambiguate args for comparisons in spec.

105a65cb – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 20:54
Add testr to the build deps.

2ab43c90 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/12 18:15
Update spec to make ucons a normal prefix operator.

658dd280 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/08 22:47
Clean up tests.

48fc86fd – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/08 19:32
Remove useless file.

e3a9307d – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/08 19:20
Merge libjson

673032b9 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/08 18:36
Remove debug prints.

2edc2786 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/07 18:10
Format minimum values correctly.

330fd3f7 – Ori Bernstein <ori@eigenstate.org> authored on 2017/02/07 15:02
Make FreeBSD manpath consistent for mbld

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.

4ff322bb – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/08 16:39
Dedup const initialization.

186c4e40 – Ori Bernstein <ori@eigenstate.org> authored on 2017/01/04 17:04
Remove dead makefiles and shuffle around docs.

24020b49 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/03 10:46
Add regex escaping.

e7ba66a1 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/02 08:54
Remember to mark pattern match vars as const.

63a36e06 – Ori Bernstein <ori@markovcorp.com> authored on 2017/01/02 08:53
Fix clang warnings.

571472a7 – Ori Bernstein <ori@markovcorp.com> authored on 2016/12/29 10:18
Add maximum depth to parser.

3f801377 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 21:16
Clean up thread spawning code on linux.

34849821 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 17:41
Vars have no subexpressions.

c06740c3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 17:25
Be better about unifying instead of just overwriting.

bc3a2a3b – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/28 04:36
Remove erronous -O3

7e7ef17a – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/26 15:01
Run postcheck until convergence.

2652cf20 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 17:59
Add isnan() function.

7f8782b1 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 06:32
Fix openbsd compile warning.

c1785ddd – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/25 05:06
Make float parsing stricter.

073eb256 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/23 20:44
Comply with json spec.

fb01f695 – Ori Bernstein <ori@eigenstate.org> authored on 2016/10/26 17:21
Be a bit stricter about parsing json.

d48c3220 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/20 15:58
Add 'Sysinit' macro to mkfile.

28284f54 – Ori Bernstein <ori@Oris-Mac-mini.local> authored on 2016/12/20 15:48
Fix warnings on OSX, refactor ./configure

a7039f62 – Ori Bernstein <ori@markovcorp.com> authored on 2016/12/20 08:19
Add chunk iterator.

937e5e74 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/16 18:01
Implement filterfd().

ff614fa9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 15:50
Use rdbuf to read floats.

cf57ad51 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 14:52
Looks like I forgot to implement bigmodi

8a2b92ef – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/11 14:34
Fix sign extension bugs in division.

c73cc580 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/09 20:24
Trait members are global.

818ecb26 – Ori Bernstein <ori@eigenstate.org> authored on 2016/12/09 13:33
Fix benchmark code.

Next