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
2011-03-31This commit was manufactured by cvs2svn to create branch 'gdb_7_3-branch'.gdb_7_3-2011-04-01-branchpointcvs2svn
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-01-31 * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen
2011-01-21 * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen
2010-12-12 * syscalls.cc (check_dir_not_empty): Never count more than 3 directoryCorinna Vinschen
2010-09-28 * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen
2010-09-10 * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen
2010-09-10 * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen
2010-08-25 * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen
2010-08-20 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen
2010-08-18 * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen
2010-07-07 * syscalls.cc (unlink_nt): Disable try_to_bin for netapp drives.Corinna Vinschen
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-04-19 * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen
2010-04-03* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor
2010-03-30 * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen
2010-03-16* shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor
2010-03-04 * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-17 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-13 * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-12-17 * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen
2009-11-21 * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen
2009-11-09 * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen
2009-11-06 * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen
2009-11-05 * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen
2009-10-19 * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-10-07 * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen
2009-10-04 * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen
2009-09-30* syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake
2009-09-26Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake
2009-09-22Make *at functions more like Linux.Eric Blake
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-09-21 * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen
2009-09-19* exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor
2009-08-18* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor
2009-08-18* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor