about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-09-08 22:24:05 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-09-08 22:24:05 +0100
commit53cac176928b67db4eb551295291ab09650927eb (patch)
tree79c695612a4255eb24d5448be7a93ec01b510464 /Makefile
parent83abfc05eb5a1e6ee762ce2921d9d5270e40c9ee (diff)
downloaddwm-53cac176928b67db4eb551295291ab09650927eb.tar.gz
using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99 5.2
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
ef='/akspecs/ranger/commit/Makefile?h=v1.7.0&id=2c5ea01dd2003f172bdc5afdb8bb8bf34eccf0fa'>2c5ea01d ^
94c5d83e ^



1295513f ^
94c5d83e ^
e9e4b4ff ^







94c5d83e ^







76f8d548 ^



94c5d83e ^


423ce88a ^

94c5d83e ^








e9e4b4ff ^

50a0cb1c ^
e9e4b4ff ^

90416a69 ^
e9e4b4ff ^
fde932f2 ^
75682d43 ^
e9e4b4ff ^

2c5ea01d ^
e9e4b4ff ^




e9e4b4ff ^

2c5ea01d ^
e9e4b4ff ^
0c2c782d ^

30ae2137 ^
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