index
:
ngircd
this commit
master
ngircd with make
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portab
Age
Commit message (
Expand
)
Author
20 hours
Add header file dependencies
HEAD
master
Nakidai
20 hours
Rename sub-Makefiles into build.mk
Nakidai
21 hours
Declare *{FLAGS,LIBS} once
Nakidai
22 hours
Improve the build system
Nakidai
2026-01-15
Use simpler build system
Nakidai
2024-02-10
Remove outdated, unsupported and broken support for splint(1)
Alexander Barton
2023-01-02
Make the debug loglevel always available
michi
2022-12-25
Spelling fixes, mostly in file comments
Alexander Barton
2020-04-20
Unbreak GCC 10 (-fno-common) build
michi
2020-02-15
Fix memory leak in portabtest Check_strtok_r()
Alexander Barton
2018-02-25
portab/Makefile: Split list into separate lines
Alexander Barton
2016-07-22
Make sure that SYSCONFDIR is always set
Alexander Barton
2015-08-01
Whitespace fixes (no functional changes)
Alexander Barton
2015-07-19
Streamline ".gitignore" files
Alexander Barton
2014-03-17
Update copyright notices of recently changed files
Alexander Barton
2014-03-17
portab.h: Restructure and clean up code
Alexander Barton
2014-03-17
Remove imp.h and exp.h header files
Alexander Barton
2014-03-16
strdup.c: Code cleanup
Alexander Barton
2014-03-16
Code cleanup, remove blank lines
Alexander Barton
2014-01-17
Fix configure script and "make check" for TCP Wrappers
Alexander Barton
2014-01-04
Support non-standard vsnprintf() return code
Alexander Barton
2014-01-01
portabtest: Add checks for strdup(), strndup(), and strtok_r()
Alexander Barton
2014-01-01
portabtest: Actually test functions
Alexander Barton
2013-12-29
portabtest: Only use one exit code to indicate errors
Alexander Barton
2013-12-29
portabtest: Code cleanup
Alexander Barton
2013-11-09
vsnprintf.c: make code compatible with ansi2knr tool
Alexander Barton
2013-11-09
Remove unused vsnprintf.c test function
Alexander Barton
2013-08-26
private strndup() implementation in case libc does not provide it
Federico G. Schwindt
2012-12-25
Add Cygwin binaries (*.exe) to .gitignore files
Alexander Barton
2012-10-11
Disable UID/GID checks on "single user OS"
Alexander Barton
2012-09-24
Remove all geneerated Makefile.am on "make maintainer-clean"
Alexander Barton
2012-09-24
Include all build-system files into distribution archives
Alexander Barton
2012-09-23
Change build system to support new and old GNU automake
Alexander Barton
2012-09-13
configure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_TARGET)
Alexander Barton
2011-11-06
Test for gai_strerror()
Alexander Barton
2011-02-13
Code cleanup: mostly removing empty lines
Alexander Barton
2011-02-13
Add Doxygen @file documentation to each source and header file
Alexander Barton
2010-10-19
Only use "__attribute__ ((unused))" if GCC >=2.8 is used
Alexander Barton
2008-11-13
Added some missing files of GIT tree to distribution archives
Alexander Barton
2008-08-01
Make ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTEP 4.2
Alexander Barton
2008-05-26
Use strtok_r instead of strchr in IRC_JOIN.
Scott Perry
2008-04-09
Added "portabtest" binary to .gitignore file in src/portabtest/.
Alexander Barton
2008-04-09
Moved .cvsignore files to .gitignore
Alexander Barton
2006-12-28
added "portabtest" binary to list of files to ignore.
Alexander Barton
2006-12-28
Added .cvsignore files to hide generated files from CVS.
Alexander Barton
2005-07-31
Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
Alexander Barton
2005-04-16
use strdup() to add oper hostname mask.
Florian Westphal
2005-04-16
private strdup() implementation in case libc does not provide it.
Florian Westphal
2005-04-09
Use typedef instead of #define to declare the socklen_t type if needed.
Alexander Barton
2005-03-30
Debine NDEBUG if DEBUG isn't defined to disable all assert() checks as well.
Alexander Barton
[next]