Peter Boström
9c15b9504e
Fix clang -Wextra except -Wunused-parameter.
...
Cleared all warnings that occur when passing
CFLAGS="-Wall -Wextra -Wno-unused-parameter" to make using clang 3.3 on
Linux x86-64.
2014-01-02 22:15:33 +01:00
Lancelot SIX
f22995393a
Remove references to PATH_MAX macro
...
Since the macro PATH_MAX is not defined on every system (GNU/Hurd being
one of those who do not define it), we remove all references to this
macro. Instead, we use a buffer of arbitraty size and grow it when
needed to contain paths.
2013-11-24 13:50:29 +01:00
Michael Stapelberg
75206db3a1
Bugfix: s/i3bar/i3-nagbar/ (Thanks badboy)
2013-06-10 23:23:22 +02:00
Michael Stapelberg
cbdc8c33dd
remove unused pathlen (Thanks gcc)
2013-06-10 23:10:46 +02:00
Michael Stapelberg
57b43d84f9
retab! get_exe_path.c
...
We seriously need auto-formatting.
2013-06-10 23:08:42 +02:00
Michael Stapelberg
3930615104
Bugfix: sizeof(destpath)-1 to have space for the trailing NUL (Thanks Merovius)
2013-06-10 23:08:17 +02:00
Michael Stapelberg
d51173b2ba
i3-nagbar: take our terminal execution kludge to the next level
...
Please read commit 2bf80528bd
first.
Then read the comment within the code of this commit.
Then run in circles and cry loudly.
fixes #1002
fixes #1026
2013-06-10 22:55:39 +02:00