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
/
portabtest.c
Age
Commit message (
Collapse
)
Author
2014-01-01
portabtest: Add checks for strdup(), strndup(), and strtok_r()
Alexander Barton
2014-01-01
portabtest: Actually test functions
Alexander Barton
Test functions snprintf(), strlcpy(), strlcat(), vsnprintf() for correctness, not only existance (which was quite useless, because if they weren't available, the program could not have been linked at all ...).
2013-12-29
portabtest: Only use one exit code to indicate errors
Alexander Barton
2013-12-29
portabtest: Code cleanup
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
2005-07-31
Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
Alexander Barton
2005-03-19
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
Florian Westphal
use stdbool.h / inttypes.h if available.
2003-01-04
- Check functions only on systems that support prototypes, elder cpmpilers
Alexander Barton
become confused instead!
2002-12-26
- added tests for replacement functions.
Alexander Barton
2002-12-12
- new file header format.
Alexander Barton
2002-09-09
- Testprogramm ueberarbeitet, macht nun selber keine Ausgaben mehr.
Alexander Barton
2002-09-09
- Anpassungen an neue Test-Suite (Ausgabeformat).
Alexander Barton
2002-06-26
- Reihenfolge der Tests geaendert. Ist "huebscher" :-)
Alexander Barton
2002-05-30
- Weitere Anpassungen an pre-ANSI-Compiler.
Alexander Barton
2002-05-27
- Anpassungen an pre-ANSI-Compiler.
Alexander Barton
2002-03-12
- Informationen um "Vendor" ergaenzt.
Alexander Barton
2002-03-12
- der System-Typ wird nun wieder korrekt ermittelt und verwendet.
Alexander Barton
2002-03-12
- externe portab-Header werden nicht mehr benoetigt. Notwendige Teile sind
Alexander Barton
nun im ngIRCd-Source-Tree enthalten.