]> granicus.if.org Git - check/history - lib
Fix int main() function to "int main(void)"
[check] / lib /
2017-09-01 Branden ArcherMerge branch 'master' into master
2017-09-01 Branden ArcherMerge pull request #129 from civetweb/master
2017-09-01 bel2125Set license statement
2017-08-31 bel2125Add fpclassify to Makefile.am and comment VS2008 build
2017-08-31 bel2125Add prototype for fpclassify
2017-08-30 bel2125Some preprocessor magic for defining INFINITY and NAN
2017-08-30 bel2125Test additional AppVeyor builds
2017-08-29 bel2125Define INFINITY and NAN as macro
2017-08-29 bel2125Move infinity/not-a-number handling to lib directory
2017-08-28 bel2125Merge branch 'master' into master
2017-08-25 bel2125Use #if defined(_MSC_VER) instead of #if _MSC_VER
2016-12-24 Branden ArcherMerge pull request #94 from 9fcc/fix_cmake_libcompat_h
2016-12-24 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-23 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-18 Dotsenko AndreyFix missing libcompat.h error while doing make install...
2016-11-05 Branden ArcherMerge branch 'master' into travis-ci-osx-cmake-exclude
2016-11-05 Branden ArcherMerge pull request #65 from centricular/hurd-clock...
2016-11-04 Nirbheek ChauhanMerge branch 'master' into hurd-clock-gettime
2016-11-02 Nirbheek Chauhanclock_gettime.c: Use __APPLE__ instead of __MACH__
2016-03-28 Branden ArcherMerge pull request #31 from libcheck/appveyor-msvc
2016-03-28 Branden Archerremove (v)asprintf from snprintf.c
2016-03-22 Branden ArcherMerge pull request #24 from blueness/posix-strsignal
2016-03-21 Anthony G. Basilelib/strsignal.c: strsignal() should be not be declared...
2015-09-13 brarcherAdd LGPL header to files without the header
2014-07-03 brarchercmake: include getline.c into libcompat if getline...
2014-06-24 brarcherautotools: remove AIX fix for broken xlc v6 compiler
2014-06-24 brarcherProvide getline() if unavailable
2014-06-23 brarcherUse casts when assigning a void*
2014-06-23 brarcherChange name 'new' to something else
2014-06-15 brarcherautoconf: attempt to find __floor() if floor() is unava...
2014-05-26 brarcherchange first arg of timer_create to clockid_t
2014-01-27 brarcherRun indent on source
2014-01-06 brarcherlibcompat: fix typo in comment
2014-01-06 brarcherlibcompat: remove alternatives for localtime_r
2014-01-02 brarchercmake: move snprintf definitions to make cmake file
2014-01-02 brarchercmake: do not check HAVE__SNPRINTF
2014-01-02 brarcherlibcompat: remove ; from #defines
2014-01-02 brarcherlibcompat: put snprintf defines in libcompat.h
2014-01-02 brarcherlibcompat: do not use _snprintf even if available
2014-01-02 brarchercmake: add definitions for remaining printf functions
2014-01-02 brarcherlibcompat: remove replacement for sleep()
2014-01-02 brarcherlibcompat: remove unsetenv replacement
2014-01-02 brarcherlibcompat: remove putenv replacement
2014-01-02 brarcherlibcompat: do not offer to replace setenv
2014-01-02 brarcherreplace how setenv availability is detected
2013-12-25 brarcherremove stray ` in file
2013-12-25 brarcherlibcompat: add CK_DLL_EXP to all functions
2013-12-25 brarchercmake: Add definitions for snprintf if replacement...
2013-12-25 brarcherlibcompat: remove fileno() replacement
2013-12-25 brarcherlibcompat: remove read() and write() checks
2013-12-25 brarcherlibcompat: remove pipe() replacement
2013-12-25 brarchersnprintf: fix some compile time checks for MSVC
2013-12-25 brarcherlibcompat: if _snprintf is available instead, us it
2013-12-25 brarchercmake: use libcompat's snprintf if not available on...
2013-12-25 brarcherclock_gettime: remove some header includes, they are...
2013-12-25 brarchercmake: add checks for librt functions
2013-12-25 brarchercmake: only replace libcompat if all possibilities...
2013-12-25 brarcherlibcompat.h: Correct HAVE_SETENV
2013-12-25 brarcheradd clock_t & timer_t to configure.ac and CMakeLists...
2013-12-25 brarcherlibcompat.h: include sys/time.h only if it is available
2013-12-25 brarcherlibcompat: add alternative for gettimeofday
2013-12-25 brarcherlibcompat.h: rename several functions if the _ variant...
2013-12-25 brarcherlibcompat.h: Include additional headers if MSVC
2013-12-25 brarchersleep.c: use Sleep() if MSVC
2013-12-25 brarcherlocaltime_r.c: provide additional alternatives
2013-12-25 brarcherspacing
2013-12-25 brarcherInitial commit of cmake support, based on mloskot patch
2013-10-14 brarchersnprintf: disable 'long long', as is not supported...
2013-10-14 brarchersnprintf: remove missing default case warning
2013-10-14 brarchersnprintf: removing missing prototype warnings
2013-10-06 brarcherSilence warning about missing exit() prototype
2013-10-06 brarcherSilence warning about no new line at end of file
2013-10-04 brarchersilence warning about ck_do_nothing being able to return
2013-10-03 brarcherDon't declare localtime_r when it's a macro
2013-10-02 brarcherDefine 'struct timespec' if unavailable in time.h
2013-10-01 brarcherIf clocks are not defined, set to (hopefully) invalid...
2013-10-01 brarcherDefine monotonic and realtime clock, even if librt...
2013-09-23 brarcherAdd noreturn attribute to select functions and added...
2013-09-23 brarcherUse clockid_t in prototype for clock_gettime
2013-09-22 brarcherMove stdint include to libcompat
2013-09-21 brarcherIf CLOCK_MONOTONIC is not supported, try CLOCK_REALTIME
2013-09-21 brarcherUse setitimer in timer_* fallbacks
2013-07-21 brarcherAdding alarm.c to libcompat
2013-07-21 brarcherAdd alarm() to libcompat for platforms that do not...
2013-07-21 brarcherDo a forward declaration of "struct sigevent"
2013-07-21 brarcherAdd a missing comment at the end of a #ifdef block
2013-01-31 brarcherAdd C99 compliant snprintf to libcompat
2012-11-25 brarcherAdding files that were missed in the previous commit
2012-11-21 brarcherAllow unit test timeouts to be specified using nanoseco...
2012-11-04 brarcherAdd override for clock_gettime() in libcompat for syste...
2012-11-04 brarcherChange definition of unsetenv to follow POSIX.1-2001
2012-11-04 brarcherRemove stray ; from putenv
2009-01-01 cpickett* add more assert (0)'s to broken implementations
2008-12-31 cpickett* introduce HAVE_WORKING_SETENV to protect tc_timeout_e...
2008-12-31 cpickett* add `assert (0)' to unimplemented functions to make...
2008-12-31 cpickett* implement localtime_r
2008-12-31 cpickett* move #include <sys/time.h> and <time.h> to libcompat.h
2008-12-31 cpickett* move #include <sys/wait.h> to libcompat.h
2008-12-31 cpickett* move #include <unistd.h> and <pthread.h> to libcompat.h
2008-12-30 cpickett* add pipe(2) stub
next