aboutsummaryrefslogtreecommitdiffstats
path: root/src/sigs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* sigs.c: Suppress compiler warningLukas Fleischer2016-01-261-0/+4
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Let SIGUSR1 trigger a reloadTim Hentenaar2014-10-101-0/+5
* Define _DARWIN_C_SOURCE to get SIGWINCH on OS XJack Nagel2014-07-081-0/+5
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-35/+37
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Ignore signals during command executionLukas Fleischer2012-11-281-0/+14
* src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer2012-06-011-0/+10
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-38/+29
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Fix POSIX complianceLukas Fleischer2012-02-191-0/+4
* Make use of the NULL macroLukas Fleischer2011-11-021-1/+1
* Do not cast unused return values to voidLukas Fleischer2011-11-021-1/+1
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-0/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-3/+3
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-5/+4
* Remove calcurse lock file when running in interactive mode and SIGTERM is rec...Frederic Culot2009-08-091-1/+11
* New way of handling signals.Frederic Culot2009-07-191-28/+27
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-11/+9
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-35/+39
* proper cvs tag usedFrederic Culot2008-02-141-1/+1
* Handling of SIGWINCH improvedFrederic Culot2007-10-071-2/+3
* handling of SIGWINCH addedFrederic Culot2007-08-151-2/+14
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-5/+1
* new source files to store signal handling routinesFrederic Culot2007-07-231-0/+75