summaryrefslogtreecommitdiffstats
path: root/lib/replace/replace.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix return type of readlink().Jelmer Vernooij2008-11-011-1/+1
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-0/+35
|\
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-0/+4
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-0/+6
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-0/+5
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-0/+5
|/
* Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2008-10-271-0/+9
* Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2008-10-201-0/+2
* Move ufc to libreplace.Jelmer Vernooij2008-10-181-0/+7
* Define inttypes macros if not provided by system.Jelmer Vernooij2008-10-141-0/+48
* Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)Jelmer Vernooij2008-10-141-0/+1
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+582