about summary refs log tree commit diff stats
path: root/channel.mu
Commit message (Expand)AuthorAgeFilesLines
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-6/+6
* 1880 - switch .mu files to new type-deducing idiomKartik K. Agaram2015-07-291-10/+10
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-4/+4
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-3/+3
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-3/+3
* 1599Kartik K. Agaram2015-06-191-1/+1
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-11/+11
* 1345Kartik K. Agaram2015-05-111-4/+8
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-6/+2
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-45/+39
* 690 - convention: '$' commands for debugging onlyKartik K. Agaram2015-02-011-4/+4
* 624 - no, that's all wrong, scratch 623Kartik K. Agaram2015-01-251-2/+2
* 623 - 'nochange' to guard against race conditionsKartik K. Agaram2015-01-251-2/+2
* 578 - switch to non-polymorphic 'print' functionsKartik K. Agaram2015-01-171-2/+2
* 574 - printing string literals is a hack; hard-code it in for nowKartik K. Agaram2015-01-161-4/+4
* 571 - screen primitives take an explicit terminalKartik K. Agaram2015-01-151-6/+6
* 530Kartik K. Agaram2015-01-101-0/+1
* 529 - 'sleep' can now wait for a routine to completeKartik K. Agaram2015-01-101-3/+4
* 522 - another arg for 'fork'Kartik K. Agaram2015-01-101-2/+2
* 520 - update stale exampleKartik K. Agaram2015-01-101-1/+1
* 519 - ooh, use metadata to disambiguate argsKartik K. Agaram2015-01-101-2/+2
* 505 - simplify tagged-valueKartik K. Agaram2015-01-051-5/+4
* 497 - strengthen the concept of 'space'Kartik K. Agaram2015-01-021-2/+2
* 458Kartik K. Agaram2014-12-281-4/+4
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-24/+24
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-3/+3
* 401 - stop abbreviating opsKartik K. Agaram2014-12-121-3/+3
* 399 - fix mu examplesKartik K. Agaram2014-12-081-2/+2
* 325 - example program using channelsKartik K. Agaram2014-11-251-0/+48
2016-07-04 00:41:29 +0100 Free plugins commands on quit' href='/danisanti/profani-tty/commit/src/plugins/callbacks.h?id=71879a3f64f5f04cdceeedf0317175b2bab1701c'>71879a3f ^
41fe8c22 ^





606a860b ^

41fe8c22 ^

5cabcf9b ^
c8d09083 ^
5cabcf9b ^

a779ad07 ^

1a7eb007 ^
0d7b4cb4 ^
41fe8c22 ^
5f393a6d ^
41fe8c22 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78