about summary refs log tree commit diff
path: root/src/portab
AgeCommit message (Expand)Author
20 hoursDeclare *{FLAGS,LIBS} onceNakidai
22 hoursImprove the build systemNakidai
2026-01-15Use simpler build systemNakidai
2024-02-10Remove outdated, unsupported and broken support for splint(1)Alexander Barton
2023-01-02Make the debug loglevel always availablemichi
2022-12-25Spelling fixes, mostly in file commentsAlexander Barton
2020-04-20Unbreak GCC 10 (-fno-common) buildmichi
2020-02-15Fix memory leak in portabtest Check_strtok_r()Alexander Barton
2018-02-25portab/Makefile: Split list into separate linesAlexander Barton
2016-07-22Make sure that SYSCONFDIR is always setAlexander Barton
2015-08-01Whitespace fixes (no functional changes)Alexander Barton
2015-07-19Streamline ".gitignore" filesAlexander Barton
2014-03-17Update copyright notices of recently changed filesAlexander Barton
2014-03-17portab.h: Restructure and clean up codeAlexander Barton
2014-03-17Remove imp.h and exp.h header filesAlexander Barton
2014-03-16strdup.c: Code cleanupAlexander Barton
2014-03-16Code cleanup, remove blank linesAlexander Barton
2014-01-17Fix configure script and "make check" for TCP WrappersAlexander Barton
2014-01-04Support non-standard vsnprintf() return codeAlexander Barton
2014-01-01portabtest: Add checks for strdup(), strndup(), and strtok_r()Alexander Barton
2014-01-01portabtest: Actually test functionsAlexander Barton
2013-12-29portabtest: Only use one exit code to indicate errorsAlexander Barton
2013-12-29portabtest: Code cleanupAlexander Barton
2013-11-09vsnprintf.c: make code compatible with ansi2knr toolAlexander Barton
2013-11-09Remove unused vsnprintf.c test functionAlexander Barton
2013-08-26private strndup() implementation in case libc does not provide itFederico G. Schwindt
2012-12-25Add Cygwin binaries (*.exe) to .gitignore filesAlexander Barton
2012-10-11Disable UID/GID checks on "single user OS"Alexander Barton
2012-09-24Remove all geneerated Makefile.am on "make maintainer-clean"Alexander Barton
2012-09-24Include all build-system files into distribution archivesAlexander Barton
2012-09-23Change build system to support new and old GNU automakeAlexander Barton
2012-09-13configure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_TARGET)Alexander Barton
2011-11-06Test for gai_strerror()Alexander Barton
2011-02-13Code cleanup: mostly removing empty linesAlexander Barton
2011-02-13Add Doxygen @file documentation to each source and header fileAlexander Barton
2010-10-19Only use "__attribute__ ((unused))" if GCC >=2.8 is usedAlexander Barton
2008-11-13Added some missing files of GIT tree to distribution archivesAlexander Barton
2008-08-01Make ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTEP 4.2Alexander Barton
2008-05-26Use strtok_r instead of strchr in IRC_JOIN.Scott Perry
2008-04-09Added "portabtest" binary to .gitignore file in src/portabtest/.Alexander Barton
2008-04-09Moved .cvsignore files to .gitignoreAlexander Barton
2006-12-28added "portabtest" binary to list of files to ignore.Alexander Barton
2006-12-28Added .cvsignore files to hide generated files from CVS.Alexander Barton
2005-07-31Removed unnecessary #define of "LOCAL", now use plain C "static" instead.Alexander Barton
2005-04-16use strdup() to add oper hostname mask.Florian Westphal
2005-04-16private strdup() implementation in case libc does not provide it.Florian Westphal
2005-04-09Use typedef instead of #define to declare the socklen_t type if needed.Alexander Barton
2005-03-30Debine NDEBUG if DEBUG isn't defined to disable all assert() checks as well.Alexander Barton
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
2005-02-27Updated to latest strl{cat|cpy} code of rsync:Alexander Barton