]> arthur.barton.de Git - ngircd-alex.git/history - src/portab/portab.h
Correctly use cloaked IRC masks on "INVITE nickname"
[ngircd-alex.git] / src / portab / portab.h
2013-08-26 Federico G. Schwindtprivate strndup() implementation in case libc does...
2012-10-11 Alexander BartonDisable UID/GID checks on "single user OS"
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-12 Alexander Bartonconfigure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T...
2011-11-06 Alexander BartonTest for gai_strerror()
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-10-19 Alexander BartonOnly use "__attribute__ ((unused))" if GCC >=2.8 is...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-05-26 Scott PerryUse strtok_r instead of strchr in IRC_JOIN.
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-04-16 Florian Westphaluse strdup() to add oper hostname mask.
2005-04-09 Alexander BartonUse typedef instead of #define to declare the socklen_t...
2005-03-30 Alexander BartonDebine NDEBUG if DEBUG isn't defined to disable all...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-03-15 Alexander BartonFixed detection of GNU C version and usability of __att...
2004-01-17 Alexander BartonUse "__attribute__" only if gcc is at least version 2.7
2003-03-31 Alexander BartonRe-corrected test for CVS version.
2003-03-17 Alexander BartonAdded #include for stdarg.h when using ower own version...
2003-03-17 Alexander BartonRemoved now obsolete test for A/UX: configure does...
2003-01-03 Alexander Barton- Added missing PARAMS().
2002-12-26 Alexander Barton- include <sys/types.h>, if available.
2002-12-26 Alexander Barton- added prototypes for replacement functions.
2002-12-12 Alexander Barton- translated file header and comments to english;
2002-10-09 Alexander Barton- neue Datentypen LONG, ULONG und DOUBLE.
2002-06-26 Alexander Barton- neues #define: REGISTER
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler.
2002-05-19 Alexander Barton- Definition von "signed" wieder entfernt: mehr Schaden...
2002-05-19 Alexander Barton- Dummy fuer inet_aton() entfernt. "signed" wird bei...
2002-03-25 Alexander Barton- neuer Header splint.h fuer Code-Check mit SPLint.
2002-03-12 Alexander Barton- der System-Typ wird nun wieder korrekt ermittelt...
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...