summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace.m4
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell1-1/+1
2010-03-05replace: added get_current_dir_name()Andrew Tridgell1-0/+1
2010-02-23libreplace: Remove the obsolete signal type cast.Andreas Schneider1-1/+0
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int.
2010-02-13libreplace: add fdatasync() if not availableAndrew Tridgell1-1/+1
2010-02-11libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell1-1/+1
these are very useful for writing files with formatted writes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell1-0/+2
added rep_memmem() and a testsuite
2009-09-14Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai1-1/+1
2009-08-24make lib/replace more usable in standalone buildsAndrew Tridgell1-2/+2
This makes the lib/replace m4 work in lib/talloc as a standalone build
2009-07-19include unix.h if it's availableMatt Kraai1-0/+1
2009-04-20Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij1-1/+1
Windows.)
2009-04-20Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij1-1/+1
This should help compiling talloc on Windows.
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij1-1/+1
Conflicts: lib/replace/README lib/replace/libreplace.m4 lib/replace/replace.c source3/include/proto.h source3/lib/system.c
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_link to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij1-1/+1
2008-10-27Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij1-0/+1
2008-10-27Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij1-2/+2
libreplace.
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-0/+1
2008-09-19Fix standalone builds adjusting to new relative path.Simo Sorce1-2/+2
Add shared-build target to libreplace. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+308