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
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2007-01-16 * autoload.cc (RtlAnsiStringToUnicodeString): Define.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen
2006-12-10 * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen
2006-12-07 * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen
2006-12-06 * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen
2006-12-05 * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen
2006-11-23 * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-11-02 * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen
2006-11-02 * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen
2006-11-02 * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen
2006-10-31 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen
2006-10-09 * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.Corinna Vinschen
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor
2006-07-19 * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen
2006-07-05 * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-04-26 * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-17* path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-02-04 * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen
2006-02-01 * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen
2006-01-31 * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen
2006-01-31 * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen
2006-01-24 * fhandler_process.cc (fhandler_process::fill_filebuf): DisableCorinna Vinschen
2006-01-04* path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-01* devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor
2005-10-13* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor
2005-10-11* (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-13* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor
2005-08-26 * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen
2005-08-26 * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen
2005-08-26 * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen
2005-08-24* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor
2005-07-09* path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor