Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen
2009-05-30* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen
2009-03-26 * path.cc (symlink_worker): Write target filename as UTF-16 stringCorinna Vinschen
2009-03-14* path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor
2009-03-13 * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be definedCorinna Vinschen
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen
2009-01-11 * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen
2009-01-09 * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor
2009-01-07 * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-12-25* mount.cc: Change comment.Christopher Faylor
2008-12-24* path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closedChristopher Faylor
2008-12-19 * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen
2008-12-18 * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen
2008-12-14* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen
2008-11-11* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor
2008-10-20 * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen
2008-10-09 * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen
2008-10-09 * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen
2008-10-09 * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen
2008-10-08 * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-08-20 * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen
2008-08-15 * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen
2008-08-14 * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen
2008-07-31 * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen
2008-07-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-17 * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-07-02 * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen
2008-06-11 * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen
2008-05-24 * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen
2008-05-23* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor
2008-05-23 * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor
2008-05-22 * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen
2008-05-21 * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.Corinna Vinschen