summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Make closeallfiles() fasterAmadeusz Sławiński2019-12-281-5/+25
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-1/+1
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-2/+2
* use library sleep functionsAmadeusz Sławiński2017-04-131-9/+0
* use str(n)dup instead of reinventing the wheelAmadeusz Sławiński2017-04-121-10/+7
* don't reinvent the wheel (InStr -> strstr)Amadeusz Sławiński2016-07-161-10/+0
* int -> size_t for string lengthAmadeusz Sławiński2016-06-251-1/+1
* don't "save" one letter from variable namesAmadeusz Sławiński2016-06-251-5/+5
* change various pid variables type to pid_t from intAmadeusz Sławiński2016-06-201-1/+1
* move config.h to top of includesAmadeusz Sławiński2016-06-181-0/+2
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-1/+2
* if either of seteuid calls fails, it will fail anywayAmadeusz Sławiński2016-01-021-2/+1
* remove more useless checksAmadeusz Sławiński2015-06-261-27/+0
* remove register keywordAmadeusz Sławiński2015-06-261-5/+5
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+2
* bye bye DEBUGAmadeusz Sławiński2015-06-251-23/+0
* change struct mchar to use uint32_t instead of charsAmadeusz Sławiński2015-06-251-5/+0
* Remove not used #definesAmadeusz Sławiński2015-06-251-3/+0
* POSIX: just use setenvAmadeusz Sławiński2015-06-251-42/+0
* Remove #infdef function definitionsAmadeusz Sławiński2015-06-251-23/+0
* Remove unused variableAmadeusz Sławiński2015-06-251-2/+0
* Use mode_t typeAmadeusz Sławiński2015-06-251-4/+0
* remove SETEUID definesAmadeusz Sławiński2015-06-251-86/+0
* Fix some stuff found with flawfinder -m 5Amadeusz Sławiński2015-06-251-1/+1
* Code reformatingAmadeusz Sławiński2015-06-251-320/+274
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-4/+2
* remove #BSDWAITAmadeusz Sławiński2015-06-251-4/+0
* Remove more 'compatibility' stuffAmadeusz Sławiński2015-06-251-22/+0
* More removal, mainly SYSV SYSVSIGSAmadeusz Sławiński2015-06-251-11/+0
* removal of #define NONLINUXOS etc.Amadeusz Sławiński2015-06-251-30/+1
* more work around signalsAmadeusz Sławiński (amade)2015-06-251-4/+4
* remove SIGARG SIGPROTOARG SIGDEFARG macrosAmadeusz Sławiński (amade)2015-06-251-7/+7
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-8/+0
* remove unneded check logic, as we no longer use bcopyAmadeusz Sławiński (amade)2015-06-251-18/+0
* remove _delay()Amadeusz Sławiński (amade)2015-06-251-26/+0
* replace some of strcpy with strncpyAmadeusz Sławiński (amade)2015-06-251-3/+3
* fix some of -Wnested-externs warningsAmadeusz Sławiński (amade)2015-06-251-1/+1
* replace bcopy with memmoveAmadeusz Sławiński (amade)2015-06-251-2/+2
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-66/+26
* remove USEVERARGSAmadeusz Sławiński2015-06-251-111/+0
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-10/+10
* Fix a typo.Sadrul Habib Chowdhury2010-03-121-2/+2
* Fix build with -Werror=format-securityMichael Scherer2010-03-071-2/+2
* Revamp the display list.Sadrul Habib Chowdhury2009-12-051-2/+3
* Remove ooooold cruft.Sadrul Habib Chowdhury2009-11-111-46/+0
* Add a note about a fixed bug in ncurses.Thomas Dickey2009-11-111-0/+13
* Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
* Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6