]> arthur.barton.de Git - ngircd-alex.git/history - src/portab
Fixes to who-test: accept any ident, escape some '*' flags.
[ngircd-alex.git] / src / portab /
2008-04-09 Alexander BartonAdded "portabtest" binary to .gitignore file in src...
2008-04-09 Alexander BartonMoved .cvsignore files to .gitignore
2006-12-28 Alexander Bartonadded "portabtest" binary to list of files to ignore.
2006-12-28 Alexander BartonAdded .cvsignore files to hide generated files from...
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-16 Florian Westphalprivate strdup() implementation in case libc does not...
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.
2005-02-27 Alexander BartonUpdated to latest strl{cat|cpy} code of rsync:
2005-01-18 Alexander BartonFixed return values of our own implementation of strlcp...
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-04-21 Alexander BartonAdded missing prototype for dummy_snprintf().
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-04 Alexander Barton- Check functions only on systems that support prototyp...
2003-01-03 Alexander Barton- Link portabtest agains "true" library.
2003-01-03 Alexander Barton- Added missing PARAMS().
2002-12-26 Alexander Barton- include <sys/types.h>, if available.
2002-12-26 Alexander Barton- addes required libngircd.a library to portabcheck_LDADD.
2002-12-26 Alexander Barton- strlcat() and strlcpy() replacement functions.
2002-12-26 Alexander Barton- added prototypes for replacement functions.
2002-12-26 Alexander Barton- added tests for replacement functions.
2002-12-26 Alexander Barton- added strlcpy.c for strlcpy() and strlcat() replaceme...
2002-12-12 Alexander Barton- new file header format.
2002-12-12 Alexander Barton- translated file header and comments to english;
2002-10-09 Alexander Barton- neue Datentypen LONG, ULONG und DOUBLE.
2002-09-09 Alexander Barton- Testprogramm ueberarbeitet, macht nun selber keine...
2002-09-09 Alexander Barton- Anpassungen an neue Test-Suite (Ausgabeformat).
2002-06-26 Alexander Barton- neues #define: REGISTER
2002-06-26 Alexander Barton- Reihenfolge der Tests geaendert. Ist "huebscher" :-)
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler.
2002-05-22 Alexander Barton- alten CVS-ID-Tag entfernt; ansi2knr.c ist direkt...
2002-05-22 Alexander Barton- ansi2knr zum CVS-Tree hinzugefuegt.
2002-05-22 Alexander Barton- "ansi2knr" zur "DeANSIfikation" als automake-Option...
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-05-19 Alexander Barton- Code aufgeraeumt, Tests auf C99-vsnprintf() entfernt...
2002-05-19 Alexander Barton- neue Library "ngportab" begonnen: diese bildet Funkti...
2002-03-25 Alexander Barton- neuer Header splint.h fuer Code-Check mit SPLint.
2002-03-15 Alexander Barton- portabtest wird nur noch compiliert, wenn benoetigt...
2002-03-12 Alexander Barton- Informationen um "Vendor" ergaenzt.
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...