summaryrefslogtreecommitdiff
path: root/src/sigs.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-26sigs.c: Suppress compiler warningLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-10-10Let SIGUSR1 trigger a reloadTim Hentenaar
2014-07-08Define _DARWIN_C_SOURCE to get SIGWINCH on OS XJack Nagel
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-11-28Ignore signals during command executionLukas Fleischer
2012-06-01src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-19Fix POSIX complianceLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-08-09Remove calcurse lock file when running in interactive mode and SIGTERM is rec...Frederic Culot
2009-07-19New way of handling signals.Frederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-02-14proper cvs tag usedFrederic Culot
2007-10-07Handling of SIGWINCH improvedFrederic Culot
2007-08-15handling of SIGWINCH addedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-23new source files to store signal handling routinesFrederic Culot