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
2002-09-22This commit was manufactured by cvs2svn to create branchcvs2svn
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-06whitespaceChristopher Faylor
2002-09-04 * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor
2002-07-06* ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.Christopher Faylor
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor
2002-06-13* path.cc (chdir): Minor cleanup.Christopher Faylor
2002-06-12fix commentChristopher Faylor
2002-06-09* path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.Christopher Faylor
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor
2002-06-06* cygwin.din: Eliminate some newlib wrappers.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor
2002-06-01* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor
2002-06-01oopsChristopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor
2002-05-31* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-05-24* path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor
2002-05-23* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor
2002-05-19* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor
2002-05-12* fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor
2002-05-12fix commentChristopher Faylor
2002-05-04* net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor
2002-05-02 * path.cc (hash_path_name): Improve hash function strength.Corinna Vinschen
2002-05-02add commentChristopher Faylor
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor
2002-03-07* path.cc (normalize_posix_path): Avoid runs of '.'s > 2.Christopher Faylor
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor
2002-01-23 * path.cc (symlink): Fix check for already existing file.Corinna Vinschen
2002-01-15 * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2001-12-08* path.cc (path_conv::check): Use full path name for determining attributesChristopher Faylor
2001-12-07* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.Christopher Faylor
2001-12-07* path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn'tChristopher Faylor
2001-12-03* net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor
2001-12-03* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdriveChristopher Faylor
2001-11-25* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor
2001-11-24* autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor
2001-11-24* path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor