Fabjan Sukalia

Results 4 issues of Fabjan Sukalia

According to the Linux manpage signal(2) the function `signal` should not be used as its behaviour can vary across platforms. Currently glibc mimics the BSD behaviour which implicitly uses the...

In some languages identifiers and keywords are case-insensitive. Some examples are Ada, VHDL and SQL. Also literals in other languages like C and C++ can be in parts case-insensitive. For...

Tasks which are completed and have reached a given age, e.g. 3 months, should be automatically deleted. It would be nice to set this age per list, as some lists...

On my system (Ubuntu 22.04, gcc 11.3.0, amd64) it generates the warnings below when compiling. This commit fixes the warnings by applying the changes suggested by the compiler. ``` cc...