ObjFW  Changes To ObjFW

Changes to "ObjFW" between 2020-05-23 14:20:32 and 2020-05-23 15:43:03

17
18
19
20
21
22
23
24
25
26
27



28
29
30
31
32
33
34
17
18
19
20
21
22
23




24
25
26
27
28
29
30
31
32
33







-
-
-
-
+
+
+







signature](https://objfw.nil.im/downloads/objfw-0.90.2.tar.gz.sig)) and [get
the documentation for 0.90.2
here](https://objfw.nil.im/downloads/objfw-docs-0.90.2.tar.gz) ([PGP
signature](https://objfw.nil.im/downloads/objfw-docs-0.90.2.tar.gz.sig)).

You can clone the Fossil repository like this:
```
mkdir objfw
cd objfw
fossil clone https://objfw.nil.im .fossil
fossil open .fossil
fossil clone https://objfw.nil.im objfw.fossil
mkdir objfw && cd objfw
fossil open ../objfw.fossil
```
Or you can get it from Git. To clone the source tree, just type:
```
git clone https://git.nil.im/objfw.git
```
There is also a [GitHub project](https://github.com/ObjFW/ObjFW) that you can
star, clone and fork.