about summary refs log tree commit diff stats
path: root/070string.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-15 01:16:51 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-15 01:16:51 -0800
commit28ca3dbc71a3c3258bb7876fe1bae7c5edac4438 (patch)
tree3f08e27941a13fff73124e27071f378807827462 /070string.mu
parent687dd3f5da63bee9dd310bc4ac2844ece43e3fba (diff)
downloadmu-28ca3dbc71a3c3258bb7876fe1bae7c5edac4438.tar.gz
2443
Another little bit of polish: if a call doesn't do enough for a complete
specialization, show a decent error message and above all: don't die!
Diffstat (limited to '070string.mu')
0 files changed, 0 insertions, 0 deletions
Blame the previous revision' href='/danisanti/profani-tty/blame/profanity.spec?id=9db02541e4af8cbb046c8d894d0147c9f7d13e0e'>^
47d00141 ^
b89f5da2 ^


















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