X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=8422c60d97cb8adc32c2a65c94d79dcea63463d6;hb=89cc65d7523e45ec0ecf40da1fe1e4ab5ad8eac8;hp=5f8c78624eea9c8b228b780d15e27bd9d99bdec3;hpb=f7bc16cbaf850d5c6a1a577ad3fa3f82944de1e4;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 5f8c7862..8422c60d 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,19 @@ +Mon Feb 19 10:53:21 2007 John McCabe-Dansted + Ben Pfaff + + * file-name.c: Mingw compatibility fixes. + (fn_search_path): Use ISSLASH instead of comparing against '/' + directly. + (fn_dir_name): Use dir_name from gnulib. + (fn_is_absolute): Use IS_ABSOLUTE_FILE_NAME from gnulib. + (fn_get_identity): Use GetFullPathName instead of canonicalize + from gnulib, because the latter does not fully support + Windows-style path names. Use this implementation based on the + detected presence of Windows instead of the absence of Unix, since + the new implementation is Windows-specific. + (fn_compare_file_identities): In Windows implementation, compare + names case-insensitively. + Sun Feb 18 13:28:02 2007 Ben Pfaff * make-file.c: Don't include mkstemp.h, because gnulib now causes