From 259a4c9b55b72fdb1fa73850701d1293a2b1b23a Mon Sep 17 00:00:00 2001 From: nfnty Date: Fri, 10 Feb 2017 20:18:02 +0100 Subject: Beta release 1.9.0b3 --- doc/rifle.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rifle.1') diff --git a/doc/rifle.1 b/doc/rifle.1 index 65457116..542f9477 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.0b2" "2017-02-10" "rifle manual" +.TH RIFLE 1 "rifle-1.9.0b3" "2017-02-10" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l -- cgit 1.4.1-2-gfad0 name='h' onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/1.vm/012transform.cc
blob: 758a286c00fbf256d0d974e6d5d97bc8f213cd77 (plain) (blame)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102