projects/iolib/libfixposix.git
2012-11-19  Stelian IonescuFix typo: lfp_mkostemp not mkostemp master
2012-11-19  Stelian IonescuInclude stdlib.h for OSX
2012-11-19  Stelian IonescuMove macro checks up, seems to fix OSX bug
2012-10-06  Stelian IonescuMake the includes C++-friendly again, "template" is...
2012-08-14  Stelian IonescuStyle fix
2012-08-14  Stelian IonescuUse plain strlen instead of pathconf+strnlen
2012-08-14  David Lichteblauioctl.c needs termios.h for TIOCSCTTY
2012-08-14  David LichteblauUse gcc-specific __attribute__ only on gcc
2012-08-14  Stelian IonescuAdd lfp_mkostemp()
2012-08-14  Stelian IonescuFix typo
2012-08-14  Stelian IonescuImplement mkstemp() instead of wrapping the system...
2012-08-11  Stelian IonescuFix file-descriptor leak in LFP_SPAWN_FILE_ACTION_OPEN
2012-08-11  Stelian IonescuAdd macro GET_ERRNO
2012-08-11  Stelian IonescuMove macros used in just one file to the place of use
2012-08-11  Stelian IonescuFix licence name in .spec file
2012-06-27  Stelian IonescuLFP_REQUIRE_HEADERS and LFP_REQUIRE_FUNCS now report...
2012-06-27  Stelian Ionesculfp_parse_memsize now returns int64_t
2012-06-27  Stelian IonescuAllow make check to complete if tests disabled
2012-06-27  Stelian IonescuDisable test suite by default
2012-06-27  Stelian IonescuMake test suite optional
2012-06-27  Stelian IonescuMove test suite check at the end of configure.ac
2012-06-26  Stelian IonescuUpdate Debian build files
2012-06-13  Stelian IonescuRelease 0.2.4 v0.2.4
2012-06-13  Stelian Ionesculfp_tty_attach: fix FD leak
2012-06-13  Stelian IonescuRelease 0.2.3 v0.2.3
2012-06-13  Stelian IonescuAdd lfp_tty_attach() and lfp_tty_fattach(), use for...
2012-06-13  Stelian IonescuLFP_SPAWN_SETCTTY requires LFP_SPAWN_SETSID
2012-05-30  Stelian IonescuUpdate Debian control file to standards version 3.9.3
2012-05-30  Stelian IonescuRelease 0.2.2 v0.2.2
2012-05-30  Stelian IonescuFreeBSD: define __BSD_VISIBLE to access OS-specific...
2012-05-30  Stelian IonescuAdd RPM .spec file
2012-05-05  Stelian IonescuMention dependency on check in the README
2012-01-31  Stelian IonescuFix comment
2012-01-16  Stelian IonescuUse AS_IF in configure.ac
2011-12-24  Stelian IonescuFix tests: proper signature of main()
2011-12-04  Stelian IonescuShorter lfp_strndup()
2011-12-04  Stelian IonescuRemove stray include
2011-12-04  Stelian Ionesculfp_getpath() now accepts NULL meaning the global envir...
2011-12-04  Stelian Ionesculfp_getpath() now does some minimal checks returning...
2011-11-25  Stelian IonescuUpdate Debian build rules
2011-11-25  Stelian IonescuRelease 0.2.1 v0.2.1
2011-11-25  Stelian IonescuAdd lfp_parse_memsize()
2011-11-25  Stelian IonescuSave compile flags properly during tests
2011-11-25  Stelian IonescuDefine LFP_* flags later during configure
2011-11-25  Stelian IonescuSyntax and standards-compliance fixes
2011-11-25  Stelian IonescuCosmetic change
2011-11-14  Stelian IonescuRelease 0.2
2011-11-14  Stelian IonescuAdd dependency on check >= 0.9.4 to Debian rules
2011-11-08  Stelian IonescuAdd dependency on libcheck for the test suite
2011-11-02  Stelian IonescuCosmetic fixes
2011-11-02  Stelian IonescuFix typoes
2011-11-02  Stelian IonescuMark symbols hidden by default, add explicit exports
2011-11-02  Stelian IonescuAuto-include config.h, split utils.h into macros.h...
2011-11-02  Stelian IonescuBring back __xpg_strerror_r
2011-11-02  Stelian IonescuMove library auxiliary files into src/
2011-10-09  Stelian IonescuEnable threading extensions on Solaris
2011-10-09  Stelian IonescuQuote shell variables in Autoconf macros
2011-10-08  Stelian IonescuAdd comment
2011-10-08  Stelian IonescuRemove stray SYSERR(ENOSYS) from lfp_getpeereid()
2011-10-08  Stelian IonescuAllocate ucred_t on the stack
2011-10-08  Stelian IonescuAdd lfp_getpeereid()
2011-10-07  Stelian IonescuShorter check for OSX
2011-10-07  Stelian IonescuFix typo
2011-09-26  Stelian IonescuFix typo
2011-09-26  Stelian IonescuDeclare the main language to be C
2011-09-26  Stelian IonescuCheck for sys/signal.h before using
2011-09-25  Stelian IonescuMake lfp_wifcontinued() return false if WIFCONTINUED...
2011-09-25  Stelian IonescuVarious fixes for NetBSD
2011-09-24  Stelian IonescuAdd checks for OSX Mach features
2011-09-24  Stelian IonescuDon't define _XOPEN_SOURCE on OSX
2011-09-24  Stelian IonescuCheck for NSIG in sys/signal.h too
2011-09-16  Stelian IonescuThe second argument of lfp_execve() and lfp_execvpe...
2011-09-16  Stelian IonescuUse execve() instead of lfp_execve() in lfp_execvpe...
2011-09-15  Stelian IonescuAdd lfp_set_environ()
2011-09-15  Stelian IonescuAdd lfp_clerenv()
2011-09-15  Stelian IonescuCosmetic changes
2011-09-15  Stelian IonescuUse strtok_r() instead of strsep()
2011-09-15  Stelian IonescuAdd libnsl to search list for socket()
2011-09-15  Stelian IonescuUse LFP_SEARCH_LIBS to search for socket()
2011-09-15  Stelian IonescuUse LFP_SEARCH_LIBS to search for clock_gettime()
2011-09-15  Stelian IonescuAdd LFP_SEARCH_LIBS
2011-09-15  Stelian IonescuReplace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS
2011-09-09  Stelian IonescuFix lfp_spawn() test: use lfp_get_environ() instead...
2011-09-08  Stelian IonescuRequire program getconf
2011-09-08  Stelian IonescuAdd Debian watch file
2011-09-08  Stelian IonescuPrint some useful information at the start of configure...
2011-09-08  Stelian IonescuMove warning about $builddir up
2011-09-08  Stelian IonescuMove all build-related files to build/
2011-09-07  Stelian IonescuFix the pselect-less branch of lfp_select
2011-09-07  Stelian IonescuDeclare as constant the first argument of time struct...
2011-09-06  Stelian IonescuBetter detection of non-C99 users in aux.h
2011-09-06  Stelian IonescuRename CPLUSPLUS_GUARD -> LFP_BEGIN_DECLS, END_CPLUSPLU...
2011-09-06  Stelian IonescuBetter wrapping of strerror_r
2011-09-06  Stelian IonescuRevert "Don't use += in configure"
2011-09-06  Stelian IonescuAdd Debian build rules
2011-09-05  Stelian IonescuDon't use += in configure
2011-09-05  Stelian IonescuDon't install config.h, rather use AC_SUBST to hardcode...
2011-09-05  Stelian IonescuAdd header guards to config.h
2011-09-05  Stelian IonescuAdd LFP_REQUIRE_PROG, use it to check for getconf
2011-09-05  Stelian IonescuAdd copyright to configure.ac
next