summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
* Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-014-1/+16
|
* Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-014-1/+14
|
* Move sys_link to libreplace.Jelmer Vernooij2008-11-014-1/+15
|
* Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-014-1/+20
|
* Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2008-10-272-0/+10
|
* Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij2008-10-272-2/+6
| | | | libreplace.
* Fix AC_SEARCH_LIBS_EXT() usage.Jelmer Vernooij2008-10-211-3/+2
|
* Fix crypto test.Jelmer Vernooij2008-10-201-1/+1
|
* Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2008-10-202-0/+3
|
* Use _EXT version of autoconf macro.Jelmer Vernooij2008-10-191-1/+1
|
* Make sure crypt libs get included.Jelmer Vernooij2008-10-191-1/+1
|
* Move ufc to libreplace.Jelmer Vernooij2008-10-184-0/+784
|
* 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
| | | | from inttypes.h.
* libreplace: move main() out of testsuite.cStefan Metzmacher2008-09-223-12/+38
| | | | metze
* Fix standalone builds adjusting to new relative path.Simo Sorce2008-09-195-6/+31
| | | | | | 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.
* Fix merged build.Jelmer Vernooij2008-09-171-0/+2
|
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-1765-0/+14655