Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removed unused variables
[simgrid.git] / src / portable.h
2007-03-26 cheriermthese functions are already declarated in str.h
2007-03-23 mquinsonload stdio.h with _GNU_SOURCE defined ASAP before some...
2007-03-15 mquinsonKill oldies
2007-03-13 cheriermvisual c++ need snprintf and vsnprintf functions
2007-03-09 mquinsonLoad the getline prototype when it exists
2007-03-02 cherierm_sleep not implemented in stdlib.h on Windows
2006-10-10 mquinsonMove the definition of XBT_PUBLIC from portable.h ...
2006-10-06 cheriermDefines the XBT_PUBLIC macro that specify public funct...
2006-10-06 mquinsonRemove old cruft
2006-09-29 cheriermTaking in consideration simgrid configuration for...
2006-09-28 mquinsonAllow to save the errno before it gets erased by anothe...
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
2006-07-04 mquinsonSignal-related changes
2005-10-20 mquinsonMissing header on IRIX
2005-09-08 mquinsonRework the hexadecimal displayer I use to debug the...
2005-08-07 mquinsonload execinfo.h when available
2005-07-01 mquinsonasprintf & friends replacement
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonDefine a wrapper to strings for when printf(%s,NULL...
2005-02-28 mquinsonDon't try to load windows.h because ucontext were not...
2005-02-27 mquinsonsplint'able
2004-12-31 mquinsoncleanup
2004-12-16 mquinsonyeah, yeah, linux. Don't bother. O_BINARY is a nasty...
2004-12-15 mquinsonAdd portable header loading for contexts
2004-12-14 mquinsonMake sure HAVE_WINSOCK_H is defined even if only versio...
2004-12-10 mquinsonfix headers
2004-12-10 mquinsonContain all the system headers we may need. Works on...