aboutsummaryrefslogtreecommitdiff
path: root/defaults.c
Commit message (Collapse)AuthorAge
* Avoid duplicate definition of global default variablesfooxax2020-12-13
| | | | | | | | With GCC 10 several things got changed. One of the things is the -fno-common default which prevented the code to link cause of multiple definition issues. Declared the variables extern and defined them in c-file to avoid the linker error. Details can be found here: https://gcc.gnu.org/gcc-10/porting_to.html
* Move license to central file, add acknowledgement to trayfreqDavid Phillips2016-08-25
|
* Changed header include policy to increase build timeDavid Phillips2015-09-09
|
* Replace asprintf calls with snprintfDavid Phillips2015-09-01
|
* Enforced staticnessDavid Phillips2015-09-01
|
* Removed declarations which were already in defaults.hDavid2014-12-06
|
* Code tidyDavid2014-09-28
|
* Naughty Phillid, underscore-prefixed variable names are bad!David2014-09-27
|
* Capitalisation fix in licenceDavid2014-09-27
|
* Changed program name in licenseDavid2014-09-18
|
* Share dir fixDavid2014-09-18
|
* Moved from sprintf to asprintfDavid2014-07-25
|
* Clean-upsDavid2014-06-05