Changes between Version 7 and Version 8 of Ticket #38582, comment 6
- Timestamp:
- Jul 30, 2013, 11:48:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38582, comment 6
v7 v8 5 5 || `AC_CHECK_FUNCS([lchown])` || `src/pextlib1.0/Pextlib.c:465` || ` if (lchown(path, (uid_t) user, (gid_t) group) != 0) {` || condition for a Tcl error || part of an overall Tcl wrapper around `lchown`. Checking for this function would ensure that there's actually something to have a wrapper around in the first place. || 6 6 || `AC_CHECK_FUNCS([localtime_r])` || `src/programs/daemondo/main.c:128` || `strftime(datestring, sizeof(datestring), "%F %T", localtime_r(×tamp, &tm));` || In a log message function || `// Format the date-time stamp` (checking for this function would ensure that the log messages have properly formatted timestamps) || 7 || `AC_CHECK_FUNCS([memmove])` || `src/pextlib1.0/filemap.c:746` || 7 || `AC_CHECK_FUNCS([memmove])` || `src/pextlib1.0/filemap.c:746` || `(void) memmove(` || idk really what's going on here... || `/* Push the pointers after the current node lower. */` This function is just one of those good ones to check for || 8 8 || `AC_CHECK_FUNCS([mkdir])` || `src/darwintracelib1.0/darwintrace.c:1153` || 9 9 || `AC_CHECK_FUNCS([munmap])` || `src/machista1.0/libmachista.c:499` ||